@cloudtower/eagle 0.33.37 → 0.33.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Fields/FieldsDateTimeRange/index.js +20 -3
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1680 -1680
- package/dist/esm/core/Fields/FieldsDateTimeRange/index.js +20 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1820 -1820
- package/dist/stories/docs/core/FieldsDateTimeRange.stories.d.ts +1 -0
- package/dist/style.css +1680 -1680
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29641,81 +29641,6 @@ html body {
|
|
|
29641
29641
|
color: #005ed1;
|
|
29642
29642
|
}
|
|
29643
29643
|
|
|
29644
|
-
.E_b1nip9bk {
|
|
29645
|
-
padding: 4px 11px;
|
|
29646
|
-
}
|
|
29647
|
-
|
|
29648
|
-
.E_bqamoqe {
|
|
29649
|
-
white-space: nowrap;
|
|
29650
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29651
|
-
}
|
|
29652
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29653
|
-
--color: #0080ff;
|
|
29654
|
-
}
|
|
29655
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29656
|
-
--color: #0080ff;
|
|
29657
|
-
}
|
|
29658
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29659
|
-
margin-left: 1px;
|
|
29660
|
-
}
|
|
29661
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29662
|
-
border-top-right-radius: 0;
|
|
29663
|
-
border-bottom-right-radius: 0;
|
|
29664
|
-
}
|
|
29665
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29666
|
-
border-top-left-radius: 0;
|
|
29667
|
-
border-bottom-left-radius: 0;
|
|
29668
|
-
}
|
|
29669
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29670
|
-
border-radius: unset;
|
|
29671
|
-
}
|
|
29672
|
-
|
|
29673
|
-
.E_c1yyuluq {
|
|
29674
|
-
border-radius: 8px;
|
|
29675
|
-
}
|
|
29676
|
-
.E_c1yyuluq .ant-card-body {
|
|
29677
|
-
padding: 20px 24px 24px 24px;
|
|
29678
|
-
}
|
|
29679
|
-
|
|
29680
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29681
|
-
padding: 4px 8px 0 8px;
|
|
29682
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29683
|
-
font-size: 12px;
|
|
29684
|
-
}
|
|
29685
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29686
|
-
padding-bottom: 6px;
|
|
29687
|
-
}
|
|
29688
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29689
|
-
padding-top: 4px;
|
|
29690
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29691
|
-
}
|
|
29692
|
-
|
|
29693
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
29694
|
-
border: 0px;
|
|
29695
|
-
background-color: #fff;
|
|
29696
|
-
}
|
|
29697
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29698
|
-
padding-top: 0px;
|
|
29699
|
-
padding-bottom: 0px;
|
|
29700
|
-
padding-left: 0px !important;
|
|
29701
|
-
padding-right: 24px;
|
|
29702
|
-
}
|
|
29703
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29704
|
-
right: 0px;
|
|
29705
|
-
}
|
|
29706
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
29707
|
-
padding: 0px;
|
|
29708
|
-
}
|
|
29709
|
-
|
|
29710
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
29711
|
-
padding-right: 0px;
|
|
29712
|
-
cursor: default;
|
|
29713
|
-
}
|
|
29714
|
-
|
|
29715
|
-
.E_sx1bpnu .ant-input-sm {
|
|
29716
|
-
line-height: 18px;
|
|
29717
|
-
}
|
|
29718
|
-
|
|
29719
29644
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29720
29645
|
justify-content: center;
|
|
29721
29646
|
}
|
|
@@ -29973,16 +29898,77 @@ html body {
|
|
|
29973
29898
|
justify-content: center;
|
|
29974
29899
|
}
|
|
29975
29900
|
|
|
29976
|
-
.
|
|
29977
|
-
|
|
29901
|
+
.E_b1nip9bk {
|
|
29902
|
+
padding: 4px 11px;
|
|
29978
29903
|
}
|
|
29979
|
-
|
|
29980
|
-
|
|
29981
|
-
|
|
29904
|
+
|
|
29905
|
+
.E_bqamoqe {
|
|
29906
|
+
white-space: nowrap;
|
|
29907
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29982
29908
|
}
|
|
29983
|
-
.
|
|
29984
|
-
|
|
29985
|
-
|
|
29909
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29910
|
+
--color: #0080ff;
|
|
29911
|
+
}
|
|
29912
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29913
|
+
--color: #0080ff;
|
|
29914
|
+
}
|
|
29915
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29916
|
+
margin-left: 1px;
|
|
29917
|
+
}
|
|
29918
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29919
|
+
border-top-right-radius: 0;
|
|
29920
|
+
border-bottom-right-radius: 0;
|
|
29921
|
+
}
|
|
29922
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29923
|
+
border-top-left-radius: 0;
|
|
29924
|
+
border-bottom-left-radius: 0;
|
|
29925
|
+
}
|
|
29926
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29927
|
+
border-radius: unset;
|
|
29928
|
+
}
|
|
29929
|
+
|
|
29930
|
+
.E_c1uzzomf {
|
|
29931
|
+
margin-bottom: 16px;
|
|
29932
|
+
}
|
|
29933
|
+
.E_c1uzzomf .card-title {
|
|
29934
|
+
font-size: 16px;
|
|
29935
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29936
|
+
font-weight: 700;
|
|
29937
|
+
line-height: 32px;
|
|
29938
|
+
}
|
|
29939
|
+
.E_c1uzzomf .card-body {
|
|
29940
|
+
padding: 24px;
|
|
29941
|
+
border-radius: 8px;
|
|
29942
|
+
background: #fff;
|
|
29943
|
+
}
|
|
29944
|
+
.E_c1uzzomf .empty {
|
|
29945
|
+
font-weight: 700;
|
|
29946
|
+
font-size: 14px;
|
|
29947
|
+
line-height: 22px;
|
|
29948
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29949
|
+
text-align: center;
|
|
29950
|
+
}
|
|
29951
|
+
|
|
29952
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
29953
|
+
border: 0px;
|
|
29954
|
+
background-color: #fff;
|
|
29955
|
+
}
|
|
29956
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29957
|
+
padding-top: 0px;
|
|
29958
|
+
padding-bottom: 0px;
|
|
29959
|
+
padding-left: 0px !important;
|
|
29960
|
+
padding-right: 24px;
|
|
29961
|
+
}
|
|
29962
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29963
|
+
right: 0px;
|
|
29964
|
+
}
|
|
29965
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
29966
|
+
padding: 0px;
|
|
29967
|
+
}
|
|
29968
|
+
|
|
29969
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
29970
|
+
padding-right: 0px;
|
|
29971
|
+
cursor: default;
|
|
29986
29972
|
}
|
|
29987
29973
|
|
|
29988
29974
|
.E_d1bw7c5z {
|
|
@@ -30068,81 +30054,133 @@ html body {
|
|
|
30068
30054
|
width: 102px;
|
|
30069
30055
|
}
|
|
30070
30056
|
|
|
30071
|
-
.
|
|
30072
|
-
margin-bottom: 16px;
|
|
30073
|
-
}
|
|
30074
|
-
.E_c1uzzomf .card-title {
|
|
30075
|
-
font-size: 16px;
|
|
30076
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30077
|
-
font-weight: 700;
|
|
30078
|
-
line-height: 32px;
|
|
30079
|
-
}
|
|
30080
|
-
.E_c1uzzomf .card-body {
|
|
30081
|
-
padding: 24px;
|
|
30057
|
+
.E_c1yyuluq {
|
|
30082
30058
|
border-radius: 8px;
|
|
30083
|
-
background: #fff;
|
|
30084
30059
|
}
|
|
30085
|
-
.
|
|
30086
|
-
|
|
30087
|
-
font-size: 14px;
|
|
30088
|
-
line-height: 22px;
|
|
30089
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30090
|
-
text-align: center;
|
|
30060
|
+
.E_c1yyuluq .ant-card-body {
|
|
30061
|
+
padding: 20px 24px 24px 24px;
|
|
30091
30062
|
}
|
|
30092
30063
|
|
|
30093
|
-
.
|
|
30094
|
-
|
|
30095
|
-
height: 24px;
|
|
30096
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30097
|
-
overflow: hidden;
|
|
30098
|
-
}
|
|
30099
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30100
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30064
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30065
|
+
line-height: 18px;
|
|
30101
30066
|
}
|
|
30102
|
-
|
|
30103
|
-
|
|
30104
|
-
|
|
30067
|
+
|
|
30068
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30069
|
+
padding: 4px 8px 0 8px;
|
|
30070
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30071
|
+
font-size: 12px;
|
|
30105
30072
|
}
|
|
30106
|
-
.
|
|
30107
|
-
|
|
30108
|
-
height: 32px;
|
|
30073
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30074
|
+
padding-bottom: 6px;
|
|
30109
30075
|
}
|
|
30110
|
-
.
|
|
30111
|
-
|
|
30112
|
-
|
|
30076
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30077
|
+
padding-top: 4px;
|
|
30078
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30113
30079
|
}
|
|
30114
|
-
|
|
30115
|
-
|
|
30116
|
-
|
|
30080
|
+
|
|
30081
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30082
|
+
display: flex;
|
|
30117
30083
|
}
|
|
30118
|
-
.
|
|
30119
|
-
|
|
30120
|
-
|
|
30121
|
-
top: 1px;
|
|
30122
|
-
left: 1px;
|
|
30084
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30085
|
+
border-bottom-left-radius: 5px;
|
|
30086
|
+
border-top-left-radius: 5px;
|
|
30123
30087
|
}
|
|
30124
|
-
.
|
|
30125
|
-
|
|
30126
|
-
|
|
30088
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30089
|
+
border-bottom-right-radius: 5px;
|
|
30090
|
+
border-top-right-radius: 5px;
|
|
30127
30091
|
}
|
|
30128
|
-
|
|
30129
|
-
|
|
30092
|
+
|
|
30093
|
+
.E_phljevk {
|
|
30094
|
+
display: flex;
|
|
30095
|
+
justify-content: space-between;
|
|
30096
|
+
align-items: center;
|
|
30097
|
+
padding: 10px 0;
|
|
30098
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30099
|
+
font-size: 12px;
|
|
30100
|
+
line-height: 24px;
|
|
30130
30101
|
}
|
|
30131
|
-
.
|
|
30132
|
-
|
|
30102
|
+
.E_phljevk .pagination-left {
|
|
30103
|
+
padding: 2px 8px;
|
|
30133
30104
|
}
|
|
30134
|
-
.
|
|
30135
|
-
|
|
30105
|
+
.E_phljevk .dropdown-trigger {
|
|
30106
|
+
display: flex;
|
|
30107
|
+
align-items: center;
|
|
30108
|
+
border-radius: 6px;
|
|
30109
|
+
cursor: pointer;
|
|
30110
|
+
transition: all 0.3s ease;
|
|
30136
30111
|
}
|
|
30137
|
-
.
|
|
30138
|
-
|
|
30112
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30113
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30114
|
+
color: #0080ff;
|
|
30139
30115
|
}
|
|
30140
|
-
.
|
|
30141
|
-
left:
|
|
30116
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30117
|
+
margin-left: 4px;
|
|
30142
30118
|
}
|
|
30143
|
-
|
|
30144
|
-
|
|
30145
|
-
|
|
30119
|
+
.E_phljevk .pagination-right {
|
|
30120
|
+
display: flex;
|
|
30121
|
+
align-items: center;
|
|
30122
|
+
color: #0080ff;
|
|
30123
|
+
font-weight: bold;
|
|
30124
|
+
}
|
|
30125
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30126
|
+
margin-left: 4px;
|
|
30127
|
+
}
|
|
30128
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30129
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30130
|
+
padding: 0 8px;
|
|
30131
|
+
}
|
|
30132
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30133
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30134
|
+
color: #0080ff;
|
|
30135
|
+
}
|
|
30136
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30137
|
+
transform: rotate(180deg);
|
|
30138
|
+
}
|
|
30139
|
+
|
|
30140
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30141
|
+
max-height: calc(100vh - 128px);
|
|
30142
|
+
overflow-y: auto;
|
|
30143
|
+
}
|
|
30144
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30145
|
+
padding: 4px 20px;
|
|
30146
|
+
font-size: 12px;
|
|
30147
|
+
line-height: 18px;
|
|
30148
|
+
}
|
|
30149
|
+
|
|
30150
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30151
|
+
margin-right: 8px;
|
|
30152
|
+
}
|
|
30153
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30154
|
+
margin-left: 8px;
|
|
30155
|
+
}
|
|
30156
|
+
|
|
30157
|
+
.E_cc368xp {
|
|
30158
|
+
color: #00122e;
|
|
30159
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30160
|
+
margin-right: 8px;
|
|
30161
|
+
padding-right: 8px;
|
|
30162
|
+
}
|
|
30163
|
+
|
|
30164
|
+
.E_i11o6xqj {
|
|
30165
|
+
display: flex;
|
|
30166
|
+
gap: 4px;
|
|
30167
|
+
}
|
|
30168
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30169
|
+
cursor: pointer;
|
|
30170
|
+
}
|
|
30171
|
+
|
|
30172
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30173
|
+
cursor: not-allowed;
|
|
30174
|
+
}
|
|
30175
|
+
|
|
30176
|
+
.E_ivqqkzv {
|
|
30177
|
+
height: 24px;
|
|
30178
|
+
width: 56px !important;
|
|
30179
|
+
margin-right: 4px;
|
|
30180
|
+
}
|
|
30181
|
+
|
|
30182
|
+
.E_c1wk4q29 {
|
|
30183
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30146
30184
|
}
|
|
30147
30185
|
|
|
30148
30186
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30291,63 +30329,6 @@ html body {
|
|
|
30291
30329
|
width: 36px;
|
|
30292
30330
|
}
|
|
30293
30331
|
|
|
30294
|
-
.E_phljevk {
|
|
30295
|
-
display: flex;
|
|
30296
|
-
justify-content: space-between;
|
|
30297
|
-
align-items: center;
|
|
30298
|
-
padding: 10px 0;
|
|
30299
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30300
|
-
font-size: 12px;
|
|
30301
|
-
line-height: 24px;
|
|
30302
|
-
}
|
|
30303
|
-
.E_phljevk .pagination-left {
|
|
30304
|
-
padding: 2px 8px;
|
|
30305
|
-
}
|
|
30306
|
-
.E_phljevk .dropdown-trigger {
|
|
30307
|
-
display: flex;
|
|
30308
|
-
align-items: center;
|
|
30309
|
-
border-radius: 6px;
|
|
30310
|
-
cursor: pointer;
|
|
30311
|
-
transition: all 0.3s ease;
|
|
30312
|
-
}
|
|
30313
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30314
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30315
|
-
color: #0080ff;
|
|
30316
|
-
}
|
|
30317
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30318
|
-
margin-left: 4px;
|
|
30319
|
-
}
|
|
30320
|
-
.E_phljevk .pagination-right {
|
|
30321
|
-
display: flex;
|
|
30322
|
-
align-items: center;
|
|
30323
|
-
color: #0080ff;
|
|
30324
|
-
font-weight: bold;
|
|
30325
|
-
}
|
|
30326
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30327
|
-
margin-left: 4px;
|
|
30328
|
-
}
|
|
30329
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30330
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30331
|
-
padding: 0 8px;
|
|
30332
|
-
}
|
|
30333
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30334
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30335
|
-
color: #0080ff;
|
|
30336
|
-
}
|
|
30337
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30338
|
-
transform: rotate(180deg);
|
|
30339
|
-
}
|
|
30340
|
-
|
|
30341
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30342
|
-
max-height: calc(100vh - 128px);
|
|
30343
|
-
overflow-y: auto;
|
|
30344
|
-
}
|
|
30345
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30346
|
-
padding: 4px 20px;
|
|
30347
|
-
font-size: 12px;
|
|
30348
|
-
line-height: 18px;
|
|
30349
|
-
}
|
|
30350
|
-
|
|
30351
30332
|
.E_c1bus5hc {
|
|
30352
30333
|
--color: white;
|
|
30353
30334
|
height: 14px;
|
|
@@ -30388,40 +30369,59 @@ html body {
|
|
|
30388
30369
|
transform: rotate(0deg);
|
|
30389
30370
|
}
|
|
30390
30371
|
|
|
30391
|
-
.
|
|
30372
|
+
.E_s1dizucg.ant-switch {
|
|
30373
|
+
min-width: 40px;
|
|
30392
30374
|
height: 24px;
|
|
30393
|
-
|
|
30394
|
-
|
|
30375
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30376
|
+
overflow: hidden;
|
|
30395
30377
|
}
|
|
30396
|
-
|
|
30397
|
-
.
|
|
30398
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30378
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30379
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30399
30380
|
}
|
|
30400
|
-
|
|
30401
|
-
|
|
30402
|
-
|
|
30381
|
+
.E_s1dizucg.ant-switch-small {
|
|
30382
|
+
min-width: 26px;
|
|
30383
|
+
height: 16px;
|
|
30403
30384
|
}
|
|
30404
|
-
.
|
|
30405
|
-
|
|
30385
|
+
.E_s1dizucg.ant-switch-large {
|
|
30386
|
+
min-width: 52px;
|
|
30387
|
+
height: 32px;
|
|
30406
30388
|
}
|
|
30407
|
-
|
|
30408
|
-
|
|
30409
|
-
|
|
30410
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30411
|
-
margin-right: 8px;
|
|
30412
|
-
padding-right: 8px;
|
|
30389
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30390
|
+
height: 20px;
|
|
30391
|
+
width: 20px;
|
|
30413
30392
|
}
|
|
30414
|
-
|
|
30415
|
-
|
|
30416
|
-
|
|
30417
|
-
gap: 4px;
|
|
30393
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30394
|
+
border-radius: 10px;
|
|
30395
|
+
transition-delay: 120ms;
|
|
30418
30396
|
}
|
|
30419
|
-
.
|
|
30420
|
-
|
|
30397
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30398
|
+
height: 14px;
|
|
30399
|
+
width: 14px;
|
|
30400
|
+
top: 1px;
|
|
30401
|
+
left: 1px;
|
|
30402
|
+
}
|
|
30403
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30404
|
+
height: 28px;
|
|
30405
|
+
width: 28px;
|
|
30406
|
+
}
|
|
30407
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30408
|
+
border-radius: 14px;
|
|
30409
|
+
}
|
|
30410
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30411
|
+
background-color: #00ba5d;
|
|
30412
|
+
}
|
|
30413
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30414
|
+
left: calc(100% - 20px - 2px);
|
|
30415
|
+
}
|
|
30416
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30417
|
+
left: calc(100% - 14px - 1px);
|
|
30418
|
+
}
|
|
30419
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30420
|
+
left: calc(100% - 28px - 2px);
|
|
30421
30421
|
}
|
|
30422
30422
|
|
|
30423
|
-
.
|
|
30424
|
-
|
|
30423
|
+
.E_c1up6e3y {
|
|
30424
|
+
margin-left: 5px;
|
|
30425
30425
|
}
|
|
30426
30426
|
|
|
30427
30427
|
.E_tju3gfj .date {
|
|
@@ -30510,10 +30510,6 @@ html body {
|
|
|
30510
30510
|
background-color: #7E41FF;
|
|
30511
30511
|
}
|
|
30512
30512
|
|
|
30513
|
-
.E_iq1gosr {
|
|
30514
|
-
display: inline-block;
|
|
30515
|
-
}
|
|
30516
|
-
|
|
30517
30513
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30518
30514
|
display: none;
|
|
30519
30515
|
}
|
|
@@ -30606,6 +30602,10 @@ html body {
|
|
|
30606
30602
|
opacity: 0;
|
|
30607
30603
|
}
|
|
30608
30604
|
|
|
30605
|
+
.E_iq1gosr {
|
|
30606
|
+
display: inline-block;
|
|
30607
|
+
}
|
|
30608
|
+
|
|
30609
30609
|
.E_fzh9mnb {
|
|
30610
30610
|
width: 100%;
|
|
30611
30611
|
height: 100%;
|
|
@@ -30655,24 +30655,6 @@ html body {
|
|
|
30655
30655
|
min-height: 0px;
|
|
30656
30656
|
}
|
|
30657
30657
|
|
|
30658
|
-
.E_iouxfgt {
|
|
30659
|
-
display: inline-flex;
|
|
30660
|
-
align-items: center;
|
|
30661
|
-
}
|
|
30662
|
-
.E_iouxfgt .icon-inner {
|
|
30663
|
-
display: inline-flex;
|
|
30664
|
-
align-items: center;
|
|
30665
|
-
justify-content: center;
|
|
30666
|
-
}
|
|
30667
|
-
.E_iouxfgt .icon-inner + span,
|
|
30668
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30669
|
-
margin-left: 4px;
|
|
30670
|
-
}
|
|
30671
|
-
.E_iouxfgt.is-rotate img,
|
|
30672
|
-
.E_iouxfgt.is-rotate svg {
|
|
30673
|
-
animation: rotate 680ms linear infinite;
|
|
30674
|
-
}
|
|
30675
|
-
|
|
30676
30658
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30677
30659
|
display: var(--ai7qkf2-0);
|
|
30678
30660
|
}
|
|
@@ -30733,6 +30715,24 @@ html body {
|
|
|
30733
30715
|
padding: 2px 8px;
|
|
30734
30716
|
}
|
|
30735
30717
|
|
|
30718
|
+
.E_iouxfgt {
|
|
30719
|
+
display: inline-flex;
|
|
30720
|
+
align-items: center;
|
|
30721
|
+
}
|
|
30722
|
+
.E_iouxfgt .icon-inner {
|
|
30723
|
+
display: inline-flex;
|
|
30724
|
+
align-items: center;
|
|
30725
|
+
justify-content: center;
|
|
30726
|
+
}
|
|
30727
|
+
.E_iouxfgt .icon-inner + span,
|
|
30728
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30729
|
+
margin-left: 4px;
|
|
30730
|
+
}
|
|
30731
|
+
.E_iouxfgt.is-rotate img,
|
|
30732
|
+
.E_iouxfgt.is-rotate svg {
|
|
30733
|
+
animation: rotate 680ms linear infinite;
|
|
30734
|
+
}
|
|
30735
|
+
|
|
30736
30736
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30737
30737
|
display: var(--a1wfy30z-0);
|
|
30738
30738
|
}
|
|
@@ -30764,6 +30764,13 @@ html body {
|
|
|
30764
30764
|
font-size: inherit;
|
|
30765
30765
|
}
|
|
30766
30766
|
|
|
30767
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30768
|
+
margin-left: 8px;
|
|
30769
|
+
}
|
|
30770
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30771
|
+
padding: 2px 7px 2px 12px;
|
|
30772
|
+
}
|
|
30773
|
+
|
|
30767
30774
|
.E_i1inqkme {
|
|
30768
30775
|
height: 18px;
|
|
30769
30776
|
line-height: 18px;
|
|
@@ -30777,13 +30784,6 @@ html body {
|
|
|
30777
30784
|
margin-right: 4px;
|
|
30778
30785
|
}
|
|
30779
30786
|
|
|
30780
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30781
|
-
margin-left: 8px;
|
|
30782
|
-
}
|
|
30783
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30784
|
-
padding: 2px 7px 2px 12px;
|
|
30785
|
-
}
|
|
30786
|
-
|
|
30787
30787
|
.E_owd0kml {
|
|
30788
30788
|
display: inline-block;
|
|
30789
30789
|
}
|
|
@@ -30793,1199 +30793,1199 @@ html body {
|
|
|
30793
30793
|
position: absolute;
|
|
30794
30794
|
}
|
|
30795
30795
|
|
|
30796
|
-
.
|
|
30797
|
-
|
|
30798
|
-
|
|
30799
|
-
|
|
30800
|
-
|
|
30801
|
-
|
|
30802
|
-
max-width: 1120px;
|
|
30803
|
-
width: 100%;
|
|
30804
|
-
margin: 0 auto;
|
|
30805
|
-
height: 100%;
|
|
30796
|
+
.E_dsnbhzf {
|
|
30797
|
+
font-family: Inter;
|
|
30798
|
+
font-style: normal;
|
|
30799
|
+
font-weight: bold;
|
|
30800
|
+
font-size: 32px;
|
|
30801
|
+
line-height: 40px;
|
|
30806
30802
|
}
|
|
30807
30803
|
|
|
30808
|
-
.
|
|
30809
|
-
|
|
30810
|
-
|
|
30811
|
-
|
|
30812
|
-
|
|
30813
|
-
|
|
30814
|
-
.E_wt5zbg6 .left,
|
|
30815
|
-
.E_wt5zbg6 .right {
|
|
30816
|
-
flex-grow: 0;
|
|
30817
|
-
flex-shrink: 0;
|
|
30818
|
-
flex-basis: 21%;
|
|
30819
|
-
}
|
|
30820
|
-
.E_wt5zbg6 .left {
|
|
30821
|
-
display: flex;
|
|
30822
|
-
justify-content: flex-end;
|
|
30823
|
-
padding-right: 44px;
|
|
30824
|
-
}
|
|
30825
|
-
.E_wt5zbg6 .right {
|
|
30826
|
-
padding-left: 44px;
|
|
30827
|
-
}
|
|
30828
|
-
.E_wt5zbg6 .middle {
|
|
30829
|
-
margin-bottom: 40px;
|
|
30830
|
-
flex-grow: 0;
|
|
30831
|
-
flex-shrink: 0;
|
|
30832
|
-
flex-basis: 58%;
|
|
30833
|
-
overflow: hidden;
|
|
30834
|
-
}
|
|
30835
|
-
.E_wt5zbg6 .middle .form-base-field {
|
|
30836
|
-
width: 100%;
|
|
30837
|
-
}
|
|
30838
|
-
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30839
|
-
width: auto;
|
|
30804
|
+
.E_d1mvo22k {
|
|
30805
|
+
font-family: Inter;
|
|
30806
|
+
font-style: normal;
|
|
30807
|
+
font-weight: bold;
|
|
30808
|
+
font-size: 24px;
|
|
30809
|
+
line-height: 32px;
|
|
30840
30810
|
}
|
|
30841
30811
|
|
|
30842
|
-
.
|
|
30843
|
-
|
|
30844
|
-
|
|
30845
|
-
|
|
30846
|
-
|
|
30847
|
-
|
|
30848
|
-
margin-left: 0;
|
|
30849
|
-
}
|
|
30850
|
-
.E_h18jprzg .ant-modal-body {
|
|
30851
|
-
margin: 0 auto;
|
|
30852
|
-
padding: 0;
|
|
30853
|
-
width: 100%;
|
|
30854
|
-
max-width: 648px;
|
|
30855
|
-
overflow: hidden;
|
|
30856
|
-
}
|
|
30857
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30858
|
-
margin-bottom: 40px;
|
|
30859
|
-
}
|
|
30860
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30861
|
-
height: calc(100vh - 225px);
|
|
30862
|
-
overflow-y: auto;
|
|
30863
|
-
}
|
|
30864
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30865
|
-
margin: 0 auto;
|
|
30866
|
-
max-width: 648px;
|
|
30812
|
+
.E_d1b444tr {
|
|
30813
|
+
font-family: Inter;
|
|
30814
|
+
font-style: normal;
|
|
30815
|
+
font-weight: normal;
|
|
30816
|
+
font-size: 32px;
|
|
30817
|
+
line-height: 40px;
|
|
30867
30818
|
}
|
|
30868
30819
|
|
|
30869
|
-
.
|
|
30870
|
-
|
|
30871
|
-
|
|
30872
|
-
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
margin-left: 0;
|
|
30820
|
+
.E_dvs0kue {
|
|
30821
|
+
font-family: Inter;
|
|
30822
|
+
font-style: normal;
|
|
30823
|
+
font-weight: bold;
|
|
30824
|
+
font-size: 20px;
|
|
30825
|
+
line-height: 24px;
|
|
30876
30826
|
}
|
|
30877
|
-
|
|
30878
|
-
|
|
30879
|
-
|
|
30880
|
-
|
|
30881
|
-
|
|
30882
|
-
|
|
30827
|
+
|
|
30828
|
+
.E_d1hcbfcq {
|
|
30829
|
+
font-family: Inter;
|
|
30830
|
+
font-style: normal;
|
|
30831
|
+
font-weight: normal;
|
|
30832
|
+
font-size: 20px;
|
|
30833
|
+
line-height: 24px;
|
|
30883
30834
|
}
|
|
30884
|
-
|
|
30885
|
-
|
|
30835
|
+
|
|
30836
|
+
.E_d1cz922v {
|
|
30837
|
+
font-family: Inter;
|
|
30838
|
+
font-style: normal;
|
|
30839
|
+
font-weight: bold;
|
|
30840
|
+
font-size: 18px;
|
|
30841
|
+
line-height: 22px;
|
|
30886
30842
|
}
|
|
30887
|
-
|
|
30888
|
-
|
|
30889
|
-
|
|
30843
|
+
|
|
30844
|
+
.E_d3nzbrm {
|
|
30845
|
+
font-family: Inter;
|
|
30846
|
+
font-style: normal;
|
|
30847
|
+
font-weight: normal;
|
|
30848
|
+
font-size: 18px;
|
|
30849
|
+
line-height: 22px;
|
|
30890
30850
|
}
|
|
30891
|
-
|
|
30892
|
-
|
|
30893
|
-
|
|
30851
|
+
|
|
30852
|
+
.E_h1g0p5ob {
|
|
30853
|
+
font-family: Inter;
|
|
30854
|
+
font-style: normal;
|
|
30855
|
+
font-weight: bold;
|
|
30856
|
+
font-size: 16px;
|
|
30857
|
+
line-height: 22px;
|
|
30894
30858
|
}
|
|
30895
30859
|
|
|
30896
|
-
.
|
|
30897
|
-
|
|
30860
|
+
.E_hydo2ej {
|
|
30861
|
+
font-family: Inter;
|
|
30862
|
+
font-style: normal;
|
|
30863
|
+
font-weight: normal;
|
|
30864
|
+
font-size: 16px;
|
|
30865
|
+
line-height: 22px;
|
|
30898
30866
|
}
|
|
30899
|
-
|
|
30900
|
-
|
|
30867
|
+
|
|
30868
|
+
.E_h1hbuq0r {
|
|
30869
|
+
font-family: Inter;
|
|
30870
|
+
font-style: normal;
|
|
30871
|
+
font-weight: bold;
|
|
30872
|
+
font-size: 14px;
|
|
30901
30873
|
line-height: 20px;
|
|
30902
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30903
30874
|
}
|
|
30904
|
-
|
|
30875
|
+
|
|
30876
|
+
.E_h13bondg {
|
|
30877
|
+
font-family: Inter;
|
|
30878
|
+
font-style: normal;
|
|
30879
|
+
font-weight: normal;
|
|
30905
30880
|
font-size: 14px;
|
|
30906
30881
|
line-height: 20px;
|
|
30907
|
-
color: #2d3a56;
|
|
30908
|
-
margin-bottom: 12px;
|
|
30909
|
-
}
|
|
30910
|
-
.E_f1lrhghm.connect-cluster .title {
|
|
30911
|
-
padding-bottom: 26px;
|
|
30912
30882
|
}
|
|
30913
30883
|
|
|
30914
|
-
.
|
|
30915
|
-
|
|
30916
|
-
|
|
30917
|
-
|
|
30884
|
+
.E_h1mhvdlx {
|
|
30885
|
+
font-family: Inter;
|
|
30886
|
+
font-style: normal;
|
|
30887
|
+
font-weight: bold;
|
|
30888
|
+
font-size: 12px;
|
|
30889
|
+
line-height: 18px;
|
|
30918
30890
|
}
|
|
30919
30891
|
|
|
30920
|
-
.
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
|
|
30924
|
-
|
|
30925
|
-
|
|
30926
|
-
width: 216px;
|
|
30927
|
-
}
|
|
30928
|
-
.E_f1l1g2k0 > label + * {
|
|
30929
|
-
width: 100%;
|
|
30892
|
+
.E_h1inmfq6 {
|
|
30893
|
+
font-family: Inter;
|
|
30894
|
+
font-style: normal;
|
|
30895
|
+
font-weight: normal;
|
|
30896
|
+
font-size: 12px;
|
|
30897
|
+
line-height: 18px;
|
|
30930
30898
|
}
|
|
30931
|
-
|
|
30932
|
-
|
|
30899
|
+
|
|
30900
|
+
.E_h1kfc0la {
|
|
30901
|
+
font-family: Inter;
|
|
30902
|
+
font-style: normal;
|
|
30903
|
+
font-weight: bold;
|
|
30904
|
+
text-transform: uppercase;
|
|
30905
|
+
font-feature-settings: "cpsp" on;
|
|
30906
|
+
font-size: 12px;
|
|
30907
|
+
line-height: 18px;
|
|
30933
30908
|
}
|
|
30934
30909
|
|
|
30935
|
-
.
|
|
30936
|
-
|
|
30937
|
-
|
|
30910
|
+
.E_h10xnyuu {
|
|
30911
|
+
font-family: Inter;
|
|
30912
|
+
font-style: normal;
|
|
30913
|
+
font-weight: normal;
|
|
30914
|
+
text-transform: uppercase;
|
|
30915
|
+
font-feature-settings: "cpsp" on;
|
|
30916
|
+
font-size: 12px;
|
|
30917
|
+
line-height: 18px;
|
|
30938
30918
|
}
|
|
30939
30919
|
|
|
30940
|
-
.
|
|
30941
|
-
|
|
30942
|
-
|
|
30943
|
-
|
|
30944
|
-
|
|
30920
|
+
.E_lrcmi0v {
|
|
30921
|
+
font-family: Inter;
|
|
30922
|
+
font-style: normal;
|
|
30923
|
+
font-weight: normal;
|
|
30924
|
+
font-size: 16px;
|
|
30925
|
+
line-height: 24px;
|
|
30945
30926
|
}
|
|
30946
30927
|
|
|
30947
|
-
.
|
|
30948
|
-
|
|
30949
|
-
|
|
30950
|
-
|
|
30951
|
-
|
|
30928
|
+
.E_lzt43lp {
|
|
30929
|
+
font-family: Inter;
|
|
30930
|
+
font-style: normal;
|
|
30931
|
+
font-weight: bold;
|
|
30932
|
+
font-size: 16px;
|
|
30933
|
+
line-height: 24px;
|
|
30952
30934
|
}
|
|
30953
30935
|
|
|
30954
|
-
.
|
|
30955
|
-
|
|
30956
|
-
|
|
30957
|
-
|
|
30958
|
-
|
|
30959
|
-
|
|
30960
|
-
border-radius: 50%;
|
|
30961
|
-
margin: 0 4px;
|
|
30936
|
+
.E_l5yc9nt {
|
|
30937
|
+
font-family: Inter;
|
|
30938
|
+
font-style: normal;
|
|
30939
|
+
font-weight: normal;
|
|
30940
|
+
font-size: 16px;
|
|
30941
|
+
line-height: 24px;
|
|
30962
30942
|
}
|
|
30963
30943
|
|
|
30964
|
-
.
|
|
30965
|
-
|
|
30966
|
-
|
|
30967
|
-
|
|
30944
|
+
.E_l1fbkbzo {
|
|
30945
|
+
font-family: Inter;
|
|
30946
|
+
font-style: normal;
|
|
30947
|
+
font-weight: bold;
|
|
30948
|
+
font-size: 16px;
|
|
30949
|
+
line-height: 24px;
|
|
30968
30950
|
}
|
|
30969
|
-
|
|
30970
|
-
|
|
30971
|
-
|
|
30951
|
+
|
|
30952
|
+
.E_lahvcax {
|
|
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: 16px;
|
|
30959
|
+
line-height: 24px;
|
|
30972
30960
|
}
|
|
30973
|
-
|
|
30974
|
-
|
|
30961
|
+
|
|
30962
|
+
.E_l11q3pxd {
|
|
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: 16px;
|
|
30969
|
+
line-height: 24px;
|
|
30975
30970
|
}
|
|
30976
|
-
|
|
30977
|
-
|
|
30971
|
+
|
|
30972
|
+
.E_lfuc2qu {
|
|
30973
|
+
font-family: Inter;
|
|
30974
|
+
font-style: normal;
|
|
30975
|
+
font-weight: normal;
|
|
30976
|
+
font-size: 14px;
|
|
30977
|
+
line-height: 22px;
|
|
30978
30978
|
}
|
|
30979
|
-
|
|
30980
|
-
|
|
30979
|
+
|
|
30980
|
+
.E_l1jmp8r0 {
|
|
30981
|
+
font-family: Inter;
|
|
30982
|
+
font-style: normal;
|
|
30983
|
+
font-weight: 500;
|
|
30984
|
+
font-size: 14px;
|
|
30985
|
+
line-height: 22px;
|
|
30981
30986
|
}
|
|
30982
30987
|
|
|
30983
|
-
.
|
|
30984
|
-
font-
|
|
30985
|
-
|
|
30988
|
+
.E_lcnm221 {
|
|
30989
|
+
font-family: Inter;
|
|
30990
|
+
font-style: normal;
|
|
30986
30991
|
font-weight: bold;
|
|
30987
|
-
|
|
30988
|
-
|
|
30989
|
-
border-radius: 4px;
|
|
30990
|
-
display: inline-block;
|
|
30991
|
-
background: var(--t1wwio3v-0);
|
|
30992
|
-
}
|
|
30993
|
-
.E_t1wwio3v:not(:first-child) {
|
|
30994
|
-
margin-left: 4px;
|
|
30992
|
+
font-size: 14px;
|
|
30993
|
+
line-height: 22px;
|
|
30995
30994
|
}
|
|
30996
30995
|
|
|
30997
|
-
.
|
|
30998
|
-
|
|
30999
|
-
|
|
31000
|
-
|
|
31001
|
-
|
|
31002
|
-
|
|
30996
|
+
.E_lu1z2n5 {
|
|
30997
|
+
font-family: Inter;
|
|
30998
|
+
font-style: normal;
|
|
30999
|
+
font-weight: normal;
|
|
31000
|
+
font-size: 14px;
|
|
31001
|
+
line-height: 22px;
|
|
31003
31002
|
}
|
|
31004
31003
|
|
|
31005
|
-
.
|
|
31006
|
-
font-
|
|
31004
|
+
.E_l1r59djn {
|
|
31005
|
+
font-family: Inter;
|
|
31006
|
+
font-style: normal;
|
|
31007
31007
|
font-weight: bold;
|
|
31008
|
-
|
|
31009
|
-
|
|
31010
|
-
margin-left: 2px;
|
|
31011
|
-
margin-right: 2px;
|
|
31012
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31013
|
-
border-radius: 4px;
|
|
31008
|
+
font-size: 14px;
|
|
31009
|
+
line-height: 22px;
|
|
31014
31010
|
}
|
|
31015
31011
|
|
|
31016
|
-
.
|
|
31017
|
-
|
|
31012
|
+
.E_ljm2911 {
|
|
31013
|
+
font-family: Inter;
|
|
31014
|
+
font-style: normal;
|
|
31015
|
+
font-weight: normal;
|
|
31016
|
+
text-transform: uppercase;
|
|
31017
|
+
font-feature-settings: "cpsp" on;
|
|
31018
|
+
font-size: 14px;
|
|
31019
|
+
line-height: 22px;
|
|
31018
31020
|
}
|
|
31019
|
-
|
|
31020
|
-
|
|
31021
|
+
|
|
31022
|
+
.E_l124mzmr {
|
|
31023
|
+
font-family: Inter;
|
|
31024
|
+
font-style: normal;
|
|
31025
|
+
font-weight: bold;
|
|
31026
|
+
text-transform: uppercase;
|
|
31027
|
+
font-feature-settings: "cpsp" on;
|
|
31028
|
+
font-size: 14px;
|
|
31029
|
+
line-height: 22px;
|
|
31021
31030
|
}
|
|
31022
|
-
|
|
31023
|
-
|
|
31031
|
+
|
|
31032
|
+
.E_lb3chel {
|
|
31033
|
+
font-family: Inter;
|
|
31034
|
+
font-style: normal;
|
|
31035
|
+
font-weight: normal;
|
|
31036
|
+
font-size: 13px;
|
|
31037
|
+
line-height: 20px;
|
|
31024
31038
|
}
|
|
31025
|
-
|
|
31026
|
-
|
|
31039
|
+
|
|
31040
|
+
.E_lv9jstu {
|
|
31041
|
+
font-family: Inter;
|
|
31042
|
+
font-style: normal;
|
|
31043
|
+
font-weight: 600;
|
|
31044
|
+
font-size: 13px;
|
|
31045
|
+
line-height: 20px;
|
|
31027
31046
|
}
|
|
31028
|
-
|
|
31029
|
-
|
|
31047
|
+
|
|
31048
|
+
.E_lwqlh3x {
|
|
31049
|
+
font-family: Inter;
|
|
31050
|
+
font-style: normal;
|
|
31051
|
+
font-weight: bold;
|
|
31052
|
+
font-size: 13px;
|
|
31053
|
+
line-height: 20px;
|
|
31030
31054
|
}
|
|
31031
|
-
|
|
31032
|
-
|
|
31033
|
-
|
|
31055
|
+
|
|
31056
|
+
.E_lalum9y {
|
|
31057
|
+
font-family: Inter;
|
|
31058
|
+
font-style: normal;
|
|
31059
|
+
font-weight: normal;
|
|
31060
|
+
font-size: 13px;
|
|
31061
|
+
line-height: 20px;
|
|
31034
31062
|
}
|
|
31035
|
-
|
|
31036
|
-
|
|
31037
|
-
|
|
31038
|
-
|
|
31039
|
-
|
|
31063
|
+
|
|
31064
|
+
.E_l1t6dj5o {
|
|
31065
|
+
font-family: Inter;
|
|
31066
|
+
font-style: normal;
|
|
31067
|
+
font-weight: 600;
|
|
31040
31068
|
font-size: 13px;
|
|
31041
|
-
line-height:
|
|
31042
|
-
color: #8e9aa9;
|
|
31069
|
+
line-height: 20px;
|
|
31043
31070
|
}
|
|
31044
|
-
|
|
31045
|
-
|
|
31071
|
+
|
|
31072
|
+
.E_l12f6ic {
|
|
31073
|
+
font-family: Inter;
|
|
31074
|
+
font-style: normal;
|
|
31075
|
+
font-weight: bold;
|
|
31046
31076
|
font-size: 13px;
|
|
31047
|
-
|
|
31077
|
+
line-height: 20px;
|
|
31048
31078
|
}
|
|
31049
|
-
|
|
31050
|
-
|
|
31079
|
+
|
|
31080
|
+
.E_l7gmukq {
|
|
31081
|
+
font-family: Inter;
|
|
31082
|
+
font-style: normal;
|
|
31083
|
+
font-weight: normal;
|
|
31084
|
+
text-transform: uppercase;
|
|
31085
|
+
font-feature-settings: "cpsp" on;
|
|
31086
|
+
font-size: 13px;
|
|
31087
|
+
line-height: 20px;
|
|
31051
31088
|
}
|
|
31052
|
-
|
|
31053
|
-
.
|
|
31054
|
-
|
|
31089
|
+
|
|
31090
|
+
.E_lkwl0yp {
|
|
31091
|
+
font-family: Inter;
|
|
31092
|
+
font-style: normal;
|
|
31093
|
+
font-weight: bold;
|
|
31094
|
+
text-transform: uppercase;
|
|
31095
|
+
font-feature-settings: "cpsp" on;
|
|
31096
|
+
font-size: 13px;
|
|
31097
|
+
line-height: 20px;
|
|
31055
31098
|
}
|
|
31056
|
-
|
|
31099
|
+
|
|
31100
|
+
.E_l10knv48 {
|
|
31101
|
+
font-family: Inter;
|
|
31102
|
+
font-style: normal;
|
|
31103
|
+
font-weight: normal;
|
|
31104
|
+
font-size: 12px;
|
|
31057
31105
|
line-height: 18px;
|
|
31058
31106
|
}
|
|
31059
|
-
|
|
31060
|
-
|
|
31061
|
-
|
|
31062
|
-
|
|
31063
|
-
|
|
31107
|
+
|
|
31108
|
+
.E_l6526ld {
|
|
31109
|
+
font-family: Inter;
|
|
31110
|
+
font-style: normal;
|
|
31111
|
+
font-weight: 500;
|
|
31112
|
+
font-size: 12px;
|
|
31113
|
+
line-height: 18px;
|
|
31064
31114
|
}
|
|
31065
|
-
|
|
31066
|
-
|
|
31067
|
-
|
|
31068
|
-
|
|
31115
|
+
|
|
31116
|
+
.E_l1j81vli {
|
|
31117
|
+
font-family: Inter;
|
|
31118
|
+
font-style: normal;
|
|
31119
|
+
font-weight: bold;
|
|
31120
|
+
font-size: 12px;
|
|
31121
|
+
line-height: 18px;
|
|
31069
31122
|
}
|
|
31070
|
-
|
|
31071
|
-
|
|
31072
|
-
|
|
31073
|
-
|
|
31123
|
+
|
|
31124
|
+
.E_l1x7n1mk {
|
|
31125
|
+
font-family: Inter;
|
|
31126
|
+
font-style: normal;
|
|
31127
|
+
font-weight: normal;
|
|
31128
|
+
font-size: 12px;
|
|
31129
|
+
line-height: 18px;
|
|
31074
31130
|
}
|
|
31075
|
-
|
|
31076
|
-
.
|
|
31077
|
-
|
|
31078
|
-
|
|
31131
|
+
|
|
31132
|
+
.E_l9fqufz {
|
|
31133
|
+
font-family: Inter;
|
|
31134
|
+
font-style: normal;
|
|
31135
|
+
font-weight: 500;
|
|
31136
|
+
font-size: 12px;
|
|
31137
|
+
line-height: 18px;
|
|
31079
31138
|
}
|
|
31080
31139
|
|
|
31081
|
-
.
|
|
31082
|
-
|
|
31140
|
+
.E_l1iwnybd {
|
|
31141
|
+
font-family: Inter;
|
|
31142
|
+
font-style: normal;
|
|
31083
31143
|
font-weight: bold;
|
|
31084
|
-
|
|
31085
|
-
|
|
31086
|
-
margin-bottom: 16px;
|
|
31087
|
-
}
|
|
31088
|
-
.E_fh0ewl8:not(:first-of-type) {
|
|
31089
|
-
margin-top: 16px;
|
|
31144
|
+
font-size: 12px;
|
|
31145
|
+
line-height: 18px;
|
|
31090
31146
|
}
|
|
31091
31147
|
|
|
31092
|
-
.
|
|
31093
|
-
|
|
31094
|
-
|
|
31095
|
-
|
|
31096
|
-
|
|
31097
|
-
|
|
31098
|
-
|
|
31099
|
-
|
|
31100
|
-
}
|
|
31101
|
-
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31102
|
-
content: "";
|
|
31103
|
-
width: 1px;
|
|
31104
|
-
height: 6px;
|
|
31105
|
-
border-radius: 1px;
|
|
31106
|
-
background: #ccd4e3;
|
|
31107
|
-
position: relative;
|
|
31108
|
-
right: 2px;
|
|
31109
|
-
transform: rotate(-45deg);
|
|
31110
|
-
}
|
|
31111
|
-
.E_e1qrlvot:after {
|
|
31112
|
-
transform: rotate(45deg);
|
|
31113
|
-
left: 1px;
|
|
31148
|
+
.E_lprtm1e {
|
|
31149
|
+
font-family: Inter;
|
|
31150
|
+
font-style: normal;
|
|
31151
|
+
font-weight: normal;
|
|
31152
|
+
text-transform: uppercase;
|
|
31153
|
+
font-feature-settings: "cpsp" on;
|
|
31154
|
+
font-size: 12px;
|
|
31155
|
+
line-height: 18px;
|
|
31114
31156
|
}
|
|
31115
31157
|
|
|
31116
|
-
.
|
|
31117
|
-
|
|
31118
|
-
|
|
31119
|
-
|
|
31158
|
+
.E_l1lln87h {
|
|
31159
|
+
font-family: Inter;
|
|
31160
|
+
font-style: normal;
|
|
31161
|
+
font-weight: bold;
|
|
31162
|
+
text-transform: uppercase;
|
|
31163
|
+
font-feature-settings: "cpsp" on;
|
|
31164
|
+
font-size: 12px;
|
|
31165
|
+
line-height: 18px;
|
|
31120
31166
|
}
|
|
31121
|
-
|
|
31122
|
-
.
|
|
31123
|
-
|
|
31167
|
+
|
|
31168
|
+
.E_f2pb48l {
|
|
31169
|
+
font-family: Inter;
|
|
31170
|
+
font-style: normal;
|
|
31171
|
+
font-weight: normal;
|
|
31172
|
+
font-size: 13px;
|
|
31173
|
+
line-height: 20px;
|
|
31124
31174
|
}
|
|
31125
|
-
|
|
31126
|
-
.
|
|
31127
|
-
|
|
31175
|
+
|
|
31176
|
+
.E_fi9emkw {
|
|
31177
|
+
font-family: Inter;
|
|
31178
|
+
font-style: normal;
|
|
31179
|
+
font-weight: normal;
|
|
31180
|
+
font-size: 13px;
|
|
31181
|
+
line-height: 20px;
|
|
31128
31182
|
}
|
|
31129
31183
|
|
|
31130
|
-
.
|
|
31131
|
-
|
|
31132
|
-
|
|
31133
|
-
|
|
31134
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31135
|
-
border-radius: 6px;
|
|
31136
|
-
color: #e07f00;
|
|
31184
|
+
.E_f1nrg7da {
|
|
31185
|
+
font-family: Inter;
|
|
31186
|
+
font-style: normal;
|
|
31187
|
+
font-weight: normal;
|
|
31137
31188
|
font-size: 12px;
|
|
31138
31189
|
line-height: 18px;
|
|
31139
31190
|
}
|
|
31140
|
-
.E_n1k9qi4r .icon-wrapper {
|
|
31141
|
-
margin-right: 10px;
|
|
31142
|
-
height: 18px;
|
|
31143
|
-
}
|
|
31144
31191
|
|
|
31145
|
-
.
|
|
31146
|
-
|
|
31147
|
-
|
|
31148
|
-
|
|
31149
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31150
|
-
border-radius: 6px;
|
|
31151
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31192
|
+
.E_f17k1i3n {
|
|
31193
|
+
font-family: Inter;
|
|
31194
|
+
font-style: normal;
|
|
31195
|
+
font-weight: normal;
|
|
31152
31196
|
font-size: 12px;
|
|
31153
31197
|
line-height: 18px;
|
|
31154
31198
|
}
|
|
31155
|
-
|
|
31156
|
-
|
|
31157
|
-
|
|
31199
|
+
|
|
31200
|
+
.E_t1tvuj2e {
|
|
31201
|
+
font-family: Inter;
|
|
31202
|
+
font-style: normal;
|
|
31203
|
+
font-weight: normal;
|
|
31204
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31205
|
+
font-size: 13px;
|
|
31206
|
+
line-height: 20px;
|
|
31158
31207
|
}
|
|
31159
31208
|
|
|
31160
|
-
.
|
|
31161
|
-
|
|
31162
|
-
|
|
31163
|
-
|
|
31164
|
-
|
|
31165
|
-
|
|
31166
|
-
|
|
31209
|
+
.E_t17uajlu {
|
|
31210
|
+
font-family: Inter;
|
|
31211
|
+
font-style: normal;
|
|
31212
|
+
font-weight: normal;
|
|
31213
|
+
font-feature-settings: "zero" on;
|
|
31214
|
+
font-size: 13px;
|
|
31215
|
+
line-height: 20px;
|
|
31216
|
+
}
|
|
31217
|
+
|
|
31218
|
+
.E_t114zbyz {
|
|
31219
|
+
font-family: Inter;
|
|
31220
|
+
font-style: normal;
|
|
31221
|
+
font-weight: normal;
|
|
31222
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31167
31223
|
font-size: 12px;
|
|
31168
31224
|
line-height: 18px;
|
|
31169
31225
|
}
|
|
31170
|
-
.E_i173wxzw .icon-wrapper {
|
|
31171
|
-
margin-right: 10px;
|
|
31172
|
-
height: 18px;
|
|
31173
|
-
}
|
|
31174
31226
|
|
|
31175
|
-
.
|
|
31176
|
-
|
|
31177
|
-
|
|
31227
|
+
.E_t1il0kvi {
|
|
31228
|
+
font-family: Inter;
|
|
31229
|
+
font-style: normal;
|
|
31230
|
+
font-weight: 500;
|
|
31231
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31178
31232
|
font-size: 12px;
|
|
31179
31233
|
line-height: 18px;
|
|
31180
31234
|
}
|
|
31181
31235
|
|
|
31182
|
-
.
|
|
31183
|
-
|
|
31236
|
+
.E_t10dv8p1 {
|
|
31237
|
+
font-family: Inter;
|
|
31238
|
+
font-style: normal;
|
|
31239
|
+
font-weight: normal;
|
|
31240
|
+
font-feature-settings: "zero" on;
|
|
31184
31241
|
font-size: 12px;
|
|
31185
|
-
|
|
31242
|
+
line-height: 18px;
|
|
31186
31243
|
}
|
|
31187
31244
|
|
|
31188
|
-
.
|
|
31189
|
-
|
|
31190
|
-
|
|
31191
|
-
|
|
31245
|
+
.E_tc2oqpq {
|
|
31246
|
+
font-family: Inter;
|
|
31247
|
+
font-style: normal;
|
|
31248
|
+
font-weight: 500;
|
|
31249
|
+
font-feature-settings: "zero" on;
|
|
31250
|
+
font-size: 12px;
|
|
31251
|
+
line-height: 18px;
|
|
31192
31252
|
}
|
|
31193
|
-
|
|
31194
|
-
|
|
31253
|
+
|
|
31254
|
+
.E_tzvddmc {
|
|
31255
|
+
font-family: Inter;
|
|
31256
|
+
font-style: normal;
|
|
31257
|
+
font-weight: bold;
|
|
31258
|
+
font-feature-settings: "zero" on;
|
|
31259
|
+
font-size: 16px;
|
|
31260
|
+
line-height: 24px;
|
|
31195
31261
|
}
|
|
31196
31262
|
|
|
31197
|
-
.
|
|
31198
|
-
|
|
31263
|
+
.E_u18llj45 {
|
|
31264
|
+
font-family: Inter;
|
|
31265
|
+
font-style: normal;
|
|
31266
|
+
font-weight: normal;
|
|
31267
|
+
font-size: 10px;
|
|
31268
|
+
line-height: 12px;
|
|
31199
31269
|
}
|
|
31200
31270
|
|
|
31201
|
-
.
|
|
31202
|
-
|
|
31203
|
-
|
|
31204
|
-
|
|
31271
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31272
|
+
display: inline-flex;
|
|
31273
|
+
align-items: center;
|
|
31274
|
+
justify-content: center;
|
|
31275
|
+
color: #fff;
|
|
31276
|
+
font-weight: bold;
|
|
31277
|
+
font-size: 12px;
|
|
31278
|
+
width: 24px;
|
|
31279
|
+
height: 24px;
|
|
31280
|
+
border-radius: 50%;
|
|
31281
|
+
background: var(--a1b5xrg3-0);
|
|
31282
|
+
}
|
|
31283
|
+
.E_a1b5xrg3.btn-item {
|
|
31284
|
+
transition: all 160ms ease;
|
|
31285
|
+
cursor: pointer;
|
|
31286
|
+
width: 56px;
|
|
31287
|
+
height: 40px;
|
|
31288
|
+
display: inline-flex;
|
|
31289
|
+
align-items: center;
|
|
31290
|
+
justify-content: center;
|
|
31205
31291
|
border-radius: 6px;
|
|
31206
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31207
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31208
31292
|
}
|
|
31209
|
-
.
|
|
31210
|
-
|
|
31211
|
-
line-height: 22px;
|
|
31293
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31294
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31212
31295
|
}
|
|
31213
|
-
.
|
|
31214
|
-
|
|
31215
|
-
|
|
31296
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31297
|
+
transform: translateY(2px);
|
|
31298
|
+
transition: all 320ms ease;
|
|
31216
31299
|
}
|
|
31217
|
-
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
|
|
31300
|
+
|
|
31301
|
+
.E_cnujxq2 {
|
|
31302
|
+
display: flex;
|
|
31303
|
+
flex-direction: column;
|
|
31221
31304
|
}
|
|
31222
|
-
|
|
31223
|
-
|
|
31224
|
-
|
|
31225
|
-
|
|
31305
|
+
|
|
31306
|
+
.E_m7s48ia {
|
|
31307
|
+
max-width: 1120px;
|
|
31308
|
+
width: 100%;
|
|
31309
|
+
margin: 0 auto;
|
|
31310
|
+
height: 100%;
|
|
31226
31311
|
}
|
|
31227
|
-
|
|
31228
|
-
|
|
31229
|
-
|
|
31312
|
+
|
|
31313
|
+
.E_wt5zbg6 {
|
|
31314
|
+
max-width: 1120px;
|
|
31315
|
+
width: 100%;
|
|
31316
|
+
margin: 0 auto;
|
|
31317
|
+
display: flex;
|
|
31230
31318
|
}
|
|
31231
|
-
.
|
|
31232
|
-
|
|
31233
|
-
|
|
31319
|
+
.E_wt5zbg6 .left,
|
|
31320
|
+
.E_wt5zbg6 .right {
|
|
31321
|
+
flex-grow: 0;
|
|
31322
|
+
flex-shrink: 0;
|
|
31323
|
+
flex-basis: 21%;
|
|
31234
31324
|
}
|
|
31235
|
-
.
|
|
31236
|
-
|
|
31237
|
-
|
|
31325
|
+
.E_wt5zbg6 .left {
|
|
31326
|
+
display: flex;
|
|
31327
|
+
justify-content: flex-end;
|
|
31328
|
+
padding-right: 44px;
|
|
31238
31329
|
}
|
|
31239
|
-
.
|
|
31240
|
-
|
|
31241
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31242
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31330
|
+
.E_wt5zbg6 .right {
|
|
31331
|
+
padding-left: 44px;
|
|
31243
31332
|
}
|
|
31244
|
-
.
|
|
31245
|
-
|
|
31246
|
-
|
|
31247
|
-
|
|
31248
|
-
|
|
31249
|
-
|
|
31250
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31251
|
-
}
|
|
31252
|
-
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31253
|
-
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31254
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31255
|
-
}
|
|
31256
|
-
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31257
|
-
padding: 8px 16px;
|
|
31258
|
-
line-height: 22px;
|
|
31259
|
-
}
|
|
31260
|
-
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31261
|
-
padding: 2px 8px;
|
|
31262
|
-
line-height: 18px;
|
|
31333
|
+
.E_wt5zbg6 .middle {
|
|
31334
|
+
margin-bottom: 40px;
|
|
31335
|
+
flex-grow: 0;
|
|
31336
|
+
flex-shrink: 0;
|
|
31337
|
+
flex-basis: 58%;
|
|
31338
|
+
overflow: hidden;
|
|
31263
31339
|
}
|
|
31264
|
-
.
|
|
31265
|
-
|
|
31266
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31340
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31341
|
+
width: 100%;
|
|
31267
31342
|
}
|
|
31268
|
-
.
|
|
31269
|
-
|
|
31270
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31343
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31344
|
+
width: auto;
|
|
31271
31345
|
}
|
|
31272
|
-
|
|
31273
|
-
|
|
31346
|
+
|
|
31347
|
+
.E_h18jprzg .ant-modal-header {
|
|
31348
|
+
margin: 0 auto;
|
|
31349
|
+
width: 100%;
|
|
31350
|
+
max-width: 648px;
|
|
31274
31351
|
}
|
|
31275
|
-
.
|
|
31276
|
-
|
|
31352
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31353
|
+
margin-left: 0;
|
|
31277
31354
|
}
|
|
31278
|
-
.
|
|
31279
|
-
|
|
31280
|
-
|
|
31355
|
+
.E_h18jprzg .ant-modal-body {
|
|
31356
|
+
margin: 0 auto;
|
|
31357
|
+
padding: 0;
|
|
31358
|
+
width: 100%;
|
|
31359
|
+
max-width: 648px;
|
|
31360
|
+
overflow: hidden;
|
|
31281
31361
|
}
|
|
31282
|
-
.
|
|
31283
|
-
|
|
31284
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31362
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31363
|
+
margin-bottom: 40px;
|
|
31285
31364
|
}
|
|
31286
|
-
.
|
|
31287
|
-
|
|
31288
|
-
|
|
31289
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31365
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31366
|
+
height: calc(100vh - 225px);
|
|
31367
|
+
overflow-y: auto;
|
|
31290
31368
|
}
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
|
|
31369
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31370
|
+
margin: 0 auto;
|
|
31371
|
+
max-width: 648px;
|
|
31294
31372
|
}
|
|
31295
|
-
|
|
31296
|
-
|
|
31297
|
-
|
|
31373
|
+
|
|
31374
|
+
.E_h16z9xgz .ant-modal-header {
|
|
31375
|
+
margin: 0 auto;
|
|
31376
|
+
width: 100%;
|
|
31377
|
+
max-width: 1024px;
|
|
31298
31378
|
}
|
|
31299
|
-
|
|
31300
|
-
|
|
31379
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31380
|
+
margin-left: 0;
|
|
31301
31381
|
}
|
|
31302
|
-
|
|
31303
|
-
|
|
31304
|
-
|
|
31382
|
+
.E_h16z9xgz .ant-modal-body {
|
|
31383
|
+
margin: 0 auto;
|
|
31384
|
+
padding: 0;
|
|
31385
|
+
width: 100%;
|
|
31386
|
+
max-width: 1024px;
|
|
31387
|
+
overflow: hidden;
|
|
31305
31388
|
}
|
|
31306
|
-
|
|
31307
|
-
|
|
31389
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31390
|
+
margin-bottom: 40px;
|
|
31308
31391
|
}
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
|
|
31392
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31393
|
+
height: calc(100vh - 225px);
|
|
31394
|
+
overflow-y: auto;
|
|
31312
31395
|
}
|
|
31313
|
-
|
|
31314
|
-
|
|
31396
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31397
|
+
margin: 0 auto;
|
|
31398
|
+
max-width: 1024px;
|
|
31315
31399
|
}
|
|
31316
31400
|
|
|
31317
|
-
.
|
|
31318
|
-
|
|
31319
|
-
border-radius: 4px;
|
|
31401
|
+
.E_f1lrhghm {
|
|
31402
|
+
flex: 1;
|
|
31320
31403
|
}
|
|
31321
|
-
.
|
|
31322
|
-
|
|
31323
|
-
|
|
31324
|
-
|
|
31325
|
-
cursor: pointer;
|
|
31326
|
-
transition: border 150ms;
|
|
31404
|
+
.E_f1lrhghm label {
|
|
31405
|
+
font-size: 13px;
|
|
31406
|
+
line-height: 20px;
|
|
31407
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31327
31408
|
}
|
|
31328
|
-
.
|
|
31329
|
-
|
|
31330
|
-
|
|
31409
|
+
.E_f1lrhghm .title {
|
|
31410
|
+
font-size: 14px;
|
|
31411
|
+
line-height: 20px;
|
|
31412
|
+
color: #2d3a56;
|
|
31413
|
+
margin-bottom: 12px;
|
|
31331
31414
|
}
|
|
31332
|
-
.
|
|
31333
|
-
padding-
|
|
31415
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
31416
|
+
padding-bottom: 26px;
|
|
31334
31417
|
}
|
|
31335
|
-
|
|
31336
|
-
|
|
31418
|
+
|
|
31419
|
+
.E_f18ot8em {
|
|
31420
|
+
padding: 25px 0 15px 0;
|
|
31421
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31422
|
+
margin-bottom: 16px;
|
|
31337
31423
|
}
|
|
31338
|
-
|
|
31424
|
+
|
|
31425
|
+
.E_f1l1g2k0 {
|
|
31339
31426
|
display: flex;
|
|
31427
|
+
align-items: center;
|
|
31428
|
+
margin-bottom: 8px;
|
|
31340
31429
|
}
|
|
31341
|
-
.
|
|
31342
|
-
|
|
31343
|
-
right: 12px;
|
|
31344
|
-
top: 50%;
|
|
31345
|
-
transform: translateY(-50%);
|
|
31346
|
-
}
|
|
31347
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31348
|
-
color: rgba(0, 0, 0, 0.25);
|
|
31349
|
-
font-size: 12px;
|
|
31350
|
-
cursor: pointer;
|
|
31351
|
-
}
|
|
31352
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31353
|
-
color: rgba(0, 0, 0, 0.45);
|
|
31354
|
-
}
|
|
31355
|
-
.E_k1ci6977.has-focus-indicator {
|
|
31356
|
-
position: relative;
|
|
31357
|
-
overflow: hidden;
|
|
31358
|
-
}
|
|
31359
|
-
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31360
|
-
position: absolute;
|
|
31361
|
-
top: 50%;
|
|
31362
|
-
transform: translateY(-50%);
|
|
31363
|
-
left: -16px;
|
|
31364
|
-
transition: left 150ms ease;
|
|
31365
|
-
opacity: 0;
|
|
31366
|
-
}
|
|
31367
|
-
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31368
|
-
left: 8px;
|
|
31369
|
-
opacity: 1;
|
|
31370
|
-
}
|
|
31371
|
-
.E_k1ci6977.has-focus-indicator input {
|
|
31372
|
-
transition: margin-left 150ms ease;
|
|
31373
|
-
margin-left: 0px;
|
|
31374
|
-
}
|
|
31375
|
-
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31376
|
-
margin-left: 16px;
|
|
31430
|
+
.E_f1l1g2k0 > label {
|
|
31431
|
+
width: 216px;
|
|
31377
31432
|
}
|
|
31378
|
-
|
|
31379
|
-
|
|
31380
|
-
border-top-right-radius: 0;
|
|
31381
|
-
border-bottom-right-radius: 0;
|
|
31433
|
+
.E_f1l1g2k0 > label + * {
|
|
31434
|
+
width: 100%;
|
|
31382
31435
|
}
|
|
31383
|
-
|
|
31384
|
-
|
|
31385
|
-
border-top-right-radius: 0;
|
|
31386
|
-
border-bottom-right-radius: 0;
|
|
31436
|
+
.E_f1l1g2k0 .ant-select {
|
|
31437
|
+
width: 100%;
|
|
31387
31438
|
}
|
|
31388
31439
|
|
|
31389
|
-
|
|
31390
|
-
|
|
31391
|
-
|
|
31440
|
+
.E_e1k89cwg {
|
|
31441
|
+
color: #e75a3a;
|
|
31442
|
+
margin-right: 10px;
|
|
31392
31443
|
}
|
|
31393
31444
|
|
|
31394
|
-
.
|
|
31395
|
-
|
|
31396
|
-
|
|
31445
|
+
.E_d1oui1gf {
|
|
31446
|
+
width: 100%;
|
|
31447
|
+
height: 1px;
|
|
31448
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31449
|
+
margin: 24px 0;
|
|
31397
31450
|
}
|
|
31398
31451
|
|
|
31399
|
-
.
|
|
31400
|
-
|
|
31401
|
-
|
|
31452
|
+
.E_l15itdbb {
|
|
31453
|
+
display: flex;
|
|
31454
|
+
justify-content: center;
|
|
31455
|
+
align-items: center;
|
|
31456
|
+
height: 100%;
|
|
31402
31457
|
}
|
|
31403
31458
|
|
|
31404
|
-
.
|
|
31405
|
-
|
|
31406
|
-
|
|
31459
|
+
.E_d1y3z4w {
|
|
31460
|
+
display: inline-block;
|
|
31461
|
+
width: 4px;
|
|
31462
|
+
height: 4px;
|
|
31463
|
+
background: #8e9aa9;
|
|
31464
|
+
opacity: 0.4;
|
|
31465
|
+
border-radius: 50%;
|
|
31466
|
+
margin: 0 4px;
|
|
31407
31467
|
}
|
|
31408
31468
|
|
|
31409
|
-
.
|
|
31410
|
-
|
|
31411
|
-
|
|
31469
|
+
.E_m177r7a3 .ant-modal-header,
|
|
31470
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31471
|
+
width: 648px;
|
|
31472
|
+
margin: 0 auto;
|
|
31412
31473
|
}
|
|
31413
|
-
.
|
|
31414
|
-
|
|
31474
|
+
.E_m177r7a3 .ant-modal-header {
|
|
31475
|
+
padding: 35px 0 24px;
|
|
31476
|
+
border: none;
|
|
31415
31477
|
}
|
|
31416
|
-
.
|
|
31417
|
-
|
|
31478
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31479
|
+
font-size: 30px;
|
|
31418
31480
|
}
|
|
31419
|
-
.
|
|
31420
|
-
|
|
31481
|
+
.E_m177r7a3 .ant-modal-body {
|
|
31482
|
+
padding: 4px 0 2px;
|
|
31421
31483
|
}
|
|
31422
|
-
.
|
|
31423
|
-
|
|
31484
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
31485
|
+
border: none;
|
|
31424
31486
|
}
|
|
31425
31487
|
|
|
31426
|
-
.
|
|
31427
|
-
font-size:
|
|
31428
|
-
font-weight: 500;
|
|
31429
|
-
color: #3e4652;
|
|
31488
|
+
.E_t1wwio3v {
|
|
31489
|
+
font-size: 12px;
|
|
31430
31490
|
line-height: 18px;
|
|
31491
|
+
font-weight: bold;
|
|
31492
|
+
color: #fff;
|
|
31493
|
+
padding: 0 4px;
|
|
31494
|
+
border-radius: 4px;
|
|
31495
|
+
display: inline-block;
|
|
31496
|
+
background: var(--t1wwio3v-0);
|
|
31431
31497
|
}
|
|
31432
|
-
.
|
|
31433
|
-
margin-
|
|
31434
|
-
}
|
|
31435
|
-
.E_d105ju2d + * {
|
|
31436
|
-
margin-top: 16px;
|
|
31498
|
+
.E_t1wwio3v:not(:first-child) {
|
|
31499
|
+
margin-left: 4px;
|
|
31437
31500
|
}
|
|
31438
31501
|
|
|
31439
|
-
.
|
|
31440
|
-
|
|
31441
|
-
|
|
31442
|
-
|
|
31502
|
+
.E_f17jvtfk {
|
|
31503
|
+
width: 100%;
|
|
31504
|
+
height: 100%;
|
|
31505
|
+
display: flex;
|
|
31506
|
+
align-items: center;
|
|
31507
|
+
justify-content: center;
|
|
31443
31508
|
}
|
|
31444
31509
|
|
|
31445
|
-
.
|
|
31446
|
-
|
|
31447
|
-
font-weight:
|
|
31448
|
-
|
|
31449
|
-
|
|
31510
|
+
.E_nzppkea {
|
|
31511
|
+
font-size: 90%;
|
|
31512
|
+
font-weight: bold;
|
|
31513
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31514
|
+
padding: 1px 4px 1px;
|
|
31515
|
+
margin-left: 2px;
|
|
31516
|
+
margin-right: 2px;
|
|
31517
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31518
|
+
border-radius: 4px;
|
|
31450
31519
|
}
|
|
31451
31520
|
|
|
31452
|
-
.
|
|
31453
|
-
|
|
31454
|
-
}
|
|
31455
|
-
.E_r1skkc3l span {
|
|
31456
|
-
font-size: 14px;
|
|
31457
|
-
font-weight: 500;
|
|
31458
|
-
line-height: 32px;
|
|
31459
|
-
color: #3e4652;
|
|
31521
|
+
.E_f4mi9eq.form-item-general {
|
|
31522
|
+
width: 640px;
|
|
31460
31523
|
}
|
|
31461
|
-
|
|
31462
|
-
.E_c3cobmo {
|
|
31524
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
31463
31525
|
margin-top: 16px;
|
|
31464
|
-
padding: 8px;
|
|
31465
|
-
border-radius: 6px;
|
|
31466
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31467
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31468
|
-
font-size: 12px;
|
|
31469
31526
|
}
|
|
31470
|
-
.
|
|
31471
|
-
|
|
31527
|
+
.E_f4mi9eq.form-item-compact {
|
|
31528
|
+
width: 412px;
|
|
31529
|
+
}
|
|
31530
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31531
|
+
margin-top: 8px;
|
|
31532
|
+
}
|
|
31533
|
+
.E_f4mi9eq .form-item {
|
|
31534
|
+
width: auto;
|
|
31535
|
+
}
|
|
31536
|
+
.E_f4mi9eq .form-item-main {
|
|
31537
|
+
position: relative;
|
|
31472
31538
|
display: flex;
|
|
31473
|
-
align-items: center;
|
|
31474
|
-
word-break: break-all;
|
|
31475
31539
|
}
|
|
31476
|
-
.
|
|
31477
|
-
|
|
31478
|
-
|
|
31479
|
-
|
|
31540
|
+
.E_f4mi9eq .form-item-extra {
|
|
31541
|
+
margin-top: 4px;
|
|
31542
|
+
width: 100%;
|
|
31543
|
+
padding: 14px;
|
|
31544
|
+
background: #f2f4f6;
|
|
31545
|
+
font-size: 13px;
|
|
31546
|
+
line-height: 1.8;
|
|
31547
|
+
color: #8e9aa9;
|
|
31480
31548
|
}
|
|
31481
|
-
|
|
31482
|
-
|
|
31483
|
-
|
|
31549
|
+
.E_f4mi9eq .form-item-label {
|
|
31550
|
+
padding-right: 12px;
|
|
31551
|
+
font-size: 13px;
|
|
31552
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31484
31553
|
}
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
font-family: Inter;
|
|
31488
|
-
font-style: normal;
|
|
31489
|
-
font-weight: bold;
|
|
31490
|
-
font-size: 32px;
|
|
31491
|
-
line-height: 40px;
|
|
31554
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
31555
|
+
text-align: right;
|
|
31492
31556
|
}
|
|
31493
|
-
|
|
31494
|
-
.
|
|
31495
|
-
font-family: Inter;
|
|
31496
|
-
font-style: normal;
|
|
31497
|
-
font-weight: bold;
|
|
31498
|
-
font-size: 24px;
|
|
31557
|
+
.E_f4mi9eq .form-item-label,
|
|
31558
|
+
.E_f4mi9eq .form-item-control {
|
|
31499
31559
|
line-height: 32px;
|
|
31500
31560
|
}
|
|
31501
|
-
|
|
31502
|
-
|
|
31503
|
-
font-family: Inter;
|
|
31504
|
-
font-style: normal;
|
|
31505
|
-
font-weight: normal;
|
|
31506
|
-
font-size: 32px;
|
|
31507
|
-
line-height: 40px;
|
|
31561
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31562
|
+
line-height: 18px;
|
|
31508
31563
|
}
|
|
31509
|
-
|
|
31510
|
-
|
|
31511
|
-
font-family: Inter;
|
|
31512
|
-
font-style: normal;
|
|
31513
|
-
font-weight: bold;
|
|
31514
|
-
font-size: 20px;
|
|
31515
|
-
line-height: 24px;
|
|
31564
|
+
.E_f4mi9eq .form-item-children {
|
|
31565
|
+
width: 100%;
|
|
31516
31566
|
}
|
|
31517
|
-
|
|
31518
|
-
|
|
31519
|
-
font-family: Inter;
|
|
31520
|
-
font-style: normal;
|
|
31521
|
-
font-weight: normal;
|
|
31522
|
-
font-size: 20px;
|
|
31523
|
-
line-height: 24px;
|
|
31567
|
+
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
31568
|
+
width: 100%;
|
|
31524
31569
|
}
|
|
31525
|
-
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
font-weight: bold;
|
|
31530
|
-
font-size: 18px;
|
|
31531
|
-
line-height: 22px;
|
|
31570
|
+
.E_f4mi9eq .form-item-error {
|
|
31571
|
+
color: #e75a3a;
|
|
31572
|
+
height: 0;
|
|
31573
|
+
overflow: hidden;
|
|
31532
31574
|
}
|
|
31533
|
-
|
|
31534
|
-
|
|
31535
|
-
|
|
31536
|
-
|
|
31537
|
-
|
|
31538
|
-
|
|
31539
|
-
|
|
31575
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
31576
|
+
margin-top: 4px;
|
|
31577
|
+
height: auto;
|
|
31578
|
+
overflow: auto;
|
|
31579
|
+
}
|
|
31580
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31581
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31582
|
+
border: 1px solid #e75a3a;
|
|
31583
|
+
color: #e75a3a;
|
|
31540
31584
|
}
|
|
31541
31585
|
|
|
31542
|
-
.
|
|
31543
|
-
|
|
31544
|
-
font-style: normal;
|
|
31586
|
+
.E_fh0ewl8 {
|
|
31587
|
+
color: #2d3a56;
|
|
31545
31588
|
font-weight: bold;
|
|
31546
|
-
|
|
31547
|
-
|
|
31589
|
+
padding-bottom: 6px;
|
|
31590
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31591
|
+
margin-bottom: 16px;
|
|
31548
31592
|
}
|
|
31549
|
-
|
|
31550
|
-
|
|
31551
|
-
font-family: Inter;
|
|
31552
|
-
font-style: normal;
|
|
31553
|
-
font-weight: normal;
|
|
31554
|
-
font-size: 16px;
|
|
31555
|
-
line-height: 22px;
|
|
31593
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
31594
|
+
margin-top: 16px;
|
|
31556
31595
|
}
|
|
31557
31596
|
|
|
31558
|
-
.
|
|
31559
|
-
|
|
31560
|
-
|
|
31561
|
-
|
|
31562
|
-
|
|
31563
|
-
|
|
31597
|
+
.E_e1qrlvot {
|
|
31598
|
+
width: 8px;
|
|
31599
|
+
height: 24px;
|
|
31600
|
+
display: flex;
|
|
31601
|
+
justify-content: center;
|
|
31602
|
+
align-items: center;
|
|
31603
|
+
cursor: pointer;
|
|
31604
|
+
transition: all 200ms ease-out 40ms;
|
|
31605
|
+
}
|
|
31606
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31607
|
+
content: "";
|
|
31608
|
+
width: 1px;
|
|
31609
|
+
height: 6px;
|
|
31610
|
+
border-radius: 1px;
|
|
31611
|
+
background: #ccd4e3;
|
|
31612
|
+
position: relative;
|
|
31613
|
+
right: 2px;
|
|
31614
|
+
transform: rotate(-45deg);
|
|
31615
|
+
}
|
|
31616
|
+
.E_e1qrlvot:after {
|
|
31617
|
+
transform: rotate(45deg);
|
|
31618
|
+
left: 1px;
|
|
31564
31619
|
}
|
|
31565
31620
|
|
|
31566
|
-
.
|
|
31567
|
-
|
|
31568
|
-
|
|
31569
|
-
|
|
31570
|
-
|
|
31571
|
-
|
|
31621
|
+
.E_w9ic984.ant-alert-warning {
|
|
31622
|
+
border: 0;
|
|
31623
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31624
|
+
border-radius: 6px;
|
|
31625
|
+
}
|
|
31626
|
+
.E_w9ic984.ant-alert,
|
|
31627
|
+
.E_w9ic984 .ant-alert-message {
|
|
31628
|
+
color: #e07f00;
|
|
31629
|
+
}
|
|
31630
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
31631
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31632
|
+
border-bottom-color: #e07f00;
|
|
31572
31633
|
}
|
|
31573
31634
|
|
|
31574
|
-
.
|
|
31575
|
-
|
|
31576
|
-
|
|
31577
|
-
|
|
31635
|
+
.E_n1k9qi4r {
|
|
31636
|
+
display: flex;
|
|
31637
|
+
flex-direction: row;
|
|
31638
|
+
padding: 7px 12px;
|
|
31639
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31640
|
+
border-radius: 6px;
|
|
31641
|
+
color: #e07f00;
|
|
31578
31642
|
font-size: 12px;
|
|
31579
31643
|
line-height: 18px;
|
|
31580
31644
|
}
|
|
31645
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
31646
|
+
margin-right: 10px;
|
|
31647
|
+
height: 18px;
|
|
31648
|
+
}
|
|
31581
31649
|
|
|
31582
|
-
.
|
|
31583
|
-
|
|
31584
|
-
|
|
31585
|
-
|
|
31650
|
+
.E_n16fsg9x {
|
|
31651
|
+
display: flex;
|
|
31652
|
+
flex-direction: row;
|
|
31653
|
+
padding: 7px 12px;
|
|
31654
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31655
|
+
border-radius: 6px;
|
|
31656
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31586
31657
|
font-size: 12px;
|
|
31587
31658
|
line-height: 18px;
|
|
31588
31659
|
}
|
|
31660
|
+
.E_n16fsg9x .icon-wrapper {
|
|
31661
|
+
margin-right: 10px;
|
|
31662
|
+
height: 18px;
|
|
31663
|
+
}
|
|
31589
31664
|
|
|
31590
|
-
.
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
-
|
|
31594
|
-
|
|
31595
|
-
|
|
31665
|
+
.E_i173wxzw {
|
|
31666
|
+
display: flex;
|
|
31667
|
+
flex-direction: row;
|
|
31668
|
+
padding: 7px 12px;
|
|
31669
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31670
|
+
border-radius: 6px;
|
|
31671
|
+
color: #005ed1;
|
|
31596
31672
|
font-size: 12px;
|
|
31597
31673
|
line-height: 18px;
|
|
31598
31674
|
}
|
|
31675
|
+
.E_i173wxzw .icon-wrapper {
|
|
31676
|
+
margin-right: 10px;
|
|
31677
|
+
height: 18px;
|
|
31678
|
+
}
|
|
31599
31679
|
|
|
31600
|
-
.
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
font-weight: normal;
|
|
31604
|
-
text-transform: uppercase;
|
|
31605
|
-
font-feature-settings: "cpsp" on;
|
|
31680
|
+
.E_dld369h {
|
|
31681
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31682
|
+
margin-top: 5px;
|
|
31606
31683
|
font-size: 12px;
|
|
31607
31684
|
line-height: 18px;
|
|
31608
31685
|
}
|
|
31609
31686
|
|
|
31610
|
-
.
|
|
31611
|
-
|
|
31612
|
-
font-
|
|
31613
|
-
|
|
31614
|
-
font-size: 16px;
|
|
31615
|
-
line-height: 24px;
|
|
31616
|
-
}
|
|
31617
|
-
|
|
31618
|
-
.E_lzt43lp {
|
|
31619
|
-
font-family: Inter;
|
|
31620
|
-
font-style: normal;
|
|
31621
|
-
font-weight: bold;
|
|
31622
|
-
font-size: 16px;
|
|
31623
|
-
line-height: 24px;
|
|
31687
|
+
.E_s1epv22q {
|
|
31688
|
+
color: #f0483e;
|
|
31689
|
+
font-size: 12px;
|
|
31690
|
+
white-space: pre-wrap;
|
|
31624
31691
|
}
|
|
31625
31692
|
|
|
31626
|
-
.
|
|
31627
|
-
|
|
31628
|
-
|
|
31629
|
-
|
|
31630
|
-
font-size: 16px;
|
|
31631
|
-
line-height: 24px;
|
|
31693
|
+
.E_okus5hk {
|
|
31694
|
+
display: flex;
|
|
31695
|
+
align-items: center;
|
|
31696
|
+
justify-content: flex-end;
|
|
31632
31697
|
}
|
|
31633
|
-
|
|
31634
|
-
|
|
31635
|
-
font-family: Inter;
|
|
31636
|
-
font-style: normal;
|
|
31637
|
-
font-weight: bold;
|
|
31638
|
-
font-size: 16px;
|
|
31639
|
-
line-height: 24px;
|
|
31698
|
+
.E_okus5hk .icon-wrapper {
|
|
31699
|
+
margin-right: 16px;
|
|
31640
31700
|
}
|
|
31641
31701
|
|
|
31642
|
-
.
|
|
31643
|
-
|
|
31644
|
-
font-style: normal;
|
|
31645
|
-
font-weight: normal;
|
|
31646
|
-
text-transform: uppercase;
|
|
31647
|
-
font-feature-settings: "cpsp" on;
|
|
31648
|
-
font-size: 16px;
|
|
31649
|
-
line-height: 24px;
|
|
31702
|
+
.E_t1auuzri {
|
|
31703
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31650
31704
|
}
|
|
31651
31705
|
|
|
31652
|
-
.
|
|
31653
|
-
|
|
31654
|
-
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
|
|
31659
|
-
line-height: 24px;
|
|
31706
|
+
.E_i74cfyt.ant-input {
|
|
31707
|
+
padding: 5px 12px;
|
|
31708
|
+
line-height: 20px;
|
|
31709
|
+
color: #2d3a56;
|
|
31710
|
+
border-radius: 6px;
|
|
31711
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31712
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31660
31713
|
}
|
|
31661
|
-
|
|
31662
|
-
|
|
31663
|
-
font-family: Inter;
|
|
31664
|
-
font-style: normal;
|
|
31665
|
-
font-weight: normal;
|
|
31666
|
-
font-size: 14px;
|
|
31714
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
31715
|
+
padding: 8px 16px;
|
|
31667
31716
|
line-height: 22px;
|
|
31668
31717
|
}
|
|
31669
|
-
|
|
31670
|
-
|
|
31671
|
-
|
|
31672
|
-
font-style: normal;
|
|
31673
|
-
font-weight: 500;
|
|
31674
|
-
font-size: 14px;
|
|
31675
|
-
line-height: 22px;
|
|
31718
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31719
|
+
padding: 2px 8px;
|
|
31720
|
+
line-height: 18px;
|
|
31676
31721
|
}
|
|
31677
|
-
|
|
31678
|
-
.
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
font-weight: bold;
|
|
31682
|
-
font-size: 14px;
|
|
31683
|
-
line-height: 22px;
|
|
31722
|
+
.E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
31723
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31724
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31725
|
+
z-index: 1;
|
|
31684
31726
|
}
|
|
31685
|
-
|
|
31686
|
-
|
|
31687
|
-
|
|
31688
|
-
|
|
31689
|
-
font-weight: normal;
|
|
31690
|
-
font-size: 14px;
|
|
31691
|
-
line-height: 22px;
|
|
31727
|
+
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31728
|
+
border-color: #0096ff;
|
|
31729
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31730
|
+
z-index: 1;
|
|
31692
31731
|
}
|
|
31693
|
-
|
|
31694
|
-
|
|
31695
|
-
|
|
31696
|
-
font-style: normal;
|
|
31697
|
-
font-weight: bold;
|
|
31698
|
-
font-size: 14px;
|
|
31699
|
-
line-height: 22px;
|
|
31732
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31733
|
+
border-color: #e75a3a;
|
|
31734
|
+
color: #e75a3a;
|
|
31700
31735
|
}
|
|
31701
|
-
|
|
31702
|
-
|
|
31703
|
-
|
|
31704
|
-
font-style: normal;
|
|
31705
|
-
font-weight: normal;
|
|
31706
|
-
text-transform: uppercase;
|
|
31707
|
-
font-feature-settings: "cpsp" on;
|
|
31708
|
-
font-size: 14px;
|
|
31709
|
-
line-height: 22px;
|
|
31736
|
+
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31737
|
+
border-color: #e75a3a;
|
|
31738
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31710
31739
|
}
|
|
31711
|
-
|
|
31712
|
-
|
|
31713
|
-
|
|
31714
|
-
font-style: normal;
|
|
31715
|
-
font-weight: bold;
|
|
31716
|
-
text-transform: uppercase;
|
|
31717
|
-
font-feature-settings: "cpsp" on;
|
|
31718
|
-
font-size: 14px;
|
|
31719
|
-
line-height: 22px;
|
|
31740
|
+
.E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
31741
|
+
border-color: #e75a3a;
|
|
31742
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31720
31743
|
}
|
|
31721
|
-
|
|
31722
|
-
.
|
|
31723
|
-
|
|
31724
|
-
|
|
31725
|
-
font-weight: normal;
|
|
31726
|
-
font-size: 13px;
|
|
31727
|
-
line-height: 20px;
|
|
31744
|
+
.E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
31745
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31746
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31747
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31728
31748
|
}
|
|
31729
|
-
|
|
31730
|
-
|
|
31731
|
-
|
|
31732
|
-
|
|
31733
|
-
font-weight: 600;
|
|
31734
|
-
font-size: 13px;
|
|
31749
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
31750
|
+
padding: 5px 12px;
|
|
31751
|
+
border-radius: 6px;
|
|
31752
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31735
31753
|
line-height: 20px;
|
|
31754
|
+
color: #2d3a56;
|
|
31755
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31736
31756
|
}
|
|
31737
|
-
|
|
31738
|
-
.
|
|
31739
|
-
|
|
31740
|
-
font-style: normal;
|
|
31741
|
-
font-weight: bold;
|
|
31742
|
-
font-size: 13px;
|
|
31743
|
-
line-height: 20px;
|
|
31757
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31758
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31759
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31744
31760
|
}
|
|
31745
|
-
|
|
31746
|
-
|
|
31747
|
-
|
|
31748
|
-
font-style: normal;
|
|
31749
|
-
font-weight: normal;
|
|
31750
|
-
font-size: 13px;
|
|
31751
|
-
line-height: 20px;
|
|
31761
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31762
|
+
padding: 8px 16px;
|
|
31763
|
+
line-height: 22px;
|
|
31752
31764
|
}
|
|
31753
|
-
|
|
31754
|
-
|
|
31755
|
-
|
|
31756
|
-
|
|
31757
|
-
|
|
31758
|
-
|
|
31759
|
-
|
|
31765
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31766
|
+
padding: 2px 8px;
|
|
31767
|
+
line-height: 18px;
|
|
31768
|
+
}
|
|
31769
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31770
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31771
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31772
|
+
}
|
|
31773
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31774
|
+
border-color: #0096ff;
|
|
31775
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31776
|
+
}
|
|
31777
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31778
|
+
border-color: #e75a3a;
|
|
31779
|
+
}
|
|
31780
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31781
|
+
color: #e75a3a;
|
|
31782
|
+
}
|
|
31783
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31784
|
+
border-color: #e75a3a;
|
|
31785
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31786
|
+
}
|
|
31787
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31788
|
+
border-color: #e75a3a;
|
|
31789
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31790
|
+
}
|
|
31791
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31792
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31793
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31794
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31795
|
+
}
|
|
31796
|
+
textarea.E_i74cfyt.ant-input {
|
|
31797
|
+
transition-property: height;
|
|
31798
|
+
transition-delay: 50ms;
|
|
31799
|
+
}
|
|
31800
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
31801
|
+
min-height: 40px;
|
|
31802
|
+
height: 40px;
|
|
31803
|
+
}
|
|
31804
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
31805
|
+
height: 80px;
|
|
31806
|
+
}
|
|
31807
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
31808
|
+
min-height: 32px;
|
|
31809
|
+
height: 32px;
|
|
31810
|
+
}
|
|
31811
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
31812
|
+
height: 64px;
|
|
31813
|
+
}
|
|
31814
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
31815
|
+
min-height: 24px;
|
|
31816
|
+
height: 24px;
|
|
31817
|
+
}
|
|
31818
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
31819
|
+
height: 40px;
|
|
31760
31820
|
}
|
|
31761
31821
|
|
|
31762
|
-
.
|
|
31763
|
-
|
|
31764
|
-
|
|
31765
|
-
|
|
31766
|
-
|
|
31767
|
-
|
|
31822
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
31823
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31824
|
+
border-radius: 4px;
|
|
31825
|
+
}
|
|
31826
|
+
.E_k1ci6977.input-tags {
|
|
31827
|
+
position: relative;
|
|
31828
|
+
padding: 6px;
|
|
31829
|
+
height: 32px;
|
|
31830
|
+
cursor: pointer;
|
|
31831
|
+
transition: border 150ms;
|
|
31832
|
+
}
|
|
31833
|
+
.E_k1ci6977.input-tags:hover {
|
|
31834
|
+
border-color: #0080ff;
|
|
31835
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31836
|
+
}
|
|
31837
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31838
|
+
padding-right: 30px;
|
|
31839
|
+
}
|
|
31840
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
31841
|
+
display: flex;
|
|
31768
31842
|
}
|
|
31769
|
-
|
|
31770
|
-
|
|
31771
|
-
font-family: Inter;
|
|
31772
|
-
font-style: normal;
|
|
31773
|
-
font-weight: normal;
|
|
31774
|
-
text-transform: uppercase;
|
|
31775
|
-
font-feature-settings: "cpsp" on;
|
|
31776
|
-
font-size: 13px;
|
|
31777
|
-
line-height: 20px;
|
|
31843
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31844
|
+
display: flex;
|
|
31778
31845
|
}
|
|
31779
|
-
|
|
31780
|
-
|
|
31781
|
-
|
|
31782
|
-
|
|
31783
|
-
|
|
31784
|
-
text-transform: uppercase;
|
|
31785
|
-
font-feature-settings: "cpsp" on;
|
|
31786
|
-
font-size: 13px;
|
|
31787
|
-
line-height: 20px;
|
|
31846
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
31847
|
+
position: absolute;
|
|
31848
|
+
right: 12px;
|
|
31849
|
+
top: 50%;
|
|
31850
|
+
transform: translateY(-50%);
|
|
31788
31851
|
}
|
|
31789
|
-
|
|
31790
|
-
.
|
|
31791
|
-
font-family: Inter;
|
|
31792
|
-
font-style: normal;
|
|
31793
|
-
font-weight: normal;
|
|
31852
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31853
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31794
31854
|
font-size: 12px;
|
|
31795
|
-
|
|
31855
|
+
cursor: pointer;
|
|
31796
31856
|
}
|
|
31797
|
-
|
|
31798
|
-
.
|
|
31799
|
-
font-family: Inter;
|
|
31800
|
-
font-style: normal;
|
|
31801
|
-
font-weight: 500;
|
|
31802
|
-
font-size: 12px;
|
|
31803
|
-
line-height: 18px;
|
|
31857
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31858
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31804
31859
|
}
|
|
31805
|
-
|
|
31806
|
-
|
|
31807
|
-
|
|
31808
|
-
font-style: normal;
|
|
31809
|
-
font-weight: bold;
|
|
31810
|
-
font-size: 12px;
|
|
31811
|
-
line-height: 18px;
|
|
31860
|
+
.E_k1ci6977.has-focus-indicator {
|
|
31861
|
+
position: relative;
|
|
31862
|
+
overflow: hidden;
|
|
31812
31863
|
}
|
|
31813
|
-
|
|
31814
|
-
|
|
31815
|
-
|
|
31816
|
-
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
|
|
31864
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31865
|
+
position: absolute;
|
|
31866
|
+
top: 50%;
|
|
31867
|
+
transform: translateY(-50%);
|
|
31868
|
+
left: -16px;
|
|
31869
|
+
transition: left 150ms ease;
|
|
31870
|
+
opacity: 0;
|
|
31820
31871
|
}
|
|
31821
|
-
|
|
31822
|
-
|
|
31823
|
-
|
|
31824
|
-
font-style: normal;
|
|
31825
|
-
font-weight: 500;
|
|
31826
|
-
font-size: 12px;
|
|
31827
|
-
line-height: 18px;
|
|
31872
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31873
|
+
left: 8px;
|
|
31874
|
+
opacity: 1;
|
|
31828
31875
|
}
|
|
31829
|
-
|
|
31830
|
-
|
|
31831
|
-
|
|
31832
|
-
font-style: normal;
|
|
31833
|
-
font-weight: bold;
|
|
31834
|
-
font-size: 12px;
|
|
31835
|
-
line-height: 18px;
|
|
31876
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
31877
|
+
transition: margin-left 150ms ease;
|
|
31878
|
+
margin-left: 0px;
|
|
31836
31879
|
}
|
|
31837
|
-
|
|
31838
|
-
|
|
31839
|
-
font-family: Inter;
|
|
31840
|
-
font-style: normal;
|
|
31841
|
-
font-weight: normal;
|
|
31842
|
-
text-transform: uppercase;
|
|
31843
|
-
font-feature-settings: "cpsp" on;
|
|
31844
|
-
font-size: 12px;
|
|
31845
|
-
line-height: 18px;
|
|
31880
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31881
|
+
margin-left: 16px;
|
|
31846
31882
|
}
|
|
31847
31883
|
|
|
31848
|
-
.
|
|
31849
|
-
|
|
31850
|
-
|
|
31851
|
-
font-weight: bold;
|
|
31852
|
-
text-transform: uppercase;
|
|
31853
|
-
font-feature-settings: "cpsp" on;
|
|
31854
|
-
font-size: 12px;
|
|
31855
|
-
line-height: 18px;
|
|
31884
|
+
input.E_l1f7td1d.ant-input {
|
|
31885
|
+
border-top-right-radius: 0;
|
|
31886
|
+
border-bottom-right-radius: 0;
|
|
31856
31887
|
}
|
|
31857
31888
|
|
|
31858
|
-
.
|
|
31859
|
-
|
|
31860
|
-
|
|
31861
|
-
font-weight: normal;
|
|
31862
|
-
font-size: 13px;
|
|
31863
|
-
line-height: 20px;
|
|
31889
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31890
|
+
border-top-right-radius: 0;
|
|
31891
|
+
border-bottom-right-radius: 0;
|
|
31864
31892
|
}
|
|
31865
31893
|
|
|
31866
|
-
.
|
|
31867
|
-
|
|
31868
|
-
|
|
31869
|
-
font-weight: normal;
|
|
31870
|
-
font-size: 13px;
|
|
31871
|
-
line-height: 20px;
|
|
31894
|
+
input.E_rf8rlle.ant-input {
|
|
31895
|
+
border-top-left-radius: 0;
|
|
31896
|
+
border-bottom-left-radius: 0;
|
|
31872
31897
|
}
|
|
31873
31898
|
|
|
31874
|
-
.
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
font-weight: normal;
|
|
31878
|
-
font-size: 12px;
|
|
31879
|
-
line-height: 18px;
|
|
31899
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31900
|
+
border-top-left-radius: 0;
|
|
31901
|
+
border-bottom-left-radius: 0;
|
|
31880
31902
|
}
|
|
31881
31903
|
|
|
31882
|
-
.
|
|
31883
|
-
|
|
31884
|
-
|
|
31885
|
-
font-weight: normal;
|
|
31886
|
-
font-size: 12px;
|
|
31887
|
-
line-height: 18px;
|
|
31904
|
+
.E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
|
|
31905
|
+
border-top-right-radius: 0;
|
|
31906
|
+
border-bottom-right-radius: 0;
|
|
31888
31907
|
}
|
|
31889
31908
|
|
|
31890
|
-
.
|
|
31891
|
-
|
|
31892
|
-
|
|
31893
|
-
font-weight: normal;
|
|
31894
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31895
|
-
font-size: 13px;
|
|
31896
|
-
line-height: 20px;
|
|
31909
|
+
.E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
|
|
31910
|
+
border-top-left-radius: 0;
|
|
31911
|
+
border-bottom-left-radius: 0;
|
|
31897
31912
|
}
|
|
31898
31913
|
|
|
31899
|
-
.
|
|
31900
|
-
|
|
31901
|
-
|
|
31902
|
-
font-weight: normal;
|
|
31903
|
-
font-feature-settings: "zero" on;
|
|
31904
|
-
font-size: 13px;
|
|
31905
|
-
line-height: 20px;
|
|
31914
|
+
.E_c3ni091 {
|
|
31915
|
+
display: flex;
|
|
31916
|
+
flex-direction: column;
|
|
31906
31917
|
}
|
|
31907
|
-
|
|
31908
|
-
|
|
31909
|
-
|
|
31910
|
-
|
|
31911
|
-
|
|
31912
|
-
|
|
31913
|
-
|
|
31914
|
-
|
|
31918
|
+
.E_c3ni091 .select-wrapper {
|
|
31919
|
+
margin-top: 12px;
|
|
31920
|
+
}
|
|
31921
|
+
.E_c3ni091 .select-wrapper .select {
|
|
31922
|
+
width: 100%;
|
|
31923
|
+
}
|
|
31924
|
+
.E_c3ni091 .radio-wrapper {
|
|
31925
|
+
margin-top: 24px;
|
|
31926
|
+
}
|
|
31927
|
+
.E_c3ni091 div.form-item {
|
|
31928
|
+
width: 100%;
|
|
31915
31929
|
}
|
|
31916
31930
|
|
|
31917
|
-
.
|
|
31918
|
-
font-
|
|
31919
|
-
font-style: normal;
|
|
31931
|
+
.E_d105ju2d {
|
|
31932
|
+
font-size: 14px;
|
|
31920
31933
|
font-weight: 500;
|
|
31921
|
-
|
|
31922
|
-
font-size: 12px;
|
|
31934
|
+
color: #3e4652;
|
|
31923
31935
|
line-height: 18px;
|
|
31924
31936
|
}
|
|
31937
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
31938
|
+
margin-top: 16px;
|
|
31939
|
+
}
|
|
31940
|
+
.E_d105ju2d + * {
|
|
31941
|
+
margin-top: 16px;
|
|
31942
|
+
}
|
|
31925
31943
|
|
|
31926
|
-
.
|
|
31927
|
-
font-family: Inter;
|
|
31928
|
-
font-style: normal;
|
|
31929
|
-
font-weight: normal;
|
|
31930
|
-
font-feature-settings: "zero" on;
|
|
31944
|
+
.E_lh0l62z.E_d105ju2d {
|
|
31931
31945
|
font-size: 12px;
|
|
31932
|
-
|
|
31946
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31947
|
+
margin-top: 12px;
|
|
31933
31948
|
}
|
|
31934
31949
|
|
|
31935
|
-
.
|
|
31936
|
-
font-family: Inter;
|
|
31937
|
-
font-style: normal;
|
|
31938
|
-
font-weight: 500;
|
|
31939
|
-
font-feature-settings: "zero" on;
|
|
31940
|
-
font-size: 12px;
|
|
31950
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
31941
31951
|
line-height: 18px;
|
|
31952
|
+
font-weight: 500;
|
|
31953
|
+
margin-top: 0;
|
|
31954
|
+
white-space: initial;
|
|
31942
31955
|
}
|
|
31943
31956
|
|
|
31944
|
-
.
|
|
31945
|
-
|
|
31946
|
-
font-style: normal;
|
|
31947
|
-
font-weight: bold;
|
|
31948
|
-
font-feature-settings: "zero" on;
|
|
31949
|
-
font-size: 16px;
|
|
31950
|
-
line-height: 24px;
|
|
31957
|
+
.E_r1skkc3l {
|
|
31958
|
+
display: block;
|
|
31951
31959
|
}
|
|
31952
|
-
|
|
31953
|
-
|
|
31954
|
-
font-
|
|
31955
|
-
|
|
31956
|
-
|
|
31957
|
-
font-size: 10px;
|
|
31958
|
-
line-height: 12px;
|
|
31960
|
+
.E_r1skkc3l span {
|
|
31961
|
+
font-size: 14px;
|
|
31962
|
+
font-weight: 500;
|
|
31963
|
+
line-height: 32px;
|
|
31964
|
+
color: #3e4652;
|
|
31959
31965
|
}
|
|
31960
31966
|
|
|
31961
|
-
.
|
|
31962
|
-
|
|
31963
|
-
|
|
31964
|
-
|
|
31965
|
-
|
|
31966
|
-
|
|
31967
|
-
font-size: 12px;
|
|
31968
|
-
width: 24px;
|
|
31969
|
-
height: 24px;
|
|
31970
|
-
border-radius: 50%;
|
|
31971
|
-
background: var(--a1b5xrg3-0);
|
|
31967
|
+
.E_c3cobmo {
|
|
31968
|
+
margin-top: 16px;
|
|
31969
|
+
padding: 8px;
|
|
31970
|
+
border-radius: 6px;
|
|
31971
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31972
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31973
|
+
font-size: 12px;
|
|
31972
31974
|
}
|
|
31973
|
-
.
|
|
31974
|
-
|
|
31975
|
-
|
|
31976
|
-
width: 56px;
|
|
31977
|
-
height: 40px;
|
|
31978
|
-
display: inline-flex;
|
|
31975
|
+
.E_c3cobmo div {
|
|
31976
|
+
line-height: 20px;
|
|
31977
|
+
display: flex;
|
|
31979
31978
|
align-items: center;
|
|
31980
|
-
|
|
31981
|
-
border-radius: 6px;
|
|
31979
|
+
word-break: break-all;
|
|
31982
31980
|
}
|
|
31983
|
-
.
|
|
31984
|
-
|
|
31981
|
+
.E_c3cobmo .title {
|
|
31982
|
+
font-weight: 700;
|
|
31983
|
+
line-height: 18px;
|
|
31984
|
+
margin: 4px 0;
|
|
31985
31985
|
}
|
|
31986
|
-
|
|
31987
|
-
|
|
31988
|
-
|
|
31986
|
+
|
|
31987
|
+
.E_uqv57uv {
|
|
31988
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
31989
31989
|
}
|
|
31990
31990
|
|
|
31991
31991
|
.E_m196gn1d {
|
|
@@ -32229,6 +32229,22 @@ input.E_rf8rlle.ant-input {
|
|
|
32229
32229
|
fill: blue;
|
|
32230
32230
|
}
|
|
32231
32231
|
|
|
32232
|
+
.E_ryby9ds {
|
|
32233
|
+
display: flex;
|
|
32234
|
+
align-items: center;
|
|
32235
|
+
}
|
|
32236
|
+
.E_ryby9ds .order {
|
|
32237
|
+
height: 24px;
|
|
32238
|
+
width: 24px;
|
|
32239
|
+
border-radius: 20px;
|
|
32240
|
+
color: #0080ff;
|
|
32241
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32242
|
+
display: flex;
|
|
32243
|
+
align-items: center;
|
|
32244
|
+
justify-content: center;
|
|
32245
|
+
margin-right: 6px;
|
|
32246
|
+
}
|
|
32247
|
+
|
|
32232
32248
|
.E_hrhfj7c {
|
|
32233
32249
|
display: none;
|
|
32234
32250
|
}
|
|
@@ -32448,55 +32464,18 @@ input.E_rf8rlle.ant-input {
|
|
|
32448
32464
|
font-size: 14px;
|
|
32449
32465
|
}
|
|
32450
32466
|
|
|
32451
|
-
.
|
|
32452
|
-
|
|
32453
|
-
|
|
32454
|
-
|
|
32455
|
-
|
|
32456
|
-
height:
|
|
32457
|
-
|
|
32458
|
-
|
|
32459
|
-
|
|
32460
|
-
|
|
32461
|
-
|
|
32462
|
-
|
|
32463
|
-
justify-content: center;
|
|
32464
|
-
margin-right: 6px;
|
|
32465
|
-
}
|
|
32466
|
-
|
|
32467
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32468
|
-
margin-right: 2px;
|
|
32469
|
-
}
|
|
32470
|
-
|
|
32471
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32472
|
-
padding-left: 8px;
|
|
32473
|
-
padding-right: 8px;
|
|
32474
|
-
font-size: 12px;
|
|
32475
|
-
}
|
|
32476
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32477
|
-
border-radius: 4px;
|
|
32478
|
-
}
|
|
32479
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32480
|
-
border-radius: 4px;
|
|
32481
|
-
}
|
|
32482
|
-
|
|
32483
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32484
|
-
padding-left: 12px;
|
|
32485
|
-
padding-right: 12px;
|
|
32486
|
-
}
|
|
32487
|
-
|
|
32488
|
-
.E_ckld275 {
|
|
32489
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32490
|
-
}
|
|
32491
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32492
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32493
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32494
|
-
}
|
|
32495
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32496
|
-
background-color: transparent;
|
|
32497
|
-
}
|
|
32498
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32499
|
-
background-color: transparent;
|
|
32467
|
+
.E_m5foqp8 {
|
|
32468
|
+
--footer-height: 96px;
|
|
32469
|
+
--header-height: 80px;
|
|
32470
|
+
--modal-content-width: 720px;
|
|
32471
|
+
--modal-content-min-height: 200px;
|
|
32472
|
+
--modal-content-max-height: calc(
|
|
32473
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32474
|
+
);
|
|
32475
|
+
--modal-header-padding: 36px 60px 0;
|
|
32476
|
+
--modal-content-padding-y: 36px;
|
|
32477
|
+
--modal-content-padding-x: 60px;
|
|
32478
|
+
--modal-footer-padding: 0 60px;
|
|
32500
32479
|
}
|
|
32501
32480
|
|
|
32502
32481
|
.E_h12yihis {
|
|
@@ -32719,70 +32698,216 @@ input.E_rf8rlle.ant-input {
|
|
|
32719
32698
|
position: static;
|
|
32720
32699
|
}
|
|
32721
32700
|
|
|
32722
|
-
.
|
|
32723
|
-
|
|
32724
|
-
|
|
32725
|
-
|
|
32726
|
-
|
|
32727
|
-
|
|
32728
|
-
|
|
32729
|
-
|
|
32730
|
-
|
|
32731
|
-
|
|
32732
|
-
|
|
32733
|
-
|
|
32701
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32702
|
+
margin-right: 2px;
|
|
32703
|
+
}
|
|
32704
|
+
|
|
32705
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32706
|
+
padding-left: 8px;
|
|
32707
|
+
padding-right: 8px;
|
|
32708
|
+
font-size: 12px;
|
|
32709
|
+
}
|
|
32710
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32711
|
+
border-radius: 4px;
|
|
32712
|
+
}
|
|
32713
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32714
|
+
border-radius: 4px;
|
|
32715
|
+
}
|
|
32716
|
+
|
|
32717
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32718
|
+
padding-left: 12px;
|
|
32719
|
+
padding-right: 12px;
|
|
32720
|
+
}
|
|
32721
|
+
|
|
32722
|
+
.E_ckld275 {
|
|
32723
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32724
|
+
}
|
|
32725
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32726
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32727
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32728
|
+
}
|
|
32729
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32730
|
+
background-color: transparent;
|
|
32731
|
+
}
|
|
32732
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32733
|
+
background-color: transparent;
|
|
32734
|
+
}
|
|
32735
|
+
|
|
32736
|
+
button.E_l48ei06.ant-btn,
|
|
32737
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32738
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32739
|
+
font-size: 12px;
|
|
32740
|
+
line-height: 18px;
|
|
32741
|
+
height: 18px;
|
|
32742
|
+
}
|
|
32743
|
+
|
|
32744
|
+
button.E_l48ei06 {
|
|
32745
|
+
color: #0080FF;
|
|
32746
|
+
height: unset;
|
|
32747
|
+
}
|
|
32748
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
32749
|
+
margin-right: 4px;
|
|
32750
|
+
}
|
|
32751
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
32752
|
+
margin-left: 4px;
|
|
32753
|
+
}
|
|
32754
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32755
|
+
color: #009DFF;
|
|
32756
|
+
}
|
|
32757
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32758
|
+
color: #005ED1;
|
|
32759
|
+
}
|
|
32760
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
32761
|
+
color: #0080FF;
|
|
32762
|
+
}
|
|
32763
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
32764
|
+
color: #00122E;
|
|
32765
|
+
}
|
|
32766
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32767
|
+
color: #0080FF;
|
|
32768
|
+
}
|
|
32769
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32770
|
+
color: #005ED1;
|
|
32771
|
+
}
|
|
32772
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32773
|
+
color: #00122E;
|
|
32774
|
+
}
|
|
32775
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
32776
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32777
|
+
}
|
|
32778
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32779
|
+
color: #0080FF;
|
|
32780
|
+
}
|
|
32781
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32782
|
+
color: #005ED1;
|
|
32783
|
+
}
|
|
32784
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32785
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32786
|
+
}
|
|
32787
|
+
|
|
32788
|
+
.E_ckui4s7 {
|
|
32789
|
+
color: #2d3a56;
|
|
32790
|
+
line-height: 22px;
|
|
32791
|
+
display: inline-flex;
|
|
32792
|
+
}
|
|
32793
|
+
.E_ckui4s7 .ant-checkbox {
|
|
32794
|
+
height: 22px;
|
|
32795
|
+
display: flex;
|
|
32796
|
+
align-items: center;
|
|
32797
|
+
top: 0;
|
|
32798
|
+
}
|
|
32799
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
32800
|
+
border: none;
|
|
32801
|
+
}
|
|
32802
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
32803
|
+
border-color: #0080ff;
|
|
32804
|
+
}
|
|
32805
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
32806
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32807
|
+
}
|
|
32808
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32809
|
+
border: 1px solid #0080ff;
|
|
32810
|
+
}
|
|
32811
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32812
|
+
background: #0080ff;
|
|
32813
|
+
}
|
|
32814
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32815
|
+
background-color: #fff;
|
|
32816
|
+
height: 2px;
|
|
32817
|
+
width: 10px;
|
|
32818
|
+
border-radius: 2px;
|
|
32819
|
+
}
|
|
32820
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
32821
|
+
opacity: 0.5;
|
|
32822
|
+
}
|
|
32823
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32824
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32825
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32826
|
+
}
|
|
32827
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32828
|
+
border-color: #2d3a56;
|
|
32829
|
+
}
|
|
32830
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32831
|
+
background: #2d3a56;
|
|
32832
|
+
}
|
|
32833
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
32834
|
+
padding: 0;
|
|
32835
|
+
}
|
|
32836
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
32837
|
+
display: inline-block;
|
|
32838
|
+
margin-left: 12px;
|
|
32839
|
+
color: #2d3a56;
|
|
32840
|
+
}
|
|
32841
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
32842
|
+
margin-left: 28px;
|
|
32843
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32734
32844
|
}
|
|
32735
|
-
|
|
32736
|
-
|
|
32737
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32738
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32739
|
-
font-size: 12px;
|
|
32740
|
-
line-height: 18px;
|
|
32741
|
-
height: 18px;
|
|
32845
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
32846
|
+
margin-left: 8px;
|
|
32742
32847
|
}
|
|
32743
|
-
|
|
32744
|
-
|
|
32745
|
-
color: #0080FF;
|
|
32746
|
-
height: unset;
|
|
32848
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
32849
|
+
margin-left: 24px;
|
|
32747
32850
|
}
|
|
32748
|
-
|
|
32749
|
-
|
|
32851
|
+
|
|
32852
|
+
.E_c1kghdax {
|
|
32853
|
+
color: #2d3a56;
|
|
32854
|
+
padding: 7px 12px;
|
|
32855
|
+
display: flex;
|
|
32856
|
+
justify-content: space-between;
|
|
32857
|
+
align-items: center;
|
|
32750
32858
|
}
|
|
32751
|
-
|
|
32752
|
-
|
|
32859
|
+
.E_c1kghdax.has-arrow {
|
|
32860
|
+
padding-left: 10px;
|
|
32753
32861
|
}
|
|
32754
|
-
|
|
32755
|
-
|
|
32862
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32863
|
+
cursor: pointer;
|
|
32864
|
+
color: #00122e;
|
|
32756
32865
|
}
|
|
32757
|
-
|
|
32758
|
-
color: #
|
|
32866
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32867
|
+
color: #2d3a56;
|
|
32868
|
+
font-weight: 600;
|
|
32759
32869
|
}
|
|
32760
|
-
|
|
32761
|
-
|
|
32870
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32871
|
+
transform: rotate(90deg);
|
|
32762
32872
|
}
|
|
32763
|
-
|
|
32764
|
-
|
|
32873
|
+
.E_c1kghdax .sub-info {
|
|
32874
|
+
font-size: 12px;
|
|
32875
|
+
line-height: 18px;
|
|
32765
32876
|
}
|
|
32766
|
-
|
|
32767
|
-
|
|
32877
|
+
.E_c1kghdax .title-wrapper {
|
|
32878
|
+
display: flex;
|
|
32879
|
+
align-items: center;
|
|
32880
|
+
user-select: none;
|
|
32881
|
+
flex-grow: 1;
|
|
32882
|
+
font-size: 12px;
|
|
32883
|
+
line-height: 18px;
|
|
32884
|
+
color: #2d3a56;
|
|
32885
|
+
font-weight: 700;
|
|
32768
32886
|
}
|
|
32769
|
-
|
|
32770
|
-
|
|
32887
|
+
.E_c1kghdax .collapse-arrow {
|
|
32888
|
+
transition: all 50ms ease-out 0ms;
|
|
32889
|
+
margin-right: 2px;
|
|
32771
32890
|
}
|
|
32772
|
-
|
|
32773
|
-
|
|
32891
|
+
|
|
32892
|
+
.E_c1yd35n {
|
|
32893
|
+
padding: 0 12px 14px 12px;
|
|
32774
32894
|
}
|
|
32775
|
-
|
|
32776
|
-
|
|
32895
|
+
|
|
32896
|
+
.E_b14q2gmw {
|
|
32897
|
+
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);
|
|
32777
32898
|
}
|
|
32778
|
-
|
|
32779
|
-
|
|
32899
|
+
|
|
32900
|
+
.E_c1eym6el {
|
|
32901
|
+
border-radius: 8px;
|
|
32902
|
+
background-color: white;
|
|
32780
32903
|
}
|
|
32781
|
-
|
|
32782
|
-
|
|
32904
|
+
.E_c1eym6el.hoverable {
|
|
32905
|
+
cursor: pointer;
|
|
32783
32906
|
}
|
|
32784
|
-
|
|
32785
|
-
|
|
32907
|
+
.E_c1eym6el.hoverable:hover {
|
|
32908
|
+
transition: all 200ms ease;
|
|
32909
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32910
|
+
transform: translateY(-4px);
|
|
32786
32911
|
}
|
|
32787
32912
|
|
|
32788
32913
|
.E_sddwhm6 {
|
|
@@ -33231,131 +33356,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33231
33356
|
background: #fff;
|
|
33232
33357
|
}
|
|
33233
33358
|
|
|
33234
|
-
.E_c1yd35n {
|
|
33235
|
-
padding: 0 12px 14px 12px;
|
|
33236
|
-
}
|
|
33237
|
-
|
|
33238
|
-
.E_c1kghdax {
|
|
33239
|
-
color: #2d3a56;
|
|
33240
|
-
padding: 7px 12px;
|
|
33241
|
-
display: flex;
|
|
33242
|
-
justify-content: space-between;
|
|
33243
|
-
align-items: center;
|
|
33244
|
-
}
|
|
33245
|
-
.E_c1kghdax.has-arrow {
|
|
33246
|
-
padding-left: 10px;
|
|
33247
|
-
}
|
|
33248
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33249
|
-
cursor: pointer;
|
|
33250
|
-
color: #00122e;
|
|
33251
|
-
}
|
|
33252
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33253
|
-
color: #2d3a56;
|
|
33254
|
-
font-weight: 600;
|
|
33255
|
-
}
|
|
33256
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33257
|
-
transform: rotate(90deg);
|
|
33258
|
-
}
|
|
33259
|
-
.E_c1kghdax .sub-info {
|
|
33260
|
-
font-size: 12px;
|
|
33261
|
-
line-height: 18px;
|
|
33262
|
-
}
|
|
33263
|
-
.E_c1kghdax .title-wrapper {
|
|
33264
|
-
display: flex;
|
|
33265
|
-
align-items: center;
|
|
33266
|
-
user-select: none;
|
|
33267
|
-
flex-grow: 1;
|
|
33268
|
-
font-size: 12px;
|
|
33269
|
-
line-height: 18px;
|
|
33270
|
-
color: #2d3a56;
|
|
33271
|
-
font-weight: 700;
|
|
33272
|
-
}
|
|
33273
|
-
.E_c1kghdax .collapse-arrow {
|
|
33274
|
-
transition: all 50ms ease-out 0ms;
|
|
33275
|
-
margin-right: 2px;
|
|
33276
|
-
}
|
|
33277
|
-
|
|
33278
|
-
.E_ckui4s7 {
|
|
33279
|
-
color: #2d3a56;
|
|
33280
|
-
line-height: 22px;
|
|
33281
|
-
display: inline-flex;
|
|
33282
|
-
}
|
|
33283
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33284
|
-
height: 22px;
|
|
33285
|
-
display: flex;
|
|
33286
|
-
align-items: center;
|
|
33287
|
-
top: 0;
|
|
33288
|
-
}
|
|
33289
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33290
|
-
border: none;
|
|
33291
|
-
}
|
|
33292
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33293
|
-
border-color: #0080ff;
|
|
33294
|
-
}
|
|
33295
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33296
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33297
|
-
}
|
|
33298
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33299
|
-
border: 1px solid #0080ff;
|
|
33300
|
-
}
|
|
33301
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33302
|
-
background: #0080ff;
|
|
33303
|
-
}
|
|
33304
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33305
|
-
background-color: #fff;
|
|
33306
|
-
height: 2px;
|
|
33307
|
-
width: 10px;
|
|
33308
|
-
border-radius: 2px;
|
|
33309
|
-
}
|
|
33310
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33311
|
-
opacity: 0.5;
|
|
33312
|
-
}
|
|
33313
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33314
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33315
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33316
|
-
}
|
|
33317
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33318
|
-
border-color: #2d3a56;
|
|
33319
|
-
}
|
|
33320
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33321
|
-
background: #2d3a56;
|
|
33322
|
-
}
|
|
33323
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33324
|
-
padding: 0;
|
|
33325
|
-
}
|
|
33326
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33327
|
-
display: inline-block;
|
|
33328
|
-
margin-left: 12px;
|
|
33329
|
-
color: #2d3a56;
|
|
33330
|
-
}
|
|
33331
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33332
|
-
margin-left: 28px;
|
|
33333
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33334
|
-
}
|
|
33335
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33336
|
-
margin-left: 8px;
|
|
33337
|
-
}
|
|
33338
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33339
|
-
margin-left: 24px;
|
|
33340
|
-
}
|
|
33341
|
-
|
|
33342
|
-
.E_b14q2gmw {
|
|
33343
|
-
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);
|
|
33344
|
-
}
|
|
33345
|
-
|
|
33346
|
-
.E_c1eym6el {
|
|
33347
|
-
border-radius: 8px;
|
|
33348
|
-
background-color: white;
|
|
33349
|
-
}
|
|
33350
|
-
.E_c1eym6el.hoverable {
|
|
33351
|
-
cursor: pointer;
|
|
33352
|
-
}
|
|
33353
|
-
.E_c1eym6el.hoverable:hover {
|
|
33354
|
-
transition: all 200ms ease;
|
|
33355
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33356
|
-
transform: translateY(-4px);
|
|
33357
|
-
}
|
|
33358
|
-
|
|
33359
33359
|
.E_r77hffu {
|
|
33360
33360
|
display: flex;
|
|
33361
33361
|
align-items: center;
|
|
@@ -33604,49 +33604,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33604
33604
|
|
|
33605
33605
|
.E_v18frne8 {
|
|
33606
33606
|
width: 100%;
|
|
33607
|
-
display: flex;
|
|
33608
|
-
align-items: center;
|
|
33609
|
-
justify-content: center;
|
|
33610
|
-
column-gap: 6px;
|
|
33611
|
-
font-size: 13px;
|
|
33612
|
-
}
|
|
33613
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
33614
|
-
display: inline-flex;
|
|
33615
|
-
align-items: center;
|
|
33616
|
-
min-width: 20px;
|
|
33617
|
-
min-height: 20px;
|
|
33618
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33619
|
-
justify-content: center;
|
|
33620
|
-
}
|
|
33621
|
-
|
|
33622
|
-
.E_t13ef470 {
|
|
33623
|
-
height: 100%;
|
|
33624
|
-
}
|
|
33625
|
-
.E_t13ef470 .table-loading-item {
|
|
33626
|
-
padding: 12px 4px;
|
|
33627
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33628
|
-
display: flex;
|
|
33629
|
-
}
|
|
33630
|
-
.E_t13ef470 .table-loading-item > * {
|
|
33631
|
-
height: 16px;
|
|
33632
|
-
margin: 4px;
|
|
33633
|
-
background: rgba(204, 212, 227, 0.18);
|
|
33634
|
-
border-radius: 2px;
|
|
33635
|
-
}
|
|
33636
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
33637
|
-
width: 16px;
|
|
33638
|
-
}
|
|
33639
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
33640
|
-
flex: 1;
|
|
33641
|
-
}
|
|
33642
|
-
.E_t13ef470 :nth-child(1) {
|
|
33643
|
-
padding: 8px 4px;
|
|
33644
|
-
}
|
|
33645
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
33646
|
-
background: rgba(107, 125, 153, 0.18);
|
|
33607
|
+
display: flex;
|
|
33608
|
+
align-items: center;
|
|
33609
|
+
justify-content: center;
|
|
33610
|
+
column-gap: 6px;
|
|
33611
|
+
font-size: 13px;
|
|
33647
33612
|
}
|
|
33648
|
-
.
|
|
33649
|
-
|
|
33613
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33614
|
+
display: inline-flex;
|
|
33615
|
+
align-items: center;
|
|
33616
|
+
min-width: 20px;
|
|
33617
|
+
min-height: 20px;
|
|
33618
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33619
|
+
justify-content: center;
|
|
33650
33620
|
}
|
|
33651
33621
|
|
|
33652
33622
|
.E_w7ob4th.outside-tag {
|
|
@@ -33755,6 +33725,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33755
33725
|
flex: 1;
|
|
33756
33726
|
}
|
|
33757
33727
|
|
|
33728
|
+
.E_i1g85yz3 {
|
|
33729
|
+
margin-right: 4px;
|
|
33730
|
+
height: 16px;
|
|
33731
|
+
}
|
|
33732
|
+
|
|
33758
33733
|
.E_t1dtlqs1 {
|
|
33759
33734
|
margin-bottom: 4px;
|
|
33760
33735
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33951,9 +33926,34 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33951
33926
|
margin-right: 8px;
|
|
33952
33927
|
}
|
|
33953
33928
|
|
|
33954
|
-
.
|
|
33955
|
-
|
|
33929
|
+
.E_t13ef470 {
|
|
33930
|
+
height: 100%;
|
|
33931
|
+
}
|
|
33932
|
+
.E_t13ef470 .table-loading-item {
|
|
33933
|
+
padding: 12px 4px;
|
|
33934
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33935
|
+
display: flex;
|
|
33936
|
+
}
|
|
33937
|
+
.E_t13ef470 .table-loading-item > * {
|
|
33956
33938
|
height: 16px;
|
|
33939
|
+
margin: 4px;
|
|
33940
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33941
|
+
border-radius: 2px;
|
|
33942
|
+
}
|
|
33943
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
33944
|
+
width: 16px;
|
|
33945
|
+
}
|
|
33946
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
33947
|
+
flex: 1;
|
|
33948
|
+
}
|
|
33949
|
+
.E_t13ef470 :nth-child(1) {
|
|
33950
|
+
padding: 8px 4px;
|
|
33951
|
+
}
|
|
33952
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
33953
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33954
|
+
}
|
|
33955
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
33956
|
+
background: rgba(163, 180, 204, 0.18);
|
|
33957
33957
|
}
|
|
33958
33958
|
|
|
33959
33959
|
.E_t1gvlxt5 {
|
|
@@ -34573,10 +34573,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34573
34573
|
background: rgba(225, 230, 241, 0.6);
|
|
34574
34574
|
}
|
|
34575
34575
|
|
|
34576
|
-
.E_t1616y1o {
|
|
34577
|
-
color: #fff;
|
|
34578
|
-
}
|
|
34579
|
-
|
|
34580
34576
|
.E_f16blduf.ant-form-item {
|
|
34581
34577
|
margin-bottom: 0;
|
|
34582
34578
|
}
|
|
@@ -34596,6 +34592,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34596
34592
|
display: block;
|
|
34597
34593
|
}
|
|
34598
34594
|
|
|
34595
|
+
.E_t1616y1o {
|
|
34596
|
+
color: #fff;
|
|
34597
|
+
}
|
|
34598
|
+
|
|
34599
34599
|
.E_a9y3flr {
|
|
34600
34600
|
margin-left: 8px;
|
|
34601
34601
|
}
|
|
@@ -34722,54 +34722,14 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34722
34722
|
background: #fff;
|
|
34723
34723
|
}
|
|
34724
34724
|
|
|
34725
|
-
.
|
|
34726
|
-
|
|
34727
|
-
width: 100%;
|
|
34728
|
-
}
|
|
34729
|
-
.E_c18bcrac .recharts-wrapper {
|
|
34730
|
-
margin-left: 4px;
|
|
34731
|
-
}
|
|
34732
|
-
|
|
34733
|
-
.E_cro7kg2 {
|
|
34734
|
-
padding: 4px;
|
|
34735
|
-
}
|
|
34736
|
-
.E_cro7kg2 .unit {
|
|
34737
|
-
color: white;
|
|
34738
|
-
}
|
|
34739
|
-
|
|
34740
|
-
.E_c14wcxf0 {
|
|
34741
|
-
display: flex;
|
|
34742
|
-
justify-content: space-between;
|
|
34743
|
-
align-items: center;
|
|
34744
|
-
font-size: 13px;
|
|
34745
|
-
line-height: 24px;
|
|
34746
|
-
color: #cccccc;
|
|
34747
|
-
white-space: nowrap;
|
|
34748
|
-
}
|
|
34749
|
-
.E_c14wcxf0 label {
|
|
34750
|
-
margin-right: 32px;
|
|
34751
|
-
}
|
|
34752
|
-
|
|
34753
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
34754
|
-
font-weight: bold;
|
|
34755
|
-
color: white;
|
|
34725
|
+
.E_gmyahx3 {
|
|
34726
|
+
cursor: pointer;
|
|
34756
34727
|
}
|
|
34757
|
-
|
|
34758
|
-
.
|
|
34759
|
-
width: 8px;
|
|
34760
|
-
height: 8px;
|
|
34761
|
-
border-radius: 2px;
|
|
34762
|
-
display: inline-block;
|
|
34763
|
-
background: var(--s11212zy-0);
|
|
34764
|
-
border: 1px solid #fff;
|
|
34765
|
-
box-sizing: content-box;
|
|
34766
|
-
margin-right: 6px;
|
|
34728
|
+
.E_gmyahx3 .link-text {
|
|
34729
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34767
34730
|
}
|
|
34768
|
-
|
|
34769
|
-
|
|
34770
|
-
font-weight: bold;
|
|
34771
|
-
color: white;
|
|
34772
|
-
margin-right: 4px;
|
|
34731
|
+
.E_gmyahx3:hover .link-text {
|
|
34732
|
+
color: #0080ff;
|
|
34773
34733
|
}
|
|
34774
34734
|
|
|
34775
34735
|
.E_clm1wy1 {
|
|
@@ -34865,60 +34825,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34865
34825
|
border-radius: 2px;
|
|
34866
34826
|
}
|
|
34867
34827
|
|
|
34868
|
-
.
|
|
34869
|
-
display:
|
|
34870
|
-
|
|
34871
|
-
font-size: 12px;
|
|
34872
|
-
line-height: 18px;
|
|
34873
|
-
}
|
|
34874
|
-
.E_n12mqh7z:not(:last-child) {
|
|
34875
|
-
margin-bottom: 4px;
|
|
34828
|
+
.E_c18bcrac {
|
|
34829
|
+
display: inline-block;
|
|
34830
|
+
width: 100%;
|
|
34876
34831
|
}
|
|
34877
|
-
|
|
34878
|
-
|
|
34879
|
-
margin: 0 3px;
|
|
34832
|
+
.E_c18bcrac .recharts-wrapper {
|
|
34833
|
+
margin-left: 4px;
|
|
34880
34834
|
}
|
|
34881
34835
|
|
|
34882
|
-
.
|
|
34883
|
-
|
|
34884
|
-
overflow: auto;
|
|
34836
|
+
.E_cro7kg2 {
|
|
34837
|
+
padding: 4px;
|
|
34885
34838
|
}
|
|
34886
|
-
|
|
34887
|
-
|
|
34888
|
-
overflow: hidden;
|
|
34889
|
-
text-overflow: ellipsis;
|
|
34839
|
+
.E_cro7kg2 .unit {
|
|
34840
|
+
color: white;
|
|
34890
34841
|
}
|
|
34891
34842
|
|
|
34892
|
-
.
|
|
34843
|
+
.E_c14wcxf0 {
|
|
34844
|
+
display: flex;
|
|
34845
|
+
justify-content: space-between;
|
|
34846
|
+
align-items: center;
|
|
34847
|
+
font-size: 13px;
|
|
34848
|
+
line-height: 24px;
|
|
34849
|
+
color: #cccccc;
|
|
34893
34850
|
white-space: nowrap;
|
|
34894
34851
|
}
|
|
34895
|
-
|
|
34896
|
-
|
|
34897
|
-
display: -webkit-box;
|
|
34898
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
34899
|
-
-webkit-box-orient: vertical;
|
|
34900
|
-
word-break: break-all;
|
|
34852
|
+
.E_c14wcxf0 label {
|
|
34853
|
+
margin-right: 32px;
|
|
34901
34854
|
}
|
|
34902
34855
|
|
|
34903
|
-
.
|
|
34904
|
-
|
|
34905
|
-
|
|
34906
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
34907
|
-
background: rgba(23, 38, 64, 0.8);
|
|
34908
|
-
border-radius: 4px;
|
|
34909
|
-
}
|
|
34910
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
34911
|
-
visibility: hidden;
|
|
34856
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
34857
|
+
font-weight: bold;
|
|
34858
|
+
color: white;
|
|
34912
34859
|
}
|
|
34913
34860
|
|
|
34914
|
-
.
|
|
34915
|
-
|
|
34916
|
-
|
|
34917
|
-
|
|
34918
|
-
|
|
34861
|
+
.E_s11212zy {
|
|
34862
|
+
width: 8px;
|
|
34863
|
+
height: 8px;
|
|
34864
|
+
border-radius: 2px;
|
|
34865
|
+
display: inline-block;
|
|
34866
|
+
background: var(--s11212zy-0);
|
|
34867
|
+
border: 1px solid #fff;
|
|
34868
|
+
box-sizing: content-box;
|
|
34869
|
+
margin-right: 6px;
|
|
34919
34870
|
}
|
|
34920
|
-
|
|
34921
|
-
|
|
34871
|
+
|
|
34872
|
+
.E_p1lyky6c > :first-child {
|
|
34873
|
+
font-weight: bold;
|
|
34874
|
+
color: white;
|
|
34875
|
+
margin-right: 4px;
|
|
34922
34876
|
}
|
|
34923
34877
|
|
|
34924
34878
|
.E_c1up1pdz {
|
|
@@ -35178,12 +35132,50 @@ span.E_tqjc4ui {
|
|
|
35178
35132
|
text-align: left;
|
|
35179
35133
|
}
|
|
35180
35134
|
|
|
35181
|
-
.
|
|
35135
|
+
.E_n12mqh7z {
|
|
35182
35136
|
display: flex;
|
|
35183
35137
|
align-items: center;
|
|
35138
|
+
font-size: 12px;
|
|
35139
|
+
line-height: 18px;
|
|
35184
35140
|
}
|
|
35185
|
-
.
|
|
35186
|
-
margin-
|
|
35141
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35142
|
+
margin-bottom: 4px;
|
|
35143
|
+
}
|
|
35144
|
+
|
|
35145
|
+
.E_tf5bynu {
|
|
35146
|
+
margin: 0 3px;
|
|
35147
|
+
}
|
|
35148
|
+
|
|
35149
|
+
.E_tcckoz1 {
|
|
35150
|
+
max-height: 400px;
|
|
35151
|
+
overflow: auto;
|
|
35152
|
+
}
|
|
35153
|
+
|
|
35154
|
+
.E_ou7iq30 {
|
|
35155
|
+
overflow: hidden;
|
|
35156
|
+
text-overflow: ellipsis;
|
|
35157
|
+
}
|
|
35158
|
+
|
|
35159
|
+
.E_s1tui002 {
|
|
35160
|
+
white-space: nowrap;
|
|
35161
|
+
}
|
|
35162
|
+
|
|
35163
|
+
.E_mxrc2zg {
|
|
35164
|
+
display: -webkit-box;
|
|
35165
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35166
|
+
-webkit-box-orient: vertical;
|
|
35167
|
+
word-break: break-all;
|
|
35168
|
+
}
|
|
35169
|
+
|
|
35170
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35171
|
+
display: none;
|
|
35172
|
+
}
|
|
35173
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35174
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35175
|
+
border-radius: 4px;
|
|
35176
|
+
}
|
|
35177
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35178
|
+
visibility: hidden;
|
|
35187
35179
|
}
|
|
35188
35180
|
|
|
35189
35181
|
.E_t1sqg15u {
|
|
@@ -35269,11 +35261,42 @@ span.E_tqjc4ui {
|
|
|
35269
35261
|
justify-content: flex-start;
|
|
35270
35262
|
}
|
|
35271
35263
|
|
|
35272
|
-
.E_rhz2uv5 {
|
|
35273
|
-
width: var(--rhz2uv5-0);
|
|
35274
|
-
flex-shrink: 0;
|
|
35275
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35276
|
-
padding-right: 12px;
|
|
35264
|
+
.E_rhz2uv5 {
|
|
35265
|
+
width: var(--rhz2uv5-0);
|
|
35266
|
+
flex-shrink: 0;
|
|
35267
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35268
|
+
padding-right: 12px;
|
|
35269
|
+
}
|
|
35270
|
+
|
|
35271
|
+
.E_wg1tsps {
|
|
35272
|
+
display: flex;
|
|
35273
|
+
align-items: center;
|
|
35274
|
+
justify-content: flex-end;
|
|
35275
|
+
}
|
|
35276
|
+
|
|
35277
|
+
.E_b1ctd5xy {
|
|
35278
|
+
display: flex;
|
|
35279
|
+
align-items: center;
|
|
35280
|
+
width: calc(100% - 40px);
|
|
35281
|
+
}
|
|
35282
|
+
.E_b1ctd5xy .chart {
|
|
35283
|
+
display: inline-block;
|
|
35284
|
+
width: 100%;
|
|
35285
|
+
}
|
|
35286
|
+
|
|
35287
|
+
.E_u1p8acpn {
|
|
35288
|
+
min-width: 40px;
|
|
35289
|
+
}
|
|
35290
|
+
.E_u1p8acpn .unit {
|
|
35291
|
+
color: #00122e !important;
|
|
35292
|
+
}
|
|
35293
|
+
|
|
35294
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35295
|
+
display: flex;
|
|
35296
|
+
align-items: center;
|
|
35297
|
+
}
|
|
35298
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35299
|
+
margin-right: 8px;
|
|
35277
35300
|
}
|
|
35278
35301
|
|
|
35279
35302
|
.E_t160l1cm {
|
|
@@ -35479,27 +35502,10 @@ span.E_tqjc4ui {
|
|
|
35479
35502
|
background: transparent;
|
|
35480
35503
|
}
|
|
35481
35504
|
|
|
35482
|
-
.
|
|
35483
|
-
|
|
35484
|
-
|
|
35485
|
-
|
|
35486
|
-
}
|
|
35487
|
-
|
|
35488
|
-
.E_b1ctd5xy {
|
|
35489
|
-
display: flex;
|
|
35490
|
-
align-items: center;
|
|
35491
|
-
width: calc(100% - 40px);
|
|
35492
|
-
}
|
|
35493
|
-
.E_b1ctd5xy .chart {
|
|
35494
|
-
display: inline-block;
|
|
35495
|
-
width: 100%;
|
|
35496
|
-
}
|
|
35497
|
-
|
|
35498
|
-
.E_u1p8acpn {
|
|
35499
|
-
min-width: 40px;
|
|
35500
|
-
}
|
|
35501
|
-
.E_u1p8acpn .unit {
|
|
35502
|
-
color: #00122e !important;
|
|
35505
|
+
.E_h1ol2wl7 {
|
|
35506
|
+
font-weight: bold;
|
|
35507
|
+
background-color: unset;
|
|
35508
|
+
padding: unset;
|
|
35503
35509
|
}
|
|
35504
35510
|
|
|
35505
35511
|
.E_cyms3br {
|
|
@@ -35596,12 +35602,6 @@ span.E_tqjc4ui {
|
|
|
35596
35602
|
color: rgba(0, 21, 64, 0.3);
|
|
35597
35603
|
}
|
|
35598
35604
|
|
|
35599
|
-
.E_h1ol2wl7 {
|
|
35600
|
-
font-weight: bold;
|
|
35601
|
-
background-color: unset;
|
|
35602
|
-
padding: unset;
|
|
35603
|
-
}
|
|
35604
|
-
|
|
35605
35605
|
.E_kr6am0s .ant-modal-body {
|
|
35606
35606
|
padding: 60px 128px;
|
|
35607
35607
|
}
|
|
@@ -35665,112 +35665,6 @@ span.E_tqjc4ui {
|
|
|
35665
35665
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35666
35666
|
}
|
|
35667
35667
|
|
|
35668
|
-
.E_c1ss4prm {
|
|
35669
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35670
|
-
}
|
|
35671
|
-
.E_c1ss4prm li {
|
|
35672
|
-
margin-bottom: 4px;
|
|
35673
|
-
}
|
|
35674
|
-
.E_c1ss4prm li:last-child {
|
|
35675
|
-
margin-bottom: 0;
|
|
35676
|
-
}
|
|
35677
|
-
|
|
35678
|
-
.E_ms3tlei {
|
|
35679
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35680
|
-
padding: 8px;
|
|
35681
|
-
border-radius: 6px;
|
|
35682
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35683
|
-
}
|
|
35684
|
-
.E_ms3tlei li {
|
|
35685
|
-
margin-bottom: 4px;
|
|
35686
|
-
}
|
|
35687
|
-
.E_ms3tlei li:last-child {
|
|
35688
|
-
margin-bottom: 0;
|
|
35689
|
-
}
|
|
35690
|
-
|
|
35691
|
-
.E_du44iy7 {
|
|
35692
|
-
margin-bottom: 4px;
|
|
35693
|
-
}
|
|
35694
|
-
|
|
35695
|
-
.E_s1qmhanr {
|
|
35696
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35697
|
-
margin-bottom: 8px;
|
|
35698
|
-
}
|
|
35699
|
-
|
|
35700
|
-
.E_drje1h0 {
|
|
35701
|
-
height: 1px;
|
|
35702
|
-
background: #e4e9f2;
|
|
35703
|
-
margin: 16px 0;
|
|
35704
|
-
}
|
|
35705
|
-
|
|
35706
|
-
.E_l12xdkhl {
|
|
35707
|
-
width: 64px;
|
|
35708
|
-
height: 64px;
|
|
35709
|
-
max-width: 64px;
|
|
35710
|
-
max-height: 64px;
|
|
35711
|
-
overflow: hidden;
|
|
35712
|
-
display: flex;
|
|
35713
|
-
align-items: center;
|
|
35714
|
-
justify-content: center;
|
|
35715
|
-
position: relative;
|
|
35716
|
-
opacity: 0.6;
|
|
35717
|
-
}
|
|
35718
|
-
.E_l12xdkhl .icon-wrapper {
|
|
35719
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
35720
|
-
}
|
|
35721
|
-
@keyframes rotate {
|
|
35722
|
-
from {
|
|
35723
|
-
transform: rotate(0deg);
|
|
35724
|
-
}
|
|
35725
|
-
to {
|
|
35726
|
-
transform: rotate(360deg);
|
|
35727
|
-
}
|
|
35728
|
-
}
|
|
35729
|
-
|
|
35730
|
-
.E_c14ouk5o {
|
|
35731
|
-
width: 100%;
|
|
35732
|
-
height: 100%;
|
|
35733
|
-
display: flex;
|
|
35734
|
-
font-size: 12px;
|
|
35735
|
-
line-height: 18px;
|
|
35736
|
-
padding: 8px 0;
|
|
35737
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35738
|
-
}
|
|
35739
|
-
.E_c14ouk5o:last-of-type {
|
|
35740
|
-
box-shadow: none;
|
|
35741
|
-
padding-bottom: 0;
|
|
35742
|
-
}
|
|
35743
|
-
.E_c14ouk5o.collapsed {
|
|
35744
|
-
flex-direction: column;
|
|
35745
|
-
}
|
|
35746
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
35747
|
-
display: flex;
|
|
35748
|
-
}
|
|
35749
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
35750
|
-
flex: 1;
|
|
35751
|
-
display: flex;
|
|
35752
|
-
justify-content: space-between;
|
|
35753
|
-
}
|
|
35754
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
35755
|
-
height: auto;
|
|
35756
|
-
}
|
|
35757
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
35758
|
-
margin-left: 162px;
|
|
35759
|
-
}
|
|
35760
|
-
.E_c14ouk5o .col-label {
|
|
35761
|
-
width: 216px;
|
|
35762
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35763
|
-
margin-right: 12px;
|
|
35764
|
-
flex-shrink: 0;
|
|
35765
|
-
}
|
|
35766
|
-
.E_c14ouk5o .col-content {
|
|
35767
|
-
color: #2d3a56;
|
|
35768
|
-
/* make btn link in info row have the same height as normal text */
|
|
35769
|
-
}
|
|
35770
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
35771
|
-
height: auto;
|
|
35772
|
-
}
|
|
35773
|
-
|
|
35774
35668
|
.E_c1kchka8 {
|
|
35775
35669
|
height: 100%;
|
|
35776
35670
|
width: 100%;
|
|
@@ -36263,6 +36157,68 @@ span.E_tqjc4ui {
|
|
|
36263
36157
|
padding: 0;
|
|
36264
36158
|
}
|
|
36265
36159
|
|
|
36160
|
+
.E_l12xdkhl {
|
|
36161
|
+
width: 64px;
|
|
36162
|
+
height: 64px;
|
|
36163
|
+
max-width: 64px;
|
|
36164
|
+
max-height: 64px;
|
|
36165
|
+
overflow: hidden;
|
|
36166
|
+
display: flex;
|
|
36167
|
+
align-items: center;
|
|
36168
|
+
justify-content: center;
|
|
36169
|
+
position: relative;
|
|
36170
|
+
opacity: 0.6;
|
|
36171
|
+
}
|
|
36172
|
+
.E_l12xdkhl .icon-wrapper {
|
|
36173
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36174
|
+
}
|
|
36175
|
+
@keyframes rotate {
|
|
36176
|
+
from {
|
|
36177
|
+
transform: rotate(0deg);
|
|
36178
|
+
}
|
|
36179
|
+
to {
|
|
36180
|
+
transform: rotate(360deg);
|
|
36181
|
+
}
|
|
36182
|
+
}
|
|
36183
|
+
|
|
36184
|
+
.E_c1ss4prm {
|
|
36185
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36186
|
+
}
|
|
36187
|
+
.E_c1ss4prm li {
|
|
36188
|
+
margin-bottom: 4px;
|
|
36189
|
+
}
|
|
36190
|
+
.E_c1ss4prm li:last-child {
|
|
36191
|
+
margin-bottom: 0;
|
|
36192
|
+
}
|
|
36193
|
+
|
|
36194
|
+
.E_ms3tlei {
|
|
36195
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36196
|
+
padding: 8px;
|
|
36197
|
+
border-radius: 6px;
|
|
36198
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36199
|
+
}
|
|
36200
|
+
.E_ms3tlei li {
|
|
36201
|
+
margin-bottom: 4px;
|
|
36202
|
+
}
|
|
36203
|
+
.E_ms3tlei li:last-child {
|
|
36204
|
+
margin-bottom: 0;
|
|
36205
|
+
}
|
|
36206
|
+
|
|
36207
|
+
.E_du44iy7 {
|
|
36208
|
+
margin-bottom: 4px;
|
|
36209
|
+
}
|
|
36210
|
+
|
|
36211
|
+
.E_s1qmhanr {
|
|
36212
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36213
|
+
margin-bottom: 8px;
|
|
36214
|
+
}
|
|
36215
|
+
|
|
36216
|
+
.E_drje1h0 {
|
|
36217
|
+
height: 1px;
|
|
36218
|
+
background: #e4e9f2;
|
|
36219
|
+
margin: 16px 0;
|
|
36220
|
+
}
|
|
36221
|
+
|
|
36266
36222
|
.E_cevhqx7 {
|
|
36267
36223
|
color: #00122e;
|
|
36268
36224
|
}
|
|
@@ -36270,4 +36226,48 @@ span.E_tqjc4ui {
|
|
|
36270
36226
|
.E_snbqlt4 {
|
|
36271
36227
|
margin-top: 8px;
|
|
36272
36228
|
color: rgba(44, 56, 82, 0.6);
|
|
36229
|
+
}
|
|
36230
|
+
|
|
36231
|
+
.E_c14ouk5o {
|
|
36232
|
+
width: 100%;
|
|
36233
|
+
height: 100%;
|
|
36234
|
+
display: flex;
|
|
36235
|
+
font-size: 12px;
|
|
36236
|
+
line-height: 18px;
|
|
36237
|
+
padding: 8px 0;
|
|
36238
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36239
|
+
}
|
|
36240
|
+
.E_c14ouk5o:last-of-type {
|
|
36241
|
+
box-shadow: none;
|
|
36242
|
+
padding-bottom: 0;
|
|
36243
|
+
}
|
|
36244
|
+
.E_c14ouk5o.collapsed {
|
|
36245
|
+
flex-direction: column;
|
|
36246
|
+
}
|
|
36247
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36248
|
+
display: flex;
|
|
36249
|
+
}
|
|
36250
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36251
|
+
flex: 1;
|
|
36252
|
+
display: flex;
|
|
36253
|
+
justify-content: space-between;
|
|
36254
|
+
}
|
|
36255
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36256
|
+
height: auto;
|
|
36257
|
+
}
|
|
36258
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36259
|
+
margin-left: 162px;
|
|
36260
|
+
}
|
|
36261
|
+
.E_c14ouk5o .col-label {
|
|
36262
|
+
width: 216px;
|
|
36263
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36264
|
+
margin-right: 12px;
|
|
36265
|
+
flex-shrink: 0;
|
|
36266
|
+
}
|
|
36267
|
+
.E_c14ouk5o .col-content {
|
|
36268
|
+
color: #2d3a56;
|
|
36269
|
+
/* make btn link in info row have the same height as normal text */
|
|
36270
|
+
}
|
|
36271
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36272
|
+
height: auto;
|
|
36273
36273
|
}
|