@cloudtower/eagle 0.27.21 → 0.27.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +2450 -2389
- package/dist/coreX/BatchOperation/BatchOperation.stories.d.ts +6 -0
- package/dist/coreX/BatchOperation/index.d.ts +9 -0
- package/dist/coreX/index.d.ts +1 -0
- package/dist/esm/index.js +1133 -933
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +2 -1
- package/dist/spec/type.d.ts +30 -0
- package/dist/style.css +1673 -1612
- package/dist/umd/index.js +1133 -931
- package/dist/umd/stats1.html +1 -1
- package/package.json +7 -5
package/dist/style.css
CHANGED
|
@@ -29571,79 +29571,65 @@ html body {
|
|
|
29571
29571
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29572
29572
|
}
|
|
29573
29573
|
|
|
29574
|
-
.
|
|
29575
|
-
width: 100%;
|
|
29576
|
-
height: 100%;
|
|
29577
|
-
min-height: 124px;
|
|
29574
|
+
.s1ebs0ra {
|
|
29578
29575
|
display: flex;
|
|
29579
|
-
flex-direction: column;
|
|
29580
|
-
justify-content: center;
|
|
29581
29576
|
align-items: center;
|
|
29577
|
+
justify-content: space-between;
|
|
29578
|
+
background: #edf0f7;
|
|
29579
|
+
padding: 8px 12px;
|
|
29580
|
+
position: sticky;
|
|
29581
|
+
top: 0;
|
|
29582
|
+
z-index: 1;
|
|
29583
|
+
margin-bottom: -52px;
|
|
29582
29584
|
}
|
|
29583
|
-
.
|
|
29584
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29585
|
-
margin-bottom: 16px;
|
|
29586
|
-
font-size: 18px;
|
|
29587
|
-
}
|
|
29588
|
-
|
|
29589
|
-
.iap75of {
|
|
29590
|
-
height: 18px;
|
|
29591
|
-
line-height: 18px;
|
|
29592
|
-
padding: 0 4px;
|
|
29593
|
-
border-radius: 4px;
|
|
29594
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29595
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29585
|
+
.s1ebs0ra .select-total {
|
|
29596
29586
|
display: flex;
|
|
29597
29587
|
align-items: center;
|
|
29598
|
-
|
|
29599
|
-
|
|
29600
|
-
}
|
|
29601
|
-
|
|
29602
|
-
.i1mrf09m {
|
|
29603
|
-
display: inline-flex;
|
|
29604
|
-
align-items: center;
|
|
29588
|
+
font-weight: 700;
|
|
29589
|
+
flex-shrink: 0;
|
|
29605
29590
|
}
|
|
29606
|
-
.
|
|
29607
|
-
|
|
29608
|
-
|
|
29591
|
+
.s1ebs0ra .select-total .icon-wrapper {
|
|
29592
|
+
cursor: pointer;
|
|
29593
|
+
margin-left: 8px;
|
|
29594
|
+
width: 32px;
|
|
29595
|
+
height: 32px;
|
|
29596
|
+
border-radius: 50%;
|
|
29609
29597
|
justify-content: center;
|
|
29610
29598
|
}
|
|
29611
|
-
.
|
|
29612
|
-
|
|
29613
|
-
margin-left: 4px;
|
|
29614
|
-
}
|
|
29615
|
-
.i1mrf09m.is-rotate img,
|
|
29616
|
-
.i1mrf09m.is-rotate svg {
|
|
29617
|
-
animation: rotate 680ms linear infinite;
|
|
29618
|
-
}
|
|
29619
|
-
|
|
29620
|
-
.bpq0js6 {
|
|
29621
|
-
padding: 4px 11px;
|
|
29599
|
+
.s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29600
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29622
29601
|
}
|
|
29623
|
-
|
|
29624
|
-
|
|
29602
|
+
.s1ebs0ra .action-group {
|
|
29603
|
+
flex: 1;
|
|
29604
|
+
margin-left: 88px;
|
|
29625
29605
|
white-space: nowrap;
|
|
29626
|
-
|
|
29606
|
+
text-align: right;
|
|
29607
|
+
position: relative;
|
|
29608
|
+
padding: 4px 0;
|
|
29609
|
+
margin-top: -4px;
|
|
29610
|
+
overflow: hidden;
|
|
29627
29611
|
}
|
|
29628
|
-
.
|
|
29629
|
-
|
|
29612
|
+
.s1ebs0ra .action-group .sub-menu-delete {
|
|
29613
|
+
transform: translateY(-4px);
|
|
29630
29614
|
}
|
|
29631
|
-
.
|
|
29632
|
-
|
|
29615
|
+
.s1ebs0ra .action-group button {
|
|
29616
|
+
border: none;
|
|
29633
29617
|
}
|
|
29634
|
-
.
|
|
29635
|
-
margin-
|
|
29618
|
+
.s1ebs0ra .action-group > *:not(:last-child) {
|
|
29619
|
+
margin-right: 8px;
|
|
29636
29620
|
}
|
|
29637
|
-
.
|
|
29638
|
-
|
|
29639
|
-
border-bottom-right-radius: 0;
|
|
29621
|
+
.s1ebs0ra .action-group > button:last-child {
|
|
29622
|
+
margin-right: 4px;
|
|
29640
29623
|
}
|
|
29641
|
-
.
|
|
29642
|
-
|
|
29643
|
-
|
|
29624
|
+
.s1ebs0ra .action-group .more-btn {
|
|
29625
|
+
cursor: pointer;
|
|
29626
|
+
width: 32px;
|
|
29627
|
+
height: 32px;
|
|
29628
|
+
justify-content: center;
|
|
29629
|
+
border-radius: 50%;
|
|
29644
29630
|
}
|
|
29645
|
-
.
|
|
29646
|
-
|
|
29631
|
+
.s1ebs0ra .action-group .more-btn:hover {
|
|
29632
|
+
background: #fff;
|
|
29647
29633
|
}
|
|
29648
29634
|
|
|
29649
29635
|
.buj61ew.ant-btn-icon-only {
|
|
@@ -29896,146 +29882,219 @@ html body {
|
|
|
29896
29882
|
padding: 0;
|
|
29897
29883
|
}
|
|
29898
29884
|
|
|
29899
|
-
.
|
|
29900
|
-
|
|
29885
|
+
.bpq0js6 {
|
|
29886
|
+
padding: 4px 11px;
|
|
29901
29887
|
}
|
|
29902
29888
|
|
|
29903
|
-
.
|
|
29904
|
-
|
|
29905
|
-
|
|
29906
|
-
align-items: center;
|
|
29907
|
-
padding: 10px 0;
|
|
29908
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29909
|
-
font-size: 12px;
|
|
29910
|
-
line-height: 24px;
|
|
29911
|
-
}
|
|
29912
|
-
.p12gwtiw .pagination-left {
|
|
29913
|
-
padding: 2px 8px;
|
|
29889
|
+
.b15sn34c {
|
|
29890
|
+
white-space: nowrap;
|
|
29891
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29914
29892
|
}
|
|
29915
|
-
.
|
|
29916
|
-
|
|
29917
|
-
align-items: center;
|
|
29918
|
-
border-radius: 6px;
|
|
29919
|
-
cursor: pointer;
|
|
29920
|
-
transition: all 0.3s ease;
|
|
29893
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29894
|
+
--color: #0080ff;
|
|
29921
29895
|
}
|
|
29922
|
-
.
|
|
29923
|
-
|
|
29924
|
-
color: #0080ff;
|
|
29896
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29897
|
+
--color: #0080ff;
|
|
29925
29898
|
}
|
|
29926
|
-
.
|
|
29927
|
-
margin-left:
|
|
29899
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29900
|
+
margin-left: 1px;
|
|
29928
29901
|
}
|
|
29929
|
-
.
|
|
29930
|
-
|
|
29931
|
-
|
|
29932
|
-
color: #0080ff;
|
|
29933
|
-
font-weight: bold;
|
|
29902
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29903
|
+
border-top-right-radius: 0;
|
|
29904
|
+
border-bottom-right-radius: 0;
|
|
29934
29905
|
}
|
|
29935
|
-
.
|
|
29936
|
-
|
|
29906
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29907
|
+
border-top-left-radius: 0;
|
|
29908
|
+
border-bottom-left-radius: 0;
|
|
29937
29909
|
}
|
|
29938
|
-
.
|
|
29939
|
-
|
|
29940
|
-
padding: 0 8px;
|
|
29910
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29911
|
+
border-radius: unset;
|
|
29941
29912
|
}
|
|
29942
|
-
|
|
29943
|
-
.
|
|
29944
|
-
|
|
29913
|
+
|
|
29914
|
+
.fde5mpd {
|
|
29915
|
+
width: 100%;
|
|
29916
|
+
height: 100%;
|
|
29917
|
+
min-height: 124px;
|
|
29918
|
+
display: flex;
|
|
29919
|
+
flex-direction: column;
|
|
29920
|
+
justify-content: center;
|
|
29921
|
+
align-items: center;
|
|
29945
29922
|
}
|
|
29946
|
-
.
|
|
29947
|
-
|
|
29923
|
+
.fde5mpd .error-text {
|
|
29924
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29925
|
+
margin-bottom: 16px;
|
|
29926
|
+
font-size: 18px;
|
|
29948
29927
|
}
|
|
29949
29928
|
|
|
29950
|
-
.
|
|
29951
|
-
|
|
29952
|
-
overflow-y: auto;
|
|
29929
|
+
.c1up1pdz {
|
|
29930
|
+
width: 648px;
|
|
29953
29931
|
}
|
|
29954
|
-
.
|
|
29955
|
-
|
|
29956
|
-
font-size: 12px;
|
|
29957
|
-
line-height: 18px;
|
|
29932
|
+
.c1up1pdz.active {
|
|
29933
|
+
border-color: #0080ff;
|
|
29958
29934
|
}
|
|
29959
|
-
|
|
29960
|
-
.
|
|
29961
|
-
width: 430px !important;
|
|
29935
|
+
.c1up1pdz.active > header {
|
|
29936
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29962
29937
|
}
|
|
29963
|
-
|
|
29964
|
-
|
|
29965
|
-
padding: 8px 16px;
|
|
29966
|
-
line-height: 18px;
|
|
29967
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29968
|
-
height: 34px;
|
|
29969
|
-
min-height: 34px;
|
|
29970
|
-
box-sizing: border-box;
|
|
29971
|
-
margin-top: 8px;
|
|
29938
|
+
.c1up1pdz .expand {
|
|
29939
|
+
padding: 12px;
|
|
29972
29940
|
}
|
|
29973
|
-
|
|
29974
|
-
.onr9gzt {
|
|
29941
|
+
.c1up1pdz .field-item {
|
|
29975
29942
|
display: flex;
|
|
29976
|
-
|
|
29977
|
-
|
|
29978
|
-
padding: 8px;
|
|
29979
|
-
border-radius: 4px;
|
|
29980
|
-
}
|
|
29981
|
-
.onr9gzt .selected-icon {
|
|
29982
|
-
display: none;
|
|
29943
|
+
padding: 10px 0;
|
|
29944
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29983
29945
|
}
|
|
29984
|
-
.
|
|
29985
|
-
|
|
29946
|
+
.c1up1pdz .field-item:last-child {
|
|
29947
|
+
border-bottom: none;
|
|
29948
|
+
padding-bottom: 0;
|
|
29986
29949
|
}
|
|
29987
|
-
.
|
|
29988
|
-
|
|
29950
|
+
.c1up1pdz .field-item label {
|
|
29951
|
+
line-height: 32px;
|
|
29952
|
+
width: 100px;
|
|
29953
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29989
29954
|
}
|
|
29990
|
-
.
|
|
29991
|
-
color:
|
|
29955
|
+
.c1up1pdz .help {
|
|
29956
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29957
|
+
margin-top: 5px;
|
|
29992
29958
|
}
|
|
29993
|
-
.
|
|
29994
|
-
|
|
29959
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
29960
|
+
.c1up1pdz .ant-picker {
|
|
29961
|
+
width: 128px;
|
|
29995
29962
|
}
|
|
29996
|
-
|
|
29997
|
-
|
|
29963
|
+
|
|
29964
|
+
.c156wh19 {
|
|
29965
|
+
display: flex;
|
|
29966
|
+
align-items: center;
|
|
29967
|
+
justify-content: space-between;
|
|
29968
|
+
word-break: keep-all;
|
|
29998
29969
|
}
|
|
29999
|
-
.
|
|
30000
|
-
|
|
29970
|
+
.c156wh19 .title {
|
|
29971
|
+
margin: 0 16px 0 8px;
|
|
30001
29972
|
}
|
|
30002
|
-
.
|
|
30003
|
-
|
|
30004
|
-
color: #0080ff;
|
|
29973
|
+
.c156wh19 .retain {
|
|
29974
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30005
29975
|
}
|
|
30006
|
-
|
|
30007
|
-
|
|
29976
|
+
.c156wh19 .left {
|
|
29977
|
+
flex: 1;
|
|
30008
29978
|
display: flex;
|
|
30009
|
-
|
|
30010
|
-
|
|
30011
|
-
|
|
29979
|
+
overflow: hidden;
|
|
29980
|
+
align-items: center;
|
|
29981
|
+
justify-content: flex-start;
|
|
29982
|
+
white-space: nowrap;
|
|
30012
29983
|
}
|
|
30013
|
-
.
|
|
30014
|
-
|
|
29984
|
+
.c156wh19 .left .title {
|
|
29985
|
+
max-width: 100%;
|
|
30015
29986
|
overflow: hidden;
|
|
30016
29987
|
text-overflow: ellipsis;
|
|
30017
29988
|
}
|
|
30018
|
-
|
|
30019
|
-
.of4y382 {
|
|
29989
|
+
.c156wh19 .right {
|
|
30020
29990
|
display: flex;
|
|
30021
|
-
|
|
30022
|
-
|
|
30023
|
-
|
|
30024
|
-
|
|
30025
|
-
|
|
29991
|
+
align-items: center;
|
|
29992
|
+
}
|
|
29993
|
+
.c156wh19 .reverse {
|
|
29994
|
+
display: flex;
|
|
29995
|
+
flex-direction: row-reverse;
|
|
29996
|
+
align-items: center;
|
|
29997
|
+
}
|
|
29998
|
+
.c156wh19 .reverse .ant-switch {
|
|
29999
|
+
margin-left: 8px;
|
|
30000
|
+
}
|
|
30001
|
+
.c156wh19 .close {
|
|
30002
|
+
padding-left: 14px;
|
|
30003
|
+
margin-left: 14px;
|
|
30004
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30005
|
+
cursor: pointer;
|
|
30026
30006
|
}
|
|
30027
30007
|
|
|
30028
|
-
.
|
|
30029
|
-
|
|
30030
|
-
|
|
30031
|
-
|
|
30008
|
+
.m126spxy {
|
|
30009
|
+
padding-bottom: 4px;
|
|
30010
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30011
|
+
}
|
|
30012
|
+
.m126spxy .ant-btn-link {
|
|
30013
|
+
padding: 1px 10px;
|
|
30014
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30015
|
+
border-radius: 4px;
|
|
30016
|
+
}
|
|
30017
|
+
.m126spxy .ant-btn-link.active {
|
|
30018
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30019
|
+
color: #0096ff;
|
|
30032
30020
|
}
|
|
30033
30021
|
|
|
30034
|
-
.
|
|
30035
|
-
|
|
30036
|
-
|
|
30037
|
-
|
|
30038
|
-
|
|
30022
|
+
.wpbf4pq {
|
|
30023
|
+
padding: 10px 0;
|
|
30024
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30025
|
+
}
|
|
30026
|
+
.wpbf4pq .ant-input,
|
|
30027
|
+
.wpbf4pq .ant-picker {
|
|
30028
|
+
width: 80px;
|
|
30029
|
+
margin: 0 9px;
|
|
30030
|
+
text-align: center;
|
|
30031
|
+
}
|
|
30032
|
+
.wpbf4pq .options {
|
|
30033
|
+
padding: 12px 0 12px 16px;
|
|
30034
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30035
|
+
margin: 5px 0 5px 8px;
|
|
30036
|
+
}
|
|
30037
|
+
.wpbf4pq .week-day-option,
|
|
30038
|
+
.wpbf4pq .month-day-option {
|
|
30039
|
+
background: #f5f7fa;
|
|
30040
|
+
box-sizing: border-box;
|
|
30041
|
+
border-radius: 16px;
|
|
30042
|
+
margin-right: 8px;
|
|
30043
|
+
}
|
|
30044
|
+
.wpbf4pq .week-day-option:focus,
|
|
30045
|
+
.wpbf4pq .month-day-option:focus {
|
|
30046
|
+
color: inherit;
|
|
30047
|
+
border-color: #d9d9d9;
|
|
30048
|
+
}
|
|
30049
|
+
.wpbf4pq .week-day-option.active {
|
|
30050
|
+
background-color: #0096ff;
|
|
30051
|
+
border-color: #0096ff;
|
|
30052
|
+
color: #fff;
|
|
30053
|
+
}
|
|
30054
|
+
.wpbf4pq .week-day-option.en-text {
|
|
30055
|
+
width: 110px;
|
|
30056
|
+
margin-top: 4px;
|
|
30057
|
+
}
|
|
30058
|
+
.wpbf4pq .month-day-option {
|
|
30059
|
+
width: 32px;
|
|
30060
|
+
padding: 0;
|
|
30061
|
+
margin-bottom: 8px;
|
|
30062
|
+
}
|
|
30063
|
+
.wpbf4pq .month-day-option.active {
|
|
30064
|
+
background-color: #0096ff;
|
|
30065
|
+
border-color: #0096ff;
|
|
30066
|
+
color: #fff;
|
|
30067
|
+
}
|
|
30068
|
+
|
|
30069
|
+
.iap75of {
|
|
30070
|
+
height: 18px;
|
|
30071
|
+
line-height: 18px;
|
|
30072
|
+
padding: 0 4px;
|
|
30073
|
+
border-radius: 4px;
|
|
30074
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30075
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30076
|
+
display: flex;
|
|
30077
|
+
align-items: center;
|
|
30078
|
+
white-space: nowrap;
|
|
30079
|
+
margin-right: 4px;
|
|
30080
|
+
}
|
|
30081
|
+
|
|
30082
|
+
.i1mrf09m {
|
|
30083
|
+
display: inline-flex;
|
|
30084
|
+
align-items: center;
|
|
30085
|
+
}
|
|
30086
|
+
.i1mrf09m .icon-inner {
|
|
30087
|
+
display: inline-flex;
|
|
30088
|
+
align-items: center;
|
|
30089
|
+
justify-content: center;
|
|
30090
|
+
}
|
|
30091
|
+
.i1mrf09m .icon-inner + span,
|
|
30092
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30093
|
+
margin-left: 4px;
|
|
30094
|
+
}
|
|
30095
|
+
.i1mrf09m.is-rotate img,
|
|
30096
|
+
.i1mrf09m.is-rotate svg {
|
|
30097
|
+
animation: rotate 680ms linear infinite;
|
|
30039
30098
|
}
|
|
30040
30099
|
|
|
30041
30100
|
.t1upn1sz {
|
|
@@ -30457,773 +30516,653 @@ html body {
|
|
|
30457
30516
|
margin-left: 5px;
|
|
30458
30517
|
}
|
|
30459
30518
|
|
|
30460
|
-
.
|
|
30461
|
-
|
|
30519
|
+
.s1fc623g {
|
|
30520
|
+
width: 430px !important;
|
|
30462
30521
|
}
|
|
30463
30522
|
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30466
|
-
|
|
30523
|
+
.da3mx0o .ant-select-item-group {
|
|
30524
|
+
padding: 8px 16px;
|
|
30525
|
+
line-height: 18px;
|
|
30526
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30527
|
+
height: 34px;
|
|
30528
|
+
min-height: 34px;
|
|
30529
|
+
box-sizing: border-box;
|
|
30530
|
+
margin-top: 8px;
|
|
30467
30531
|
}
|
|
30468
30532
|
|
|
30469
|
-
.
|
|
30533
|
+
.onr9gzt {
|
|
30470
30534
|
display: flex;
|
|
30471
30535
|
flex-direction: column;
|
|
30536
|
+
margin: 1px 8px;
|
|
30537
|
+
padding: 8px;
|
|
30538
|
+
border-radius: 4px;
|
|
30472
30539
|
}
|
|
30473
|
-
|
|
30474
|
-
|
|
30475
|
-
max-width: 1120px;
|
|
30476
|
-
width: 100%;
|
|
30477
|
-
margin: 0 auto;
|
|
30478
|
-
height: 100%;
|
|
30540
|
+
.onr9gzt .selected-icon {
|
|
30541
|
+
display: none;
|
|
30479
30542
|
}
|
|
30480
|
-
|
|
30481
|
-
|
|
30482
|
-
max-width: 1120px;
|
|
30483
|
-
width: 100%;
|
|
30484
|
-
margin: 0 auto;
|
|
30485
|
-
display: flex;
|
|
30543
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30544
|
+
padding-left: 8px;
|
|
30486
30545
|
}
|
|
30487
|
-
.
|
|
30488
|
-
|
|
30489
|
-
flex-grow: 0;
|
|
30490
|
-
flex-shrink: 0;
|
|
30491
|
-
flex-basis: 21%;
|
|
30546
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30547
|
+
background-color: white;
|
|
30492
30548
|
}
|
|
30493
|
-
.
|
|
30494
|
-
|
|
30495
|
-
justify-content: flex-end;
|
|
30496
|
-
padding-right: 44px;
|
|
30549
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30550
|
+
color: #0080ff;
|
|
30497
30551
|
}
|
|
30498
|
-
.
|
|
30499
|
-
|
|
30552
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30553
|
+
display: block;
|
|
30500
30554
|
}
|
|
30501
|
-
.
|
|
30502
|
-
|
|
30503
|
-
flex-grow: 0;
|
|
30504
|
-
flex-shrink: 0;
|
|
30505
|
-
flex-basis: 58%;
|
|
30555
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30556
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30506
30557
|
}
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30558
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30559
|
+
color: #0080ff;
|
|
30509
30560
|
}
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30561
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30562
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30563
|
+
color: #0080ff;
|
|
30512
30564
|
}
|
|
30513
30565
|
|
|
30514
|
-
.
|
|
30515
|
-
|
|
30516
|
-
|
|
30517
|
-
|
|
30518
|
-
|
|
30519
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30520
|
-
margin-left: 0;
|
|
30566
|
+
.oiy0apc {
|
|
30567
|
+
display: flex;
|
|
30568
|
+
justify-content: space-between;
|
|
30569
|
+
height: 20px;
|
|
30570
|
+
line-height: 20px;
|
|
30521
30571
|
}
|
|
30522
|
-
.
|
|
30523
|
-
|
|
30524
|
-
padding: 0;
|
|
30525
|
-
width: 100%;
|
|
30526
|
-
max-width: 648px;
|
|
30572
|
+
.oiy0apc .timezone-title {
|
|
30573
|
+
color: #2d3a56;
|
|
30527
30574
|
overflow: hidden;
|
|
30575
|
+
text-overflow: ellipsis;
|
|
30528
30576
|
}
|
|
30529
|
-
|
|
30530
|
-
|
|
30531
|
-
|
|
30532
|
-
|
|
30533
|
-
|
|
30534
|
-
|
|
30577
|
+
|
|
30578
|
+
.of4y382 {
|
|
30579
|
+
display: flex;
|
|
30580
|
+
justify-content: space-between;
|
|
30581
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30582
|
+
height: 18px;
|
|
30583
|
+
line-height: 18px;
|
|
30584
|
+
margin-top: 2px;
|
|
30535
30585
|
}
|
|
30536
|
-
|
|
30537
|
-
|
|
30538
|
-
|
|
30586
|
+
|
|
30587
|
+
.t19903l9 {
|
|
30588
|
+
border: none;
|
|
30589
|
+
margin-right: 0;
|
|
30590
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30539
30591
|
}
|
|
30540
30592
|
|
|
30541
|
-
.
|
|
30542
|
-
|
|
30593
|
+
.ohwbvxu {
|
|
30594
|
+
pointer-events: none;
|
|
30595
|
+
height: 32px;
|
|
30543
30596
|
width: 100%;
|
|
30544
|
-
|
|
30545
|
-
}
|
|
30546
|
-
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30547
|
-
margin-left: 0;
|
|
30597
|
+
opacity: 0;
|
|
30548
30598
|
}
|
|
30549
|
-
|
|
30550
|
-
|
|
30551
|
-
|
|
30552
|
-
|
|
30553
|
-
|
|
30554
|
-
|
|
30599
|
+
|
|
30600
|
+
.d6j0lbj {
|
|
30601
|
+
font-family: Inter;
|
|
30602
|
+
font-style: normal;
|
|
30603
|
+
font-weight: bold;
|
|
30604
|
+
font-size: 32px;
|
|
30605
|
+
line-height: 40px;
|
|
30555
30606
|
}
|
|
30556
|
-
|
|
30557
|
-
|
|
30558
|
-
|
|
30559
|
-
|
|
30560
|
-
|
|
30561
|
-
|
|
30562
|
-
|
|
30563
|
-
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30564
|
-
margin: 0 auto;
|
|
30565
|
-
max-width: 1024px;
|
|
30607
|
+
|
|
30608
|
+
.d1xhvvxe {
|
|
30609
|
+
font-family: Inter;
|
|
30610
|
+
font-style: normal;
|
|
30611
|
+
font-weight: bold;
|
|
30612
|
+
font-size: 24px;
|
|
30613
|
+
line-height: 32px;
|
|
30566
30614
|
}
|
|
30567
30615
|
|
|
30568
|
-
.
|
|
30569
|
-
|
|
30616
|
+
.dk10mxq {
|
|
30617
|
+
font-family: Inter;
|
|
30618
|
+
font-style: normal;
|
|
30619
|
+
font-weight: normal;
|
|
30620
|
+
font-size: 32px;
|
|
30621
|
+
line-height: 40px;
|
|
30570
30622
|
}
|
|
30571
|
-
|
|
30572
|
-
|
|
30573
|
-
|
|
30574
|
-
|
|
30623
|
+
|
|
30624
|
+
.dxsait {
|
|
30625
|
+
font-family: Inter;
|
|
30626
|
+
font-style: normal;
|
|
30627
|
+
font-weight: bold;
|
|
30628
|
+
font-size: 20px;
|
|
30629
|
+
line-height: 24px;
|
|
30575
30630
|
}
|
|
30576
|
-
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
|
|
30580
|
-
|
|
30631
|
+
|
|
30632
|
+
.dokn0h3 {
|
|
30633
|
+
font-family: Inter;
|
|
30634
|
+
font-style: normal;
|
|
30635
|
+
font-weight: normal;
|
|
30636
|
+
font-size: 20px;
|
|
30637
|
+
line-height: 24px;
|
|
30581
30638
|
}
|
|
30582
|
-
|
|
30583
|
-
|
|
30639
|
+
|
|
30640
|
+
.dobau4p {
|
|
30641
|
+
font-family: Inter;
|
|
30642
|
+
font-style: normal;
|
|
30643
|
+
font-weight: bold;
|
|
30644
|
+
font-size: 18px;
|
|
30645
|
+
line-height: 22px;
|
|
30584
30646
|
}
|
|
30585
30647
|
|
|
30586
|
-
.
|
|
30587
|
-
|
|
30588
|
-
|
|
30589
|
-
|
|
30648
|
+
.dvolwok {
|
|
30649
|
+
font-family: Inter;
|
|
30650
|
+
font-style: normal;
|
|
30651
|
+
font-weight: normal;
|
|
30652
|
+
font-size: 18px;
|
|
30653
|
+
line-height: 22px;
|
|
30590
30654
|
}
|
|
30591
30655
|
|
|
30592
|
-
.
|
|
30593
|
-
|
|
30594
|
-
|
|
30595
|
-
|
|
30656
|
+
.h181qhg4 {
|
|
30657
|
+
font-family: Inter;
|
|
30658
|
+
font-style: normal;
|
|
30659
|
+
font-weight: bold;
|
|
30660
|
+
font-size: 16px;
|
|
30661
|
+
line-height: 22px;
|
|
30596
30662
|
}
|
|
30597
|
-
|
|
30598
|
-
|
|
30663
|
+
|
|
30664
|
+
.h1phgmcq {
|
|
30665
|
+
font-family: Inter;
|
|
30666
|
+
font-style: normal;
|
|
30667
|
+
font-weight: normal;
|
|
30668
|
+
font-size: 16px;
|
|
30669
|
+
line-height: 22px;
|
|
30599
30670
|
}
|
|
30600
|
-
|
|
30601
|
-
|
|
30671
|
+
|
|
30672
|
+
.h173xnl1 {
|
|
30673
|
+
font-family: Inter;
|
|
30674
|
+
font-style: normal;
|
|
30675
|
+
font-weight: bold;
|
|
30676
|
+
font-size: 14px;
|
|
30677
|
+
line-height: 20px;
|
|
30602
30678
|
}
|
|
30603
|
-
|
|
30604
|
-
|
|
30679
|
+
|
|
30680
|
+
.hedm4pz {
|
|
30681
|
+
font-family: Inter;
|
|
30682
|
+
font-style: normal;
|
|
30683
|
+
font-weight: normal;
|
|
30684
|
+
font-size: 14px;
|
|
30685
|
+
line-height: 20px;
|
|
30605
30686
|
}
|
|
30606
30687
|
|
|
30607
|
-
.
|
|
30608
|
-
|
|
30609
|
-
|
|
30688
|
+
.h1kd8xld {
|
|
30689
|
+
font-family: Inter;
|
|
30690
|
+
font-style: normal;
|
|
30691
|
+
font-weight: bold;
|
|
30692
|
+
font-size: 12px;
|
|
30693
|
+
line-height: 18px;
|
|
30610
30694
|
}
|
|
30611
30695
|
|
|
30612
|
-
.
|
|
30613
|
-
|
|
30614
|
-
|
|
30615
|
-
|
|
30616
|
-
|
|
30696
|
+
.hp14fr {
|
|
30697
|
+
font-family: Inter;
|
|
30698
|
+
font-style: normal;
|
|
30699
|
+
font-weight: normal;
|
|
30700
|
+
font-size: 12px;
|
|
30701
|
+
line-height: 18px;
|
|
30617
30702
|
}
|
|
30618
30703
|
|
|
30619
|
-
.
|
|
30620
|
-
|
|
30621
|
-
|
|
30622
|
-
|
|
30623
|
-
|
|
30704
|
+
.hgrg7mn {
|
|
30705
|
+
font-family: Inter;
|
|
30706
|
+
font-style: normal;
|
|
30707
|
+
font-weight: bold;
|
|
30708
|
+
text-transform: uppercase;
|
|
30709
|
+
font-feature-settings: "cpsp" on;
|
|
30710
|
+
font-size: 12px;
|
|
30711
|
+
line-height: 18px;
|
|
30624
30712
|
}
|
|
30625
30713
|
|
|
30626
|
-
.
|
|
30627
|
-
|
|
30628
|
-
|
|
30629
|
-
|
|
30630
|
-
|
|
30631
|
-
|
|
30632
|
-
|
|
30633
|
-
|
|
30714
|
+
.h6zme9x {
|
|
30715
|
+
font-family: Inter;
|
|
30716
|
+
font-style: normal;
|
|
30717
|
+
font-weight: normal;
|
|
30718
|
+
text-transform: uppercase;
|
|
30719
|
+
font-feature-settings: "cpsp" on;
|
|
30720
|
+
font-size: 12px;
|
|
30721
|
+
line-height: 18px;
|
|
30634
30722
|
}
|
|
30635
30723
|
|
|
30636
|
-
.
|
|
30637
|
-
|
|
30638
|
-
|
|
30639
|
-
|
|
30724
|
+
.locjvsv {
|
|
30725
|
+
font-family: Inter;
|
|
30726
|
+
font-style: normal;
|
|
30727
|
+
font-weight: normal;
|
|
30728
|
+
font-size: 16px;
|
|
30729
|
+
line-height: 24px;
|
|
30640
30730
|
}
|
|
30641
|
-
|
|
30642
|
-
|
|
30643
|
-
|
|
30731
|
+
|
|
30732
|
+
.l13gi131 {
|
|
30733
|
+
font-family: Inter;
|
|
30734
|
+
font-style: normal;
|
|
30735
|
+
font-weight: bold;
|
|
30736
|
+
font-size: 16px;
|
|
30737
|
+
line-height: 24px;
|
|
30644
30738
|
}
|
|
30645
|
-
|
|
30646
|
-
|
|
30739
|
+
|
|
30740
|
+
.l1ynemsu {
|
|
30741
|
+
font-family: Inter;
|
|
30742
|
+
font-style: normal;
|
|
30743
|
+
font-weight: normal;
|
|
30744
|
+
font-size: 16px;
|
|
30745
|
+
line-height: 24px;
|
|
30647
30746
|
}
|
|
30648
|
-
|
|
30649
|
-
|
|
30747
|
+
|
|
30748
|
+
.l1cft1cx {
|
|
30749
|
+
font-family: Inter;
|
|
30750
|
+
font-style: normal;
|
|
30751
|
+
font-weight: bold;
|
|
30752
|
+
font-size: 16px;
|
|
30753
|
+
line-height: 24px;
|
|
30650
30754
|
}
|
|
30651
|
-
|
|
30652
|
-
|
|
30755
|
+
|
|
30756
|
+
.l17tqc8p {
|
|
30757
|
+
font-family: Inter;
|
|
30758
|
+
font-style: normal;
|
|
30759
|
+
font-weight: normal;
|
|
30760
|
+
text-transform: uppercase;
|
|
30761
|
+
font-feature-settings: "cpsp" on;
|
|
30762
|
+
font-size: 16px;
|
|
30763
|
+
line-height: 24px;
|
|
30653
30764
|
}
|
|
30654
30765
|
|
|
30655
|
-
.
|
|
30656
|
-
font-
|
|
30657
|
-
|
|
30766
|
+
.l1j1e5w7 {
|
|
30767
|
+
font-family: Inter;
|
|
30768
|
+
font-style: normal;
|
|
30658
30769
|
font-weight: bold;
|
|
30659
|
-
|
|
30660
|
-
|
|
30661
|
-
|
|
30662
|
-
|
|
30663
|
-
background: var(--ti7fpyu-0);
|
|
30770
|
+
text-transform: uppercase;
|
|
30771
|
+
font-feature-settings: "cpsp" on;
|
|
30772
|
+
font-size: 16px;
|
|
30773
|
+
line-height: 24px;
|
|
30664
30774
|
}
|
|
30665
|
-
|
|
30666
|
-
|
|
30775
|
+
|
|
30776
|
+
.l1gf91jb {
|
|
30777
|
+
font-family: Inter;
|
|
30778
|
+
font-style: normal;
|
|
30779
|
+
font-weight: normal;
|
|
30780
|
+
font-size: 14px;
|
|
30781
|
+
line-height: 22px;
|
|
30667
30782
|
}
|
|
30668
30783
|
|
|
30669
|
-
.
|
|
30670
|
-
|
|
30671
|
-
|
|
30672
|
-
|
|
30673
|
-
|
|
30674
|
-
|
|
30784
|
+
.lu7hlr6 {
|
|
30785
|
+
font-family: Inter;
|
|
30786
|
+
font-style: normal;
|
|
30787
|
+
font-weight: 500;
|
|
30788
|
+
font-size: 14px;
|
|
30789
|
+
line-height: 22px;
|
|
30675
30790
|
}
|
|
30676
30791
|
|
|
30677
|
-
.
|
|
30678
|
-
font-
|
|
30792
|
+
.l3l3jf0 {
|
|
30793
|
+
font-family: Inter;
|
|
30794
|
+
font-style: normal;
|
|
30679
30795
|
font-weight: bold;
|
|
30680
|
-
|
|
30681
|
-
|
|
30682
|
-
margin-left: 2px;
|
|
30683
|
-
margin-right: 2px;
|
|
30684
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30685
|
-
border-radius: 4px;
|
|
30796
|
+
font-size: 14px;
|
|
30797
|
+
line-height: 22px;
|
|
30686
30798
|
}
|
|
30687
30799
|
|
|
30688
|
-
.
|
|
30689
|
-
|
|
30690
|
-
|
|
30691
|
-
|
|
30692
|
-
|
|
30693
|
-
|
|
30694
|
-
.f1y3gta0.form-item-compact {
|
|
30695
|
-
width: 412px;
|
|
30800
|
+
.l12j5nqp {
|
|
30801
|
+
font-family: Inter;
|
|
30802
|
+
font-style: normal;
|
|
30803
|
+
font-weight: normal;
|
|
30804
|
+
font-size: 14px;
|
|
30805
|
+
line-height: 22px;
|
|
30696
30806
|
}
|
|
30697
|
-
|
|
30698
|
-
|
|
30807
|
+
|
|
30808
|
+
.l1tecqht {
|
|
30809
|
+
font-family: Inter;
|
|
30810
|
+
font-style: normal;
|
|
30811
|
+
font-weight: bold;
|
|
30812
|
+
font-size: 14px;
|
|
30813
|
+
line-height: 22px;
|
|
30699
30814
|
}
|
|
30700
|
-
|
|
30701
|
-
|
|
30815
|
+
|
|
30816
|
+
.l6sa990 {
|
|
30817
|
+
font-family: Inter;
|
|
30818
|
+
font-style: normal;
|
|
30819
|
+
font-weight: normal;
|
|
30820
|
+
text-transform: uppercase;
|
|
30821
|
+
font-feature-settings: "cpsp" on;
|
|
30822
|
+
font-size: 14px;
|
|
30823
|
+
line-height: 22px;
|
|
30702
30824
|
}
|
|
30703
|
-
|
|
30704
|
-
|
|
30705
|
-
|
|
30825
|
+
|
|
30826
|
+
.lckqe8j {
|
|
30827
|
+
font-family: Inter;
|
|
30828
|
+
font-style: normal;
|
|
30829
|
+
font-weight: bold;
|
|
30830
|
+
text-transform: uppercase;
|
|
30831
|
+
font-feature-settings: "cpsp" on;
|
|
30832
|
+
font-size: 14px;
|
|
30833
|
+
line-height: 22px;
|
|
30706
30834
|
}
|
|
30707
|
-
|
|
30708
|
-
|
|
30709
|
-
|
|
30710
|
-
|
|
30711
|
-
|
|
30835
|
+
|
|
30836
|
+
.l1kuminb {
|
|
30837
|
+
font-family: Inter;
|
|
30838
|
+
font-style: normal;
|
|
30839
|
+
font-weight: normal;
|
|
30712
30840
|
font-size: 13px;
|
|
30713
|
-
line-height:
|
|
30714
|
-
color: #8e9aa9;
|
|
30841
|
+
line-height: 20px;
|
|
30715
30842
|
}
|
|
30716
|
-
|
|
30717
|
-
|
|
30843
|
+
|
|
30844
|
+
.l1pbuf5j {
|
|
30845
|
+
font-family: Inter;
|
|
30846
|
+
font-style: normal;
|
|
30847
|
+
font-weight: 600;
|
|
30718
30848
|
font-size: 13px;
|
|
30719
|
-
|
|
30720
|
-
}
|
|
30721
|
-
.f1y3gta0 .form-item-label.label-right {
|
|
30722
|
-
text-align: right;
|
|
30723
|
-
}
|
|
30724
|
-
.f1y3gta0 .form-item-label,
|
|
30725
|
-
.f1y3gta0 .form-item-control {
|
|
30726
|
-
line-height: 32px;
|
|
30727
|
-
}
|
|
30728
|
-
.f1y3gta0 .form-item-control .form-item-error {
|
|
30729
|
-
line-height: 18px;
|
|
30730
|
-
}
|
|
30731
|
-
.f1y3gta0 .form-item-children {
|
|
30732
|
-
width: 100%;
|
|
30733
|
-
}
|
|
30734
|
-
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30735
|
-
width: 100%;
|
|
30736
|
-
}
|
|
30737
|
-
.f1y3gta0 .form-item-error {
|
|
30738
|
-
color: #e75a3a;
|
|
30739
|
-
height: 0;
|
|
30740
|
-
overflow: hidden;
|
|
30741
|
-
}
|
|
30742
|
-
.f1y3gta0 .form-item-error-enter-done {
|
|
30743
|
-
margin-top: 4px;
|
|
30744
|
-
height: auto;
|
|
30745
|
-
overflow: auto;
|
|
30746
|
-
}
|
|
30747
|
-
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30748
|
-
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30749
|
-
border: 1px solid #e75a3a;
|
|
30750
|
-
color: #e75a3a;
|
|
30849
|
+
line-height: 20px;
|
|
30751
30850
|
}
|
|
30752
30851
|
|
|
30753
|
-
.
|
|
30754
|
-
|
|
30852
|
+
.l1r4ztu {
|
|
30853
|
+
font-family: Inter;
|
|
30854
|
+
font-style: normal;
|
|
30755
30855
|
font-weight: bold;
|
|
30756
|
-
|
|
30757
|
-
|
|
30758
|
-
margin-bottom: 16px;
|
|
30759
|
-
}
|
|
30760
|
-
.fujbm7g:not(:first-of-type) {
|
|
30761
|
-
margin-top: 16px;
|
|
30856
|
+
font-size: 13px;
|
|
30857
|
+
line-height: 20px;
|
|
30762
30858
|
}
|
|
30763
30859
|
|
|
30764
|
-
.
|
|
30765
|
-
|
|
30766
|
-
|
|
30767
|
-
|
|
30768
|
-
|
|
30769
|
-
|
|
30770
|
-
cursor: pointer;
|
|
30771
|
-
transition: all 200ms ease-out 40ms;
|
|
30772
|
-
}
|
|
30773
|
-
.e5fsw5s:before, .e5fsw5s:after {
|
|
30774
|
-
content: "";
|
|
30775
|
-
width: 1px;
|
|
30776
|
-
height: 6px;
|
|
30777
|
-
border-radius: 1px;
|
|
30778
|
-
background: #ccd4e3;
|
|
30779
|
-
position: relative;
|
|
30780
|
-
right: 2px;
|
|
30781
|
-
transform: rotate(-45deg);
|
|
30860
|
+
.ly8vzok {
|
|
30861
|
+
font-family: Inter;
|
|
30862
|
+
font-style: normal;
|
|
30863
|
+
font-weight: normal;
|
|
30864
|
+
font-size: 13px;
|
|
30865
|
+
line-height: 20px;
|
|
30782
30866
|
}
|
|
30783
|
-
|
|
30784
|
-
|
|
30785
|
-
|
|
30867
|
+
|
|
30868
|
+
.lumfmf {
|
|
30869
|
+
font-family: Inter;
|
|
30870
|
+
font-style: normal;
|
|
30871
|
+
font-weight: 600;
|
|
30872
|
+
font-size: 13px;
|
|
30873
|
+
line-height: 20px;
|
|
30786
30874
|
}
|
|
30787
30875
|
|
|
30788
|
-
.
|
|
30789
|
-
|
|
30790
|
-
|
|
30791
|
-
|
|
30876
|
+
.l16ujwmv {
|
|
30877
|
+
font-family: Inter;
|
|
30878
|
+
font-style: normal;
|
|
30879
|
+
font-weight: bold;
|
|
30880
|
+
font-size: 13px;
|
|
30881
|
+
line-height: 20px;
|
|
30792
30882
|
}
|
|
30793
|
-
|
|
30794
|
-
.
|
|
30795
|
-
|
|
30883
|
+
|
|
30884
|
+
.l17o1ffr {
|
|
30885
|
+
font-family: Inter;
|
|
30886
|
+
font-style: normal;
|
|
30887
|
+
font-weight: normal;
|
|
30888
|
+
text-transform: uppercase;
|
|
30889
|
+
font-feature-settings: "cpsp" on;
|
|
30890
|
+
font-size: 13px;
|
|
30891
|
+
line-height: 20px;
|
|
30796
30892
|
}
|
|
30797
|
-
|
|
30798
|
-
.
|
|
30799
|
-
|
|
30893
|
+
|
|
30894
|
+
.lngllvn {
|
|
30895
|
+
font-family: Inter;
|
|
30896
|
+
font-style: normal;
|
|
30897
|
+
font-weight: bold;
|
|
30898
|
+
text-transform: uppercase;
|
|
30899
|
+
font-feature-settings: "cpsp" on;
|
|
30900
|
+
font-size: 13px;
|
|
30901
|
+
line-height: 20px;
|
|
30800
30902
|
}
|
|
30801
30903
|
|
|
30802
|
-
.
|
|
30803
|
-
|
|
30804
|
-
|
|
30805
|
-
|
|
30806
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30807
|
-
border-radius: 6px;
|
|
30808
|
-
color: #e07f00;
|
|
30904
|
+
.l2i7fo9 {
|
|
30905
|
+
font-family: Inter;
|
|
30906
|
+
font-style: normal;
|
|
30907
|
+
font-weight: normal;
|
|
30809
30908
|
font-size: 12px;
|
|
30810
30909
|
line-height: 18px;
|
|
30811
30910
|
}
|
|
30812
|
-
.ng31n2o .icon-wrapper {
|
|
30813
|
-
margin-right: 10px;
|
|
30814
|
-
height: 18px;
|
|
30815
|
-
}
|
|
30816
30911
|
|
|
30817
|
-
.
|
|
30818
|
-
|
|
30819
|
-
|
|
30820
|
-
|
|
30821
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30822
|
-
border-radius: 6px;
|
|
30823
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30912
|
+
.l1x7hscx {
|
|
30913
|
+
font-family: Inter;
|
|
30914
|
+
font-style: normal;
|
|
30915
|
+
font-weight: 500;
|
|
30824
30916
|
font-size: 12px;
|
|
30825
30917
|
line-height: 18px;
|
|
30826
30918
|
}
|
|
30827
|
-
.n15x5f5y .icon-wrapper {
|
|
30828
|
-
margin-right: 10px;
|
|
30829
|
-
height: 18px;
|
|
30830
|
-
}
|
|
30831
30919
|
|
|
30832
|
-
.
|
|
30833
|
-
|
|
30834
|
-
|
|
30835
|
-
|
|
30836
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30837
|
-
border-radius: 6px;
|
|
30838
|
-
color: #005ed1;
|
|
30920
|
+
.le1jwan {
|
|
30921
|
+
font-family: Inter;
|
|
30922
|
+
font-style: normal;
|
|
30923
|
+
font-weight: bold;
|
|
30839
30924
|
font-size: 12px;
|
|
30840
30925
|
line-height: 18px;
|
|
30841
30926
|
}
|
|
30842
|
-
.i16ozz3f .icon-wrapper {
|
|
30843
|
-
margin-right: 10px;
|
|
30844
|
-
height: 18px;
|
|
30845
|
-
}
|
|
30846
30927
|
|
|
30847
|
-
.
|
|
30848
|
-
|
|
30849
|
-
|
|
30928
|
+
.lyxynfj {
|
|
30929
|
+
font-family: Inter;
|
|
30930
|
+
font-style: normal;
|
|
30931
|
+
font-weight: normal;
|
|
30850
30932
|
font-size: 12px;
|
|
30851
30933
|
line-height: 18px;
|
|
30852
30934
|
}
|
|
30853
30935
|
|
|
30854
|
-
.
|
|
30855
|
-
|
|
30936
|
+
.lpb2nxv {
|
|
30937
|
+
font-family: Inter;
|
|
30938
|
+
font-style: normal;
|
|
30939
|
+
font-weight: 500;
|
|
30856
30940
|
font-size: 12px;
|
|
30857
|
-
|
|
30941
|
+
line-height: 18px;
|
|
30858
30942
|
}
|
|
30859
30943
|
|
|
30860
|
-
.
|
|
30861
|
-
|
|
30862
|
-
|
|
30863
|
-
|
|
30944
|
+
.l1r8o3vv {
|
|
30945
|
+
font-family: Inter;
|
|
30946
|
+
font-style: normal;
|
|
30947
|
+
font-weight: bold;
|
|
30948
|
+
font-size: 12px;
|
|
30949
|
+
line-height: 18px;
|
|
30864
30950
|
}
|
|
30865
|
-
|
|
30866
|
-
|
|
30951
|
+
|
|
30952
|
+
.lemnjy2 {
|
|
30953
|
+
font-family: Inter;
|
|
30954
|
+
font-style: normal;
|
|
30955
|
+
font-weight: normal;
|
|
30956
|
+
text-transform: uppercase;
|
|
30957
|
+
font-feature-settings: "cpsp" on;
|
|
30958
|
+
font-size: 12px;
|
|
30959
|
+
line-height: 18px;
|
|
30867
30960
|
}
|
|
30868
30961
|
|
|
30869
|
-
.
|
|
30870
|
-
|
|
30962
|
+
.lrc42gb {
|
|
30963
|
+
font-family: Inter;
|
|
30964
|
+
font-style: normal;
|
|
30965
|
+
font-weight: bold;
|
|
30966
|
+
text-transform: uppercase;
|
|
30967
|
+
font-feature-settings: "cpsp" on;
|
|
30968
|
+
font-size: 12px;
|
|
30969
|
+
line-height: 18px;
|
|
30871
30970
|
}
|
|
30872
30971
|
|
|
30873
|
-
.
|
|
30874
|
-
|
|
30972
|
+
.fqaz4mb {
|
|
30973
|
+
font-family: Inter;
|
|
30974
|
+
font-style: normal;
|
|
30975
|
+
font-weight: normal;
|
|
30976
|
+
font-size: 13px;
|
|
30875
30977
|
line-height: 20px;
|
|
30876
|
-
color: #2d3a56;
|
|
30877
|
-
border-radius: 6px;
|
|
30878
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30879
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30880
30978
|
}
|
|
30881
|
-
|
|
30882
|
-
|
|
30883
|
-
|
|
30979
|
+
|
|
30980
|
+
.f13we5o {
|
|
30981
|
+
font-family: Inter;
|
|
30982
|
+
font-style: normal;
|
|
30983
|
+
font-weight: normal;
|
|
30984
|
+
font-size: 13px;
|
|
30985
|
+
line-height: 20px;
|
|
30884
30986
|
}
|
|
30885
|
-
|
|
30886
|
-
|
|
30987
|
+
|
|
30988
|
+
.ffmjua2 {
|
|
30989
|
+
font-family: Inter;
|
|
30990
|
+
font-style: normal;
|
|
30991
|
+
font-weight: normal;
|
|
30992
|
+
font-size: 12px;
|
|
30887
30993
|
line-height: 18px;
|
|
30888
30994
|
}
|
|
30889
|
-
|
|
30890
|
-
|
|
30891
|
-
|
|
30892
|
-
|
|
30995
|
+
|
|
30996
|
+
.fz2mxw0 {
|
|
30997
|
+
font-family: Inter;
|
|
30998
|
+
font-style: normal;
|
|
30999
|
+
font-weight: normal;
|
|
31000
|
+
font-size: 12px;
|
|
31001
|
+
line-height: 18px;
|
|
30893
31002
|
}
|
|
30894
|
-
|
|
30895
|
-
|
|
30896
|
-
|
|
30897
|
-
|
|
31003
|
+
|
|
31004
|
+
.t1ertzoh {
|
|
31005
|
+
font-family: Inter;
|
|
31006
|
+
font-style: normal;
|
|
31007
|
+
font-weight: normal;
|
|
31008
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31009
|
+
font-size: 13px;
|
|
31010
|
+
line-height: 20px;
|
|
30898
31011
|
}
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
31012
|
+
|
|
31013
|
+
.t19bge8r {
|
|
31014
|
+
font-family: Inter;
|
|
31015
|
+
font-style: normal;
|
|
31016
|
+
font-weight: normal;
|
|
31017
|
+
font-feature-settings: "zero" on;
|
|
31018
|
+
font-size: 13px;
|
|
31019
|
+
line-height: 20px;
|
|
30902
31020
|
}
|
|
30903
|
-
|
|
30904
|
-
|
|
30905
|
-
|
|
31021
|
+
|
|
31022
|
+
.tjrzfyl {
|
|
31023
|
+
font-family: Inter;
|
|
31024
|
+
font-style: normal;
|
|
31025
|
+
font-weight: normal;
|
|
31026
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31027
|
+
font-size: 12px;
|
|
31028
|
+
line-height: 18px;
|
|
30906
31029
|
}
|
|
30907
|
-
|
|
30908
|
-
|
|
30909
|
-
|
|
31030
|
+
|
|
31031
|
+
.tm6s7bo {
|
|
31032
|
+
font-family: Inter;
|
|
31033
|
+
font-style: normal;
|
|
31034
|
+
font-weight: 500;
|
|
31035
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31036
|
+
font-size: 12px;
|
|
31037
|
+
line-height: 18px;
|
|
30910
31038
|
}
|
|
30911
|
-
|
|
30912
|
-
|
|
30913
|
-
|
|
30914
|
-
|
|
31039
|
+
|
|
31040
|
+
.t19zq6ic {
|
|
31041
|
+
font-family: Inter;
|
|
31042
|
+
font-style: normal;
|
|
31043
|
+
font-weight: normal;
|
|
31044
|
+
font-feature-settings: "zero" on;
|
|
31045
|
+
font-size: 12px;
|
|
31046
|
+
line-height: 18px;
|
|
30915
31047
|
}
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
|
|
30920
|
-
|
|
30921
|
-
|
|
30922
|
-
|
|
31048
|
+
|
|
31049
|
+
.t1gduru8 {
|
|
31050
|
+
font-family: Inter;
|
|
31051
|
+
font-style: normal;
|
|
31052
|
+
font-weight: 500;
|
|
31053
|
+
font-feature-settings: "zero" on;
|
|
31054
|
+
font-size: 12px;
|
|
31055
|
+
line-height: 18px;
|
|
30923
31056
|
}
|
|
30924
|
-
|
|
30925
|
-
.
|
|
30926
|
-
|
|
31057
|
+
|
|
31058
|
+
.t55raab {
|
|
31059
|
+
font-family: Inter;
|
|
31060
|
+
font-style: normal;
|
|
31061
|
+
font-weight: bold;
|
|
31062
|
+
font-feature-settings: "zero" on;
|
|
31063
|
+
font-size: 16px;
|
|
31064
|
+
line-height: 24px;
|
|
30927
31065
|
}
|
|
30928
|
-
|
|
30929
|
-
|
|
30930
|
-
|
|
31066
|
+
|
|
31067
|
+
.u1w9abfe {
|
|
31068
|
+
font-family: Inter;
|
|
31069
|
+
font-style: normal;
|
|
31070
|
+
font-weight: normal;
|
|
31071
|
+
font-size: 10px;
|
|
31072
|
+
line-height: 12px;
|
|
30931
31073
|
}
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
|
|
31074
|
+
|
|
31075
|
+
.i1e4sgug {
|
|
31076
|
+
display: inline-block;
|
|
30935
31077
|
}
|
|
30936
|
-
|
|
30937
|
-
|
|
30938
|
-
|
|
31078
|
+
|
|
31079
|
+
.obf05yr {
|
|
31080
|
+
display: inline-block;
|
|
30939
31081
|
}
|
|
30940
|
-
|
|
30941
|
-
|
|
30942
|
-
|
|
31082
|
+
|
|
31083
|
+
.hsms1n6 {
|
|
31084
|
+
visibility: hidden;
|
|
31085
|
+
position: absolute;
|
|
30943
31086
|
}
|
|
30944
|
-
|
|
30945
|
-
|
|
31087
|
+
|
|
31088
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
31089
|
+
display: inline-flex;
|
|
31090
|
+
align-items: baseline;
|
|
31091
|
+
white-space: pre-wrap;
|
|
30946
31092
|
}
|
|
30947
|
-
.
|
|
30948
|
-
|
|
31093
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
31094
|
+
position: relative;
|
|
31095
|
+
top: 3px;
|
|
30949
31096
|
}
|
|
30950
|
-
.
|
|
30951
|
-
border-color:
|
|
30952
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31097
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31098
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30953
31099
|
}
|
|
30954
|
-
.
|
|
30955
|
-
border-color: #
|
|
30956
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31100
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31101
|
+
border-color: #0080ff;
|
|
30957
31102
|
}
|
|
30958
|
-
.
|
|
31103
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31104
|
+
border-color: #0080ff;
|
|
31105
|
+
background: #0080ff;
|
|
31106
|
+
}
|
|
31107
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31108
|
+
top: 4px;
|
|
31109
|
+
left: 4px;
|
|
31110
|
+
width: 6px;
|
|
31111
|
+
height: 6px;
|
|
31112
|
+
background: #fff;
|
|
31113
|
+
}
|
|
31114
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31115
|
+
opacity: 0.5;
|
|
31116
|
+
}
|
|
31117
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31118
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30959
31119
|
background: rgba(211, 218, 235, 0.6);
|
|
30960
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30961
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30962
31120
|
}
|
|
30963
|
-
|
|
30964
|
-
|
|
30965
|
-
transition-delay: 50ms;
|
|
31121
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31122
|
+
background: #00122e;
|
|
30966
31123
|
}
|
|
30967
|
-
|
|
30968
|
-
|
|
30969
|
-
|
|
31124
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31125
|
+
color: #00122e;
|
|
31126
|
+
opacity: 0.5;
|
|
30970
31127
|
}
|
|
30971
|
-
|
|
30972
|
-
|
|
31128
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31129
|
+
color: #00122e;
|
|
30973
31130
|
}
|
|
30974
|
-
|
|
30975
|
-
|
|
30976
|
-
|
|
31131
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31132
|
+
display: inline-block;
|
|
31133
|
+
padding: 0;
|
|
31134
|
+
padding-left: 12px;
|
|
30977
31135
|
}
|
|
30978
|
-
|
|
30979
|
-
|
|
31136
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31137
|
+
margin-bottom: 0;
|
|
31138
|
+
white-space: pre-wrap;
|
|
31139
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30980
31140
|
}
|
|
30981
|
-
|
|
30982
|
-
|
|
30983
|
-
height: 24px;
|
|
31141
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31142
|
+
padding-left: 8px;
|
|
30984
31143
|
}
|
|
30985
|
-
|
|
30986
|
-
|
|
31144
|
+
|
|
31145
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31146
|
+
border-radius: 5px 0 0 5px;
|
|
31147
|
+
}
|
|
31148
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31149
|
+
border-radius: 0 5px 5px 0;
|
|
30987
31150
|
}
|
|
30988
31151
|
|
|
30989
|
-
.
|
|
30990
|
-
|
|
30991
|
-
border-
|
|
31152
|
+
.r1f0aqcc {
|
|
31153
|
+
color: #00122e;
|
|
31154
|
+
border-color: #ccd4e3;
|
|
30992
31155
|
}
|
|
30993
|
-
.
|
|
30994
|
-
|
|
30995
|
-
|
|
31156
|
+
.r1f0aqcc:first-child {
|
|
31157
|
+
border-color: #a3b4cc;
|
|
31158
|
+
}
|
|
31159
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31160
|
+
padding: 0 12px;
|
|
31161
|
+
line-height: 32px;
|
|
30996
31162
|
height: 32px;
|
|
30997
|
-
cursor: pointer;
|
|
30998
|
-
transition: border 150ms;
|
|
30999
31163
|
}
|
|
31000
|
-
.
|
|
31001
|
-
|
|
31002
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31003
|
-
}
|
|
31004
|
-
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
31005
|
-
padding-right: 30px;
|
|
31006
|
-
}
|
|
31007
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
31008
|
-
display: flex;
|
|
31009
|
-
}
|
|
31010
|
-
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31011
|
-
display: flex;
|
|
31012
|
-
}
|
|
31013
|
-
.kypn5o5.input-tags .input-tag-suffix {
|
|
31014
|
-
position: absolute;
|
|
31015
|
-
right: 12px;
|
|
31016
|
-
top: 50%;
|
|
31017
|
-
transform: translateY(-50%);
|
|
31018
|
-
}
|
|
31019
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31020
|
-
color: rgba(0, 0, 0, 0.25);
|
|
31021
|
-
font-size: 12px;
|
|
31022
|
-
cursor: pointer;
|
|
31023
|
-
}
|
|
31024
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31025
|
-
color: rgba(0, 0, 0, 0.45);
|
|
31026
|
-
}
|
|
31027
|
-
.kypn5o5.has-focus-indicator {
|
|
31028
|
-
position: relative;
|
|
31029
|
-
overflow: hidden;
|
|
31030
|
-
}
|
|
31031
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
31032
|
-
position: absolute;
|
|
31033
|
-
top: 50%;
|
|
31034
|
-
transform: translateY(-50%);
|
|
31035
|
-
left: -16px;
|
|
31036
|
-
transition: left 150ms ease;
|
|
31037
|
-
opacity: 0;
|
|
31038
|
-
}
|
|
31039
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31040
|
-
left: 8px;
|
|
31041
|
-
opacity: 1;
|
|
31042
|
-
}
|
|
31043
|
-
.kypn5o5.has-focus-indicator input {
|
|
31044
|
-
transition: margin-left 150ms ease;
|
|
31045
|
-
margin-left: 0px;
|
|
31046
|
-
}
|
|
31047
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
31048
|
-
margin-left: 16px;
|
|
31049
|
-
}
|
|
31050
|
-
|
|
31051
|
-
input.l1ki27se.ant-input {
|
|
31052
|
-
border-top-right-radius: 0;
|
|
31053
|
-
border-bottom-right-radius: 0;
|
|
31054
|
-
}
|
|
31055
|
-
|
|
31056
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
31057
|
-
border-top-right-radius: 0;
|
|
31058
|
-
border-bottom-right-radius: 0;
|
|
31059
|
-
}
|
|
31060
|
-
|
|
31061
|
-
input.rrg1fkn.ant-input {
|
|
31062
|
-
border-top-left-radius: 0;
|
|
31063
|
-
border-bottom-left-radius: 0;
|
|
31064
|
-
}
|
|
31065
|
-
|
|
31066
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
31067
|
-
border-top-left-radius: 0;
|
|
31068
|
-
border-bottom-left-radius: 0;
|
|
31069
|
-
}
|
|
31070
|
-
|
|
31071
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
31072
|
-
border-top-right-radius: 0;
|
|
31073
|
-
border-bottom-right-radius: 0;
|
|
31074
|
-
}
|
|
31075
|
-
|
|
31076
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31077
|
-
border-top-left-radius: 0;
|
|
31078
|
-
border-bottom-left-radius: 0;
|
|
31079
|
-
}
|
|
31080
|
-
|
|
31081
|
-
.c1t6wbwv {
|
|
31082
|
-
display: flex;
|
|
31083
|
-
flex-direction: column;
|
|
31084
|
-
}
|
|
31085
|
-
.c1t6wbwv .select-wrapper {
|
|
31086
|
-
margin-top: 12px;
|
|
31087
|
-
}
|
|
31088
|
-
.c1t6wbwv .select-wrapper .select {
|
|
31089
|
-
width: 100%;
|
|
31090
|
-
}
|
|
31091
|
-
.c1t6wbwv .radio-wrapper {
|
|
31092
|
-
margin-top: 24px;
|
|
31093
|
-
}
|
|
31094
|
-
.c1t6wbwv div.form-item {
|
|
31095
|
-
width: 100%;
|
|
31096
|
-
}
|
|
31097
|
-
|
|
31098
|
-
.d1k7vv5v {
|
|
31099
|
-
font-size: 14px;
|
|
31100
|
-
font-weight: 500;
|
|
31101
|
-
color: #3e4652;
|
|
31102
|
-
line-height: 18px;
|
|
31103
|
-
}
|
|
31104
|
-
.d1k7vv5v + .d1k7vv5v {
|
|
31105
|
-
margin-top: 16px;
|
|
31106
|
-
}
|
|
31107
|
-
.d1k7vv5v + * {
|
|
31108
|
-
margin-top: 16px;
|
|
31109
|
-
}
|
|
31110
|
-
|
|
31111
|
-
.le7b9r4.d1k7vv5v {
|
|
31112
|
-
font-size: 12px;
|
|
31113
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31114
|
-
margin-top: 12px;
|
|
31115
|
-
}
|
|
31116
|
-
|
|
31117
|
-
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
31118
|
-
line-height: 18px;
|
|
31119
|
-
font-weight: 500;
|
|
31120
|
-
margin-top: 0;
|
|
31121
|
-
white-space: initial;
|
|
31122
|
-
}
|
|
31123
|
-
|
|
31124
|
-
.r12ddqmh {
|
|
31125
|
-
display: block;
|
|
31126
|
-
}
|
|
31127
|
-
.r12ddqmh span {
|
|
31128
|
-
font-size: 14px;
|
|
31129
|
-
font-weight: 500;
|
|
31130
|
-
line-height: 32px;
|
|
31131
|
-
color: #3e4652;
|
|
31132
|
-
}
|
|
31133
|
-
|
|
31134
|
-
.ctcr26a {
|
|
31135
|
-
margin-top: 8px;
|
|
31136
|
-
padding: 8px;
|
|
31137
|
-
border-radius: 6px;
|
|
31138
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31139
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31140
|
-
font-size: 12px;
|
|
31141
|
-
}
|
|
31142
|
-
.ctcr26a div {
|
|
31143
|
-
line-height: 20px;
|
|
31144
|
-
display: flex;
|
|
31145
|
-
align-items: center;
|
|
31146
|
-
word-break: break-all;
|
|
31147
|
-
}
|
|
31148
|
-
|
|
31149
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
31150
|
-
display: inline-flex;
|
|
31151
|
-
align-items: baseline;
|
|
31152
|
-
white-space: pre-wrap;
|
|
31153
|
-
}
|
|
31154
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
31155
|
-
position: relative;
|
|
31156
|
-
top: 3px;
|
|
31157
|
-
}
|
|
31158
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31159
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31160
|
-
}
|
|
31161
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31162
|
-
border-color: #0080ff;
|
|
31163
|
-
}
|
|
31164
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31165
|
-
border-color: #0080ff;
|
|
31166
|
-
background: #0080ff;
|
|
31167
|
-
}
|
|
31168
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31169
|
-
top: 4px;
|
|
31170
|
-
left: 4px;
|
|
31171
|
-
width: 6px;
|
|
31172
|
-
height: 6px;
|
|
31173
|
-
background: #fff;
|
|
31174
|
-
}
|
|
31175
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31176
|
-
opacity: 0.5;
|
|
31177
|
-
}
|
|
31178
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31179
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31180
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31181
|
-
}
|
|
31182
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31183
|
-
background: #00122e;
|
|
31184
|
-
}
|
|
31185
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31186
|
-
color: #00122e;
|
|
31187
|
-
opacity: 0.5;
|
|
31188
|
-
}
|
|
31189
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31190
|
-
color: #00122e;
|
|
31191
|
-
}
|
|
31192
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31193
|
-
display: inline-block;
|
|
31194
|
-
padding: 0;
|
|
31195
|
-
padding-left: 12px;
|
|
31196
|
-
}
|
|
31197
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31198
|
-
margin-bottom: 0;
|
|
31199
|
-
white-space: pre-wrap;
|
|
31200
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31201
|
-
}
|
|
31202
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31203
|
-
padding-left: 8px;
|
|
31204
|
-
}
|
|
31205
|
-
|
|
31206
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31207
|
-
border-radius: 5px 0 0 5px;
|
|
31208
|
-
}
|
|
31209
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31210
|
-
border-radius: 0 5px 5px 0;
|
|
31211
|
-
}
|
|
31212
|
-
|
|
31213
|
-
.r1f0aqcc {
|
|
31214
|
-
color: #00122e;
|
|
31215
|
-
border-color: #ccd4e3;
|
|
31216
|
-
}
|
|
31217
|
-
.r1f0aqcc:first-child {
|
|
31218
|
-
border-color: #a3b4cc;
|
|
31219
|
-
}
|
|
31220
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31221
|
-
padding: 0 12px;
|
|
31222
|
-
line-height: 32px;
|
|
31223
|
-
height: 32px;
|
|
31224
|
-
}
|
|
31225
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31226
|
-
white-space: nowrap;
|
|
31164
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31165
|
+
white-space: nowrap;
|
|
31227
31166
|
}
|
|
31228
31167
|
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31229
31168
|
height: 22px;
|
|
@@ -31292,619 +31231,741 @@ input.rrg1fkn.ant-input {
|
|
|
31292
31231
|
width: 36px;
|
|
31293
31232
|
}
|
|
31294
31233
|
|
|
31295
|
-
.
|
|
31296
|
-
|
|
31297
|
-
|
|
31298
|
-
font-weight: bold;
|
|
31299
|
-
font-size: 32px;
|
|
31300
|
-
line-height: 40px;
|
|
31234
|
+
.cz04yix {
|
|
31235
|
+
display: flex;
|
|
31236
|
+
flex-direction: column;
|
|
31301
31237
|
}
|
|
31302
31238
|
|
|
31303
|
-
.
|
|
31304
|
-
|
|
31305
|
-
|
|
31306
|
-
|
|
31307
|
-
|
|
31308
|
-
line-height: 32px;
|
|
31239
|
+
.m1if5j39 {
|
|
31240
|
+
max-width: 1120px;
|
|
31241
|
+
width: 100%;
|
|
31242
|
+
margin: 0 auto;
|
|
31243
|
+
height: 100%;
|
|
31309
31244
|
}
|
|
31310
31245
|
|
|
31311
|
-
.
|
|
31312
|
-
|
|
31313
|
-
|
|
31314
|
-
|
|
31315
|
-
|
|
31316
|
-
line-height: 40px;
|
|
31246
|
+
.w1vvwdlp {
|
|
31247
|
+
max-width: 1120px;
|
|
31248
|
+
width: 100%;
|
|
31249
|
+
margin: 0 auto;
|
|
31250
|
+
display: flex;
|
|
31317
31251
|
}
|
|
31318
|
-
|
|
31319
|
-
.
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
|
|
31323
|
-
font-size: 20px;
|
|
31324
|
-
line-height: 24px;
|
|
31252
|
+
.w1vvwdlp .left,
|
|
31253
|
+
.w1vvwdlp .right {
|
|
31254
|
+
flex-grow: 0;
|
|
31255
|
+
flex-shrink: 0;
|
|
31256
|
+
flex-basis: 21%;
|
|
31325
31257
|
}
|
|
31326
|
-
|
|
31327
|
-
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
font-weight: normal;
|
|
31331
|
-
font-size: 20px;
|
|
31332
|
-
line-height: 24px;
|
|
31258
|
+
.w1vvwdlp .left {
|
|
31259
|
+
display: flex;
|
|
31260
|
+
justify-content: flex-end;
|
|
31261
|
+
padding-right: 44px;
|
|
31333
31262
|
}
|
|
31334
|
-
|
|
31335
|
-
|
|
31336
|
-
font-family: Inter;
|
|
31337
|
-
font-style: normal;
|
|
31338
|
-
font-weight: bold;
|
|
31339
|
-
font-size: 18px;
|
|
31340
|
-
line-height: 22px;
|
|
31263
|
+
.w1vvwdlp .right {
|
|
31264
|
+
padding-left: 44px;
|
|
31341
31265
|
}
|
|
31342
|
-
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31346
|
-
|
|
31347
|
-
|
|
31348
|
-
|
|
31266
|
+
.w1vvwdlp .middle {
|
|
31267
|
+
margin-bottom: 40px;
|
|
31268
|
+
flex-grow: 0;
|
|
31269
|
+
flex-shrink: 0;
|
|
31270
|
+
flex-basis: 58%;
|
|
31271
|
+
}
|
|
31272
|
+
.w1vvwdlp .middle .form-base-field {
|
|
31273
|
+
width: 100%;
|
|
31274
|
+
}
|
|
31275
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
31276
|
+
width: auto;
|
|
31349
31277
|
}
|
|
31350
31278
|
|
|
31351
|
-
.
|
|
31352
|
-
|
|
31353
|
-
|
|
31354
|
-
|
|
31355
|
-
|
|
31356
|
-
|
|
31279
|
+
.h1cuopx7 .ant-modal-header {
|
|
31280
|
+
margin: 0 auto;
|
|
31281
|
+
width: 100%;
|
|
31282
|
+
max-width: 648px;
|
|
31283
|
+
}
|
|
31284
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
31285
|
+
margin-left: 0;
|
|
31286
|
+
}
|
|
31287
|
+
.h1cuopx7 .ant-modal-body {
|
|
31288
|
+
margin: 0 auto;
|
|
31289
|
+
padding: 0;
|
|
31290
|
+
width: 100%;
|
|
31291
|
+
max-width: 648px;
|
|
31292
|
+
overflow: hidden;
|
|
31293
|
+
}
|
|
31294
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
31295
|
+
margin-bottom: 40px;
|
|
31296
|
+
}
|
|
31297
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
31298
|
+
height: calc(100vh - 225px);
|
|
31299
|
+
overflow-y: auto;
|
|
31300
|
+
}
|
|
31301
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
31302
|
+
margin: 0 auto;
|
|
31303
|
+
max-width: 648px;
|
|
31357
31304
|
}
|
|
31358
31305
|
|
|
31359
|
-
.
|
|
31360
|
-
|
|
31361
|
-
|
|
31362
|
-
|
|
31363
|
-
|
|
31364
|
-
|
|
31306
|
+
.h1p6d3y3 .ant-modal-header {
|
|
31307
|
+
margin: 0 auto;
|
|
31308
|
+
width: 100%;
|
|
31309
|
+
max-width: 1024px;
|
|
31310
|
+
}
|
|
31311
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
31312
|
+
margin-left: 0;
|
|
31313
|
+
}
|
|
31314
|
+
.h1p6d3y3 .ant-modal-body {
|
|
31315
|
+
margin: 0 auto;
|
|
31316
|
+
padding: 0;
|
|
31317
|
+
width: 100%;
|
|
31318
|
+
max-width: 1024px;
|
|
31319
|
+
overflow: hidden;
|
|
31320
|
+
}
|
|
31321
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
31322
|
+
margin-bottom: 40px;
|
|
31323
|
+
}
|
|
31324
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
31325
|
+
height: calc(100vh - 225px);
|
|
31326
|
+
overflow-y: auto;
|
|
31327
|
+
}
|
|
31328
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
31329
|
+
margin: 0 auto;
|
|
31330
|
+
max-width: 1024px;
|
|
31365
31331
|
}
|
|
31366
31332
|
|
|
31367
|
-
.
|
|
31368
|
-
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
font-size:
|
|
31333
|
+
.fxgckuk {
|
|
31334
|
+
flex: 1;
|
|
31335
|
+
}
|
|
31336
|
+
.fxgckuk label {
|
|
31337
|
+
font-size: 13px;
|
|
31372
31338
|
line-height: 20px;
|
|
31339
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31373
31340
|
}
|
|
31374
|
-
|
|
31375
|
-
.hedm4pz {
|
|
31376
|
-
font-family: Inter;
|
|
31377
|
-
font-style: normal;
|
|
31378
|
-
font-weight: normal;
|
|
31341
|
+
.fxgckuk .title {
|
|
31379
31342
|
font-size: 14px;
|
|
31380
31343
|
line-height: 20px;
|
|
31344
|
+
color: #2d3a56;
|
|
31345
|
+
margin-bottom: 12px;
|
|
31381
31346
|
}
|
|
31382
|
-
|
|
31383
|
-
|
|
31384
|
-
font-family: Inter;
|
|
31385
|
-
font-style: normal;
|
|
31386
|
-
font-weight: bold;
|
|
31387
|
-
font-size: 12px;
|
|
31388
|
-
line-height: 18px;
|
|
31347
|
+
.fxgckuk.connect-cluster .title {
|
|
31348
|
+
padding-bottom: 26px;
|
|
31389
31349
|
}
|
|
31390
31350
|
|
|
31391
|
-
.
|
|
31392
|
-
|
|
31393
|
-
|
|
31394
|
-
|
|
31395
|
-
font-size: 12px;
|
|
31396
|
-
line-height: 18px;
|
|
31351
|
+
.f1d0vek1 {
|
|
31352
|
+
padding: 25px 0 15px 0;
|
|
31353
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31354
|
+
margin-bottom: 16px;
|
|
31397
31355
|
}
|
|
31398
31356
|
|
|
31399
|
-
.
|
|
31400
|
-
|
|
31401
|
-
|
|
31402
|
-
|
|
31403
|
-
text-transform: uppercase;
|
|
31404
|
-
font-feature-settings: "cpsp" on;
|
|
31405
|
-
font-size: 12px;
|
|
31406
|
-
line-height: 18px;
|
|
31357
|
+
.f4u402y {
|
|
31358
|
+
display: flex;
|
|
31359
|
+
align-items: center;
|
|
31360
|
+
margin-bottom: 8px;
|
|
31407
31361
|
}
|
|
31408
|
-
|
|
31409
|
-
|
|
31410
|
-
font-family: Inter;
|
|
31411
|
-
font-style: normal;
|
|
31412
|
-
font-weight: normal;
|
|
31413
|
-
text-transform: uppercase;
|
|
31414
|
-
font-feature-settings: "cpsp" on;
|
|
31415
|
-
font-size: 12px;
|
|
31416
|
-
line-height: 18px;
|
|
31362
|
+
.f4u402y > label {
|
|
31363
|
+
width: 216px;
|
|
31417
31364
|
}
|
|
31418
|
-
|
|
31419
|
-
|
|
31420
|
-
font-family: Inter;
|
|
31421
|
-
font-style: normal;
|
|
31422
|
-
font-weight: normal;
|
|
31423
|
-
font-size: 16px;
|
|
31424
|
-
line-height: 24px;
|
|
31365
|
+
.f4u402y > label + * {
|
|
31366
|
+
width: 100%;
|
|
31425
31367
|
}
|
|
31426
|
-
|
|
31427
|
-
|
|
31428
|
-
font-family: Inter;
|
|
31429
|
-
font-style: normal;
|
|
31430
|
-
font-weight: bold;
|
|
31431
|
-
font-size: 16px;
|
|
31432
|
-
line-height: 24px;
|
|
31368
|
+
.f4u402y .ant-select {
|
|
31369
|
+
width: 100%;
|
|
31433
31370
|
}
|
|
31434
31371
|
|
|
31435
|
-
.
|
|
31436
|
-
|
|
31437
|
-
|
|
31438
|
-
font-weight: normal;
|
|
31439
|
-
font-size: 16px;
|
|
31440
|
-
line-height: 24px;
|
|
31372
|
+
.e1pldf6v {
|
|
31373
|
+
color: #e75a3a;
|
|
31374
|
+
margin-right: 10px;
|
|
31441
31375
|
}
|
|
31442
31376
|
|
|
31443
|
-
.
|
|
31444
|
-
|
|
31445
|
-
|
|
31446
|
-
|
|
31447
|
-
|
|
31448
|
-
line-height: 24px;
|
|
31377
|
+
.dq0gblh {
|
|
31378
|
+
width: 100%;
|
|
31379
|
+
height: 1px;
|
|
31380
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31381
|
+
margin: 24px 0;
|
|
31449
31382
|
}
|
|
31450
31383
|
|
|
31451
|
-
.
|
|
31452
|
-
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
font-feature-settings: "cpsp" on;
|
|
31457
|
-
font-size: 16px;
|
|
31458
|
-
line-height: 24px;
|
|
31384
|
+
.l1v7sr0n {
|
|
31385
|
+
display: flex;
|
|
31386
|
+
justify-content: center;
|
|
31387
|
+
align-items: center;
|
|
31388
|
+
height: 100%;
|
|
31459
31389
|
}
|
|
31460
31390
|
|
|
31461
|
-
.
|
|
31462
|
-
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
|
|
31466
|
-
|
|
31467
|
-
|
|
31468
|
-
|
|
31391
|
+
.d1i4ou6o {
|
|
31392
|
+
display: inline-block;
|
|
31393
|
+
width: 4px;
|
|
31394
|
+
height: 4px;
|
|
31395
|
+
background: #8e9aa9;
|
|
31396
|
+
opacity: 0.4;
|
|
31397
|
+
border-radius: 50%;
|
|
31398
|
+
margin: 0 4px;
|
|
31469
31399
|
}
|
|
31470
31400
|
|
|
31471
|
-
.
|
|
31472
|
-
|
|
31473
|
-
|
|
31474
|
-
|
|
31475
|
-
font-size: 14px;
|
|
31476
|
-
line-height: 22px;
|
|
31401
|
+
.m1jy87hk .ant-modal-header,
|
|
31402
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
31403
|
+
width: 648px;
|
|
31404
|
+
margin: 0 auto;
|
|
31477
31405
|
}
|
|
31478
|
-
|
|
31479
|
-
|
|
31480
|
-
|
|
31481
|
-
font-style: normal;
|
|
31482
|
-
font-weight: 500;
|
|
31483
|
-
font-size: 14px;
|
|
31484
|
-
line-height: 22px;
|
|
31406
|
+
.m1jy87hk .ant-modal-header {
|
|
31407
|
+
padding: 35px 0 24px;
|
|
31408
|
+
border: none;
|
|
31485
31409
|
}
|
|
31486
|
-
|
|
31487
|
-
|
|
31488
|
-
font-family: Inter;
|
|
31489
|
-
font-style: normal;
|
|
31490
|
-
font-weight: bold;
|
|
31491
|
-
font-size: 14px;
|
|
31492
|
-
line-height: 22px;
|
|
31410
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
31411
|
+
font-size: 30px;
|
|
31493
31412
|
}
|
|
31494
|
-
|
|
31495
|
-
|
|
31496
|
-
|
|
31497
|
-
|
|
31498
|
-
|
|
31499
|
-
font-size: 14px;
|
|
31500
|
-
line-height: 22px;
|
|
31413
|
+
.m1jy87hk .ant-modal-body {
|
|
31414
|
+
padding: 4px 0 2px;
|
|
31415
|
+
}
|
|
31416
|
+
.m1jy87hk .ant-modal-footer {
|
|
31417
|
+
border: none;
|
|
31501
31418
|
}
|
|
31502
31419
|
|
|
31503
|
-
.
|
|
31504
|
-
font-
|
|
31505
|
-
|
|
31420
|
+
.ti7fpyu {
|
|
31421
|
+
font-size: 12px;
|
|
31422
|
+
line-height: 18px;
|
|
31506
31423
|
font-weight: bold;
|
|
31507
|
-
|
|
31508
|
-
|
|
31424
|
+
color: #fff;
|
|
31425
|
+
padding: 0 4px;
|
|
31426
|
+
border-radius: 4px;
|
|
31427
|
+
display: inline-block;
|
|
31428
|
+
background: var(--ti7fpyu-0);
|
|
31429
|
+
}
|
|
31430
|
+
.ti7fpyu:not(:first-child) {
|
|
31431
|
+
margin-left: 4px;
|
|
31509
31432
|
}
|
|
31510
31433
|
|
|
31511
|
-
.
|
|
31512
|
-
|
|
31513
|
-
|
|
31514
|
-
|
|
31515
|
-
|
|
31516
|
-
|
|
31517
|
-
font-size: 14px;
|
|
31518
|
-
line-height: 22px;
|
|
31434
|
+
.f1rest1f {
|
|
31435
|
+
width: 100%;
|
|
31436
|
+
height: 100%;
|
|
31437
|
+
display: flex;
|
|
31438
|
+
align-items: center;
|
|
31439
|
+
justify-content: center;
|
|
31519
31440
|
}
|
|
31520
31441
|
|
|
31521
|
-
.
|
|
31522
|
-
font-
|
|
31523
|
-
font-style: normal;
|
|
31442
|
+
.n1kbdoln {
|
|
31443
|
+
font-size: 90%;
|
|
31524
31444
|
font-weight: bold;
|
|
31525
|
-
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
|
|
31445
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31446
|
+
padding: 1px 4px 1px;
|
|
31447
|
+
margin-left: 2px;
|
|
31448
|
+
margin-right: 2px;
|
|
31449
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31450
|
+
border-radius: 4px;
|
|
31529
31451
|
}
|
|
31530
31452
|
|
|
31531
|
-
.
|
|
31532
|
-
|
|
31533
|
-
font-style: normal;
|
|
31534
|
-
font-weight: normal;
|
|
31535
|
-
font-size: 13px;
|
|
31536
|
-
line-height: 20px;
|
|
31453
|
+
.f1y3gta0.form-item-general {
|
|
31454
|
+
width: 640px;
|
|
31537
31455
|
}
|
|
31538
|
-
|
|
31539
|
-
|
|
31540
|
-
font-family: Inter;
|
|
31541
|
-
font-style: normal;
|
|
31542
|
-
font-weight: 600;
|
|
31543
|
-
font-size: 13px;
|
|
31544
|
-
line-height: 20px;
|
|
31456
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
31457
|
+
margin-top: 16px;
|
|
31545
31458
|
}
|
|
31546
|
-
|
|
31547
|
-
|
|
31548
|
-
font-family: Inter;
|
|
31549
|
-
font-style: normal;
|
|
31550
|
-
font-weight: bold;
|
|
31551
|
-
font-size: 13px;
|
|
31552
|
-
line-height: 20px;
|
|
31459
|
+
.f1y3gta0.form-item-compact {
|
|
31460
|
+
width: 412px;
|
|
31553
31461
|
}
|
|
31554
|
-
|
|
31555
|
-
|
|
31556
|
-
|
|
31557
|
-
|
|
31558
|
-
|
|
31462
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
31463
|
+
margin-top: 8px;
|
|
31464
|
+
}
|
|
31465
|
+
.f1y3gta0 .form-item {
|
|
31466
|
+
width: auto;
|
|
31467
|
+
}
|
|
31468
|
+
.f1y3gta0 .form-item-main {
|
|
31469
|
+
position: relative;
|
|
31470
|
+
display: flex;
|
|
31471
|
+
}
|
|
31472
|
+
.f1y3gta0 .form-item-extra {
|
|
31473
|
+
margin-top: 4px;
|
|
31474
|
+
width: 100%;
|
|
31475
|
+
padding: 14px;
|
|
31476
|
+
background: #f2f4f6;
|
|
31559
31477
|
font-size: 13px;
|
|
31560
|
-
line-height:
|
|
31478
|
+
line-height: 1.8;
|
|
31479
|
+
color: #8e9aa9;
|
|
31561
31480
|
}
|
|
31562
|
-
|
|
31563
|
-
|
|
31564
|
-
font-family: Inter;
|
|
31565
|
-
font-style: normal;
|
|
31566
|
-
font-weight: 600;
|
|
31481
|
+
.f1y3gta0 .form-item-label {
|
|
31482
|
+
padding-right: 12px;
|
|
31567
31483
|
font-size: 13px;
|
|
31568
|
-
|
|
31484
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31485
|
+
}
|
|
31486
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
31487
|
+
text-align: right;
|
|
31488
|
+
}
|
|
31489
|
+
.f1y3gta0 .form-item-label,
|
|
31490
|
+
.f1y3gta0 .form-item-control {
|
|
31491
|
+
line-height: 32px;
|
|
31492
|
+
}
|
|
31493
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
31494
|
+
line-height: 18px;
|
|
31495
|
+
}
|
|
31496
|
+
.f1y3gta0 .form-item-children {
|
|
31497
|
+
width: 100%;
|
|
31498
|
+
}
|
|
31499
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
31500
|
+
width: 100%;
|
|
31501
|
+
}
|
|
31502
|
+
.f1y3gta0 .form-item-error {
|
|
31503
|
+
color: #e75a3a;
|
|
31504
|
+
height: 0;
|
|
31505
|
+
overflow: hidden;
|
|
31506
|
+
}
|
|
31507
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
31508
|
+
margin-top: 4px;
|
|
31509
|
+
height: auto;
|
|
31510
|
+
overflow: auto;
|
|
31511
|
+
}
|
|
31512
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31513
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31514
|
+
border: 1px solid #e75a3a;
|
|
31515
|
+
color: #e75a3a;
|
|
31569
31516
|
}
|
|
31570
31517
|
|
|
31571
|
-
.
|
|
31572
|
-
|
|
31573
|
-
font-style: normal;
|
|
31518
|
+
.fujbm7g {
|
|
31519
|
+
color: #2d3a56;
|
|
31574
31520
|
font-weight: bold;
|
|
31575
|
-
|
|
31576
|
-
|
|
31521
|
+
padding-bottom: 6px;
|
|
31522
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31523
|
+
margin-bottom: 16px;
|
|
31524
|
+
}
|
|
31525
|
+
.fujbm7g:not(:first-of-type) {
|
|
31526
|
+
margin-top: 16px;
|
|
31577
31527
|
}
|
|
31578
31528
|
|
|
31579
|
-
.
|
|
31580
|
-
|
|
31581
|
-
|
|
31582
|
-
|
|
31583
|
-
|
|
31584
|
-
|
|
31585
|
-
|
|
31586
|
-
|
|
31529
|
+
.e5fsw5s {
|
|
31530
|
+
width: 8px;
|
|
31531
|
+
height: 24px;
|
|
31532
|
+
display: flex;
|
|
31533
|
+
justify-content: center;
|
|
31534
|
+
align-items: center;
|
|
31535
|
+
cursor: pointer;
|
|
31536
|
+
transition: all 200ms ease-out 40ms;
|
|
31537
|
+
}
|
|
31538
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
31539
|
+
content: "";
|
|
31540
|
+
width: 1px;
|
|
31541
|
+
height: 6px;
|
|
31542
|
+
border-radius: 1px;
|
|
31543
|
+
background: #ccd4e3;
|
|
31544
|
+
position: relative;
|
|
31545
|
+
right: 2px;
|
|
31546
|
+
transform: rotate(-45deg);
|
|
31547
|
+
}
|
|
31548
|
+
.e5fsw5s:after {
|
|
31549
|
+
transform: rotate(45deg);
|
|
31550
|
+
left: 1px;
|
|
31587
31551
|
}
|
|
31588
31552
|
|
|
31589
|
-
.
|
|
31590
|
-
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
-
|
|
31594
|
-
|
|
31595
|
-
|
|
31596
|
-
|
|
31553
|
+
.w18knsg4.ant-alert-warning {
|
|
31554
|
+
border: 0;
|
|
31555
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31556
|
+
border-radius: 6px;
|
|
31557
|
+
}
|
|
31558
|
+
.w18knsg4.ant-alert,
|
|
31559
|
+
.w18knsg4 .ant-alert-message {
|
|
31560
|
+
color: #e07f00;
|
|
31561
|
+
}
|
|
31562
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
31563
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
31564
|
+
border-bottom-color: #e07f00;
|
|
31597
31565
|
}
|
|
31598
31566
|
|
|
31599
|
-
.
|
|
31600
|
-
|
|
31601
|
-
|
|
31602
|
-
|
|
31567
|
+
.ng31n2o {
|
|
31568
|
+
display: flex;
|
|
31569
|
+
flex-direction: row;
|
|
31570
|
+
padding: 7px 12px;
|
|
31571
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31572
|
+
border-radius: 6px;
|
|
31573
|
+
color: #e07f00;
|
|
31603
31574
|
font-size: 12px;
|
|
31604
31575
|
line-height: 18px;
|
|
31605
31576
|
}
|
|
31577
|
+
.ng31n2o .icon-wrapper {
|
|
31578
|
+
margin-right: 10px;
|
|
31579
|
+
height: 18px;
|
|
31580
|
+
}
|
|
31606
31581
|
|
|
31607
|
-
.
|
|
31608
|
-
|
|
31609
|
-
|
|
31610
|
-
|
|
31582
|
+
.n15x5f5y {
|
|
31583
|
+
display: flex;
|
|
31584
|
+
flex-direction: row;
|
|
31585
|
+
padding: 7px 12px;
|
|
31586
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31587
|
+
border-radius: 6px;
|
|
31588
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31611
31589
|
font-size: 12px;
|
|
31612
31590
|
line-height: 18px;
|
|
31613
31591
|
}
|
|
31592
|
+
.n15x5f5y .icon-wrapper {
|
|
31593
|
+
margin-right: 10px;
|
|
31594
|
+
height: 18px;
|
|
31595
|
+
}
|
|
31614
31596
|
|
|
31615
|
-
.
|
|
31616
|
-
|
|
31617
|
-
|
|
31618
|
-
|
|
31597
|
+
.i16ozz3f {
|
|
31598
|
+
display: flex;
|
|
31599
|
+
flex-direction: row;
|
|
31600
|
+
padding: 7px 12px;
|
|
31601
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31602
|
+
border-radius: 6px;
|
|
31603
|
+
color: #005ed1;
|
|
31619
31604
|
font-size: 12px;
|
|
31620
31605
|
line-height: 18px;
|
|
31621
31606
|
}
|
|
31607
|
+
.i16ozz3f .icon-wrapper {
|
|
31608
|
+
margin-right: 10px;
|
|
31609
|
+
height: 18px;
|
|
31610
|
+
}
|
|
31622
31611
|
|
|
31623
|
-
.
|
|
31624
|
-
|
|
31625
|
-
|
|
31626
|
-
font-weight: normal;
|
|
31612
|
+
.dszu9qr {
|
|
31613
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31614
|
+
margin-top: 5px;
|
|
31627
31615
|
font-size: 12px;
|
|
31628
31616
|
line-height: 18px;
|
|
31629
31617
|
}
|
|
31630
31618
|
|
|
31631
|
-
.
|
|
31632
|
-
|
|
31633
|
-
font-style: normal;
|
|
31634
|
-
font-weight: 500;
|
|
31619
|
+
.snxzgx {
|
|
31620
|
+
color: #f0483e;
|
|
31635
31621
|
font-size: 12px;
|
|
31636
|
-
|
|
31622
|
+
white-space: pre-wrap;
|
|
31637
31623
|
}
|
|
31638
31624
|
|
|
31639
|
-
.
|
|
31640
|
-
|
|
31641
|
-
|
|
31642
|
-
|
|
31643
|
-
|
|
31644
|
-
|
|
31625
|
+
.o1i4orqw {
|
|
31626
|
+
display: flex;
|
|
31627
|
+
align-items: center;
|
|
31628
|
+
justify-content: flex-end;
|
|
31629
|
+
}
|
|
31630
|
+
.o1i4orqw .icon-wrapper {
|
|
31631
|
+
margin-right: 16px;
|
|
31645
31632
|
}
|
|
31646
31633
|
|
|
31647
|
-
.
|
|
31648
|
-
|
|
31649
|
-
|
|
31650
|
-
|
|
31651
|
-
|
|
31652
|
-
|
|
31653
|
-
|
|
31634
|
+
.t79k8o2 {
|
|
31635
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31636
|
+
}
|
|
31637
|
+
|
|
31638
|
+
.ipd9bk.ant-input {
|
|
31639
|
+
padding: 5px 12px;
|
|
31640
|
+
line-height: 20px;
|
|
31641
|
+
color: #2d3a56;
|
|
31642
|
+
border-radius: 6px;
|
|
31643
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31644
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31645
|
+
}
|
|
31646
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
31647
|
+
padding: 8px 16px;
|
|
31648
|
+
line-height: 22px;
|
|
31649
|
+
}
|
|
31650
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
31651
|
+
padding: 2px 8px;
|
|
31654
31652
|
line-height: 18px;
|
|
31655
31653
|
}
|
|
31654
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
31655
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31656
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31657
|
+
z-index: 1;
|
|
31658
|
+
}
|
|
31659
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31660
|
+
border-color: #0096ff;
|
|
31661
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31662
|
+
z-index: 1;
|
|
31663
|
+
}
|
|
31664
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
31665
|
+
border-color: #e75a3a;
|
|
31666
|
+
color: #e75a3a;
|
|
31667
|
+
}
|
|
31668
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31669
|
+
border-color: #e75a3a;
|
|
31670
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31671
|
+
}
|
|
31672
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
31673
|
+
border-color: #e75a3a;
|
|
31674
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31675
|
+
}
|
|
31676
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
31677
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31678
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31679
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31680
|
+
}
|
|
31681
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
31682
|
+
padding: 5px 12px;
|
|
31683
|
+
border-radius: 6px;
|
|
31684
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31685
|
+
line-height: 20px;
|
|
31686
|
+
color: #2d3a56;
|
|
31687
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31688
|
+
}
|
|
31689
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
31690
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
31691
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31692
|
+
}
|
|
31693
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31694
|
+
padding: 8px 16px;
|
|
31695
|
+
line-height: 22px;
|
|
31696
|
+
}
|
|
31697
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31698
|
+
padding: 2px 8px;
|
|
31699
|
+
line-height: 18px;
|
|
31700
|
+
}
|
|
31701
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31702
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31703
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31704
|
+
}
|
|
31705
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31706
|
+
border-color: #0096ff;
|
|
31707
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31708
|
+
}
|
|
31709
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31710
|
+
border-color: #e75a3a;
|
|
31711
|
+
}
|
|
31712
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31713
|
+
color: #e75a3a;
|
|
31714
|
+
}
|
|
31715
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31716
|
+
border-color: #e75a3a;
|
|
31717
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31718
|
+
}
|
|
31719
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31720
|
+
border-color: #e75a3a;
|
|
31721
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31722
|
+
}
|
|
31723
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31724
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31725
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31726
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31727
|
+
}
|
|
31728
|
+
textarea.ipd9bk.ant-input {
|
|
31729
|
+
transition-property: height;
|
|
31730
|
+
transition-delay: 50ms;
|
|
31731
|
+
}
|
|
31732
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
31733
|
+
min-height: 40px;
|
|
31734
|
+
height: 40px;
|
|
31735
|
+
}
|
|
31736
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
31737
|
+
height: 80px;
|
|
31738
|
+
}
|
|
31739
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
31740
|
+
min-height: 32px;
|
|
31741
|
+
height: 32px;
|
|
31742
|
+
}
|
|
31743
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
31744
|
+
height: 64px;
|
|
31745
|
+
}
|
|
31746
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
31747
|
+
min-height: 24px;
|
|
31748
|
+
height: 24px;
|
|
31749
|
+
}
|
|
31750
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
31751
|
+
height: 40px;
|
|
31752
|
+
}
|
|
31656
31753
|
|
|
31657
|
-
.
|
|
31658
|
-
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
|
|
31662
|
-
|
|
31754
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
31755
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31756
|
+
border-radius: 4px;
|
|
31757
|
+
}
|
|
31758
|
+
.kypn5o5.input-tags {
|
|
31759
|
+
position: relative;
|
|
31760
|
+
padding: 6px;
|
|
31761
|
+
height: 32px;
|
|
31762
|
+
cursor: pointer;
|
|
31763
|
+
transition: border 150ms;
|
|
31764
|
+
}
|
|
31765
|
+
.kypn5o5.input-tags:hover {
|
|
31766
|
+
border-color: #0080ff;
|
|
31767
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31768
|
+
}
|
|
31769
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
31770
|
+
padding-right: 30px;
|
|
31771
|
+
}
|
|
31772
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
31773
|
+
display: flex;
|
|
31774
|
+
}
|
|
31775
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31776
|
+
display: flex;
|
|
31777
|
+
}
|
|
31778
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
31779
|
+
position: absolute;
|
|
31780
|
+
right: 12px;
|
|
31781
|
+
top: 50%;
|
|
31782
|
+
transform: translateY(-50%);
|
|
31783
|
+
}
|
|
31784
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31785
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31663
31786
|
font-size: 12px;
|
|
31664
|
-
|
|
31787
|
+
cursor: pointer;
|
|
31665
31788
|
}
|
|
31666
|
-
|
|
31667
|
-
.
|
|
31668
|
-
font-family: Inter;
|
|
31669
|
-
font-style: normal;
|
|
31670
|
-
font-weight: normal;
|
|
31671
|
-
font-size: 13px;
|
|
31672
|
-
line-height: 20px;
|
|
31789
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31790
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31673
31791
|
}
|
|
31674
|
-
|
|
31675
|
-
|
|
31676
|
-
|
|
31677
|
-
font-style: normal;
|
|
31678
|
-
font-weight: normal;
|
|
31679
|
-
font-size: 13px;
|
|
31680
|
-
line-height: 20px;
|
|
31792
|
+
.kypn5o5.has-focus-indicator {
|
|
31793
|
+
position: relative;
|
|
31794
|
+
overflow: hidden;
|
|
31681
31795
|
}
|
|
31682
|
-
|
|
31683
|
-
|
|
31684
|
-
|
|
31685
|
-
|
|
31686
|
-
|
|
31687
|
-
|
|
31688
|
-
|
|
31796
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
31797
|
+
position: absolute;
|
|
31798
|
+
top: 50%;
|
|
31799
|
+
transform: translateY(-50%);
|
|
31800
|
+
left: -16px;
|
|
31801
|
+
transition: left 150ms ease;
|
|
31802
|
+
opacity: 0;
|
|
31689
31803
|
}
|
|
31690
|
-
|
|
31691
|
-
|
|
31692
|
-
|
|
31693
|
-
font-style: normal;
|
|
31694
|
-
font-weight: normal;
|
|
31695
|
-
font-size: 12px;
|
|
31696
|
-
line-height: 18px;
|
|
31804
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31805
|
+
left: 8px;
|
|
31806
|
+
opacity: 1;
|
|
31697
31807
|
}
|
|
31698
|
-
|
|
31699
|
-
|
|
31700
|
-
|
|
31701
|
-
font-style: normal;
|
|
31702
|
-
font-weight: normal;
|
|
31703
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31704
|
-
font-size: 13px;
|
|
31705
|
-
line-height: 20px;
|
|
31808
|
+
.kypn5o5.has-focus-indicator input {
|
|
31809
|
+
transition: margin-left 150ms ease;
|
|
31810
|
+
margin-left: 0px;
|
|
31706
31811
|
}
|
|
31707
|
-
|
|
31708
|
-
|
|
31709
|
-
font-family: Inter;
|
|
31710
|
-
font-style: normal;
|
|
31711
|
-
font-weight: normal;
|
|
31712
|
-
font-feature-settings: "zero" on;
|
|
31713
|
-
font-size: 13px;
|
|
31714
|
-
line-height: 20px;
|
|
31812
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
31813
|
+
margin-left: 16px;
|
|
31715
31814
|
}
|
|
31716
31815
|
|
|
31717
|
-
.
|
|
31718
|
-
|
|
31719
|
-
|
|
31720
|
-
font-weight: normal;
|
|
31721
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31722
|
-
font-size: 12px;
|
|
31723
|
-
line-height: 18px;
|
|
31816
|
+
input.l1ki27se.ant-input {
|
|
31817
|
+
border-top-right-radius: 0;
|
|
31818
|
+
border-bottom-right-radius: 0;
|
|
31724
31819
|
}
|
|
31725
31820
|
|
|
31726
|
-
.
|
|
31727
|
-
|
|
31728
|
-
|
|
31729
|
-
font-weight: 500;
|
|
31730
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31731
|
-
font-size: 12px;
|
|
31732
|
-
line-height: 18px;
|
|
31821
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
31822
|
+
border-top-right-radius: 0;
|
|
31823
|
+
border-bottom-right-radius: 0;
|
|
31733
31824
|
}
|
|
31734
31825
|
|
|
31735
|
-
.
|
|
31736
|
-
|
|
31737
|
-
|
|
31738
|
-
font-weight: normal;
|
|
31739
|
-
font-feature-settings: "zero" on;
|
|
31740
|
-
font-size: 12px;
|
|
31741
|
-
line-height: 18px;
|
|
31826
|
+
input.rrg1fkn.ant-input {
|
|
31827
|
+
border-top-left-radius: 0;
|
|
31828
|
+
border-bottom-left-radius: 0;
|
|
31742
31829
|
}
|
|
31743
31830
|
|
|
31744
|
-
.
|
|
31745
|
-
|
|
31746
|
-
|
|
31747
|
-
font-weight: 500;
|
|
31748
|
-
font-feature-settings: "zero" on;
|
|
31749
|
-
font-size: 12px;
|
|
31750
|
-
line-height: 18px;
|
|
31831
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
31832
|
+
border-top-left-radius: 0;
|
|
31833
|
+
border-bottom-left-radius: 0;
|
|
31751
31834
|
}
|
|
31752
31835
|
|
|
31753
|
-
.
|
|
31754
|
-
|
|
31755
|
-
|
|
31756
|
-
font-weight: bold;
|
|
31757
|
-
font-feature-settings: "zero" on;
|
|
31758
|
-
font-size: 16px;
|
|
31759
|
-
line-height: 24px;
|
|
31836
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
31837
|
+
border-top-right-radius: 0;
|
|
31838
|
+
border-bottom-right-radius: 0;
|
|
31760
31839
|
}
|
|
31761
31840
|
|
|
31762
|
-
.
|
|
31763
|
-
|
|
31764
|
-
|
|
31765
|
-
font-weight: normal;
|
|
31766
|
-
font-size: 10px;
|
|
31767
|
-
line-height: 12px;
|
|
31841
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31842
|
+
border-top-left-radius: 0;
|
|
31843
|
+
border-bottom-left-radius: 0;
|
|
31768
31844
|
}
|
|
31769
31845
|
|
|
31770
|
-
.
|
|
31771
|
-
|
|
31772
|
-
|
|
31773
|
-
.c1up1pdz.active {
|
|
31774
|
-
border-color: #0080ff;
|
|
31846
|
+
.c1t6wbwv {
|
|
31847
|
+
display: flex;
|
|
31848
|
+
flex-direction: column;
|
|
31775
31849
|
}
|
|
31776
|
-
.
|
|
31777
|
-
|
|
31850
|
+
.c1t6wbwv .select-wrapper {
|
|
31851
|
+
margin-top: 12px;
|
|
31778
31852
|
}
|
|
31779
|
-
.
|
|
31780
|
-
|
|
31853
|
+
.c1t6wbwv .select-wrapper .select {
|
|
31854
|
+
width: 100%;
|
|
31781
31855
|
}
|
|
31782
|
-
.
|
|
31783
|
-
|
|
31784
|
-
padding: 10px 0;
|
|
31785
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31856
|
+
.c1t6wbwv .radio-wrapper {
|
|
31857
|
+
margin-top: 24px;
|
|
31786
31858
|
}
|
|
31787
|
-
.
|
|
31788
|
-
|
|
31789
|
-
padding-bottom: 0;
|
|
31859
|
+
.c1t6wbwv div.form-item {
|
|
31860
|
+
width: 100%;
|
|
31790
31861
|
}
|
|
31791
|
-
|
|
31792
|
-
|
|
31793
|
-
|
|
31794
|
-
|
|
31862
|
+
|
|
31863
|
+
.d1k7vv5v {
|
|
31864
|
+
font-size: 14px;
|
|
31865
|
+
font-weight: 500;
|
|
31866
|
+
color: #3e4652;
|
|
31867
|
+
line-height: 18px;
|
|
31795
31868
|
}
|
|
31796
|
-
.
|
|
31797
|
-
|
|
31798
|
-
margin-top: 5px;
|
|
31869
|
+
.d1k7vv5v + .d1k7vv5v {
|
|
31870
|
+
margin-top: 16px;
|
|
31799
31871
|
}
|
|
31800
|
-
.
|
|
31801
|
-
|
|
31802
|
-
width: 128px;
|
|
31872
|
+
.d1k7vv5v + * {
|
|
31873
|
+
margin-top: 16px;
|
|
31803
31874
|
}
|
|
31804
31875
|
|
|
31805
|
-
.
|
|
31806
|
-
|
|
31807
|
-
|
|
31808
|
-
|
|
31809
|
-
word-break: keep-all;
|
|
31876
|
+
.le7b9r4.d1k7vv5v {
|
|
31877
|
+
font-size: 12px;
|
|
31878
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31879
|
+
margin-top: 12px;
|
|
31810
31880
|
}
|
|
31811
|
-
|
|
31812
|
-
|
|
31881
|
+
|
|
31882
|
+
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
31883
|
+
line-height: 18px;
|
|
31884
|
+
font-weight: 500;
|
|
31885
|
+
margin-top: 0;
|
|
31886
|
+
white-space: initial;
|
|
31813
31887
|
}
|
|
31814
|
-
|
|
31815
|
-
|
|
31888
|
+
|
|
31889
|
+
.r12ddqmh {
|
|
31890
|
+
display: block;
|
|
31816
31891
|
}
|
|
31817
|
-
.
|
|
31818
|
-
|
|
31819
|
-
|
|
31820
|
-
|
|
31821
|
-
|
|
31822
|
-
justify-content: flex-start;
|
|
31823
|
-
white-space: nowrap;
|
|
31892
|
+
.r12ddqmh span {
|
|
31893
|
+
font-size: 14px;
|
|
31894
|
+
font-weight: 500;
|
|
31895
|
+
line-height: 32px;
|
|
31896
|
+
color: #3e4652;
|
|
31824
31897
|
}
|
|
31825
|
-
|
|
31826
|
-
|
|
31827
|
-
|
|
31828
|
-
|
|
31898
|
+
|
|
31899
|
+
.ctcr26a {
|
|
31900
|
+
margin-top: 8px;
|
|
31901
|
+
padding: 8px;
|
|
31902
|
+
border-radius: 6px;
|
|
31903
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31904
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31905
|
+
font-size: 12px;
|
|
31829
31906
|
}
|
|
31830
|
-
.
|
|
31907
|
+
.ctcr26a div {
|
|
31908
|
+
line-height: 20px;
|
|
31831
31909
|
display: flex;
|
|
31832
31910
|
align-items: center;
|
|
31911
|
+
word-break: break-all;
|
|
31833
31912
|
}
|
|
31834
|
-
|
|
31913
|
+
|
|
31914
|
+
.p12gwtiw {
|
|
31835
31915
|
display: flex;
|
|
31836
|
-
|
|
31916
|
+
justify-content: space-between;
|
|
31837
31917
|
align-items: center;
|
|
31918
|
+
padding: 10px 0;
|
|
31919
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31920
|
+
font-size: 12px;
|
|
31921
|
+
line-height: 24px;
|
|
31838
31922
|
}
|
|
31839
|
-
.
|
|
31840
|
-
|
|
31841
|
-
}
|
|
31842
|
-
.c156wh19 .close {
|
|
31843
|
-
padding-left: 14px;
|
|
31844
|
-
margin-left: 14px;
|
|
31845
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31846
|
-
cursor: pointer;
|
|
31847
|
-
}
|
|
31848
|
-
|
|
31849
|
-
.m126spxy {
|
|
31850
|
-
padding-bottom: 4px;
|
|
31851
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31852
|
-
}
|
|
31853
|
-
.m126spxy .ant-btn-link {
|
|
31854
|
-
padding: 1px 10px;
|
|
31855
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31856
|
-
border-radius: 4px;
|
|
31923
|
+
.p12gwtiw .pagination-left {
|
|
31924
|
+
padding: 2px 8px;
|
|
31857
31925
|
}
|
|
31858
|
-
.
|
|
31859
|
-
|
|
31860
|
-
|
|
31926
|
+
.p12gwtiw .dropdown-trigger {
|
|
31927
|
+
display: flex;
|
|
31928
|
+
align-items: center;
|
|
31929
|
+
border-radius: 6px;
|
|
31930
|
+
cursor: pointer;
|
|
31931
|
+
transition: all 0.3s ease;
|
|
31861
31932
|
}
|
|
31862
|
-
|
|
31863
|
-
.
|
|
31864
|
-
|
|
31865
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31933
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
31934
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31935
|
+
color: #0080ff;
|
|
31866
31936
|
}
|
|
31867
|
-
.
|
|
31868
|
-
|
|
31869
|
-
width: 80px;
|
|
31870
|
-
margin: 0 9px;
|
|
31871
|
-
text-align: center;
|
|
31937
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31938
|
+
margin-left: 4px;
|
|
31872
31939
|
}
|
|
31873
|
-
.
|
|
31874
|
-
|
|
31875
|
-
|
|
31876
|
-
|
|
31940
|
+
.p12gwtiw .pagination-right {
|
|
31941
|
+
display: flex;
|
|
31942
|
+
align-items: center;
|
|
31943
|
+
color: #0080ff;
|
|
31944
|
+
font-weight: bold;
|
|
31877
31945
|
}
|
|
31878
|
-
.
|
|
31879
|
-
|
|
31880
|
-
background: #f5f7fa;
|
|
31881
|
-
box-sizing: border-box;
|
|
31882
|
-
border-radius: 16px;
|
|
31883
|
-
margin-right: 8px;
|
|
31946
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
31947
|
+
margin-left: 4px;
|
|
31884
31948
|
}
|
|
31885
|
-
.
|
|
31886
|
-
.
|
|
31887
|
-
|
|
31888
|
-
border-color: #d9d9d9;
|
|
31949
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
31950
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
31951
|
+
padding: 0 8px;
|
|
31889
31952
|
}
|
|
31890
|
-
.
|
|
31891
|
-
|
|
31892
|
-
|
|
31893
|
-
color: #fff;
|
|
31953
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31954
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
31955
|
+
color: #0080ff;
|
|
31894
31956
|
}
|
|
31895
|
-
.
|
|
31896
|
-
|
|
31897
|
-
margin-top: 4px;
|
|
31957
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31958
|
+
transform: rotate(180deg);
|
|
31898
31959
|
}
|
|
31899
|
-
|
|
31900
|
-
|
|
31901
|
-
|
|
31902
|
-
|
|
31960
|
+
|
|
31961
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31962
|
+
max-height: calc(100vh - 128px);
|
|
31963
|
+
overflow-y: auto;
|
|
31903
31964
|
}
|
|
31904
|
-
.
|
|
31905
|
-
|
|
31906
|
-
|
|
31907
|
-
|
|
31965
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31966
|
+
padding: 4px 20px;
|
|
31967
|
+
font-size: 12px;
|
|
31968
|
+
line-height: 18px;
|
|
31908
31969
|
}
|
|
31909
31970
|
|
|
31910
31971
|
.c18gxmrl {
|
|
@@ -31943,6 +32004,97 @@ input.rrg1fkn.ant-input {
|
|
|
31943
32004
|
color: #005ed1;
|
|
31944
32005
|
}
|
|
31945
32006
|
|
|
32007
|
+
.c1uzzomf {
|
|
32008
|
+
margin-bottom: 16px;
|
|
32009
|
+
}
|
|
32010
|
+
.c1uzzomf .card-title {
|
|
32011
|
+
font-size: 16px;
|
|
32012
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32013
|
+
font-weight: 700;
|
|
32014
|
+
line-height: 32px;
|
|
32015
|
+
}
|
|
32016
|
+
.c1uzzomf .card-body {
|
|
32017
|
+
padding: 24px;
|
|
32018
|
+
border-radius: 8px;
|
|
32019
|
+
background: #fff;
|
|
32020
|
+
}
|
|
32021
|
+
.c1uzzomf .empty {
|
|
32022
|
+
font-weight: 700;
|
|
32023
|
+
font-size: 14px;
|
|
32024
|
+
line-height: 22px;
|
|
32025
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32026
|
+
text-align: center;
|
|
32027
|
+
}
|
|
32028
|
+
|
|
32029
|
+
.c1bus5hc {
|
|
32030
|
+
--color: white;
|
|
32031
|
+
height: 14px;
|
|
32032
|
+
width: 14px;
|
|
32033
|
+
border-radius: 50%;
|
|
32034
|
+
flex-shrink: 0;
|
|
32035
|
+
display: flex;
|
|
32036
|
+
align-items: center;
|
|
32037
|
+
justify-content: center;
|
|
32038
|
+
border: 1px solid var(--color);
|
|
32039
|
+
}
|
|
32040
|
+
.c1bus5hc .circle-inner {
|
|
32041
|
+
position: relative;
|
|
32042
|
+
height: 10px;
|
|
32043
|
+
width: 10px;
|
|
32044
|
+
border-radius: 50%;
|
|
32045
|
+
overflow: hidden;
|
|
32046
|
+
}
|
|
32047
|
+
.c1bus5hc .circle-content {
|
|
32048
|
+
position: absolute;
|
|
32049
|
+
height: 100%;
|
|
32050
|
+
width: 100%;
|
|
32051
|
+
left: 0;
|
|
32052
|
+
top: 0;
|
|
32053
|
+
border-radius: 50%;
|
|
32054
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32055
|
+
transform: rotate(180deg);
|
|
32056
|
+
}
|
|
32057
|
+
.c1bus5hc .circle-child {
|
|
32058
|
+
position: absolute;
|
|
32059
|
+
height: 100%;
|
|
32060
|
+
width: 100%;
|
|
32061
|
+
left: 0;
|
|
32062
|
+
top: 0;
|
|
32063
|
+
margin-left: 50%;
|
|
32064
|
+
transform-origin: left;
|
|
32065
|
+
background: white;
|
|
32066
|
+
transform: rotate(0deg);
|
|
32067
|
+
}
|
|
32068
|
+
|
|
32069
|
+
.gmyahx3 {
|
|
32070
|
+
cursor: pointer;
|
|
32071
|
+
}
|
|
32072
|
+
.gmyahx3 .link-text {
|
|
32073
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32074
|
+
}
|
|
32075
|
+
.gmyahx3:hover .link-text {
|
|
32076
|
+
color: #0080ff;
|
|
32077
|
+
}
|
|
32078
|
+
|
|
32079
|
+
.n12mqh7z {
|
|
32080
|
+
display: flex;
|
|
32081
|
+
align-items: center;
|
|
32082
|
+
font-size: 12px;
|
|
32083
|
+
line-height: 18px;
|
|
32084
|
+
}
|
|
32085
|
+
.n12mqh7z:not(:last-child) {
|
|
32086
|
+
margin-bottom: 4px;
|
|
32087
|
+
}
|
|
32088
|
+
|
|
32089
|
+
.tf5bynu {
|
|
32090
|
+
margin: 0 3px;
|
|
32091
|
+
}
|
|
32092
|
+
|
|
32093
|
+
.tcckoz1 {
|
|
32094
|
+
max-height: 400px;
|
|
32095
|
+
overflow: "auto";
|
|
32096
|
+
}
|
|
32097
|
+
|
|
31946
32098
|
.c18bcrac {
|
|
31947
32099
|
display: inline-block;
|
|
31948
32100
|
width: 100%;
|
|
@@ -31990,14 +32142,12 @@ input.rrg1fkn.ant-input {
|
|
|
31990
32142
|
margin-right: 4px;
|
|
31991
32143
|
}
|
|
31992
32144
|
|
|
31993
|
-
.
|
|
31994
|
-
|
|
31995
|
-
|
|
31996
|
-
.gmyahx3 .link-text {
|
|
31997
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32145
|
+
.s1iv0tp1 .enabled-switch {
|
|
32146
|
+
display: flex;
|
|
32147
|
+
align-items: center;
|
|
31998
32148
|
}
|
|
31999
|
-
.
|
|
32000
|
-
|
|
32149
|
+
.s1iv0tp1 .enabled-text {
|
|
32150
|
+
margin-right: 8px;
|
|
32001
32151
|
}
|
|
32002
32152
|
|
|
32003
32153
|
.clm1wy1 {
|
|
@@ -32093,25 +32243,6 @@ input.rrg1fkn.ant-input {
|
|
|
32093
32243
|
border-radius: 2px;
|
|
32094
32244
|
}
|
|
32095
32245
|
|
|
32096
|
-
.n12mqh7z {
|
|
32097
|
-
display: flex;
|
|
32098
|
-
align-items: center;
|
|
32099
|
-
font-size: 12px;
|
|
32100
|
-
line-height: 18px;
|
|
32101
|
-
}
|
|
32102
|
-
.n12mqh7z:not(:last-child) {
|
|
32103
|
-
margin-bottom: 4px;
|
|
32104
|
-
}
|
|
32105
|
-
|
|
32106
|
-
.tf5bynu {
|
|
32107
|
-
margin: 0 3px;
|
|
32108
|
-
}
|
|
32109
|
-
|
|
32110
|
-
.tcckoz1 {
|
|
32111
|
-
max-height: 400px;
|
|
32112
|
-
overflow: "auto";
|
|
32113
|
-
}
|
|
32114
|
-
|
|
32115
32246
|
.t1sqg15u {
|
|
32116
32247
|
background: white;
|
|
32117
32248
|
}
|
|
@@ -32189,79 +32320,17 @@ input.rrg1fkn.ant-input {
|
|
|
32189
32320
|
}
|
|
32190
32321
|
.t93e4cf .content .ant-btn {
|
|
32191
32322
|
white-space: pre-wrap;
|
|
32192
|
-
text-align: left;
|
|
32193
|
-
}
|
|
32194
|
-
.t93e4cf .content .unit-chart {
|
|
32195
|
-
justify-content: flex-start;
|
|
32196
|
-
}
|
|
32197
|
-
|
|
32198
|
-
.rhz2uv5 {
|
|
32199
|
-
width: var(--rhz2uv5-0);
|
|
32200
|
-
flex-shrink: 0;
|
|
32201
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32202
|
-
padding-right: 12px;
|
|
32203
|
-
}
|
|
32204
|
-
|
|
32205
|
-
.c1uzzomf {
|
|
32206
|
-
margin-bottom: 16px;
|
|
32207
|
-
}
|
|
32208
|
-
.c1uzzomf .card-title {
|
|
32209
|
-
font-size: 16px;
|
|
32210
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32211
|
-
font-weight: 700;
|
|
32212
|
-
line-height: 32px;
|
|
32213
|
-
}
|
|
32214
|
-
.c1uzzomf .card-body {
|
|
32215
|
-
padding: 24px;
|
|
32216
|
-
border-radius: 8px;
|
|
32217
|
-
background: #fff;
|
|
32218
|
-
}
|
|
32219
|
-
.c1uzzomf .empty {
|
|
32220
|
-
font-weight: 700;
|
|
32221
|
-
font-size: 14px;
|
|
32222
|
-
line-height: 22px;
|
|
32223
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32224
|
-
text-align: center;
|
|
32225
|
-
}
|
|
32226
|
-
|
|
32227
|
-
.c1bus5hc {
|
|
32228
|
-
--color: white;
|
|
32229
|
-
height: 14px;
|
|
32230
|
-
width: 14px;
|
|
32231
|
-
border-radius: 50%;
|
|
32232
|
-
flex-shrink: 0;
|
|
32233
|
-
display: flex;
|
|
32234
|
-
align-items: center;
|
|
32235
|
-
justify-content: center;
|
|
32236
|
-
border: 1px solid var(--color);
|
|
32237
|
-
}
|
|
32238
|
-
.c1bus5hc .circle-inner {
|
|
32239
|
-
position: relative;
|
|
32240
|
-
height: 10px;
|
|
32241
|
-
width: 10px;
|
|
32242
|
-
border-radius: 50%;
|
|
32243
|
-
overflow: hidden;
|
|
32244
|
-
}
|
|
32245
|
-
.c1bus5hc .circle-content {
|
|
32246
|
-
position: absolute;
|
|
32247
|
-
height: 100%;
|
|
32248
|
-
width: 100%;
|
|
32249
|
-
left: 0;
|
|
32250
|
-
top: 0;
|
|
32251
|
-
border-radius: 50%;
|
|
32252
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32253
|
-
transform: rotate(180deg);
|
|
32323
|
+
text-align: left;
|
|
32254
32324
|
}
|
|
32255
|
-
.
|
|
32256
|
-
|
|
32257
|
-
|
|
32258
|
-
|
|
32259
|
-
|
|
32260
|
-
|
|
32261
|
-
|
|
32262
|
-
|
|
32263
|
-
|
|
32264
|
-
transform: rotate(0deg);
|
|
32325
|
+
.t93e4cf .content .unit-chart {
|
|
32326
|
+
justify-content: flex-start;
|
|
32327
|
+
}
|
|
32328
|
+
|
|
32329
|
+
.rhz2uv5 {
|
|
32330
|
+
width: var(--rhz2uv5-0);
|
|
32331
|
+
flex-shrink: 0;
|
|
32332
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32333
|
+
padding-right: 12px;
|
|
32265
32334
|
}
|
|
32266
32335
|
|
|
32267
32336
|
.tje3huy {
|
|
@@ -32271,17 +32340,35 @@ input.rrg1fkn.ant-input {
|
|
|
32271
32340
|
text-overflow: ellipsis;
|
|
32272
32341
|
}
|
|
32273
32342
|
|
|
32274
|
-
.
|
|
32275
|
-
|
|
32276
|
-
justify-content: space-between;
|
|
32277
|
-
width: 100%;
|
|
32343
|
+
button.lujuy3j {
|
|
32344
|
+
color: #0080FF;
|
|
32278
32345
|
}
|
|
32279
|
-
.
|
|
32280
|
-
margin-
|
|
32346
|
+
button.lujuy3j .button-prefix-icon {
|
|
32347
|
+
margin-right: 4px;
|
|
32281
32348
|
}
|
|
32282
|
-
|
|
32283
|
-
|
|
32284
|
-
|
|
32349
|
+
button.lujuy3j .button-suffix-icon {
|
|
32350
|
+
margin-left: 4px;
|
|
32351
|
+
}
|
|
32352
|
+
button.lujuy3j:hover, button.lujuy3j.__pseudo-states-hover {
|
|
32353
|
+
color: #009dff;
|
|
32354
|
+
}
|
|
32355
|
+
button.lujuy3j:active, button.lujuy3j.__pseudo-states-active {
|
|
32356
|
+
color: #005ed1;
|
|
32357
|
+
}
|
|
32358
|
+
button.lujuy3j.ui-kit-link-disabled {
|
|
32359
|
+
color: #0080FF;
|
|
32360
|
+
}
|
|
32361
|
+
button.lujuy3j.ui-kit-link-subtle {
|
|
32362
|
+
color: #00122e;
|
|
32363
|
+
}
|
|
32364
|
+
button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32365
|
+
color: #0080FF;
|
|
32366
|
+
}
|
|
32367
|
+
button.lujuy3j.ui-kit-link-subtle:active, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
|
|
32368
|
+
color: #005ed1;
|
|
32369
|
+
}
|
|
32370
|
+
button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32371
|
+
color: #00122e;
|
|
32285
32372
|
}
|
|
32286
32373
|
|
|
32287
32374
|
.wg1tsps {
|
|
@@ -32307,12 +32394,48 @@ input.rrg1fkn.ant-input {
|
|
|
32307
32394
|
color: #00122e !important;
|
|
32308
32395
|
}
|
|
32309
32396
|
|
|
32310
|
-
.
|
|
32397
|
+
.o8ocss1 {
|
|
32398
|
+
overflow: hidden;
|
|
32399
|
+
text-overflow: ellipsis;
|
|
32400
|
+
}
|
|
32401
|
+
|
|
32402
|
+
.n17syc35 {
|
|
32403
|
+
white-space: nowrap;
|
|
32404
|
+
}
|
|
32405
|
+
|
|
32406
|
+
.m15dvk92 {
|
|
32311
32407
|
display: flex;
|
|
32312
|
-
|
|
32408
|
+
justify-content: space-between;
|
|
32409
|
+
width: 100%;
|
|
32313
32410
|
}
|
|
32314
|
-
.
|
|
32315
|
-
margin-
|
|
32411
|
+
.m15dvk92 .action {
|
|
32412
|
+
margin-left: 16px;
|
|
32413
|
+
}
|
|
32414
|
+
|
|
32415
|
+
.aql8iqz .ant-alert-message {
|
|
32416
|
+
width: 100%;
|
|
32417
|
+
}
|
|
32418
|
+
|
|
32419
|
+
.cav9p2m .ant-collapse-item {
|
|
32420
|
+
border: 0px;
|
|
32421
|
+
background-color: #fff;
|
|
32422
|
+
}
|
|
32423
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32424
|
+
padding-top: 0px;
|
|
32425
|
+
padding-bottom: 0px;
|
|
32426
|
+
padding-left: 0px !important;
|
|
32427
|
+
padding-right: 24px;
|
|
32428
|
+
}
|
|
32429
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32430
|
+
right: 0px;
|
|
32431
|
+
}
|
|
32432
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32433
|
+
padding: 0px;
|
|
32434
|
+
}
|
|
32435
|
+
|
|
32436
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32437
|
+
padding-right: 0px;
|
|
32438
|
+
cursor: default;
|
|
32316
32439
|
}
|
|
32317
32440
|
|
|
32318
32441
|
.c198s9j3 {
|
|
@@ -32386,32 +32509,6 @@ input.rrg1fkn.ant-input {
|
|
|
32386
32509
|
margin-left: 24px;
|
|
32387
32510
|
}
|
|
32388
32511
|
|
|
32389
|
-
.cav9p2m .ant-collapse-item {
|
|
32390
|
-
border: 0px;
|
|
32391
|
-
background-color: #fff;
|
|
32392
|
-
}
|
|
32393
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32394
|
-
padding-top: 0px;
|
|
32395
|
-
padding-bottom: 0px;
|
|
32396
|
-
padding-left: 0px !important;
|
|
32397
|
-
padding-right: 24px;
|
|
32398
|
-
}
|
|
32399
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32400
|
-
right: 0px;
|
|
32401
|
-
}
|
|
32402
|
-
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32403
|
-
padding: 0px;
|
|
32404
|
-
}
|
|
32405
|
-
|
|
32406
|
-
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32407
|
-
padding-right: 0px;
|
|
32408
|
-
cursor: default;
|
|
32409
|
-
}
|
|
32410
|
-
|
|
32411
|
-
.t3qomhu {
|
|
32412
|
-
margin: 0 2px;
|
|
32413
|
-
}
|
|
32414
|
-
|
|
32415
32512
|
.c10crapj {
|
|
32416
32513
|
border-radius: 8px;
|
|
32417
32514
|
}
|
|
@@ -32419,50 +32516,14 @@ input.rrg1fkn.ant-input {
|
|
|
32419
32516
|
padding: 20px 24px 24px 24px;
|
|
32420
32517
|
}
|
|
32421
32518
|
|
|
32422
|
-
.o8ocss1 {
|
|
32423
|
-
overflow: hidden;
|
|
32424
|
-
text-overflow: ellipsis;
|
|
32425
|
-
}
|
|
32426
|
-
|
|
32427
|
-
.n17syc35 {
|
|
32428
|
-
white-space: nowrap;
|
|
32429
|
-
}
|
|
32430
|
-
|
|
32431
|
-
button.lujuy3j {
|
|
32432
|
-
color: #0080FF;
|
|
32433
|
-
}
|
|
32434
|
-
button.lujuy3j .button-prefix-icon {
|
|
32435
|
-
margin-right: 4px;
|
|
32436
|
-
}
|
|
32437
|
-
button.lujuy3j .button-suffix-icon {
|
|
32438
|
-
margin-left: 4px;
|
|
32439
|
-
}
|
|
32440
|
-
button.lujuy3j:hover, button.lujuy3j.__pseudo-states-hover {
|
|
32441
|
-
color: #009dff;
|
|
32442
|
-
}
|
|
32443
|
-
button.lujuy3j:active, button.lujuy3j.__pseudo-states-active {
|
|
32444
|
-
color: #005ed1;
|
|
32445
|
-
}
|
|
32446
|
-
button.lujuy3j.ui-kit-link-disabled {
|
|
32447
|
-
color: #0080FF;
|
|
32448
|
-
}
|
|
32449
|
-
button.lujuy3j.ui-kit-link-subtle {
|
|
32450
|
-
color: #00122e;
|
|
32451
|
-
}
|
|
32452
|
-
button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32453
|
-
color: #0080FF;
|
|
32454
|
-
}
|
|
32455
|
-
button.lujuy3j.ui-kit-link-subtle:active, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
|
|
32456
|
-
color: #005ed1;
|
|
32457
|
-
}
|
|
32458
|
-
button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32459
|
-
color: #00122e;
|
|
32460
|
-
}
|
|
32461
|
-
|
|
32462
32519
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32463
32520
|
display: flex;
|
|
32464
32521
|
}
|
|
32465
32522
|
|
|
32523
|
+
.t3qomhu {
|
|
32524
|
+
margin: 0 2px;
|
|
32525
|
+
}
|
|
32526
|
+
|
|
32466
32527
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32467
32528
|
border-radius: 6px;
|
|
32468
32529
|
}
|
|
@@ -32498,110 +32559,26 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32498
32559
|
border-color: #0080ff;
|
|
32499
32560
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32500
32561
|
}
|
|
32501
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32502
|
-
transform: rotate(180deg);
|
|
32503
|
-
}
|
|
32504
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32505
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32506
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32507
|
-
cursor: "not-allowed";
|
|
32508
|
-
}
|
|
32509
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32510
|
-
border-color: #f0483e !important;
|
|
32511
|
-
}
|
|
32512
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32513
|
-
color: #1d326c;
|
|
32514
|
-
}
|
|
32515
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32516
|
-
border-color: #0080ff;
|
|
32517
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32518
|
-
}
|
|
32519
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32520
|
-
transform: rotate(180deg);
|
|
32521
|
-
}
|
|
32522
|
-
|
|
32523
|
-
.igz4le8 {
|
|
32524
|
-
height: 24px;
|
|
32525
|
-
width: 56px !important;
|
|
32526
|
-
margin-right: 4px;
|
|
32527
|
-
}
|
|
32528
|
-
|
|
32529
|
-
.c1riexje {
|
|
32530
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32531
|
-
}
|
|
32532
|
-
|
|
32533
|
-
.s14dk8r1 {
|
|
32534
|
-
margin: 0;
|
|
32535
|
-
border-radius: 20px;
|
|
32536
|
-
padding: 2px 10px;
|
|
32537
|
-
height: 22px;
|
|
32538
|
-
}
|
|
32539
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32540
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32541
|
-
}
|
|
32542
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32543
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32544
|
-
}
|
|
32545
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32546
|
-
color: #00122e;
|
|
32547
|
-
}
|
|
32548
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32549
|
-
margin-right: 6px;
|
|
32550
|
-
}
|
|
32551
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32552
|
-
margin-left: 4px;
|
|
32553
|
-
}
|
|
32554
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32555
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32556
|
-
}
|
|
32557
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32558
|
-
background-color: #0080ff;
|
|
32559
|
-
}
|
|
32560
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32561
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
32562
|
-
}
|
|
32563
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32564
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32565
|
-
}
|
|
32566
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32567
|
-
background-color: #f0483e;
|
|
32568
|
-
}
|
|
32569
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32570
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32571
|
-
}
|
|
32572
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32573
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
32574
|
-
}
|
|
32575
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32576
|
-
background-color: #fea008;
|
|
32577
|
-
}
|
|
32578
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32579
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
32580
|
-
}
|
|
32581
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32582
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32583
|
-
}
|
|
32584
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32585
|
-
background-color: #00ba5d;
|
|
32586
|
-
}
|
|
32587
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32588
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
32562
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32563
|
+
transform: rotate(180deg);
|
|
32589
32564
|
}
|
|
32590
|
-
.
|
|
32591
|
-
background
|
|
32565
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32566
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32567
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32568
|
+
cursor: "not-allowed";
|
|
32592
32569
|
}
|
|
32593
|
-
.
|
|
32594
|
-
|
|
32570
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32571
|
+
border-color: #f0483e !important;
|
|
32595
32572
|
}
|
|
32596
|
-
.
|
|
32597
|
-
|
|
32573
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32574
|
+
color: #1d326c;
|
|
32598
32575
|
}
|
|
32599
|
-
|
|
32600
|
-
|
|
32601
|
-
|
|
32602
|
-
|
|
32603
|
-
|
|
32604
|
-
|
|
32576
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32577
|
+
border-color: #0080ff;
|
|
32578
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32579
|
+
}
|
|
32580
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32581
|
+
transform: rotate(180deg);
|
|
32605
32582
|
}
|
|
32606
32583
|
|
|
32607
32584
|
.l4bld33 {
|
|
@@ -32814,10 +32791,94 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32814
32791
|
margin-left: 8px;
|
|
32815
32792
|
}
|
|
32816
32793
|
|
|
32794
|
+
.s14dk8r1 {
|
|
32795
|
+
margin: 0;
|
|
32796
|
+
border-radius: 20px;
|
|
32797
|
+
padding: 2px 10px;
|
|
32798
|
+
height: 22px;
|
|
32799
|
+
}
|
|
32800
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32801
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32802
|
+
}
|
|
32803
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32804
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32805
|
+
}
|
|
32806
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32807
|
+
color: #00122e;
|
|
32808
|
+
}
|
|
32809
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32810
|
+
margin-right: 6px;
|
|
32811
|
+
}
|
|
32812
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32813
|
+
margin-left: 4px;
|
|
32814
|
+
}
|
|
32815
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32816
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32817
|
+
}
|
|
32818
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32819
|
+
background-color: #0080ff;
|
|
32820
|
+
}
|
|
32821
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32822
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32823
|
+
}
|
|
32824
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32825
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32826
|
+
}
|
|
32827
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32828
|
+
background-color: #f0483e;
|
|
32829
|
+
}
|
|
32830
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32831
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32832
|
+
}
|
|
32833
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32834
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32835
|
+
}
|
|
32836
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32837
|
+
background-color: #fea008;
|
|
32838
|
+
}
|
|
32839
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32840
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32841
|
+
}
|
|
32842
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32843
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32844
|
+
}
|
|
32845
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32846
|
+
background-color: #00ba5d;
|
|
32847
|
+
}
|
|
32848
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32849
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32850
|
+
}
|
|
32851
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32852
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32853
|
+
}
|
|
32854
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32855
|
+
background-color: #6b7d99;
|
|
32856
|
+
}
|
|
32857
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32858
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32859
|
+
}
|
|
32860
|
+
|
|
32861
|
+
.s1uupoto {
|
|
32862
|
+
width: 8px;
|
|
32863
|
+
height: 8px;
|
|
32864
|
+
border-radius: 50%;
|
|
32865
|
+
display: inline-block;
|
|
32866
|
+
}
|
|
32867
|
+
|
|
32817
32868
|
.t19ustft .date {
|
|
32818
32869
|
margin-right: 4px;
|
|
32819
32870
|
}
|
|
32820
32871
|
|
|
32872
|
+
.igz4le8 {
|
|
32873
|
+
height: 24px;
|
|
32874
|
+
width: 56px !important;
|
|
32875
|
+
margin-right: 4px;
|
|
32876
|
+
}
|
|
32877
|
+
|
|
32878
|
+
.c1riexje {
|
|
32879
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32880
|
+
}
|
|
32881
|
+
|
|
32821
32882
|
.s1uupxds {
|
|
32822
32883
|
padding: 0 8px;
|
|
32823
32884
|
border-radius: 4px;
|
|
@@ -33125,17 +33186,35 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33125
33186
|
justify-content: center;
|
|
33126
33187
|
}
|
|
33127
33188
|
|
|
33128
|
-
.
|
|
33129
|
-
height: 8px;
|
|
33130
|
-
box-sizing: border-box;
|
|
33131
|
-
border-radius: 2px;
|
|
33132
|
-
background: #f5f7fa;
|
|
33133
|
-
display: flex;
|
|
33189
|
+
.f1p9ti6d {
|
|
33134
33190
|
width: 100%;
|
|
33135
|
-
|
|
33191
|
+
margin-bottom: 0 !important;
|
|
33192
|
+
flex-flow: nowrap !important;
|
|
33193
|
+
line-break: auto;
|
|
33136
33194
|
}
|
|
33137
|
-
.
|
|
33138
|
-
|
|
33195
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33196
|
+
text-align: left !important;
|
|
33197
|
+
padding-bottom: 0 !important;
|
|
33198
|
+
}
|
|
33199
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33200
|
+
min-height: 32px;
|
|
33201
|
+
height: auto;
|
|
33202
|
+
font-size: 13px;
|
|
33203
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33204
|
+
white-space: normal;
|
|
33205
|
+
}
|
|
33206
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33207
|
+
border-color: #ff4d4f !important;
|
|
33208
|
+
}
|
|
33209
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33210
|
+
margin-top: 4px;
|
|
33211
|
+
font-size: 12px;
|
|
33212
|
+
min-height: 0px;
|
|
33213
|
+
}
|
|
33214
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33215
|
+
font-size: 12px;
|
|
33216
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33217
|
+
min-height: 0px;
|
|
33139
33218
|
}
|
|
33140
33219
|
|
|
33141
33220
|
.rrwcpby {
|
|
@@ -33198,35 +33277,9 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33198
33277
|
margin-right: 2px;
|
|
33199
33278
|
}
|
|
33200
33279
|
|
|
33201
|
-
.
|
|
33202
|
-
|
|
33203
|
-
|
|
33204
|
-
flex-flow: nowrap !important;
|
|
33205
|
-
line-break: auto;
|
|
33206
|
-
}
|
|
33207
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
33208
|
-
text-align: left !important;
|
|
33209
|
-
padding-bottom: 0 !important;
|
|
33210
|
-
}
|
|
33211
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
33212
|
-
min-height: 32px;
|
|
33213
|
-
height: auto;
|
|
33214
|
-
font-size: 13px;
|
|
33215
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33216
|
-
white-space: normal;
|
|
33217
|
-
}
|
|
33218
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33219
|
-
border-color: #ff4d4f !important;
|
|
33220
|
-
}
|
|
33221
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
33222
|
-
margin-top: 4px;
|
|
33223
|
-
font-size: 12px;
|
|
33224
|
-
min-height: 0px;
|
|
33225
|
-
}
|
|
33226
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
33227
|
-
font-size: 12px;
|
|
33228
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33229
|
-
min-height: 0px;
|
|
33280
|
+
.iwsze0q {
|
|
33281
|
+
margin-right: 4px;
|
|
33282
|
+
height: 16px;
|
|
33230
33283
|
}
|
|
33231
33284
|
|
|
33232
33285
|
.tc40oxa {
|
|
@@ -33422,20 +33475,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33422
33475
|
margin-right: 8px;
|
|
33423
33476
|
}
|
|
33424
33477
|
|
|
33425
|
-
.w1xcixj5.outside-tag {
|
|
33426
|
-
padding-left: 0;
|
|
33427
|
-
}
|
|
33428
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33429
|
-
border-radius: 4px 0 0 4px;
|
|
33430
|
-
padding-right: 4px;
|
|
33431
|
-
margin-right: 4px;
|
|
33432
|
-
}
|
|
33433
|
-
|
|
33434
|
-
.iwsze0q {
|
|
33435
|
-
margin-right: 4px;
|
|
33436
|
-
height: 16px;
|
|
33437
|
-
}
|
|
33438
|
-
|
|
33439
33478
|
.sut42l0 {
|
|
33440
33479
|
padding: 0 8px;
|
|
33441
33480
|
height: 18px;
|
|
@@ -33462,6 +33501,19 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33462
33501
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33463
33502
|
}
|
|
33464
33503
|
|
|
33504
|
+
.skwah65 {
|
|
33505
|
+
height: 8px;
|
|
33506
|
+
box-sizing: border-box;
|
|
33507
|
+
border-radius: 2px;
|
|
33508
|
+
background: #f5f7fa;
|
|
33509
|
+
display: flex;
|
|
33510
|
+
width: 100%;
|
|
33511
|
+
overflow: hidden;
|
|
33512
|
+
}
|
|
33513
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
33514
|
+
margin-left: 1px;
|
|
33515
|
+
}
|
|
33516
|
+
|
|
33465
33517
|
.bab9xum {
|
|
33466
33518
|
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);
|
|
33467
33519
|
}
|
|
@@ -33529,6 +33581,34 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33529
33581
|
font-size: inherit;
|
|
33530
33582
|
}
|
|
33531
33583
|
|
|
33584
|
+
.w1xcixj5.outside-tag {
|
|
33585
|
+
padding-left: 0;
|
|
33586
|
+
}
|
|
33587
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33588
|
+
border-radius: 4px 0 0 4px;
|
|
33589
|
+
padding-right: 4px;
|
|
33590
|
+
margin-right: 4px;
|
|
33591
|
+
}
|
|
33592
|
+
|
|
33593
|
+
.feau332.ant-form-item {
|
|
33594
|
+
margin-bottom: 0;
|
|
33595
|
+
}
|
|
33596
|
+
.feau332 .ant-form-item-explain {
|
|
33597
|
+
display: none;
|
|
33598
|
+
min-height: 18px;
|
|
33599
|
+
margin-top: 5px;
|
|
33600
|
+
font-family: "Inter";
|
|
33601
|
+
font-weight: 400;
|
|
33602
|
+
font-size: 12px;
|
|
33603
|
+
line-height: 18px;
|
|
33604
|
+
}
|
|
33605
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33606
|
+
white-space: pre-wrap;
|
|
33607
|
+
}
|
|
33608
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33609
|
+
display: block;
|
|
33610
|
+
}
|
|
33611
|
+
|
|
33532
33612
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33533
33613
|
display: var(--a6dbbkm-0);
|
|
33534
33614
|
}
|
|
@@ -33558,23 +33638,4 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33558
33638
|
margin: 0;
|
|
33559
33639
|
height: auto;
|
|
33560
33640
|
font-size: inherit;
|
|
33561
|
-
}
|
|
33562
|
-
|
|
33563
|
-
.feau332.ant-form-item {
|
|
33564
|
-
margin-bottom: 0;
|
|
33565
|
-
}
|
|
33566
|
-
.feau332 .ant-form-item-explain {
|
|
33567
|
-
display: none;
|
|
33568
|
-
min-height: 18px;
|
|
33569
|
-
margin-top: 5px;
|
|
33570
|
-
font-family: "Inter";
|
|
33571
|
-
font-weight: 400;
|
|
33572
|
-
font-size: 12px;
|
|
33573
|
-
line-height: 18px;
|
|
33574
|
-
}
|
|
33575
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33576
|
-
white-space: pre-wrap;
|
|
33577
|
-
}
|
|
33578
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33579
|
-
display: block;
|
|
33580
33641
|
}
|