@cloudtower/eagle 0.27.1 → 0.27.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Fields/FieldsString/FieldsString.stories.d.ts +1 -1
- package/dist/components/I18nNameTag/index.d.ts +2 -8
- package/dist/components/Tag/Tag.stories.d.ts +2 -2
- package/dist/components/Tag/style.d.ts +1 -0
- package/dist/components.css +1247 -1208
- package/dist/core/StepProgress/StepProgress.stories.d.ts +8 -0
- package/dist/core/StepProgress/index.d.ts +3 -0
- package/dist/esm/index.js +620 -594
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +19 -8
- package/dist/spec/type.d.ts +5 -0
- package/dist/style.css +686 -647
- package/dist/umd/index.js +617 -591
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/icon.d.ts +2 -1
- package/dist/variables.scss +2 -0
- package/package.json +5 -6
- package/dist/components/images/index.d.ts +0 -15
package/dist/components.css
CHANGED
|
@@ -29471,34 +29471,6 @@ html body {
|
|
|
29471
29471
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29472
29472
|
}
|
|
29473
29473
|
}
|
|
29474
|
-
.fde5mpd {
|
|
29475
|
-
width: 100%;
|
|
29476
|
-
height: 100%;
|
|
29477
|
-
min-height: 124px;
|
|
29478
|
-
display: flex;
|
|
29479
|
-
flex-direction: column;
|
|
29480
|
-
justify-content: center;
|
|
29481
|
-
align-items: center;
|
|
29482
|
-
}
|
|
29483
|
-
.fde5mpd .error-text {
|
|
29484
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29485
|
-
margin-bottom: 16px;
|
|
29486
|
-
font-size: 18px;
|
|
29487
|
-
}
|
|
29488
|
-
|
|
29489
|
-
.iap75of {
|
|
29490
|
-
height: 18px;
|
|
29491
|
-
line-height: 18px;
|
|
29492
|
-
padding: 0 4px;
|
|
29493
|
-
border-radius: 4px;
|
|
29494
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29495
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29496
|
-
display: flex;
|
|
29497
|
-
align-items: center;
|
|
29498
|
-
white-space: nowrap;
|
|
29499
|
-
margin-right: 4px;
|
|
29500
|
-
}
|
|
29501
|
-
|
|
29502
29474
|
.bpq0js6 {
|
|
29503
29475
|
padding: 4px 11px;
|
|
29504
29476
|
}
|
|
@@ -29528,24 +29500,6 @@ html body {
|
|
|
29528
29500
|
border-radius: unset;
|
|
29529
29501
|
}
|
|
29530
29502
|
|
|
29531
|
-
.i1mrf09m {
|
|
29532
|
-
display: inline-flex;
|
|
29533
|
-
align-items: center;
|
|
29534
|
-
}
|
|
29535
|
-
.i1mrf09m .icon-inner {
|
|
29536
|
-
display: inline-flex;
|
|
29537
|
-
align-items: center;
|
|
29538
|
-
justify-content: center;
|
|
29539
|
-
}
|
|
29540
|
-
.i1mrf09m .icon-inner + span,
|
|
29541
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29542
|
-
margin-left: 4px;
|
|
29543
|
-
}
|
|
29544
|
-
.i1mrf09m.is-rotate img,
|
|
29545
|
-
.i1mrf09m.is-rotate svg {
|
|
29546
|
-
animation: rotate 680ms linear infinite;
|
|
29547
|
-
}
|
|
29548
|
-
|
|
29549
29503
|
.buj61ew.ant-btn-icon-only {
|
|
29550
29504
|
justify-content: center;
|
|
29551
29505
|
}
|
|
@@ -29796,6 +29750,61 @@ html body {
|
|
|
29796
29750
|
padding: 0;
|
|
29797
29751
|
}
|
|
29798
29752
|
|
|
29753
|
+
.fde5mpd {
|
|
29754
|
+
width: 100%;
|
|
29755
|
+
height: 100%;
|
|
29756
|
+
min-height: 124px;
|
|
29757
|
+
display: flex;
|
|
29758
|
+
flex-direction: column;
|
|
29759
|
+
justify-content: center;
|
|
29760
|
+
align-items: center;
|
|
29761
|
+
}
|
|
29762
|
+
.fde5mpd .error-text {
|
|
29763
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29764
|
+
margin-bottom: 16px;
|
|
29765
|
+
font-size: 18px;
|
|
29766
|
+
}
|
|
29767
|
+
|
|
29768
|
+
.i1mrf09m {
|
|
29769
|
+
display: inline-flex;
|
|
29770
|
+
align-items: center;
|
|
29771
|
+
}
|
|
29772
|
+
.i1mrf09m .icon-inner {
|
|
29773
|
+
display: inline-flex;
|
|
29774
|
+
align-items: center;
|
|
29775
|
+
justify-content: center;
|
|
29776
|
+
}
|
|
29777
|
+
.i1mrf09m .icon-inner + span,
|
|
29778
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29779
|
+
margin-left: 4px;
|
|
29780
|
+
}
|
|
29781
|
+
.i1mrf09m.is-rotate img,
|
|
29782
|
+
.i1mrf09m.is-rotate svg {
|
|
29783
|
+
animation: rotate 680ms linear infinite;
|
|
29784
|
+
}
|
|
29785
|
+
|
|
29786
|
+
.iap75of {
|
|
29787
|
+
height: 18px;
|
|
29788
|
+
line-height: 18px;
|
|
29789
|
+
padding: 0 4px;
|
|
29790
|
+
border-radius: 4px;
|
|
29791
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29792
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29793
|
+
display: flex;
|
|
29794
|
+
align-items: center;
|
|
29795
|
+
white-space: nowrap;
|
|
29796
|
+
margin-right: 4px;
|
|
29797
|
+
}
|
|
29798
|
+
|
|
29799
|
+
.obf05yr {
|
|
29800
|
+
display: inline-block;
|
|
29801
|
+
}
|
|
29802
|
+
|
|
29803
|
+
.hsms1n6 {
|
|
29804
|
+
visibility: hidden;
|
|
29805
|
+
position: absolute;
|
|
29806
|
+
}
|
|
29807
|
+
|
|
29799
29808
|
.p12gwtiw {
|
|
29800
29809
|
display: flex;
|
|
29801
29810
|
justify-content: space-between;
|
|
@@ -29999,1159 +30008,1329 @@ html body {
|
|
|
29999
30008
|
width: 36px;
|
|
30000
30009
|
}
|
|
30001
30010
|
|
|
30002
|
-
.
|
|
30003
|
-
|
|
30011
|
+
.s1fc623g {
|
|
30012
|
+
width: 430px !important;
|
|
30004
30013
|
}
|
|
30005
30014
|
|
|
30006
|
-
.
|
|
30007
|
-
|
|
30008
|
-
|
|
30015
|
+
.da3mx0o .ant-select-item-group {
|
|
30016
|
+
padding: 8px 16px;
|
|
30017
|
+
line-height: 18px;
|
|
30018
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30019
|
+
height: 34px;
|
|
30020
|
+
min-height: 34px;
|
|
30021
|
+
box-sizing: border-box;
|
|
30022
|
+
margin-top: 8px;
|
|
30009
30023
|
}
|
|
30010
30024
|
|
|
30011
|
-
.
|
|
30025
|
+
.onr9gzt {
|
|
30012
30026
|
display: flex;
|
|
30013
30027
|
flex-direction: column;
|
|
30028
|
+
margin: 1px 8px;
|
|
30029
|
+
padding: 8px;
|
|
30030
|
+
border-radius: 4px;
|
|
30014
30031
|
}
|
|
30015
|
-
|
|
30016
|
-
|
|
30017
|
-
max-width: 1120px;
|
|
30018
|
-
width: 100%;
|
|
30019
|
-
margin: 0 auto;
|
|
30020
|
-
height: 100%;
|
|
30032
|
+
.onr9gzt .selected-icon {
|
|
30033
|
+
display: none;
|
|
30021
30034
|
}
|
|
30022
|
-
|
|
30023
|
-
|
|
30024
|
-
max-width: 1120px;
|
|
30025
|
-
width: 100%;
|
|
30026
|
-
margin: 0 auto;
|
|
30027
|
-
display: flex;
|
|
30035
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30036
|
+
padding-left: 8px;
|
|
30028
30037
|
}
|
|
30029
|
-
.
|
|
30030
|
-
|
|
30031
|
-
flex-grow: 0;
|
|
30032
|
-
flex-shrink: 0;
|
|
30033
|
-
flex-basis: 21%;
|
|
30038
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30039
|
+
background-color: white;
|
|
30034
30040
|
}
|
|
30035
|
-
.
|
|
30036
|
-
|
|
30037
|
-
justify-content: flex-end;
|
|
30038
|
-
padding-right: 44px;
|
|
30041
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30042
|
+
color: #0080ff;
|
|
30039
30043
|
}
|
|
30040
|
-
.
|
|
30041
|
-
|
|
30044
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30045
|
+
display: block;
|
|
30042
30046
|
}
|
|
30043
|
-
.
|
|
30044
|
-
|
|
30045
|
-
flex-grow: 0;
|
|
30046
|
-
flex-shrink: 0;
|
|
30047
|
-
flex-basis: 58%;
|
|
30047
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30048
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30048
30049
|
}
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30050
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30051
|
+
color: #0080ff;
|
|
30051
30052
|
}
|
|
30052
|
-
.
|
|
30053
|
-
|
|
30053
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30054
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30055
|
+
color: #0080ff;
|
|
30054
30056
|
}
|
|
30055
30057
|
|
|
30056
|
-
.
|
|
30057
|
-
|
|
30058
|
-
|
|
30059
|
-
|
|
30060
|
-
|
|
30061
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30062
|
-
margin-left: 0;
|
|
30058
|
+
.oiy0apc {
|
|
30059
|
+
display: flex;
|
|
30060
|
+
justify-content: space-between;
|
|
30061
|
+
height: 20px;
|
|
30062
|
+
line-height: 20px;
|
|
30063
30063
|
}
|
|
30064
|
-
.
|
|
30065
|
-
|
|
30066
|
-
padding: 0;
|
|
30067
|
-
width: 100%;
|
|
30068
|
-
max-width: 648px;
|
|
30064
|
+
.oiy0apc .timezone-title {
|
|
30065
|
+
color: #2d3a56;
|
|
30069
30066
|
overflow: hidden;
|
|
30070
|
-
|
|
30071
|
-
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30072
|
-
margin-bottom: 40px;
|
|
30073
|
-
}
|
|
30074
|
-
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30075
|
-
height: calc(100vh - 225px);
|
|
30076
|
-
overflow-y: auto;
|
|
30077
|
-
}
|
|
30078
|
-
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30079
|
-
margin: 0 auto;
|
|
30080
|
-
max-width: 648px;
|
|
30067
|
+
text-overflow: ellipsis;
|
|
30081
30068
|
}
|
|
30082
30069
|
|
|
30083
|
-
.
|
|
30084
|
-
|
|
30085
|
-
|
|
30086
|
-
|
|
30070
|
+
.of4y382 {
|
|
30071
|
+
display: flex;
|
|
30072
|
+
justify-content: space-between;
|
|
30073
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30074
|
+
height: 18px;
|
|
30075
|
+
line-height: 18px;
|
|
30076
|
+
margin-top: 2px;
|
|
30087
30077
|
}
|
|
30088
|
-
|
|
30089
|
-
|
|
30078
|
+
|
|
30079
|
+
.t19903l9 {
|
|
30080
|
+
border: none;
|
|
30081
|
+
margin-right: 0;
|
|
30082
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30090
30083
|
}
|
|
30091
|
-
|
|
30092
|
-
|
|
30093
|
-
|
|
30084
|
+
|
|
30085
|
+
.ohwbvxu {
|
|
30086
|
+
pointer-events: none;
|
|
30087
|
+
height: 32px;
|
|
30094
30088
|
width: 100%;
|
|
30095
|
-
|
|
30096
|
-
overflow: hidden;
|
|
30097
|
-
}
|
|
30098
|
-
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30099
|
-
margin-bottom: 40px;
|
|
30089
|
+
opacity: 0;
|
|
30100
30090
|
}
|
|
30101
|
-
|
|
30102
|
-
|
|
30103
|
-
|
|
30091
|
+
|
|
30092
|
+
.i1e4sgug {
|
|
30093
|
+
display: inline-block;
|
|
30104
30094
|
}
|
|
30105
|
-
|
|
30106
|
-
|
|
30107
|
-
|
|
30095
|
+
|
|
30096
|
+
.d6j0lbj {
|
|
30097
|
+
font-family: Inter;
|
|
30098
|
+
font-style: normal;
|
|
30099
|
+
font-weight: bold;
|
|
30100
|
+
font-size: 32px;
|
|
30101
|
+
line-height: 40px;
|
|
30108
30102
|
}
|
|
30109
30103
|
|
|
30110
|
-
.
|
|
30111
|
-
|
|
30112
|
-
|
|
30113
|
-
|
|
30114
|
-
font-size:
|
|
30115
|
-
line-height:
|
|
30116
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30117
|
-
}
|
|
30118
|
-
.fxgckuk .title {
|
|
30119
|
-
font-size: 14px;
|
|
30120
|
-
line-height: 20px;
|
|
30121
|
-
color: #2d3a56;
|
|
30122
|
-
margin-bottom: 12px;
|
|
30123
|
-
}
|
|
30124
|
-
.fxgckuk.connect-cluster .title {
|
|
30125
|
-
padding-bottom: 26px;
|
|
30104
|
+
.d1xhvvxe {
|
|
30105
|
+
font-family: Inter;
|
|
30106
|
+
font-style: normal;
|
|
30107
|
+
font-weight: bold;
|
|
30108
|
+
font-size: 24px;
|
|
30109
|
+
line-height: 32px;
|
|
30126
30110
|
}
|
|
30127
30111
|
|
|
30128
|
-
.
|
|
30129
|
-
|
|
30130
|
-
|
|
30131
|
-
|
|
30112
|
+
.dk10mxq {
|
|
30113
|
+
font-family: Inter;
|
|
30114
|
+
font-style: normal;
|
|
30115
|
+
font-weight: normal;
|
|
30116
|
+
font-size: 32px;
|
|
30117
|
+
line-height: 40px;
|
|
30132
30118
|
}
|
|
30133
30119
|
|
|
30134
|
-
.
|
|
30135
|
-
|
|
30136
|
-
|
|
30137
|
-
|
|
30138
|
-
|
|
30139
|
-
|
|
30140
|
-
width: 216px;
|
|
30141
|
-
}
|
|
30142
|
-
.f4u402y > label + * {
|
|
30143
|
-
width: 100%;
|
|
30120
|
+
.dxsait {
|
|
30121
|
+
font-family: Inter;
|
|
30122
|
+
font-style: normal;
|
|
30123
|
+
font-weight: bold;
|
|
30124
|
+
font-size: 20px;
|
|
30125
|
+
line-height: 24px;
|
|
30144
30126
|
}
|
|
30145
|
-
|
|
30146
|
-
|
|
30127
|
+
|
|
30128
|
+
.dokn0h3 {
|
|
30129
|
+
font-family: Inter;
|
|
30130
|
+
font-style: normal;
|
|
30131
|
+
font-weight: normal;
|
|
30132
|
+
font-size: 20px;
|
|
30133
|
+
line-height: 24px;
|
|
30147
30134
|
}
|
|
30148
30135
|
|
|
30149
|
-
.
|
|
30150
|
-
|
|
30151
|
-
|
|
30136
|
+
.dobau4p {
|
|
30137
|
+
font-family: Inter;
|
|
30138
|
+
font-style: normal;
|
|
30139
|
+
font-weight: bold;
|
|
30140
|
+
font-size: 18px;
|
|
30141
|
+
line-height: 22px;
|
|
30152
30142
|
}
|
|
30153
30143
|
|
|
30154
|
-
.
|
|
30155
|
-
|
|
30156
|
-
|
|
30157
|
-
|
|
30158
|
-
|
|
30144
|
+
.dvolwok {
|
|
30145
|
+
font-family: Inter;
|
|
30146
|
+
font-style: normal;
|
|
30147
|
+
font-weight: normal;
|
|
30148
|
+
font-size: 18px;
|
|
30149
|
+
line-height: 22px;
|
|
30159
30150
|
}
|
|
30160
30151
|
|
|
30161
|
-
.
|
|
30162
|
-
|
|
30163
|
-
|
|
30164
|
-
|
|
30165
|
-
|
|
30152
|
+
.h181qhg4 {
|
|
30153
|
+
font-family: Inter;
|
|
30154
|
+
font-style: normal;
|
|
30155
|
+
font-weight: bold;
|
|
30156
|
+
font-size: 16px;
|
|
30157
|
+
line-height: 22px;
|
|
30166
30158
|
}
|
|
30167
30159
|
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30170
|
-
|
|
30171
|
-
|
|
30172
|
-
|
|
30173
|
-
|
|
30174
|
-
border-radius: 50%;
|
|
30175
|
-
margin: 0 4px;
|
|
30160
|
+
.h1phgmcq {
|
|
30161
|
+
font-family: Inter;
|
|
30162
|
+
font-style: normal;
|
|
30163
|
+
font-weight: normal;
|
|
30164
|
+
font-size: 16px;
|
|
30165
|
+
line-height: 22px;
|
|
30176
30166
|
}
|
|
30177
30167
|
|
|
30178
|
-
.
|
|
30179
|
-
|
|
30180
|
-
|
|
30181
|
-
|
|
30168
|
+
.h173xnl1 {
|
|
30169
|
+
font-family: Inter;
|
|
30170
|
+
font-style: normal;
|
|
30171
|
+
font-weight: bold;
|
|
30172
|
+
font-size: 14px;
|
|
30173
|
+
line-height: 20px;
|
|
30182
30174
|
}
|
|
30183
|
-
|
|
30184
|
-
|
|
30185
|
-
|
|
30175
|
+
|
|
30176
|
+
.hedm4pz {
|
|
30177
|
+
font-family: Inter;
|
|
30178
|
+
font-style: normal;
|
|
30179
|
+
font-weight: normal;
|
|
30180
|
+
font-size: 14px;
|
|
30181
|
+
line-height: 20px;
|
|
30186
30182
|
}
|
|
30187
|
-
|
|
30188
|
-
|
|
30183
|
+
|
|
30184
|
+
.h1kd8xld {
|
|
30185
|
+
font-family: Inter;
|
|
30186
|
+
font-style: normal;
|
|
30187
|
+
font-weight: bold;
|
|
30188
|
+
font-size: 12px;
|
|
30189
|
+
line-height: 18px;
|
|
30189
30190
|
}
|
|
30190
|
-
|
|
30191
|
-
|
|
30191
|
+
|
|
30192
|
+
.hp14fr {
|
|
30193
|
+
font-family: Inter;
|
|
30194
|
+
font-style: normal;
|
|
30195
|
+
font-weight: normal;
|
|
30196
|
+
font-size: 12px;
|
|
30197
|
+
line-height: 18px;
|
|
30192
30198
|
}
|
|
30193
|
-
|
|
30194
|
-
|
|
30199
|
+
|
|
30200
|
+
.hgrg7mn {
|
|
30201
|
+
font-family: Inter;
|
|
30202
|
+
font-style: normal;
|
|
30203
|
+
font-weight: bold;
|
|
30204
|
+
text-transform: uppercase;
|
|
30205
|
+
font-feature-settings: "cpsp" on;
|
|
30206
|
+
font-size: 12px;
|
|
30207
|
+
line-height: 18px;
|
|
30195
30208
|
}
|
|
30196
30209
|
|
|
30197
|
-
.
|
|
30210
|
+
.h6zme9x {
|
|
30211
|
+
font-family: Inter;
|
|
30212
|
+
font-style: normal;
|
|
30213
|
+
font-weight: normal;
|
|
30214
|
+
text-transform: uppercase;
|
|
30215
|
+
font-feature-settings: "cpsp" on;
|
|
30198
30216
|
font-size: 12px;
|
|
30199
30217
|
line-height: 18px;
|
|
30200
|
-
font-weight: bold;
|
|
30201
|
-
color: #fff;
|
|
30202
|
-
padding: 0 4px;
|
|
30203
|
-
border-radius: 4px;
|
|
30204
|
-
display: inline-block;
|
|
30205
|
-
background: var(--ti7fpyu-0);
|
|
30206
30218
|
}
|
|
30207
|
-
|
|
30208
|
-
|
|
30219
|
+
|
|
30220
|
+
.locjvsv {
|
|
30221
|
+
font-family: Inter;
|
|
30222
|
+
font-style: normal;
|
|
30223
|
+
font-weight: normal;
|
|
30224
|
+
font-size: 16px;
|
|
30225
|
+
line-height: 24px;
|
|
30209
30226
|
}
|
|
30210
30227
|
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30213
|
-
|
|
30214
|
-
|
|
30215
|
-
|
|
30216
|
-
|
|
30228
|
+
.l13gi131 {
|
|
30229
|
+
font-family: Inter;
|
|
30230
|
+
font-style: normal;
|
|
30231
|
+
font-weight: bold;
|
|
30232
|
+
font-size: 16px;
|
|
30233
|
+
line-height: 24px;
|
|
30217
30234
|
}
|
|
30218
30235
|
|
|
30219
|
-
.
|
|
30220
|
-
font-
|
|
30236
|
+
.l1ynemsu {
|
|
30237
|
+
font-family: Inter;
|
|
30238
|
+
font-style: normal;
|
|
30239
|
+
font-weight: normal;
|
|
30240
|
+
font-size: 16px;
|
|
30241
|
+
line-height: 24px;
|
|
30242
|
+
}
|
|
30243
|
+
|
|
30244
|
+
.l1cft1cx {
|
|
30245
|
+
font-family: Inter;
|
|
30246
|
+
font-style: normal;
|
|
30221
30247
|
font-weight: bold;
|
|
30222
|
-
|
|
30223
|
-
|
|
30224
|
-
margin-left: 2px;
|
|
30225
|
-
margin-right: 2px;
|
|
30226
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30227
|
-
border-radius: 4px;
|
|
30248
|
+
font-size: 16px;
|
|
30249
|
+
line-height: 24px;
|
|
30228
30250
|
}
|
|
30229
30251
|
|
|
30230
|
-
.
|
|
30231
|
-
|
|
30252
|
+
.l17tqc8p {
|
|
30253
|
+
font-family: Inter;
|
|
30254
|
+
font-style: normal;
|
|
30255
|
+
font-weight: normal;
|
|
30256
|
+
text-transform: uppercase;
|
|
30257
|
+
font-feature-settings: "cpsp" on;
|
|
30258
|
+
font-size: 16px;
|
|
30259
|
+
line-height: 24px;
|
|
30232
30260
|
}
|
|
30233
|
-
|
|
30234
|
-
|
|
30261
|
+
|
|
30262
|
+
.l1j1e5w7 {
|
|
30263
|
+
font-family: Inter;
|
|
30264
|
+
font-style: normal;
|
|
30265
|
+
font-weight: bold;
|
|
30266
|
+
text-transform: uppercase;
|
|
30267
|
+
font-feature-settings: "cpsp" on;
|
|
30268
|
+
font-size: 16px;
|
|
30269
|
+
line-height: 24px;
|
|
30235
30270
|
}
|
|
30236
|
-
|
|
30237
|
-
|
|
30271
|
+
|
|
30272
|
+
.l1gf91jb {
|
|
30273
|
+
font-family: Inter;
|
|
30274
|
+
font-style: normal;
|
|
30275
|
+
font-weight: normal;
|
|
30276
|
+
font-size: 14px;
|
|
30277
|
+
line-height: 22px;
|
|
30238
30278
|
}
|
|
30239
|
-
|
|
30240
|
-
|
|
30279
|
+
|
|
30280
|
+
.lu7hlr6 {
|
|
30281
|
+
font-family: Inter;
|
|
30282
|
+
font-style: normal;
|
|
30283
|
+
font-weight: 500;
|
|
30284
|
+
font-size: 14px;
|
|
30285
|
+
line-height: 22px;
|
|
30241
30286
|
}
|
|
30242
|
-
|
|
30243
|
-
|
|
30287
|
+
|
|
30288
|
+
.l3l3jf0 {
|
|
30289
|
+
font-family: Inter;
|
|
30290
|
+
font-style: normal;
|
|
30291
|
+
font-weight: bold;
|
|
30292
|
+
font-size: 14px;
|
|
30293
|
+
line-height: 22px;
|
|
30244
30294
|
}
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
|
|
30295
|
+
|
|
30296
|
+
.l12j5nqp {
|
|
30297
|
+
font-family: Inter;
|
|
30298
|
+
font-style: normal;
|
|
30299
|
+
font-weight: normal;
|
|
30300
|
+
font-size: 14px;
|
|
30301
|
+
line-height: 22px;
|
|
30248
30302
|
}
|
|
30249
|
-
|
|
30250
|
-
|
|
30251
|
-
|
|
30252
|
-
|
|
30253
|
-
|
|
30254
|
-
font-size:
|
|
30255
|
-
line-height:
|
|
30256
|
-
color: #8e9aa9;
|
|
30257
|
-
}
|
|
30258
|
-
.f1y3gta0 .form-item-label {
|
|
30259
|
-
padding-right: 12px;
|
|
30260
|
-
font-size: 13px;
|
|
30261
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30262
|
-
}
|
|
30263
|
-
.f1y3gta0 .form-item-label.label-right {
|
|
30264
|
-
text-align: right;
|
|
30265
|
-
}
|
|
30266
|
-
.f1y3gta0 .form-item-label,
|
|
30267
|
-
.f1y3gta0 .form-item-control {
|
|
30268
|
-
line-height: 32px;
|
|
30269
|
-
}
|
|
30270
|
-
.f1y3gta0 .form-item-control .form-item-error {
|
|
30271
|
-
line-height: 18px;
|
|
30272
|
-
}
|
|
30273
|
-
.f1y3gta0 .form-item-children {
|
|
30274
|
-
width: 100%;
|
|
30303
|
+
|
|
30304
|
+
.l1tecqht {
|
|
30305
|
+
font-family: Inter;
|
|
30306
|
+
font-style: normal;
|
|
30307
|
+
font-weight: bold;
|
|
30308
|
+
font-size: 14px;
|
|
30309
|
+
line-height: 22px;
|
|
30275
30310
|
}
|
|
30276
|
-
|
|
30277
|
-
|
|
30311
|
+
|
|
30312
|
+
.l6sa990 {
|
|
30313
|
+
font-family: Inter;
|
|
30314
|
+
font-style: normal;
|
|
30315
|
+
font-weight: normal;
|
|
30316
|
+
text-transform: uppercase;
|
|
30317
|
+
font-feature-settings: "cpsp" on;
|
|
30318
|
+
font-size: 14px;
|
|
30319
|
+
line-height: 22px;
|
|
30278
30320
|
}
|
|
30279
|
-
|
|
30280
|
-
|
|
30281
|
-
|
|
30282
|
-
|
|
30321
|
+
|
|
30322
|
+
.lckqe8j {
|
|
30323
|
+
font-family: Inter;
|
|
30324
|
+
font-style: normal;
|
|
30325
|
+
font-weight: bold;
|
|
30326
|
+
text-transform: uppercase;
|
|
30327
|
+
font-feature-settings: "cpsp" on;
|
|
30328
|
+
font-size: 14px;
|
|
30329
|
+
line-height: 22px;
|
|
30283
30330
|
}
|
|
30284
|
-
|
|
30285
|
-
|
|
30286
|
-
|
|
30287
|
-
|
|
30331
|
+
|
|
30332
|
+
.l1kuminb {
|
|
30333
|
+
font-family: Inter;
|
|
30334
|
+
font-style: normal;
|
|
30335
|
+
font-weight: normal;
|
|
30336
|
+
font-size: 13px;
|
|
30337
|
+
line-height: 20px;
|
|
30288
30338
|
}
|
|
30289
|
-
|
|
30290
|
-
.
|
|
30291
|
-
|
|
30292
|
-
|
|
30339
|
+
|
|
30340
|
+
.l1pbuf5j {
|
|
30341
|
+
font-family: Inter;
|
|
30342
|
+
font-style: normal;
|
|
30343
|
+
font-weight: 600;
|
|
30344
|
+
font-size: 13px;
|
|
30345
|
+
line-height: 20px;
|
|
30293
30346
|
}
|
|
30294
30347
|
|
|
30295
|
-
.
|
|
30296
|
-
|
|
30348
|
+
.l1r4ztu {
|
|
30349
|
+
font-family: Inter;
|
|
30350
|
+
font-style: normal;
|
|
30297
30351
|
font-weight: bold;
|
|
30298
|
-
|
|
30299
|
-
|
|
30300
|
-
margin-bottom: 16px;
|
|
30301
|
-
}
|
|
30302
|
-
.fujbm7g:not(:first-of-type) {
|
|
30303
|
-
margin-top: 16px;
|
|
30352
|
+
font-size: 13px;
|
|
30353
|
+
line-height: 20px;
|
|
30304
30354
|
}
|
|
30305
30355
|
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30308
|
-
|
|
30309
|
-
|
|
30310
|
-
|
|
30311
|
-
|
|
30312
|
-
cursor: pointer;
|
|
30313
|
-
transition: all 200ms ease-out 40ms;
|
|
30314
|
-
}
|
|
30315
|
-
.e5fsw5s:before, .e5fsw5s:after {
|
|
30316
|
-
content: "";
|
|
30317
|
-
width: 1px;
|
|
30318
|
-
height: 6px;
|
|
30319
|
-
border-radius: 1px;
|
|
30320
|
-
background: #ccd4e3;
|
|
30321
|
-
position: relative;
|
|
30322
|
-
right: 2px;
|
|
30323
|
-
transform: rotate(-45deg);
|
|
30356
|
+
.ly8vzok {
|
|
30357
|
+
font-family: Inter;
|
|
30358
|
+
font-style: normal;
|
|
30359
|
+
font-weight: normal;
|
|
30360
|
+
font-size: 13px;
|
|
30361
|
+
line-height: 20px;
|
|
30324
30362
|
}
|
|
30325
|
-
|
|
30326
|
-
|
|
30327
|
-
|
|
30363
|
+
|
|
30364
|
+
.lumfmf {
|
|
30365
|
+
font-family: Inter;
|
|
30366
|
+
font-style: normal;
|
|
30367
|
+
font-weight: 600;
|
|
30368
|
+
font-size: 13px;
|
|
30369
|
+
line-height: 20px;
|
|
30328
30370
|
}
|
|
30329
30371
|
|
|
30330
|
-
.
|
|
30331
|
-
|
|
30332
|
-
|
|
30333
|
-
|
|
30372
|
+
.l16ujwmv {
|
|
30373
|
+
font-family: Inter;
|
|
30374
|
+
font-style: normal;
|
|
30375
|
+
font-weight: bold;
|
|
30376
|
+
font-size: 13px;
|
|
30377
|
+
line-height: 20px;
|
|
30334
30378
|
}
|
|
30335
|
-
|
|
30336
|
-
.
|
|
30337
|
-
|
|
30379
|
+
|
|
30380
|
+
.l17o1ffr {
|
|
30381
|
+
font-family: Inter;
|
|
30382
|
+
font-style: normal;
|
|
30383
|
+
font-weight: normal;
|
|
30384
|
+
text-transform: uppercase;
|
|
30385
|
+
font-feature-settings: "cpsp" on;
|
|
30386
|
+
font-size: 13px;
|
|
30387
|
+
line-height: 20px;
|
|
30338
30388
|
}
|
|
30339
|
-
|
|
30340
|
-
.
|
|
30341
|
-
|
|
30389
|
+
|
|
30390
|
+
.lngllvn {
|
|
30391
|
+
font-family: Inter;
|
|
30392
|
+
font-style: normal;
|
|
30393
|
+
font-weight: bold;
|
|
30394
|
+
text-transform: uppercase;
|
|
30395
|
+
font-feature-settings: "cpsp" on;
|
|
30396
|
+
font-size: 13px;
|
|
30397
|
+
line-height: 20px;
|
|
30342
30398
|
}
|
|
30343
30399
|
|
|
30344
|
-
.
|
|
30345
|
-
|
|
30346
|
-
|
|
30347
|
-
|
|
30348
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30349
|
-
border-radius: 6px;
|
|
30350
|
-
color: #e07f00;
|
|
30400
|
+
.l2i7fo9 {
|
|
30401
|
+
font-family: Inter;
|
|
30402
|
+
font-style: normal;
|
|
30403
|
+
font-weight: normal;
|
|
30351
30404
|
font-size: 12px;
|
|
30352
30405
|
line-height: 18px;
|
|
30353
30406
|
}
|
|
30354
|
-
.ng31n2o .icon-wrapper {
|
|
30355
|
-
margin-right: 10px;
|
|
30356
|
-
height: 18px;
|
|
30357
|
-
}
|
|
30358
30407
|
|
|
30359
|
-
.
|
|
30360
|
-
|
|
30361
|
-
|
|
30362
|
-
|
|
30363
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30364
|
-
border-radius: 6px;
|
|
30365
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30408
|
+
.l1x7hscx {
|
|
30409
|
+
font-family: Inter;
|
|
30410
|
+
font-style: normal;
|
|
30411
|
+
font-weight: 500;
|
|
30366
30412
|
font-size: 12px;
|
|
30367
30413
|
line-height: 18px;
|
|
30368
30414
|
}
|
|
30369
|
-
.n15x5f5y .icon-wrapper {
|
|
30370
|
-
margin-right: 10px;
|
|
30371
|
-
height: 18px;
|
|
30372
|
-
}
|
|
30373
30415
|
|
|
30374
|
-
.
|
|
30375
|
-
|
|
30376
|
-
|
|
30377
|
-
|
|
30378
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30379
|
-
border-radius: 6px;
|
|
30380
|
-
color: #005ed1;
|
|
30416
|
+
.le1jwan {
|
|
30417
|
+
font-family: Inter;
|
|
30418
|
+
font-style: normal;
|
|
30419
|
+
font-weight: bold;
|
|
30381
30420
|
font-size: 12px;
|
|
30382
30421
|
line-height: 18px;
|
|
30383
30422
|
}
|
|
30384
|
-
.i16ozz3f .icon-wrapper {
|
|
30385
|
-
margin-right: 10px;
|
|
30386
|
-
height: 18px;
|
|
30387
|
-
}
|
|
30388
30423
|
|
|
30389
|
-
.
|
|
30390
|
-
|
|
30391
|
-
|
|
30424
|
+
.lyxynfj {
|
|
30425
|
+
font-family: Inter;
|
|
30426
|
+
font-style: normal;
|
|
30427
|
+
font-weight: normal;
|
|
30392
30428
|
font-size: 12px;
|
|
30393
30429
|
line-height: 18px;
|
|
30394
30430
|
}
|
|
30395
30431
|
|
|
30396
|
-
.
|
|
30397
|
-
|
|
30432
|
+
.lpb2nxv {
|
|
30433
|
+
font-family: Inter;
|
|
30434
|
+
font-style: normal;
|
|
30435
|
+
font-weight: 500;
|
|
30398
30436
|
font-size: 12px;
|
|
30399
|
-
|
|
30437
|
+
line-height: 18px;
|
|
30400
30438
|
}
|
|
30401
30439
|
|
|
30402
|
-
.
|
|
30403
|
-
|
|
30404
|
-
|
|
30405
|
-
|
|
30440
|
+
.l1r8o3vv {
|
|
30441
|
+
font-family: Inter;
|
|
30442
|
+
font-style: normal;
|
|
30443
|
+
font-weight: bold;
|
|
30444
|
+
font-size: 12px;
|
|
30445
|
+
line-height: 18px;
|
|
30406
30446
|
}
|
|
30407
|
-
|
|
30408
|
-
|
|
30447
|
+
|
|
30448
|
+
.lemnjy2 {
|
|
30449
|
+
font-family: Inter;
|
|
30450
|
+
font-style: normal;
|
|
30451
|
+
font-weight: normal;
|
|
30452
|
+
text-transform: uppercase;
|
|
30453
|
+
font-feature-settings: "cpsp" on;
|
|
30454
|
+
font-size: 12px;
|
|
30455
|
+
line-height: 18px;
|
|
30409
30456
|
}
|
|
30410
30457
|
|
|
30411
|
-
.
|
|
30412
|
-
|
|
30458
|
+
.lrc42gb {
|
|
30459
|
+
font-family: Inter;
|
|
30460
|
+
font-style: normal;
|
|
30461
|
+
font-weight: bold;
|
|
30462
|
+
text-transform: uppercase;
|
|
30463
|
+
font-feature-settings: "cpsp" on;
|
|
30464
|
+
font-size: 12px;
|
|
30465
|
+
line-height: 18px;
|
|
30413
30466
|
}
|
|
30414
30467
|
|
|
30415
|
-
.
|
|
30416
|
-
|
|
30417
|
-
|
|
30418
|
-
|
|
30419
|
-
|
|
30420
|
-
|
|
30421
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30468
|
+
.fqaz4mb {
|
|
30469
|
+
font-family: Inter;
|
|
30470
|
+
font-style: normal;
|
|
30471
|
+
font-weight: normal;
|
|
30472
|
+
font-size: 13px;
|
|
30473
|
+
line-height: 20px;
|
|
30422
30474
|
}
|
|
30423
|
-
|
|
30424
|
-
|
|
30425
|
-
|
|
30475
|
+
|
|
30476
|
+
.f13we5o {
|
|
30477
|
+
font-family: Inter;
|
|
30478
|
+
font-style: normal;
|
|
30479
|
+
font-weight: normal;
|
|
30480
|
+
font-size: 13px;
|
|
30481
|
+
line-height: 20px;
|
|
30426
30482
|
}
|
|
30427
|
-
|
|
30428
|
-
|
|
30483
|
+
|
|
30484
|
+
.ffmjua2 {
|
|
30485
|
+
font-family: Inter;
|
|
30486
|
+
font-style: normal;
|
|
30487
|
+
font-weight: normal;
|
|
30488
|
+
font-size: 12px;
|
|
30429
30489
|
line-height: 18px;
|
|
30430
30490
|
}
|
|
30431
|
-
|
|
30432
|
-
|
|
30433
|
-
|
|
30434
|
-
|
|
30435
|
-
|
|
30436
|
-
|
|
30437
|
-
|
|
30438
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30439
|
-
z-index: 1;
|
|
30440
|
-
}
|
|
30441
|
-
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30442
|
-
border-color: #e75a3a;
|
|
30443
|
-
color: #e75a3a;
|
|
30444
|
-
}
|
|
30445
|
-
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30446
|
-
border-color: #e75a3a;
|
|
30447
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30448
|
-
}
|
|
30449
|
-
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30450
|
-
border-color: #e75a3a;
|
|
30451
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30452
|
-
}
|
|
30453
|
-
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30454
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30455
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30456
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30491
|
+
|
|
30492
|
+
.fz2mxw0 {
|
|
30493
|
+
font-family: Inter;
|
|
30494
|
+
font-style: normal;
|
|
30495
|
+
font-weight: normal;
|
|
30496
|
+
font-size: 12px;
|
|
30497
|
+
line-height: 18px;
|
|
30457
30498
|
}
|
|
30458
|
-
|
|
30459
|
-
|
|
30460
|
-
|
|
30461
|
-
|
|
30499
|
+
|
|
30500
|
+
.t1ertzoh {
|
|
30501
|
+
font-family: Inter;
|
|
30502
|
+
font-style: normal;
|
|
30503
|
+
font-weight: normal;
|
|
30504
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30505
|
+
font-size: 13px;
|
|
30462
30506
|
line-height: 20px;
|
|
30463
|
-
color: #2d3a56;
|
|
30464
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30465
30507
|
}
|
|
30466
|
-
|
|
30467
|
-
.
|
|
30468
|
-
|
|
30508
|
+
|
|
30509
|
+
.t19bge8r {
|
|
30510
|
+
font-family: Inter;
|
|
30511
|
+
font-style: normal;
|
|
30512
|
+
font-weight: normal;
|
|
30513
|
+
font-feature-settings: "zero" on;
|
|
30514
|
+
font-size: 13px;
|
|
30515
|
+
line-height: 20px;
|
|
30469
30516
|
}
|
|
30470
|
-
|
|
30471
|
-
|
|
30472
|
-
|
|
30517
|
+
|
|
30518
|
+
.tjrzfyl {
|
|
30519
|
+
font-family: Inter;
|
|
30520
|
+
font-style: normal;
|
|
30521
|
+
font-weight: normal;
|
|
30522
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30523
|
+
font-size: 12px;
|
|
30524
|
+
line-height: 18px;
|
|
30473
30525
|
}
|
|
30474
|
-
|
|
30475
|
-
|
|
30526
|
+
|
|
30527
|
+
.tm6s7bo {
|
|
30528
|
+
font-family: Inter;
|
|
30529
|
+
font-style: normal;
|
|
30530
|
+
font-weight: 500;
|
|
30531
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30532
|
+
font-size: 12px;
|
|
30476
30533
|
line-height: 18px;
|
|
30477
30534
|
}
|
|
30478
|
-
|
|
30479
|
-
|
|
30480
|
-
|
|
30535
|
+
|
|
30536
|
+
.t19zq6ic {
|
|
30537
|
+
font-family: Inter;
|
|
30538
|
+
font-style: normal;
|
|
30539
|
+
font-weight: normal;
|
|
30540
|
+
font-feature-settings: "zero" on;
|
|
30541
|
+
font-size: 12px;
|
|
30542
|
+
line-height: 18px;
|
|
30481
30543
|
}
|
|
30482
|
-
|
|
30483
|
-
|
|
30484
|
-
|
|
30544
|
+
|
|
30545
|
+
.t1gduru8 {
|
|
30546
|
+
font-family: Inter;
|
|
30547
|
+
font-style: normal;
|
|
30548
|
+
font-weight: 500;
|
|
30549
|
+
font-feature-settings: "zero" on;
|
|
30550
|
+
font-size: 12px;
|
|
30551
|
+
line-height: 18px;
|
|
30485
30552
|
}
|
|
30486
|
-
|
|
30487
|
-
|
|
30553
|
+
|
|
30554
|
+
.t55raab {
|
|
30555
|
+
font-family: Inter;
|
|
30556
|
+
font-style: normal;
|
|
30557
|
+
font-weight: bold;
|
|
30558
|
+
font-feature-settings: "zero" on;
|
|
30559
|
+
font-size: 16px;
|
|
30560
|
+
line-height: 24px;
|
|
30488
30561
|
}
|
|
30489
|
-
|
|
30490
|
-
|
|
30562
|
+
|
|
30563
|
+
.u1w9abfe {
|
|
30564
|
+
font-family: Inter;
|
|
30565
|
+
font-style: normal;
|
|
30566
|
+
font-weight: normal;
|
|
30567
|
+
font-size: 10px;
|
|
30568
|
+
line-height: 12px;
|
|
30491
30569
|
}
|
|
30492
|
-
|
|
30493
|
-
|
|
30494
|
-
|
|
30570
|
+
|
|
30571
|
+
.c18gxmrl {
|
|
30572
|
+
border: 1px solid #d8deeb;
|
|
30573
|
+
border-radius: 4px;
|
|
30495
30574
|
}
|
|
30496
|
-
.
|
|
30497
|
-
|
|
30498
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30575
|
+
.c18gxmrl + .c18gxmrl {
|
|
30576
|
+
margin-top: 8px;
|
|
30499
30577
|
}
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30502
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30503
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30578
|
+
.c18gxmrl:hover {
|
|
30579
|
+
border-color: #0080ff;
|
|
30504
30580
|
}
|
|
30505
|
-
|
|
30506
|
-
|
|
30507
|
-
transition-delay: 50ms;
|
|
30581
|
+
.c18gxmrl:hover > header {
|
|
30582
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30508
30583
|
}
|
|
30509
|
-
|
|
30510
|
-
|
|
30511
|
-
height: 40px;
|
|
30584
|
+
.c18gxmrl.active header {
|
|
30585
|
+
border-bottom: 1px solid #d8deeb;
|
|
30512
30586
|
}
|
|
30513
|
-
|
|
30514
|
-
|
|
30587
|
+
.c18gxmrl > header {
|
|
30588
|
+
padding: 8px 12px;
|
|
30515
30589
|
}
|
|
30516
|
-
|
|
30517
|
-
|
|
30518
|
-
|
|
30590
|
+
|
|
30591
|
+
.berrcjl {
|
|
30592
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30593
|
+
margin-bottom: 4px;
|
|
30519
30594
|
}
|
|
30520
|
-
|
|
30521
|
-
|
|
30595
|
+
.berrcjl .breadcrumb-link {
|
|
30596
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30597
|
+
cursor: pointer;
|
|
30598
|
+
transition: color 160ms ease;
|
|
30522
30599
|
}
|
|
30523
|
-
|
|
30524
|
-
|
|
30525
|
-
height: 24px;
|
|
30600
|
+
.berrcjl .breadcrumb-link:hover {
|
|
30601
|
+
color: #0080ff;
|
|
30526
30602
|
}
|
|
30527
|
-
|
|
30528
|
-
|
|
30603
|
+
.berrcjl .breadcrumb-link:active {
|
|
30604
|
+
color: #005ed1;
|
|
30529
30605
|
}
|
|
30530
30606
|
|
|
30531
|
-
.
|
|
30532
|
-
|
|
30533
|
-
|
|
30607
|
+
.cz04yix {
|
|
30608
|
+
display: flex;
|
|
30609
|
+
flex-direction: column;
|
|
30534
30610
|
}
|
|
30535
|
-
|
|
30536
|
-
|
|
30537
|
-
|
|
30538
|
-
|
|
30539
|
-
|
|
30540
|
-
|
|
30611
|
+
|
|
30612
|
+
.m1if5j39 {
|
|
30613
|
+
max-width: 1120px;
|
|
30614
|
+
width: 100%;
|
|
30615
|
+
margin: 0 auto;
|
|
30616
|
+
height: 100%;
|
|
30541
30617
|
}
|
|
30542
|
-
|
|
30543
|
-
|
|
30544
|
-
|
|
30618
|
+
|
|
30619
|
+
.w1vvwdlp {
|
|
30620
|
+
max-width: 1120px;
|
|
30621
|
+
width: 100%;
|
|
30622
|
+
margin: 0 auto;
|
|
30623
|
+
display: flex;
|
|
30545
30624
|
}
|
|
30546
|
-
.
|
|
30547
|
-
|
|
30625
|
+
.w1vvwdlp .left,
|
|
30626
|
+
.w1vvwdlp .right {
|
|
30627
|
+
flex-grow: 0;
|
|
30628
|
+
flex-shrink: 0;
|
|
30629
|
+
flex-basis: 21%;
|
|
30548
30630
|
}
|
|
30549
|
-
.
|
|
30631
|
+
.w1vvwdlp .left {
|
|
30550
30632
|
display: flex;
|
|
30633
|
+
justify-content: flex-end;
|
|
30634
|
+
padding-right: 44px;
|
|
30551
30635
|
}
|
|
30552
|
-
.
|
|
30553
|
-
|
|
30636
|
+
.w1vvwdlp .right {
|
|
30637
|
+
padding-left: 44px;
|
|
30554
30638
|
}
|
|
30555
|
-
.
|
|
30556
|
-
|
|
30557
|
-
|
|
30558
|
-
|
|
30559
|
-
|
|
30639
|
+
.w1vvwdlp .middle {
|
|
30640
|
+
margin-bottom: 40px;
|
|
30641
|
+
flex-grow: 0;
|
|
30642
|
+
flex-shrink: 0;
|
|
30643
|
+
flex-basis: 58%;
|
|
30560
30644
|
}
|
|
30561
|
-
.
|
|
30562
|
-
|
|
30563
|
-
font-size: 12px;
|
|
30564
|
-
cursor: pointer;
|
|
30645
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30646
|
+
width: 100%;
|
|
30565
30647
|
}
|
|
30566
|
-
.
|
|
30567
|
-
|
|
30568
|
-
}
|
|
30569
|
-
.kypn5o5.has-focus-indicator {
|
|
30570
|
-
position: relative;
|
|
30571
|
-
overflow: hidden;
|
|
30572
|
-
}
|
|
30573
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30574
|
-
position: absolute;
|
|
30575
|
-
top: 50%;
|
|
30576
|
-
transform: translateY(-50%);
|
|
30577
|
-
left: -16px;
|
|
30578
|
-
transition: left 150ms ease;
|
|
30579
|
-
opacity: 0;
|
|
30580
|
-
}
|
|
30581
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30582
|
-
left: 8px;
|
|
30583
|
-
opacity: 1;
|
|
30648
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30649
|
+
width: auto;
|
|
30584
30650
|
}
|
|
30585
|
-
|
|
30586
|
-
|
|
30587
|
-
margin
|
|
30651
|
+
|
|
30652
|
+
.h1cuopx7 .ant-modal-header {
|
|
30653
|
+
margin: 0 auto;
|
|
30654
|
+
width: 100%;
|
|
30655
|
+
max-width: 648px;
|
|
30588
30656
|
}
|
|
30589
|
-
.
|
|
30590
|
-
margin-left:
|
|
30657
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30658
|
+
margin-left: 0;
|
|
30591
30659
|
}
|
|
30592
|
-
|
|
30593
|
-
|
|
30594
|
-
|
|
30595
|
-
|
|
30660
|
+
.h1cuopx7 .ant-modal-body {
|
|
30661
|
+
margin: 0 auto;
|
|
30662
|
+
padding: 0;
|
|
30663
|
+
width: 100%;
|
|
30664
|
+
max-width: 648px;
|
|
30665
|
+
overflow: hidden;
|
|
30596
30666
|
}
|
|
30597
|
-
|
|
30598
|
-
|
|
30599
|
-
border-top-right-radius: 0;
|
|
30600
|
-
border-bottom-right-radius: 0;
|
|
30667
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30668
|
+
margin-bottom: 40px;
|
|
30601
30669
|
}
|
|
30602
|
-
|
|
30603
|
-
|
|
30604
|
-
|
|
30605
|
-
border-bottom-left-radius: 0;
|
|
30670
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30671
|
+
height: calc(100vh - 225px);
|
|
30672
|
+
overflow-y: auto;
|
|
30606
30673
|
}
|
|
30607
|
-
|
|
30608
|
-
|
|
30609
|
-
|
|
30610
|
-
border-bottom-left-radius: 0;
|
|
30674
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30675
|
+
margin: 0 auto;
|
|
30676
|
+
max-width: 648px;
|
|
30611
30677
|
}
|
|
30612
30678
|
|
|
30613
|
-
.
|
|
30614
|
-
|
|
30615
|
-
|
|
30679
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30680
|
+
margin: 0 auto;
|
|
30681
|
+
width: 100%;
|
|
30682
|
+
max-width: 1024px;
|
|
30616
30683
|
}
|
|
30617
|
-
|
|
30618
|
-
|
|
30619
|
-
border-top-left-radius: 0;
|
|
30620
|
-
border-bottom-left-radius: 0;
|
|
30684
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30685
|
+
margin-left: 0;
|
|
30621
30686
|
}
|
|
30622
|
-
|
|
30623
|
-
|
|
30624
|
-
|
|
30625
|
-
|
|
30626
|
-
|
|
30687
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30688
|
+
margin: 0 auto;
|
|
30689
|
+
padding: 0;
|
|
30690
|
+
width: 100%;
|
|
30691
|
+
max-width: 1024px;
|
|
30627
30692
|
overflow: hidden;
|
|
30628
30693
|
}
|
|
30629
|
-
.
|
|
30630
|
-
|
|
30694
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30695
|
+
margin-bottom: 40px;
|
|
30631
30696
|
}
|
|
30632
|
-
.
|
|
30633
|
-
|
|
30634
|
-
|
|
30697
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30698
|
+
height: calc(100vh - 225px);
|
|
30699
|
+
overflow-y: auto;
|
|
30635
30700
|
}
|
|
30636
|
-
.
|
|
30637
|
-
|
|
30638
|
-
|
|
30701
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30702
|
+
margin: 0 auto;
|
|
30703
|
+
max-width: 1024px;
|
|
30639
30704
|
}
|
|
30640
|
-
|
|
30641
|
-
|
|
30642
|
-
|
|
30705
|
+
|
|
30706
|
+
.fxgckuk {
|
|
30707
|
+
flex: 1;
|
|
30643
30708
|
}
|
|
30644
|
-
.
|
|
30645
|
-
|
|
30646
|
-
|
|
30709
|
+
.fxgckuk label {
|
|
30710
|
+
font-size: 13px;
|
|
30711
|
+
line-height: 20px;
|
|
30712
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30647
30713
|
}
|
|
30648
|
-
.
|
|
30649
|
-
|
|
30650
|
-
|
|
30651
|
-
|
|
30652
|
-
|
|
30714
|
+
.fxgckuk .title {
|
|
30715
|
+
font-size: 14px;
|
|
30716
|
+
line-height: 20px;
|
|
30717
|
+
color: #2d3a56;
|
|
30718
|
+
margin-bottom: 12px;
|
|
30653
30719
|
}
|
|
30654
|
-
.
|
|
30655
|
-
|
|
30656
|
-
width: 28px;
|
|
30720
|
+
.fxgckuk.connect-cluster .title {
|
|
30721
|
+
padding-bottom: 26px;
|
|
30657
30722
|
}
|
|
30658
|
-
|
|
30659
|
-
|
|
30723
|
+
|
|
30724
|
+
.f1d0vek1 {
|
|
30725
|
+
padding: 25px 0 15px 0;
|
|
30726
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30727
|
+
margin-bottom: 16px;
|
|
30660
30728
|
}
|
|
30661
|
-
|
|
30662
|
-
|
|
30729
|
+
|
|
30730
|
+
.f4u402y {
|
|
30731
|
+
display: flex;
|
|
30732
|
+
align-items: center;
|
|
30733
|
+
margin-bottom: 8px;
|
|
30663
30734
|
}
|
|
30664
|
-
.
|
|
30665
|
-
|
|
30735
|
+
.f4u402y > label {
|
|
30736
|
+
width: 216px;
|
|
30666
30737
|
}
|
|
30667
|
-
.
|
|
30668
|
-
|
|
30738
|
+
.f4u402y > label + * {
|
|
30739
|
+
width: 100%;
|
|
30669
30740
|
}
|
|
30670
|
-
.
|
|
30671
|
-
|
|
30741
|
+
.f4u402y .ant-select {
|
|
30742
|
+
width: 100%;
|
|
30672
30743
|
}
|
|
30673
30744
|
|
|
30674
|
-
.
|
|
30675
|
-
|
|
30745
|
+
.e1pldf6v {
|
|
30746
|
+
color: #e75a3a;
|
|
30747
|
+
margin-right: 10px;
|
|
30676
30748
|
}
|
|
30677
30749
|
|
|
30678
|
-
.
|
|
30679
|
-
|
|
30750
|
+
.dq0gblh {
|
|
30751
|
+
width: 100%;
|
|
30752
|
+
height: 1px;
|
|
30753
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30754
|
+
margin: 24px 0;
|
|
30680
30755
|
}
|
|
30681
30756
|
|
|
30682
|
-
.
|
|
30683
|
-
|
|
30684
|
-
|
|
30685
|
-
|
|
30686
|
-
|
|
30687
|
-
line-height: 40px;
|
|
30757
|
+
.l1v7sr0n {
|
|
30758
|
+
display: flex;
|
|
30759
|
+
justify-content: center;
|
|
30760
|
+
align-items: center;
|
|
30761
|
+
height: 100%;
|
|
30688
30762
|
}
|
|
30689
30763
|
|
|
30690
|
-
.
|
|
30691
|
-
|
|
30692
|
-
|
|
30693
|
-
|
|
30694
|
-
|
|
30695
|
-
|
|
30764
|
+
.d1i4ou6o {
|
|
30765
|
+
display: inline-block;
|
|
30766
|
+
width: 4px;
|
|
30767
|
+
height: 4px;
|
|
30768
|
+
background: #8e9aa9;
|
|
30769
|
+
opacity: 0.4;
|
|
30770
|
+
border-radius: 50%;
|
|
30771
|
+
margin: 0 4px;
|
|
30696
30772
|
}
|
|
30697
30773
|
|
|
30698
|
-
.
|
|
30699
|
-
|
|
30700
|
-
|
|
30701
|
-
|
|
30702
|
-
|
|
30703
|
-
|
|
30774
|
+
.m1jy87hk .ant-modal-header,
|
|
30775
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30776
|
+
width: 648px;
|
|
30777
|
+
margin: 0 auto;
|
|
30778
|
+
}
|
|
30779
|
+
.m1jy87hk .ant-modal-header {
|
|
30780
|
+
padding: 35px 0 24px;
|
|
30781
|
+
border: none;
|
|
30782
|
+
}
|
|
30783
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30784
|
+
font-size: 30px;
|
|
30785
|
+
}
|
|
30786
|
+
.m1jy87hk .ant-modal-body {
|
|
30787
|
+
padding: 4px 0 2px;
|
|
30788
|
+
}
|
|
30789
|
+
.m1jy87hk .ant-modal-footer {
|
|
30790
|
+
border: none;
|
|
30704
30791
|
}
|
|
30705
30792
|
|
|
30706
|
-
.
|
|
30707
|
-
font-
|
|
30708
|
-
|
|
30793
|
+
.ti7fpyu {
|
|
30794
|
+
font-size: 12px;
|
|
30795
|
+
line-height: 18px;
|
|
30709
30796
|
font-weight: bold;
|
|
30710
|
-
|
|
30711
|
-
|
|
30797
|
+
color: #fff;
|
|
30798
|
+
padding: 0 4px;
|
|
30799
|
+
border-radius: 4px;
|
|
30800
|
+
display: inline-block;
|
|
30801
|
+
background: var(--ti7fpyu-0);
|
|
30802
|
+
}
|
|
30803
|
+
.ti7fpyu:not(:first-child) {
|
|
30804
|
+
margin-left: 4px;
|
|
30712
30805
|
}
|
|
30713
30806
|
|
|
30714
|
-
.
|
|
30715
|
-
|
|
30716
|
-
|
|
30717
|
-
|
|
30718
|
-
|
|
30719
|
-
|
|
30807
|
+
.f1rest1f {
|
|
30808
|
+
width: 100%;
|
|
30809
|
+
height: 100%;
|
|
30810
|
+
display: flex;
|
|
30811
|
+
align-items: center;
|
|
30812
|
+
justify-content: center;
|
|
30720
30813
|
}
|
|
30721
30814
|
|
|
30722
|
-
.
|
|
30723
|
-
font-
|
|
30724
|
-
font-style: normal;
|
|
30815
|
+
.n1kbdoln {
|
|
30816
|
+
font-size: 90%;
|
|
30725
30817
|
font-weight: bold;
|
|
30726
|
-
|
|
30727
|
-
|
|
30818
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30819
|
+
padding: 1px 4px 1px;
|
|
30820
|
+
margin-left: 2px;
|
|
30821
|
+
margin-right: 2px;
|
|
30822
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30823
|
+
border-radius: 4px;
|
|
30728
30824
|
}
|
|
30729
30825
|
|
|
30730
|
-
.
|
|
30731
|
-
|
|
30732
|
-
|
|
30733
|
-
|
|
30734
|
-
|
|
30735
|
-
|
|
30826
|
+
.f1y3gta0.form-item-general {
|
|
30827
|
+
width: 640px;
|
|
30828
|
+
}
|
|
30829
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30830
|
+
margin-top: 16px;
|
|
30831
|
+
}
|
|
30832
|
+
.f1y3gta0.form-item-compact {
|
|
30833
|
+
width: 412px;
|
|
30834
|
+
}
|
|
30835
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
30836
|
+
margin-top: 8px;
|
|
30837
|
+
}
|
|
30838
|
+
.f1y3gta0 .form-item {
|
|
30839
|
+
width: auto;
|
|
30840
|
+
}
|
|
30841
|
+
.f1y3gta0 .form-item-main {
|
|
30842
|
+
position: relative;
|
|
30843
|
+
display: flex;
|
|
30844
|
+
}
|
|
30845
|
+
.f1y3gta0 .form-item-extra {
|
|
30846
|
+
margin-top: 4px;
|
|
30847
|
+
width: 100%;
|
|
30848
|
+
padding: 14px;
|
|
30849
|
+
background: #f2f4f6;
|
|
30850
|
+
font-size: 13px;
|
|
30851
|
+
line-height: 1.8;
|
|
30852
|
+
color: #8e9aa9;
|
|
30853
|
+
}
|
|
30854
|
+
.f1y3gta0 .form-item-label {
|
|
30855
|
+
padding-right: 12px;
|
|
30856
|
+
font-size: 13px;
|
|
30857
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30858
|
+
}
|
|
30859
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
30860
|
+
text-align: right;
|
|
30861
|
+
}
|
|
30862
|
+
.f1y3gta0 .form-item-label,
|
|
30863
|
+
.f1y3gta0 .form-item-control {
|
|
30864
|
+
line-height: 32px;
|
|
30865
|
+
}
|
|
30866
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
30867
|
+
line-height: 18px;
|
|
30868
|
+
}
|
|
30869
|
+
.f1y3gta0 .form-item-children {
|
|
30870
|
+
width: 100%;
|
|
30871
|
+
}
|
|
30872
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30873
|
+
width: 100%;
|
|
30874
|
+
}
|
|
30875
|
+
.f1y3gta0 .form-item-error {
|
|
30876
|
+
color: #e75a3a;
|
|
30877
|
+
height: 0;
|
|
30878
|
+
overflow: hidden;
|
|
30879
|
+
}
|
|
30880
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
30881
|
+
margin-top: 4px;
|
|
30882
|
+
height: auto;
|
|
30883
|
+
overflow: auto;
|
|
30884
|
+
}
|
|
30885
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30886
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30887
|
+
border: 1px solid #e75a3a;
|
|
30888
|
+
color: #e75a3a;
|
|
30736
30889
|
}
|
|
30737
30890
|
|
|
30738
|
-
.
|
|
30739
|
-
|
|
30740
|
-
font-style: normal;
|
|
30891
|
+
.fujbm7g {
|
|
30892
|
+
color: #2d3a56;
|
|
30741
30893
|
font-weight: bold;
|
|
30742
|
-
|
|
30743
|
-
|
|
30894
|
+
padding-bottom: 6px;
|
|
30895
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30896
|
+
margin-bottom: 16px;
|
|
30744
30897
|
}
|
|
30745
|
-
|
|
30746
|
-
|
|
30747
|
-
font-family: Inter;
|
|
30748
|
-
font-style: normal;
|
|
30749
|
-
font-weight: normal;
|
|
30750
|
-
font-size: 16px;
|
|
30751
|
-
line-height: 22px;
|
|
30898
|
+
.fujbm7g:not(:first-of-type) {
|
|
30899
|
+
margin-top: 16px;
|
|
30752
30900
|
}
|
|
30753
30901
|
|
|
30754
|
-
.
|
|
30755
|
-
|
|
30756
|
-
|
|
30757
|
-
|
|
30758
|
-
|
|
30759
|
-
|
|
30902
|
+
.e5fsw5s {
|
|
30903
|
+
width: 8px;
|
|
30904
|
+
height: 24px;
|
|
30905
|
+
display: flex;
|
|
30906
|
+
justify-content: center;
|
|
30907
|
+
align-items: center;
|
|
30908
|
+
cursor: pointer;
|
|
30909
|
+
transition: all 200ms ease-out 40ms;
|
|
30910
|
+
}
|
|
30911
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
30912
|
+
content: "";
|
|
30913
|
+
width: 1px;
|
|
30914
|
+
height: 6px;
|
|
30915
|
+
border-radius: 1px;
|
|
30916
|
+
background: #ccd4e3;
|
|
30917
|
+
position: relative;
|
|
30918
|
+
right: 2px;
|
|
30919
|
+
transform: rotate(-45deg);
|
|
30920
|
+
}
|
|
30921
|
+
.e5fsw5s:after {
|
|
30922
|
+
transform: rotate(45deg);
|
|
30923
|
+
left: 1px;
|
|
30760
30924
|
}
|
|
30761
30925
|
|
|
30762
|
-
.
|
|
30763
|
-
|
|
30764
|
-
|
|
30765
|
-
|
|
30766
|
-
|
|
30767
|
-
|
|
30926
|
+
.w18knsg4.ant-alert-warning {
|
|
30927
|
+
border: 0;
|
|
30928
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30929
|
+
border-radius: 6px;
|
|
30930
|
+
}
|
|
30931
|
+
.w18knsg4.ant-alert,
|
|
30932
|
+
.w18knsg4 .ant-alert-message {
|
|
30933
|
+
color: #e07f00;
|
|
30934
|
+
}
|
|
30935
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
30936
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30937
|
+
border-bottom-color: #e07f00;
|
|
30768
30938
|
}
|
|
30769
30939
|
|
|
30770
|
-
.
|
|
30771
|
-
|
|
30772
|
-
|
|
30773
|
-
|
|
30940
|
+
.ng31n2o {
|
|
30941
|
+
display: flex;
|
|
30942
|
+
flex-direction: row;
|
|
30943
|
+
padding: 7px 12px;
|
|
30944
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30945
|
+
border-radius: 6px;
|
|
30946
|
+
color: #e07f00;
|
|
30774
30947
|
font-size: 12px;
|
|
30775
30948
|
line-height: 18px;
|
|
30776
30949
|
}
|
|
30950
|
+
.ng31n2o .icon-wrapper {
|
|
30951
|
+
margin-right: 10px;
|
|
30952
|
+
height: 18px;
|
|
30953
|
+
}
|
|
30777
30954
|
|
|
30778
|
-
.
|
|
30779
|
-
|
|
30780
|
-
|
|
30781
|
-
|
|
30955
|
+
.n15x5f5y {
|
|
30956
|
+
display: flex;
|
|
30957
|
+
flex-direction: row;
|
|
30958
|
+
padding: 7px 12px;
|
|
30959
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30960
|
+
border-radius: 6px;
|
|
30961
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30782
30962
|
font-size: 12px;
|
|
30783
30963
|
line-height: 18px;
|
|
30784
30964
|
}
|
|
30965
|
+
.n15x5f5y .icon-wrapper {
|
|
30966
|
+
margin-right: 10px;
|
|
30967
|
+
height: 18px;
|
|
30968
|
+
}
|
|
30785
30969
|
|
|
30786
|
-
.
|
|
30787
|
-
|
|
30788
|
-
|
|
30789
|
-
|
|
30790
|
-
|
|
30791
|
-
|
|
30970
|
+
.i16ozz3f {
|
|
30971
|
+
display: flex;
|
|
30972
|
+
flex-direction: row;
|
|
30973
|
+
padding: 7px 12px;
|
|
30974
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30975
|
+
border-radius: 6px;
|
|
30976
|
+
color: #005ed1;
|
|
30792
30977
|
font-size: 12px;
|
|
30793
30978
|
line-height: 18px;
|
|
30794
30979
|
}
|
|
30980
|
+
.i16ozz3f .icon-wrapper {
|
|
30981
|
+
margin-right: 10px;
|
|
30982
|
+
height: 18px;
|
|
30983
|
+
}
|
|
30795
30984
|
|
|
30796
|
-
.
|
|
30797
|
-
|
|
30798
|
-
|
|
30799
|
-
font-weight: normal;
|
|
30800
|
-
text-transform: uppercase;
|
|
30801
|
-
font-feature-settings: "cpsp" on;
|
|
30985
|
+
.dszu9qr {
|
|
30986
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30987
|
+
margin-top: 5px;
|
|
30802
30988
|
font-size: 12px;
|
|
30803
30989
|
line-height: 18px;
|
|
30804
30990
|
}
|
|
30805
30991
|
|
|
30806
|
-
.
|
|
30807
|
-
|
|
30808
|
-
font-
|
|
30809
|
-
|
|
30810
|
-
font-size: 16px;
|
|
30811
|
-
line-height: 24px;
|
|
30992
|
+
.snxzgx {
|
|
30993
|
+
color: #f0483e;
|
|
30994
|
+
font-size: 12px;
|
|
30995
|
+
white-space: pre-wrap;
|
|
30812
30996
|
}
|
|
30813
30997
|
|
|
30814
|
-
.
|
|
30815
|
-
|
|
30816
|
-
|
|
30817
|
-
|
|
30818
|
-
font-size: 16px;
|
|
30819
|
-
line-height: 24px;
|
|
30998
|
+
.o1i4orqw {
|
|
30999
|
+
display: flex;
|
|
31000
|
+
align-items: center;
|
|
31001
|
+
justify-content: flex-end;
|
|
30820
31002
|
}
|
|
30821
|
-
|
|
30822
|
-
|
|
30823
|
-
font-family: Inter;
|
|
30824
|
-
font-style: normal;
|
|
30825
|
-
font-weight: normal;
|
|
30826
|
-
font-size: 16px;
|
|
30827
|
-
line-height: 24px;
|
|
31003
|
+
.o1i4orqw .icon-wrapper {
|
|
31004
|
+
margin-right: 16px;
|
|
30828
31005
|
}
|
|
30829
31006
|
|
|
30830
|
-
.
|
|
30831
|
-
|
|
30832
|
-
font-style: normal;
|
|
30833
|
-
font-weight: bold;
|
|
30834
|
-
font-size: 16px;
|
|
30835
|
-
line-height: 24px;
|
|
31007
|
+
.t79k8o2 {
|
|
31008
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30836
31009
|
}
|
|
30837
31010
|
|
|
30838
|
-
.
|
|
30839
|
-
|
|
30840
|
-
|
|
30841
|
-
|
|
30842
|
-
|
|
30843
|
-
|
|
30844
|
-
|
|
30845
|
-
line-height: 24px;
|
|
31011
|
+
.ipd9bk.ant-input {
|
|
31012
|
+
padding: 5px 12px;
|
|
31013
|
+
line-height: 20px;
|
|
31014
|
+
color: #2d3a56;
|
|
31015
|
+
border-radius: 6px;
|
|
31016
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31017
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30846
31018
|
}
|
|
30847
|
-
|
|
30848
|
-
|
|
30849
|
-
|
|
30850
|
-
font-style: normal;
|
|
30851
|
-
font-weight: bold;
|
|
30852
|
-
text-transform: uppercase;
|
|
30853
|
-
font-feature-settings: "cpsp" on;
|
|
30854
|
-
font-size: 16px;
|
|
30855
|
-
line-height: 24px;
|
|
31019
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
31020
|
+
padding: 8px 16px;
|
|
31021
|
+
line-height: 22px;
|
|
30856
31022
|
}
|
|
30857
|
-
|
|
30858
|
-
|
|
30859
|
-
|
|
30860
|
-
font-style: normal;
|
|
30861
|
-
font-weight: normal;
|
|
30862
|
-
font-size: 14px;
|
|
30863
|
-
line-height: 22px;
|
|
31023
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
31024
|
+
padding: 2px 8px;
|
|
31025
|
+
line-height: 18px;
|
|
30864
31026
|
}
|
|
30865
|
-
|
|
30866
|
-
.
|
|
30867
|
-
|
|
30868
|
-
|
|
30869
|
-
font-weight: 500;
|
|
30870
|
-
font-size: 14px;
|
|
30871
|
-
line-height: 22px;
|
|
31027
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
31028
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31029
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31030
|
+
z-index: 1;
|
|
30872
31031
|
}
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
-
|
|
30877
|
-
font-weight: bold;
|
|
30878
|
-
font-size: 14px;
|
|
30879
|
-
line-height: 22px;
|
|
31032
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31033
|
+
border-color: #0096ff;
|
|
31034
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31035
|
+
z-index: 1;
|
|
30880
31036
|
}
|
|
30881
|
-
|
|
30882
|
-
|
|
30883
|
-
|
|
30884
|
-
font-style: normal;
|
|
30885
|
-
font-weight: normal;
|
|
30886
|
-
font-size: 14px;
|
|
30887
|
-
line-height: 22px;
|
|
31037
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
31038
|
+
border-color: #e75a3a;
|
|
31039
|
+
color: #e75a3a;
|
|
30888
31040
|
}
|
|
30889
|
-
|
|
30890
|
-
|
|
30891
|
-
|
|
30892
|
-
font-style: normal;
|
|
30893
|
-
font-weight: bold;
|
|
30894
|
-
font-size: 14px;
|
|
30895
|
-
line-height: 22px;
|
|
31041
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31042
|
+
border-color: #e75a3a;
|
|
31043
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30896
31044
|
}
|
|
30897
|
-
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
font-style: normal;
|
|
30901
|
-
font-weight: normal;
|
|
30902
|
-
text-transform: uppercase;
|
|
30903
|
-
font-feature-settings: "cpsp" on;
|
|
30904
|
-
font-size: 14px;
|
|
30905
|
-
line-height: 22px;
|
|
31045
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
31046
|
+
border-color: #e75a3a;
|
|
31047
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30906
31048
|
}
|
|
30907
|
-
|
|
30908
|
-
.
|
|
30909
|
-
|
|
30910
|
-
|
|
30911
|
-
font-weight: bold;
|
|
30912
|
-
text-transform: uppercase;
|
|
30913
|
-
font-feature-settings: "cpsp" on;
|
|
30914
|
-
font-size: 14px;
|
|
30915
|
-
line-height: 22px;
|
|
31049
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
31050
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31051
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31052
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30916
31053
|
}
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
|
|
30920
|
-
|
|
30921
|
-
font-weight: normal;
|
|
30922
|
-
font-size: 13px;
|
|
31054
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
31055
|
+
padding: 5px 12px;
|
|
31056
|
+
border-radius: 6px;
|
|
31057
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30923
31058
|
line-height: 20px;
|
|
31059
|
+
color: #2d3a56;
|
|
31060
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30924
31061
|
}
|
|
30925
|
-
|
|
30926
|
-
.
|
|
30927
|
-
|
|
30928
|
-
font-style: normal;
|
|
30929
|
-
font-weight: 600;
|
|
30930
|
-
font-size: 13px;
|
|
30931
|
-
line-height: 20px;
|
|
31062
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
31063
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
31064
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30932
31065
|
}
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
font-style: normal;
|
|
30937
|
-
font-weight: bold;
|
|
30938
|
-
font-size: 13px;
|
|
30939
|
-
line-height: 20px;
|
|
31066
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31067
|
+
padding: 8px 16px;
|
|
31068
|
+
line-height: 22px;
|
|
30940
31069
|
}
|
|
30941
|
-
|
|
30942
|
-
|
|
30943
|
-
|
|
30944
|
-
font-style: normal;
|
|
30945
|
-
font-weight: normal;
|
|
30946
|
-
font-size: 13px;
|
|
30947
|
-
line-height: 20px;
|
|
31070
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31071
|
+
padding: 2px 8px;
|
|
31072
|
+
line-height: 18px;
|
|
30948
31073
|
}
|
|
30949
|
-
|
|
30950
|
-
.
|
|
30951
|
-
|
|
30952
|
-
font-style: normal;
|
|
30953
|
-
font-weight: 600;
|
|
30954
|
-
font-size: 13px;
|
|
30955
|
-
line-height: 20px;
|
|
31074
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31075
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31076
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30956
31077
|
}
|
|
30957
|
-
|
|
30958
|
-
|
|
30959
|
-
|
|
30960
|
-
font-style: normal;
|
|
30961
|
-
font-weight: bold;
|
|
30962
|
-
font-size: 13px;
|
|
30963
|
-
line-height: 20px;
|
|
31078
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31079
|
+
border-color: #0096ff;
|
|
31080
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30964
31081
|
}
|
|
30965
|
-
|
|
30966
|
-
|
|
30967
|
-
font-family: Inter;
|
|
30968
|
-
font-style: normal;
|
|
30969
|
-
font-weight: normal;
|
|
30970
|
-
text-transform: uppercase;
|
|
30971
|
-
font-feature-settings: "cpsp" on;
|
|
30972
|
-
font-size: 13px;
|
|
30973
|
-
line-height: 20px;
|
|
31082
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31083
|
+
border-color: #e75a3a;
|
|
30974
31084
|
}
|
|
30975
|
-
|
|
30976
|
-
|
|
30977
|
-
font-family: Inter;
|
|
30978
|
-
font-style: normal;
|
|
30979
|
-
font-weight: bold;
|
|
30980
|
-
text-transform: uppercase;
|
|
30981
|
-
font-feature-settings: "cpsp" on;
|
|
30982
|
-
font-size: 13px;
|
|
30983
|
-
line-height: 20px;
|
|
31085
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31086
|
+
color: #e75a3a;
|
|
30984
31087
|
}
|
|
30985
|
-
|
|
30986
|
-
|
|
30987
|
-
|
|
30988
|
-
font-style: normal;
|
|
30989
|
-
font-weight: normal;
|
|
30990
|
-
font-size: 12px;
|
|
30991
|
-
line-height: 18px;
|
|
31088
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31089
|
+
border-color: #e75a3a;
|
|
31090
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30992
31091
|
}
|
|
30993
|
-
|
|
30994
|
-
|
|
30995
|
-
|
|
30996
|
-
font-style: normal;
|
|
30997
|
-
font-weight: 500;
|
|
30998
|
-
font-size: 12px;
|
|
30999
|
-
line-height: 18px;
|
|
31092
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31093
|
+
border-color: #e75a3a;
|
|
31094
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31000
31095
|
}
|
|
31001
|
-
|
|
31002
|
-
.
|
|
31003
|
-
|
|
31004
|
-
|
|
31005
|
-
font-weight: bold;
|
|
31006
|
-
font-size: 12px;
|
|
31007
|
-
line-height: 18px;
|
|
31096
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31097
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31098
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31099
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31008
31100
|
}
|
|
31009
|
-
|
|
31010
|
-
|
|
31011
|
-
|
|
31012
|
-
font-style: normal;
|
|
31013
|
-
font-weight: normal;
|
|
31014
|
-
font-size: 12px;
|
|
31015
|
-
line-height: 18px;
|
|
31101
|
+
textarea.ipd9bk.ant-input {
|
|
31102
|
+
transition-property: height;
|
|
31103
|
+
transition-delay: 50ms;
|
|
31016
31104
|
}
|
|
31017
|
-
|
|
31018
|
-
|
|
31019
|
-
|
|
31020
|
-
|
|
31021
|
-
|
|
31022
|
-
|
|
31023
|
-
|
|
31105
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
31106
|
+
min-height: 40px;
|
|
31107
|
+
height: 40px;
|
|
31108
|
+
}
|
|
31109
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
31110
|
+
height: 80px;
|
|
31111
|
+
}
|
|
31112
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
31113
|
+
min-height: 32px;
|
|
31114
|
+
height: 32px;
|
|
31115
|
+
}
|
|
31116
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
31117
|
+
height: 64px;
|
|
31118
|
+
}
|
|
31119
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
31120
|
+
min-height: 24px;
|
|
31121
|
+
height: 24px;
|
|
31122
|
+
}
|
|
31123
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
31124
|
+
height: 40px;
|
|
31024
31125
|
}
|
|
31025
31126
|
|
|
31026
|
-
.
|
|
31027
|
-
|
|
31028
|
-
|
|
31029
|
-
|
|
31127
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
31128
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31129
|
+
border-radius: 4px;
|
|
31130
|
+
}
|
|
31131
|
+
.kypn5o5.input-tags {
|
|
31132
|
+
position: relative;
|
|
31133
|
+
padding: 6px;
|
|
31134
|
+
height: 32px;
|
|
31135
|
+
cursor: pointer;
|
|
31136
|
+
transition: border 150ms;
|
|
31137
|
+
}
|
|
31138
|
+
.kypn5o5.input-tags:hover {
|
|
31139
|
+
border-color: #0080ff;
|
|
31140
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31141
|
+
}
|
|
31142
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
31143
|
+
padding-right: 30px;
|
|
31144
|
+
}
|
|
31145
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
31146
|
+
display: flex;
|
|
31147
|
+
}
|
|
31148
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31149
|
+
display: flex;
|
|
31150
|
+
}
|
|
31151
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
31152
|
+
position: absolute;
|
|
31153
|
+
right: 12px;
|
|
31154
|
+
top: 50%;
|
|
31155
|
+
transform: translateY(-50%);
|
|
31156
|
+
}
|
|
31157
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31158
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31030
31159
|
font-size: 12px;
|
|
31031
|
-
|
|
31160
|
+
cursor: pointer;
|
|
31161
|
+
}
|
|
31162
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31163
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31164
|
+
}
|
|
31165
|
+
.kypn5o5.has-focus-indicator {
|
|
31166
|
+
position: relative;
|
|
31167
|
+
overflow: hidden;
|
|
31168
|
+
}
|
|
31169
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
31170
|
+
position: absolute;
|
|
31171
|
+
top: 50%;
|
|
31172
|
+
transform: translateY(-50%);
|
|
31173
|
+
left: -16px;
|
|
31174
|
+
transition: left 150ms ease;
|
|
31175
|
+
opacity: 0;
|
|
31176
|
+
}
|
|
31177
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31178
|
+
left: 8px;
|
|
31179
|
+
opacity: 1;
|
|
31180
|
+
}
|
|
31181
|
+
.kypn5o5.has-focus-indicator input {
|
|
31182
|
+
transition: margin-left 150ms ease;
|
|
31183
|
+
margin-left: 0px;
|
|
31184
|
+
}
|
|
31185
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
31186
|
+
margin-left: 16px;
|
|
31032
31187
|
}
|
|
31033
31188
|
|
|
31034
|
-
.
|
|
31035
|
-
|
|
31036
|
-
|
|
31037
|
-
font-weight: normal;
|
|
31038
|
-
text-transform: uppercase;
|
|
31039
|
-
font-feature-settings: "cpsp" on;
|
|
31040
|
-
font-size: 12px;
|
|
31041
|
-
line-height: 18px;
|
|
31189
|
+
input.l1ki27se.ant-input {
|
|
31190
|
+
border-top-right-radius: 0;
|
|
31191
|
+
border-bottom-right-radius: 0;
|
|
31042
31192
|
}
|
|
31043
31193
|
|
|
31044
|
-
.
|
|
31045
|
-
|
|
31046
|
-
|
|
31047
|
-
font-weight: bold;
|
|
31048
|
-
text-transform: uppercase;
|
|
31049
|
-
font-feature-settings: "cpsp" on;
|
|
31050
|
-
font-size: 12px;
|
|
31051
|
-
line-height: 18px;
|
|
31194
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
31195
|
+
border-top-right-radius: 0;
|
|
31196
|
+
border-bottom-right-radius: 0;
|
|
31052
31197
|
}
|
|
31053
31198
|
|
|
31054
|
-
.
|
|
31055
|
-
|
|
31056
|
-
|
|
31057
|
-
font-weight: normal;
|
|
31058
|
-
font-size: 13px;
|
|
31059
|
-
line-height: 20px;
|
|
31199
|
+
input.rrg1fkn.ant-input {
|
|
31200
|
+
border-top-left-radius: 0;
|
|
31201
|
+
border-bottom-left-radius: 0;
|
|
31060
31202
|
}
|
|
31061
31203
|
|
|
31062
|
-
.
|
|
31063
|
-
|
|
31064
|
-
|
|
31065
|
-
font-weight: normal;
|
|
31066
|
-
font-size: 13px;
|
|
31067
|
-
line-height: 20px;
|
|
31204
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
31205
|
+
border-top-left-radius: 0;
|
|
31206
|
+
border-bottom-left-radius: 0;
|
|
31068
31207
|
}
|
|
31069
31208
|
|
|
31070
|
-
.
|
|
31071
|
-
|
|
31072
|
-
|
|
31073
|
-
font-weight: normal;
|
|
31074
|
-
font-size: 12px;
|
|
31075
|
-
line-height: 18px;
|
|
31209
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
31210
|
+
border-top-right-radius: 0;
|
|
31211
|
+
border-bottom-right-radius: 0;
|
|
31076
31212
|
}
|
|
31077
31213
|
|
|
31078
|
-
.
|
|
31079
|
-
|
|
31080
|
-
|
|
31081
|
-
font-weight: normal;
|
|
31082
|
-
font-size: 12px;
|
|
31083
|
-
line-height: 18px;
|
|
31214
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31215
|
+
border-top-left-radius: 0;
|
|
31216
|
+
border-bottom-left-radius: 0;
|
|
31084
31217
|
}
|
|
31085
31218
|
|
|
31086
|
-
.
|
|
31087
|
-
|
|
31088
|
-
|
|
31089
|
-
|
|
31090
|
-
|
|
31091
|
-
|
|
31092
|
-
|
|
31219
|
+
.s34f1qb.ant-switch {
|
|
31220
|
+
min-width: 40px;
|
|
31221
|
+
height: 24px;
|
|
31222
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31223
|
+
overflow: hidden;
|
|
31224
|
+
}
|
|
31225
|
+
.s34f1qb.ant-switch:focus {
|
|
31226
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31227
|
+
}
|
|
31228
|
+
.s34f1qb.ant-switch-small {
|
|
31229
|
+
min-width: 26px;
|
|
31230
|
+
height: 16px;
|
|
31231
|
+
}
|
|
31232
|
+
.s34f1qb.ant-switch-large {
|
|
31233
|
+
min-width: 52px;
|
|
31234
|
+
height: 32px;
|
|
31235
|
+
}
|
|
31236
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31237
|
+
height: 20px;
|
|
31238
|
+
width: 20px;
|
|
31239
|
+
}
|
|
31240
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31241
|
+
border-radius: 10px;
|
|
31242
|
+
transition-delay: 120ms;
|
|
31243
|
+
}
|
|
31244
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31245
|
+
height: 14px;
|
|
31246
|
+
width: 14px;
|
|
31247
|
+
top: 1px;
|
|
31248
|
+
left: 1px;
|
|
31249
|
+
}
|
|
31250
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31251
|
+
height: 28px;
|
|
31252
|
+
width: 28px;
|
|
31253
|
+
}
|
|
31254
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31255
|
+
border-radius: 14px;
|
|
31256
|
+
}
|
|
31257
|
+
.s34f1qb.ant-switch-checked {
|
|
31258
|
+
background-color: #00ba5d;
|
|
31093
31259
|
}
|
|
31094
|
-
|
|
31095
|
-
|
|
31096
|
-
font-family: Inter;
|
|
31097
|
-
font-style: normal;
|
|
31098
|
-
font-weight: normal;
|
|
31099
|
-
font-feature-settings: "zero" on;
|
|
31100
|
-
font-size: 13px;
|
|
31101
|
-
line-height: 20px;
|
|
31260
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31261
|
+
left: calc(100% - 20px - 2px);
|
|
31102
31262
|
}
|
|
31103
|
-
|
|
31104
|
-
|
|
31105
|
-
font-family: Inter;
|
|
31106
|
-
font-style: normal;
|
|
31107
|
-
font-weight: normal;
|
|
31108
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31109
|
-
font-size: 12px;
|
|
31110
|
-
line-height: 18px;
|
|
31263
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31264
|
+
left: calc(100% - 14px - 1px);
|
|
31111
31265
|
}
|
|
31112
|
-
|
|
31113
|
-
|
|
31114
|
-
font-family: Inter;
|
|
31115
|
-
font-style: normal;
|
|
31116
|
-
font-weight: 500;
|
|
31117
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31118
|
-
font-size: 12px;
|
|
31119
|
-
line-height: 18px;
|
|
31266
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31267
|
+
left: calc(100% - 28px - 2px);
|
|
31120
31268
|
}
|
|
31121
31269
|
|
|
31122
|
-
.
|
|
31123
|
-
|
|
31124
|
-
font-style: normal;
|
|
31125
|
-
font-weight: normal;
|
|
31126
|
-
font-feature-settings: "zero" on;
|
|
31127
|
-
font-size: 12px;
|
|
31128
|
-
line-height: 18px;
|
|
31270
|
+
.c1to9vb9 {
|
|
31271
|
+
margin-left: 5px;
|
|
31129
31272
|
}
|
|
31130
31273
|
|
|
31131
|
-
.
|
|
31132
|
-
|
|
31133
|
-
font-style: normal;
|
|
31134
|
-
font-weight: 500;
|
|
31135
|
-
font-feature-settings: "zero" on;
|
|
31136
|
-
font-size: 12px;
|
|
31137
|
-
line-height: 18px;
|
|
31274
|
+
.c1uzzomf {
|
|
31275
|
+
margin-bottom: 16px;
|
|
31138
31276
|
}
|
|
31139
|
-
|
|
31140
|
-
.t55raab {
|
|
31141
|
-
font-family: Inter;
|
|
31142
|
-
font-style: normal;
|
|
31143
|
-
font-weight: bold;
|
|
31144
|
-
font-feature-settings: "zero" on;
|
|
31277
|
+
.c1uzzomf .card-title {
|
|
31145
31278
|
font-size: 16px;
|
|
31146
|
-
|
|
31279
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31280
|
+
font-weight: 700;
|
|
31281
|
+
line-height: 32px;
|
|
31282
|
+
}
|
|
31283
|
+
.c1uzzomf .card-body {
|
|
31284
|
+
padding: 24px;
|
|
31285
|
+
border-radius: 8px;
|
|
31286
|
+
background: #fff;
|
|
31287
|
+
}
|
|
31288
|
+
.c1uzzomf .empty {
|
|
31289
|
+
font-weight: 700;
|
|
31290
|
+
font-size: 14px;
|
|
31291
|
+
line-height: 22px;
|
|
31292
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31293
|
+
text-align: center;
|
|
31147
31294
|
}
|
|
31148
31295
|
|
|
31149
|
-
.
|
|
31150
|
-
|
|
31151
|
-
|
|
31152
|
-
|
|
31153
|
-
|
|
31154
|
-
|
|
31296
|
+
.c1bus5hc {
|
|
31297
|
+
--color: white;
|
|
31298
|
+
height: 14px;
|
|
31299
|
+
width: 14px;
|
|
31300
|
+
border-radius: 50%;
|
|
31301
|
+
flex-shrink: 0;
|
|
31302
|
+
display: flex;
|
|
31303
|
+
align-items: center;
|
|
31304
|
+
justify-content: center;
|
|
31305
|
+
border: 1px solid var(--color);
|
|
31306
|
+
}
|
|
31307
|
+
.c1bus5hc .circle-inner {
|
|
31308
|
+
position: relative;
|
|
31309
|
+
height: 10px;
|
|
31310
|
+
width: 10px;
|
|
31311
|
+
border-radius: 50%;
|
|
31312
|
+
overflow: hidden;
|
|
31313
|
+
}
|
|
31314
|
+
.c1bus5hc .circle-content {
|
|
31315
|
+
position: absolute;
|
|
31316
|
+
height: 100%;
|
|
31317
|
+
width: 100%;
|
|
31318
|
+
left: 0;
|
|
31319
|
+
top: 0;
|
|
31320
|
+
border-radius: 50%;
|
|
31321
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31322
|
+
transform: rotate(180deg);
|
|
31323
|
+
}
|
|
31324
|
+
.c1bus5hc .circle-child {
|
|
31325
|
+
position: absolute;
|
|
31326
|
+
height: 100%;
|
|
31327
|
+
width: 100%;
|
|
31328
|
+
left: 0;
|
|
31329
|
+
top: 0;
|
|
31330
|
+
margin-left: 50%;
|
|
31331
|
+
transform-origin: left;
|
|
31332
|
+
background: white;
|
|
31333
|
+
transform: rotate(0deg);
|
|
31155
31334
|
}
|
|
31156
31335
|
|
|
31157
31336
|
.t1upn1sz {
|
|
@@ -31453,215 +31632,69 @@ input.rrg1fkn.ant-input {
|
|
|
31453
31632
|
transform: translateY(-50%);
|
|
31454
31633
|
}
|
|
31455
31634
|
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31456
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31457
|
-
}
|
|
31458
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31459
|
-
background: #f2f5fa;
|
|
31460
|
-
}
|
|
31461
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31462
|
-
display: block;
|
|
31463
|
-
}
|
|
31464
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31465
|
-
padding-right: 25px;
|
|
31466
|
-
}
|
|
31467
|
-
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31468
|
-
padding: 0 !important;
|
|
31469
|
-
}
|
|
31470
|
-
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31471
|
-
position: absolute;
|
|
31472
|
-
left: 50%;
|
|
31473
|
-
top: 50%;
|
|
31474
|
-
transform: translate(-50%, -50%);
|
|
31475
|
-
}
|
|
31476
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31477
|
-
display: none;
|
|
31478
|
-
}
|
|
31479
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31480
|
-
background: #fff;
|
|
31481
|
-
}
|
|
31482
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31483
|
-
background: inherit;
|
|
31484
|
-
}
|
|
31485
|
-
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31486
|
-
position: static;
|
|
31487
|
-
border: none;
|
|
31488
|
-
background: inherit !important;
|
|
31489
|
-
height: 100px;
|
|
31490
|
-
vertical-align: middle;
|
|
31491
|
-
}
|
|
31492
|
-
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31493
|
-
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31494
|
-
font-weight: bold;
|
|
31495
|
-
font-size: 20px;
|
|
31496
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31497
|
-
}
|
|
31498
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
31499
|
-
padding: 0 !important;
|
|
31500
|
-
position: relative;
|
|
31501
|
-
background: #fff;
|
|
31502
|
-
}
|
|
31503
|
-
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31504
|
-
height: 100%;
|
|
31505
|
-
display: flex;
|
|
31506
|
-
align-items: center;
|
|
31507
|
-
justify-content: flex-end;
|
|
31508
|
-
padding-right: 8px;
|
|
31509
|
-
}
|
|
31510
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31511
|
-
width: 24px;
|
|
31512
|
-
height: 24px;
|
|
31513
|
-
cursor: pointer;
|
|
31514
|
-
justify-content: center;
|
|
31515
|
-
border-radius: 4px;
|
|
31516
|
-
}
|
|
31517
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31518
|
-
background: #fff;
|
|
31519
|
-
}
|
|
31520
|
-
|
|
31521
|
-
.s1fc623g {
|
|
31522
|
-
width: 430px !important;
|
|
31523
|
-
}
|
|
31524
|
-
|
|
31525
|
-
.da3mx0o .ant-select-item-group {
|
|
31526
|
-
padding: 8px 16px;
|
|
31527
|
-
line-height: 18px;
|
|
31528
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31529
|
-
height: 34px;
|
|
31530
|
-
min-height: 34px;
|
|
31531
|
-
box-sizing: border-box;
|
|
31532
|
-
margin-top: 8px;
|
|
31533
|
-
}
|
|
31534
|
-
|
|
31535
|
-
.onr9gzt {
|
|
31536
|
-
display: flex;
|
|
31537
|
-
flex-direction: column;
|
|
31538
|
-
margin: 1px 8px;
|
|
31539
|
-
padding: 8px;
|
|
31540
|
-
border-radius: 4px;
|
|
31541
|
-
}
|
|
31542
|
-
.onr9gzt .selected-icon {
|
|
31543
|
-
display: none;
|
|
31544
|
-
}
|
|
31545
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31546
|
-
padding-left: 8px;
|
|
31547
|
-
}
|
|
31548
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31549
|
-
background-color: white;
|
|
31550
|
-
}
|
|
31551
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31552
|
-
color: #0080ff;
|
|
31553
|
-
}
|
|
31554
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31555
|
-
display: block;
|
|
31556
|
-
}
|
|
31557
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31558
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31559
|
-
}
|
|
31560
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31561
|
-
color: #0080ff;
|
|
31562
|
-
}
|
|
31563
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31564
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31565
|
-
color: #0080ff;
|
|
31566
|
-
}
|
|
31567
|
-
|
|
31568
|
-
.oiy0apc {
|
|
31569
|
-
display: flex;
|
|
31570
|
-
justify-content: space-between;
|
|
31571
|
-
height: 20px;
|
|
31572
|
-
line-height: 20px;
|
|
31573
|
-
}
|
|
31574
|
-
.oiy0apc .timezone-title {
|
|
31575
|
-
color: #2d3a56;
|
|
31576
|
-
overflow: hidden;
|
|
31577
|
-
text-overflow: ellipsis;
|
|
31578
|
-
}
|
|
31579
|
-
|
|
31580
|
-
.of4y382 {
|
|
31581
|
-
display: flex;
|
|
31582
|
-
justify-content: space-between;
|
|
31583
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31584
|
-
height: 18px;
|
|
31585
|
-
line-height: 18px;
|
|
31586
|
-
margin-top: 2px;
|
|
31587
|
-
}
|
|
31588
|
-
|
|
31589
|
-
.t19903l9 {
|
|
31590
|
-
border: none;
|
|
31591
|
-
margin-right: 0;
|
|
31592
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31593
|
-
}
|
|
31594
|
-
|
|
31595
|
-
.ohwbvxu {
|
|
31596
|
-
pointer-events: none;
|
|
31597
|
-
height: 32px;
|
|
31598
|
-
width: 100%;
|
|
31599
|
-
opacity: 0;
|
|
31600
|
-
}
|
|
31601
|
-
|
|
31602
|
-
.c1uzzomf {
|
|
31603
|
-
margin-bottom: 16px;
|
|
31635
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31604
31636
|
}
|
|
31605
|
-
.
|
|
31606
|
-
|
|
31607
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31608
|
-
font-weight: 700;
|
|
31609
|
-
line-height: 32px;
|
|
31637
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31638
|
+
background: #f2f5fa;
|
|
31610
31639
|
}
|
|
31611
|
-
.
|
|
31612
|
-
|
|
31613
|
-
border-radius: 8px;
|
|
31614
|
-
background: #fff;
|
|
31640
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31641
|
+
display: block;
|
|
31615
31642
|
}
|
|
31616
|
-
.
|
|
31617
|
-
|
|
31618
|
-
font-size: 14px;
|
|
31619
|
-
line-height: 22px;
|
|
31620
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31621
|
-
text-align: center;
|
|
31643
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31644
|
+
padding-right: 25px;
|
|
31622
31645
|
}
|
|
31623
|
-
|
|
31624
|
-
|
|
31625
|
-
border: 1px solid #d8deeb;
|
|
31626
|
-
border-radius: 4px;
|
|
31646
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31647
|
+
padding: 0 !important;
|
|
31627
31648
|
}
|
|
31628
|
-
.
|
|
31629
|
-
|
|
31649
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31650
|
+
position: absolute;
|
|
31651
|
+
left: 50%;
|
|
31652
|
+
top: 50%;
|
|
31653
|
+
transform: translate(-50%, -50%);
|
|
31630
31654
|
}
|
|
31631
|
-
.
|
|
31632
|
-
|
|
31655
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31656
|
+
display: none;
|
|
31633
31657
|
}
|
|
31634
|
-
.
|
|
31635
|
-
background:
|
|
31658
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31659
|
+
background: #fff;
|
|
31636
31660
|
}
|
|
31637
|
-
.
|
|
31638
|
-
|
|
31661
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31662
|
+
background: inherit;
|
|
31639
31663
|
}
|
|
31640
|
-
.
|
|
31641
|
-
|
|
31664
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31665
|
+
position: static;
|
|
31666
|
+
border: none;
|
|
31667
|
+
background: inherit !important;
|
|
31668
|
+
height: 100px;
|
|
31669
|
+
vertical-align: middle;
|
|
31642
31670
|
}
|
|
31643
|
-
|
|
31644
|
-
.
|
|
31671
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31672
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31673
|
+
font-weight: bold;
|
|
31674
|
+
font-size: 20px;
|
|
31645
31675
|
color: rgba(10, 37, 85, 0.6);
|
|
31646
|
-
margin-bottom: 4px;
|
|
31647
31676
|
}
|
|
31648
|
-
.
|
|
31649
|
-
|
|
31650
|
-
|
|
31651
|
-
|
|
31677
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31678
|
+
padding: 0 !important;
|
|
31679
|
+
position: relative;
|
|
31680
|
+
background: #fff;
|
|
31652
31681
|
}
|
|
31653
|
-
.
|
|
31654
|
-
|
|
31682
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31683
|
+
height: 100%;
|
|
31684
|
+
display: flex;
|
|
31685
|
+
align-items: center;
|
|
31686
|
+
justify-content: flex-end;
|
|
31687
|
+
padding-right: 8px;
|
|
31655
31688
|
}
|
|
31656
|
-
.
|
|
31657
|
-
|
|
31689
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31690
|
+
width: 24px;
|
|
31691
|
+
height: 24px;
|
|
31692
|
+
cursor: pointer;
|
|
31693
|
+
justify-content: center;
|
|
31694
|
+
border-radius: 4px;
|
|
31658
31695
|
}
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
width: 100%;
|
|
31662
|
-
overflow: inherit;
|
|
31663
|
-
white-space: inherit;
|
|
31664
|
-
text-overflow: ellipsis;
|
|
31696
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31697
|
+
background: #fff;
|
|
31665
31698
|
}
|
|
31666
31699
|
|
|
31667
31700
|
.m15dvk92 {
|
|
@@ -31677,6 +31710,13 @@ input.rrg1fkn.ant-input {
|
|
|
31677
31710
|
width: 100%;
|
|
31678
31711
|
}
|
|
31679
31712
|
|
|
31713
|
+
.tje3huy {
|
|
31714
|
+
width: 100%;
|
|
31715
|
+
overflow: inherit;
|
|
31716
|
+
white-space: inherit;
|
|
31717
|
+
text-overflow: ellipsis;
|
|
31718
|
+
}
|
|
31719
|
+
|
|
31680
31720
|
.c198s9j3 {
|
|
31681
31721
|
color: #2d3a56;
|
|
31682
31722
|
line-height: 22px;
|
|
@@ -31777,16 +31817,8 @@ input.rrg1fkn.ant-input {
|
|
|
31777
31817
|
cursor: default;
|
|
31778
31818
|
}
|
|
31779
31819
|
|
|
31780
|
-
.
|
|
31781
|
-
|
|
31782
|
-
font-weight: bold;
|
|
31783
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
31784
|
-
padding: 1px 4px 1px;
|
|
31785
|
-
margin-left: 2px;
|
|
31786
|
-
margin-right: 2px;
|
|
31787
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31788
|
-
border-radius: 4px;
|
|
31789
|
-
word-break: break-all;
|
|
31820
|
+
.t3qomhu {
|
|
31821
|
+
margin: 0 2px;
|
|
31790
31822
|
}
|
|
31791
31823
|
|
|
31792
31824
|
.o8ocss1 {
|
|
@@ -32029,6 +32061,55 @@ input.rrg1fkn.ant-input {
|
|
|
32029
32061
|
background-color: #7E41FF;
|
|
32030
32062
|
}
|
|
32031
32063
|
|
|
32064
|
+
.l4bld33 {
|
|
32065
|
+
width: 64px;
|
|
32066
|
+
height: 64px;
|
|
32067
|
+
display: flex;
|
|
32068
|
+
align-items: center;
|
|
32069
|
+
justify-content: center;
|
|
32070
|
+
position: relative;
|
|
32071
|
+
opacity: 0.2;
|
|
32072
|
+
}
|
|
32073
|
+
|
|
32074
|
+
.lgitjoj {
|
|
32075
|
+
position: absolute;
|
|
32076
|
+
width: 5px;
|
|
32077
|
+
height: 48px;
|
|
32078
|
+
left: 9.33px;
|
|
32079
|
+
top: 40.5px;
|
|
32080
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32081
|
+
border-radius: 5px;
|
|
32082
|
+
transform: rotate(-128deg);
|
|
32083
|
+
transform-origin: top left;
|
|
32084
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32085
|
+
}
|
|
32086
|
+
|
|
32087
|
+
.l13g0exg {
|
|
32088
|
+
position: absolute;
|
|
32089
|
+
width: 5px;
|
|
32090
|
+
height: 48px;
|
|
32091
|
+
left: 40.8px;
|
|
32092
|
+
top: 8.4px;
|
|
32093
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32094
|
+
border-radius: 5px;
|
|
32095
|
+
transform: rotate(-8deg);
|
|
32096
|
+
transform-origin: top left;
|
|
32097
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32098
|
+
}
|
|
32099
|
+
|
|
32100
|
+
.l1exo3h6 {
|
|
32101
|
+
position: absolute;
|
|
32102
|
+
width: 5px;
|
|
32103
|
+
height: 48px;
|
|
32104
|
+
left: 52.9px;
|
|
32105
|
+
top: 51.8px;
|
|
32106
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32107
|
+
border-radius: 5px;
|
|
32108
|
+
transform: rotate(112deg);
|
|
32109
|
+
transform-origin: top left;
|
|
32110
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32111
|
+
}
|
|
32112
|
+
|
|
32032
32113
|
.m1thnes4 {
|
|
32033
32114
|
color: rgba(44, 56, 82, 0.6);
|
|
32034
32115
|
text-align: center;
|
|
@@ -32190,55 +32271,6 @@ input.rrg1fkn.ant-input {
|
|
|
32190
32271
|
margin-left: 8px;
|
|
32191
32272
|
}
|
|
32192
32273
|
|
|
32193
|
-
.l4bld33 {
|
|
32194
|
-
width: 64px;
|
|
32195
|
-
height: 64px;
|
|
32196
|
-
display: flex;
|
|
32197
|
-
align-items: center;
|
|
32198
|
-
justify-content: center;
|
|
32199
|
-
position: relative;
|
|
32200
|
-
opacity: 0.2;
|
|
32201
|
-
}
|
|
32202
|
-
|
|
32203
|
-
.lgitjoj {
|
|
32204
|
-
position: absolute;
|
|
32205
|
-
width: 5px;
|
|
32206
|
-
height: 48px;
|
|
32207
|
-
left: 9.33px;
|
|
32208
|
-
top: 40.5px;
|
|
32209
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32210
|
-
border-radius: 5px;
|
|
32211
|
-
transform: rotate(-128deg);
|
|
32212
|
-
transform-origin: top left;
|
|
32213
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32214
|
-
}
|
|
32215
|
-
|
|
32216
|
-
.l13g0exg {
|
|
32217
|
-
position: absolute;
|
|
32218
|
-
width: 5px;
|
|
32219
|
-
height: 48px;
|
|
32220
|
-
left: 40.8px;
|
|
32221
|
-
top: 8.4px;
|
|
32222
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32223
|
-
border-radius: 5px;
|
|
32224
|
-
transform: rotate(-8deg);
|
|
32225
|
-
transform-origin: top left;
|
|
32226
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32227
|
-
}
|
|
32228
|
-
|
|
32229
|
-
.l1exo3h6 {
|
|
32230
|
-
position: absolute;
|
|
32231
|
-
width: 5px;
|
|
32232
|
-
height: 48px;
|
|
32233
|
-
left: 52.9px;
|
|
32234
|
-
top: 51.8px;
|
|
32235
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32236
|
-
border-radius: 5px;
|
|
32237
|
-
transform: rotate(112deg);
|
|
32238
|
-
transform-origin: top left;
|
|
32239
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32240
|
-
}
|
|
32241
|
-
|
|
32242
32274
|
.sq6vos1 {
|
|
32243
32275
|
--item-min-width: 60px;
|
|
32244
32276
|
}
|
|
@@ -32498,6 +32530,22 @@ input.rrg1fkn.ant-input {
|
|
|
32498
32530
|
margin-right: 2px;
|
|
32499
32531
|
}
|
|
32500
32532
|
|
|
32533
|
+
.rrwcpby {
|
|
32534
|
+
display: flex;
|
|
32535
|
+
align-items: center;
|
|
32536
|
+
}
|
|
32537
|
+
.rrwcpby .order {
|
|
32538
|
+
height: 24px;
|
|
32539
|
+
width: 24px;
|
|
32540
|
+
border-radius: 20px;
|
|
32541
|
+
color: #0080ff;
|
|
32542
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32543
|
+
display: flex;
|
|
32544
|
+
align-items: center;
|
|
32545
|
+
justify-content: center;
|
|
32546
|
+
margin-right: 6px;
|
|
32547
|
+
}
|
|
32548
|
+
|
|
32501
32549
|
.bab9xum {
|
|
32502
32550
|
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);
|
|
32503
32551
|
}
|
|
@@ -32515,22 +32563,6 @@ input.rrg1fkn.ant-input {
|
|
|
32515
32563
|
transform: translateY(-4px);
|
|
32516
32564
|
}
|
|
32517
32565
|
|
|
32518
|
-
.rrwcpby {
|
|
32519
|
-
display: flex;
|
|
32520
|
-
align-items: center;
|
|
32521
|
-
}
|
|
32522
|
-
.rrwcpby .order {
|
|
32523
|
-
height: 24px;
|
|
32524
|
-
width: 24px;
|
|
32525
|
-
border-radius: 20px;
|
|
32526
|
-
color: #0080ff;
|
|
32527
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32528
|
-
display: flex;
|
|
32529
|
-
align-items: center;
|
|
32530
|
-
justify-content: center;
|
|
32531
|
-
margin-right: 6px;
|
|
32532
|
-
}
|
|
32533
|
-
|
|
32534
32566
|
.f1p9ti6d {
|
|
32535
32567
|
width: 100%;
|
|
32536
32568
|
margin-bottom: 0 !important;
|
|
@@ -32814,11 +32846,6 @@ input.rrg1fkn.ant-input {
|
|
|
32814
32846
|
margin-right: 4px;
|
|
32815
32847
|
}
|
|
32816
32848
|
|
|
32817
|
-
.iwsze0q {
|
|
32818
|
-
margin-right: 4px;
|
|
32819
|
-
height: 16px;
|
|
32820
|
-
}
|
|
32821
|
-
|
|
32822
32849
|
.sut42l0 {
|
|
32823
32850
|
padding: 0 8px;
|
|
32824
32851
|
height: 18px;
|
|
@@ -32838,6 +32865,18 @@ input.rrg1fkn.ant-input {
|
|
|
32838
32865
|
height: 16px;
|
|
32839
32866
|
}
|
|
32840
32867
|
|
|
32868
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
32869
|
+
font-weight: 700;
|
|
32870
|
+
color: #00122e;
|
|
32871
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32872
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
32873
|
+
}
|
|
32874
|
+
|
|
32875
|
+
.iwsze0q {
|
|
32876
|
+
margin-right: 4px;
|
|
32877
|
+
height: 16px;
|
|
32878
|
+
}
|
|
32879
|
+
|
|
32841
32880
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
32842
32881
|
display: var(--a6dbbkm-0);
|
|
32843
32882
|
}
|