@cloudtower/eagle 0.32.25 → 0.32.27
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/Modal/index.js +53 -42
- package/dist/cjs/core/SearchInput/index.js +21 -11
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2201 -2198
- package/dist/esm/core/Modal/index.js +53 -42
- package/dist/esm/core/SearchInput/index.js +21 -11
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Modal/modal.type.d.ts +25 -2
- package/dist/src/core/SearchInput/searchInput.type.d.ts +33 -0
- package/dist/style.css +2111 -2109
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -28619,7 +28619,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28619
28619
|
font-size: 14px;
|
|
28620
28620
|
font-weight: bold;
|
|
28621
28621
|
padding: 0 16px;
|
|
28622
|
-
border: none;
|
|
28623
28622
|
}
|
|
28624
28623
|
.ant-modal .ant-modal-footer .footer-content button.footer-cancel-button, .ant-modal .ant-modal-footer .footer-content button.ant-btn-ghost {
|
|
28625
28624
|
background: transparent;
|
|
@@ -28628,6 +28627,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28628
28627
|
.ant-modal .ant-modal-footer .footer-content button.footer-cancel-button:hover, .ant-modal .ant-modal-footer .footer-content button.ant-btn-ghost:hover {
|
|
28629
28628
|
background: rgba(223, 228, 235, 0.6);
|
|
28630
28629
|
}
|
|
28630
|
+
.ant-modal .ant-modal-footer .footer-content.no-button-border button {
|
|
28631
|
+
border: none;
|
|
28632
|
+
}
|
|
28631
28633
|
.ant-modal .ant-modal-footer .footer-content button + button {
|
|
28632
28634
|
margin-left: 8px;
|
|
28633
28635
|
}
|
|
@@ -29647,19 +29649,6 @@ html body {
|
|
|
29647
29649
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29648
29650
|
}
|
|
29649
29651
|
}
|
|
29650
|
-
.E_skwah65 {
|
|
29651
|
-
height: 8px;
|
|
29652
|
-
box-sizing: border-box;
|
|
29653
|
-
border-radius: 2px;
|
|
29654
|
-
background: #f5f7fa;
|
|
29655
|
-
display: flex;
|
|
29656
|
-
width: 100%;
|
|
29657
|
-
overflow: hidden;
|
|
29658
|
-
}
|
|
29659
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29660
|
-
margin-left: 1px;
|
|
29661
|
-
}
|
|
29662
|
-
|
|
29663
29652
|
.E_s1ebs0ra {
|
|
29664
29653
|
display: flex;
|
|
29665
29654
|
align-items: center;
|
|
@@ -29721,6 +29710,19 @@ html body {
|
|
|
29721
29710
|
background: #fff;
|
|
29722
29711
|
}
|
|
29723
29712
|
|
|
29713
|
+
.E_skwah65 {
|
|
29714
|
+
height: 8px;
|
|
29715
|
+
box-sizing: border-box;
|
|
29716
|
+
border-radius: 2px;
|
|
29717
|
+
background: #f5f7fa;
|
|
29718
|
+
display: flex;
|
|
29719
|
+
width: 100%;
|
|
29720
|
+
overflow: hidden;
|
|
29721
|
+
}
|
|
29722
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
29723
|
+
margin-left: 1px;
|
|
29724
|
+
}
|
|
29725
|
+
|
|
29724
29726
|
.E_clm1wy1 {
|
|
29725
29727
|
width: 192px;
|
|
29726
29728
|
height: 246px;
|
|
@@ -29871,6 +29873,56 @@ html body {
|
|
|
29871
29873
|
color: #0080ff;
|
|
29872
29874
|
}
|
|
29873
29875
|
|
|
29876
|
+
.E_n12mqh7z {
|
|
29877
|
+
display: flex;
|
|
29878
|
+
align-items: center;
|
|
29879
|
+
font-size: 12px;
|
|
29880
|
+
line-height: 18px;
|
|
29881
|
+
}
|
|
29882
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29883
|
+
margin-bottom: 4px;
|
|
29884
|
+
}
|
|
29885
|
+
|
|
29886
|
+
.E_tf5bynu {
|
|
29887
|
+
margin: 0 3px;
|
|
29888
|
+
}
|
|
29889
|
+
|
|
29890
|
+
.E_tcckoz1 {
|
|
29891
|
+
max-height: 400px;
|
|
29892
|
+
overflow: auto;
|
|
29893
|
+
}
|
|
29894
|
+
|
|
29895
|
+
span.E_tqjc4ui {
|
|
29896
|
+
margin: 0 2px;
|
|
29897
|
+
}
|
|
29898
|
+
|
|
29899
|
+
.E_ou7iq30 {
|
|
29900
|
+
overflow: hidden;
|
|
29901
|
+
text-overflow: ellipsis;
|
|
29902
|
+
}
|
|
29903
|
+
|
|
29904
|
+
.E_s1tui002 {
|
|
29905
|
+
white-space: nowrap;
|
|
29906
|
+
}
|
|
29907
|
+
|
|
29908
|
+
.E_mxrc2zg {
|
|
29909
|
+
display: -webkit-box;
|
|
29910
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29911
|
+
-webkit-box-orient: vertical;
|
|
29912
|
+
word-break: break-all;
|
|
29913
|
+
}
|
|
29914
|
+
|
|
29915
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
29916
|
+
display: none;
|
|
29917
|
+
}
|
|
29918
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
29919
|
+
background: rgba(23, 38, 64, 0.8);
|
|
29920
|
+
border-radius: 4px;
|
|
29921
|
+
}
|
|
29922
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
29923
|
+
visibility: hidden;
|
|
29924
|
+
}
|
|
29925
|
+
|
|
29874
29926
|
.E_c1up1pdz {
|
|
29875
29927
|
width: 648px;
|
|
29876
29928
|
}
|
|
@@ -30011,56 +30063,6 @@ html body {
|
|
|
30011
30063
|
color: #fff;
|
|
30012
30064
|
}
|
|
30013
30065
|
|
|
30014
|
-
span.E_tqjc4ui {
|
|
30015
|
-
margin: 0 2px;
|
|
30016
|
-
}
|
|
30017
|
-
|
|
30018
|
-
.E_n12mqh7z {
|
|
30019
|
-
display: flex;
|
|
30020
|
-
align-items: center;
|
|
30021
|
-
font-size: 12px;
|
|
30022
|
-
line-height: 18px;
|
|
30023
|
-
}
|
|
30024
|
-
.E_n12mqh7z:not(:last-child) {
|
|
30025
|
-
margin-bottom: 4px;
|
|
30026
|
-
}
|
|
30027
|
-
|
|
30028
|
-
.E_tf5bynu {
|
|
30029
|
-
margin: 0 3px;
|
|
30030
|
-
}
|
|
30031
|
-
|
|
30032
|
-
.E_tcckoz1 {
|
|
30033
|
-
max-height: 400px;
|
|
30034
|
-
overflow: auto;
|
|
30035
|
-
}
|
|
30036
|
-
|
|
30037
|
-
.E_ou7iq30 {
|
|
30038
|
-
overflow: hidden;
|
|
30039
|
-
text-overflow: ellipsis;
|
|
30040
|
-
}
|
|
30041
|
-
|
|
30042
|
-
.E_s1tui002 {
|
|
30043
|
-
white-space: nowrap;
|
|
30044
|
-
}
|
|
30045
|
-
|
|
30046
|
-
.E_mxrc2zg {
|
|
30047
|
-
display: -webkit-box;
|
|
30048
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30049
|
-
-webkit-box-orient: vertical;
|
|
30050
|
-
word-break: break-all;
|
|
30051
|
-
}
|
|
30052
|
-
|
|
30053
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30054
|
-
display: none;
|
|
30055
|
-
}
|
|
30056
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30057
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30058
|
-
border-radius: 4px;
|
|
30059
|
-
}
|
|
30060
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30061
|
-
visibility: hidden;
|
|
30062
|
-
}
|
|
30063
|
-
|
|
30064
30066
|
.E_s1at6qmn.ant-layout-sider {
|
|
30065
30067
|
background: #edf0f7;
|
|
30066
30068
|
padding: 32px 8px;
|
|
@@ -30264,34 +30266,6 @@ span.E_tqjc4ui {
|
|
|
30264
30266
|
padding-right: 12px;
|
|
30265
30267
|
}
|
|
30266
30268
|
|
|
30267
|
-
.E_c18gxmrl {
|
|
30268
|
-
border: 1px solid #d8deeb;
|
|
30269
|
-
border-radius: 4px;
|
|
30270
|
-
}
|
|
30271
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30272
|
-
margin-top: 8px;
|
|
30273
|
-
}
|
|
30274
|
-
.E_c18gxmrl:hover {
|
|
30275
|
-
border-color: #0080ff;
|
|
30276
|
-
}
|
|
30277
|
-
.E_c18gxmrl:hover > header {
|
|
30278
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30279
|
-
}
|
|
30280
|
-
.E_c18gxmrl.active header {
|
|
30281
|
-
border-bottom: 1px solid #d8deeb;
|
|
30282
|
-
}
|
|
30283
|
-
.E_c18gxmrl > header {
|
|
30284
|
-
padding: 8px 12px;
|
|
30285
|
-
}
|
|
30286
|
-
|
|
30287
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
30288
|
-
display: flex;
|
|
30289
|
-
align-items: center;
|
|
30290
|
-
}
|
|
30291
|
-
.E_s1iv0tp1 .enabled-text {
|
|
30292
|
-
margin-right: 8px;
|
|
30293
|
-
}
|
|
30294
|
-
|
|
30295
30269
|
.E_wg1tsps {
|
|
30296
30270
|
display: flex;
|
|
30297
30271
|
align-items: center;
|
|
@@ -30518,24 +30492,53 @@ span.E_tqjc4ui {
|
|
|
30518
30492
|
background: transparent;
|
|
30519
30493
|
}
|
|
30520
30494
|
|
|
30521
|
-
.
|
|
30522
|
-
|
|
30523
|
-
justify-content: space-between;
|
|
30524
|
-
width: 100%;
|
|
30495
|
+
.E_b1nip9bk {
|
|
30496
|
+
padding: 4px 11px;
|
|
30525
30497
|
}
|
|
30526
|
-
|
|
30527
|
-
|
|
30498
|
+
|
|
30499
|
+
.E_bqamoqe {
|
|
30500
|
+
white-space: nowrap;
|
|
30501
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30502
|
+
}
|
|
30503
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30504
|
+
--color: #0080ff;
|
|
30505
|
+
}
|
|
30506
|
+
.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] {
|
|
30507
|
+
--color: #0080ff;
|
|
30508
|
+
}
|
|
30509
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30510
|
+
margin-left: 1px;
|
|
30511
|
+
}
|
|
30512
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30513
|
+
border-top-right-radius: 0;
|
|
30514
|
+
border-bottom-right-radius: 0;
|
|
30515
|
+
}
|
|
30516
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30517
|
+
border-top-left-radius: 0;
|
|
30518
|
+
border-bottom-left-radius: 0;
|
|
30519
|
+
}
|
|
30520
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30521
|
+
border-radius: unset;
|
|
30528
30522
|
}
|
|
30529
30523
|
|
|
30530
|
-
.
|
|
30531
|
-
|
|
30524
|
+
.E_c18gxmrl {
|
|
30525
|
+
border: 1px solid #d8deeb;
|
|
30526
|
+
border-radius: 4px;
|
|
30532
30527
|
}
|
|
30533
|
-
.
|
|
30534
|
-
|
|
30535
|
-
margin-left: 16px;
|
|
30528
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30529
|
+
margin-top: 8px;
|
|
30536
30530
|
}
|
|
30537
|
-
.
|
|
30538
|
-
|
|
30531
|
+
.E_c18gxmrl:hover {
|
|
30532
|
+
border-color: #0080ff;
|
|
30533
|
+
}
|
|
30534
|
+
.E_c18gxmrl:hover > header {
|
|
30535
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30536
|
+
}
|
|
30537
|
+
.E_c18gxmrl.active header {
|
|
30538
|
+
border-bottom: 1px solid #d8deeb;
|
|
30539
|
+
}
|
|
30540
|
+
.E_c18gxmrl > header {
|
|
30541
|
+
padding: 8px 12px;
|
|
30539
30542
|
}
|
|
30540
30543
|
|
|
30541
30544
|
.E_berrcjl {
|
|
@@ -30554,43 +30557,6 @@ span.E_tqjc4ui {
|
|
|
30554
30557
|
color: #005ed1;
|
|
30555
30558
|
}
|
|
30556
30559
|
|
|
30557
|
-
.E_fzh9mnb {
|
|
30558
|
-
width: 100%;
|
|
30559
|
-
height: 100%;
|
|
30560
|
-
min-height: 124px;
|
|
30561
|
-
display: flex;
|
|
30562
|
-
flex-direction: column;
|
|
30563
|
-
justify-content: center;
|
|
30564
|
-
align-items: center;
|
|
30565
|
-
}
|
|
30566
|
-
.E_fzh9mnb .error-text {
|
|
30567
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30568
|
-
margin-bottom: 16px;
|
|
30569
|
-
font-size: 18px;
|
|
30570
|
-
}
|
|
30571
|
-
|
|
30572
|
-
.E_c1uzzomf {
|
|
30573
|
-
margin-bottom: 16px;
|
|
30574
|
-
}
|
|
30575
|
-
.E_c1uzzomf .card-title {
|
|
30576
|
-
font-size: 16px;
|
|
30577
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30578
|
-
font-weight: 700;
|
|
30579
|
-
line-height: 32px;
|
|
30580
|
-
}
|
|
30581
|
-
.E_c1uzzomf .card-body {
|
|
30582
|
-
padding: 24px;
|
|
30583
|
-
border-radius: 8px;
|
|
30584
|
-
background: #fff;
|
|
30585
|
-
}
|
|
30586
|
-
.E_c1uzzomf .empty {
|
|
30587
|
-
font-weight: 700;
|
|
30588
|
-
font-size: 14px;
|
|
30589
|
-
line-height: 22px;
|
|
30590
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30591
|
-
text-align: center;
|
|
30592
|
-
}
|
|
30593
|
-
|
|
30594
30560
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30595
30561
|
justify-content: center;
|
|
30596
30562
|
}
|
|
@@ -30845,46 +30811,61 @@ button.E_n7k2c6r {
|
|
|
30845
30811
|
padding: 0;
|
|
30846
30812
|
}
|
|
30847
30813
|
|
|
30848
|
-
.
|
|
30849
|
-
|
|
30814
|
+
.E_m74vjol {
|
|
30815
|
+
display: flex;
|
|
30816
|
+
justify-content: space-between;
|
|
30817
|
+
width: 100%;
|
|
30850
30818
|
}
|
|
30851
|
-
|
|
30852
|
-
|
|
30853
|
-
white-space: nowrap;
|
|
30854
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30855
|
-
}
|
|
30856
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30857
|
-
--color: #0080ff;
|
|
30819
|
+
.E_m74vjol .action {
|
|
30820
|
+
margin-left: 16px;
|
|
30858
30821
|
}
|
|
30859
|
-
|
|
30860
|
-
|
|
30822
|
+
|
|
30823
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
30824
|
+
padding-right: 12px;
|
|
30861
30825
|
}
|
|
30862
|
-
.
|
|
30863
|
-
|
|
30826
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30827
|
+
height: fit-content;
|
|
30828
|
+
margin-left: 16px;
|
|
30864
30829
|
}
|
|
30865
|
-
.
|
|
30866
|
-
|
|
30867
|
-
border-bottom-right-radius: 0;
|
|
30830
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30831
|
+
flex: 1;
|
|
30868
30832
|
}
|
|
30869
|
-
|
|
30870
|
-
|
|
30871
|
-
|
|
30833
|
+
|
|
30834
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30835
|
+
display: flex;
|
|
30836
|
+
align-items: center;
|
|
30872
30837
|
}
|
|
30873
|
-
.
|
|
30874
|
-
|
|
30838
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30839
|
+
margin-right: 8px;
|
|
30875
30840
|
}
|
|
30876
30841
|
|
|
30877
|
-
.
|
|
30878
|
-
|
|
30842
|
+
.E_c1uzzomf {
|
|
30843
|
+
margin-bottom: 16px;
|
|
30844
|
+
}
|
|
30845
|
+
.E_c1uzzomf .card-title {
|
|
30846
|
+
font-size: 16px;
|
|
30879
30847
|
color: rgba(44, 56, 82, 0.6);
|
|
30880
|
-
font-
|
|
30848
|
+
font-weight: 700;
|
|
30849
|
+
line-height: 32px;
|
|
30881
30850
|
}
|
|
30882
|
-
.
|
|
30883
|
-
padding
|
|
30851
|
+
.E_c1uzzomf .card-body {
|
|
30852
|
+
padding: 24px;
|
|
30853
|
+
border-radius: 8px;
|
|
30854
|
+
background: #fff;
|
|
30884
30855
|
}
|
|
30885
|
-
.
|
|
30886
|
-
|
|
30887
|
-
|
|
30856
|
+
.E_c1uzzomf .empty {
|
|
30857
|
+
font-weight: 700;
|
|
30858
|
+
font-size: 14px;
|
|
30859
|
+
line-height: 22px;
|
|
30860
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30861
|
+
text-align: center;
|
|
30862
|
+
}
|
|
30863
|
+
|
|
30864
|
+
.E_c1yyuluq {
|
|
30865
|
+
border-radius: 8px;
|
|
30866
|
+
}
|
|
30867
|
+
.E_c1yyuluq .ant-card-body {
|
|
30868
|
+
padding: 20px 24px 24px 24px;
|
|
30888
30869
|
}
|
|
30889
30870
|
|
|
30890
30871
|
.E_d1bw7c5z {
|
|
@@ -30970,21 +30951,39 @@ button.E_n7k2c6r {
|
|
|
30970
30951
|
width: 102px;
|
|
30971
30952
|
}
|
|
30972
30953
|
|
|
30973
|
-
.
|
|
30974
|
-
|
|
30975
|
-
|
|
30976
|
-
|
|
30977
|
-
|
|
30978
|
-
|
|
30979
|
-
|
|
30980
|
-
|
|
30981
|
-
|
|
30982
|
-
|
|
30983
|
-
|
|
30954
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30955
|
+
border: 0px;
|
|
30956
|
+
background-color: #fff;
|
|
30957
|
+
}
|
|
30958
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30959
|
+
padding-top: 0px;
|
|
30960
|
+
padding-bottom: 0px;
|
|
30961
|
+
padding-left: 0px !important;
|
|
30962
|
+
padding-right: 24px;
|
|
30963
|
+
}
|
|
30964
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30965
|
+
right: 0px;
|
|
30966
|
+
}
|
|
30967
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30968
|
+
padding: 0px;
|
|
30984
30969
|
}
|
|
30985
30970
|
|
|
30986
|
-
.
|
|
30987
|
-
|
|
30971
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30972
|
+
padding-right: 0px;
|
|
30973
|
+
cursor: default;
|
|
30974
|
+
}
|
|
30975
|
+
|
|
30976
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30977
|
+
padding: 4px 8px 0 8px;
|
|
30978
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30979
|
+
font-size: 12px;
|
|
30980
|
+
}
|
|
30981
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30982
|
+
padding-bottom: 6px;
|
|
30983
|
+
}
|
|
30984
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30985
|
+
padding-top: 4px;
|
|
30986
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30988
30987
|
}
|
|
30989
30988
|
|
|
30990
30989
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -30999,254 +30998,95 @@ button.E_n7k2c6r {
|
|
|
30999
30998
|
border-top-right-radius: 5px;
|
|
31000
30999
|
}
|
|
31001
31000
|
|
|
31002
|
-
.
|
|
31003
|
-
|
|
31004
|
-
}
|
|
31005
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31006
|
-
display: inline-flex;
|
|
31007
|
-
line-height: 1.5715;
|
|
31008
|
-
height: 100%;
|
|
31009
|
-
width: 100%;
|
|
31001
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31002
|
+
line-height: 18px;
|
|
31010
31003
|
}
|
|
31011
|
-
|
|
31012
|
-
|
|
31013
|
-
display:
|
|
31014
|
-
|
|
31004
|
+
|
|
31005
|
+
.E_phljevk {
|
|
31006
|
+
display: flex;
|
|
31007
|
+
justify-content: space-between;
|
|
31015
31008
|
align-items: center;
|
|
31016
|
-
|
|
31017
|
-
padding: 5px 12px 5px 0;
|
|
31009
|
+
padding: 10px 0;
|
|
31018
31010
|
color: rgba(44, 56, 82, 0.6);
|
|
31011
|
+
font-size: 12px;
|
|
31012
|
+
line-height: 24px;
|
|
31019
31013
|
}
|
|
31020
|
-
.
|
|
31021
|
-
|
|
31022
|
-
|
|
31023
|
-
|
|
31014
|
+
.E_phljevk .pagination-left {
|
|
31015
|
+
padding: 2px 8px;
|
|
31016
|
+
}
|
|
31017
|
+
.E_phljevk .dropdown-trigger {
|
|
31018
|
+
display: flex;
|
|
31024
31019
|
align-items: center;
|
|
31025
|
-
|
|
31026
|
-
cursor:
|
|
31027
|
-
|
|
31020
|
+
border-radius: 6px;
|
|
31021
|
+
cursor: pointer;
|
|
31022
|
+
transition: all 0.3s ease;
|
|
31028
31023
|
}
|
|
31029
|
-
.
|
|
31030
|
-
|
|
31024
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31025
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31026
|
+
color: #0080ff;
|
|
31031
31027
|
}
|
|
31032
|
-
.
|
|
31033
|
-
|
|
31034
|
-
border-radius: 6px;
|
|
31028
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31029
|
+
margin-left: 4px;
|
|
31035
31030
|
}
|
|
31036
|
-
.
|
|
31037
|
-
|
|
31038
|
-
|
|
31039
|
-
|
|
31031
|
+
.E_phljevk .pagination-right {
|
|
31032
|
+
display: flex;
|
|
31033
|
+
align-items: center;
|
|
31034
|
+
color: #0080ff;
|
|
31035
|
+
font-weight: bold;
|
|
31040
31036
|
}
|
|
31041
|
-
.
|
|
31042
|
-
|
|
31043
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31037
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31038
|
+
margin-left: 4px;
|
|
31044
31039
|
}
|
|
31045
|
-
.
|
|
31046
|
-
|
|
31047
|
-
|
|
31048
|
-
padding: 5px 12px;
|
|
31049
|
-
font-size: inherit;
|
|
31040
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31041
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31042
|
+
padding: 0 8px;
|
|
31050
31043
|
}
|
|
31051
|
-
.
|
|
31052
|
-
|
|
31053
|
-
|
|
31054
|
-
padding: 8px 16px;
|
|
31044
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31045
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31046
|
+
color: #0080ff;
|
|
31055
31047
|
}
|
|
31056
|
-
.
|
|
31057
|
-
|
|
31058
|
-
border: 1px;
|
|
31059
|
-
padding: 2px 8px;
|
|
31048
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31049
|
+
transform: rotate(180deg);
|
|
31060
31050
|
}
|
|
31061
31051
|
|
|
31062
|
-
.
|
|
31063
|
-
|
|
31064
|
-
|
|
31065
|
-
flex-flow: nowrap !important;
|
|
31066
|
-
line-break: auto;
|
|
31052
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31053
|
+
max-height: calc(100vh - 128px);
|
|
31054
|
+
overflow-y: auto;
|
|
31067
31055
|
}
|
|
31068
|
-
.
|
|
31069
|
-
|
|
31070
|
-
|
|
31056
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31057
|
+
padding: 4px 20px;
|
|
31058
|
+
font-size: 12px;
|
|
31059
|
+
line-height: 18px;
|
|
31071
31060
|
}
|
|
31072
|
-
|
|
31073
|
-
|
|
31074
|
-
|
|
31075
|
-
|
|
31076
|
-
|
|
31077
|
-
white-space: normal;
|
|
31061
|
+
|
|
31062
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
31063
|
+
display: inline-flex;
|
|
31064
|
+
align-items: baseline;
|
|
31065
|
+
white-space: pre-wrap;
|
|
31078
31066
|
}
|
|
31079
|
-
.
|
|
31080
|
-
|
|
31067
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
31068
|
+
position: relative;
|
|
31069
|
+
top: 3px;
|
|
31081
31070
|
}
|
|
31082
|
-
.
|
|
31083
|
-
border-color:
|
|
31071
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31072
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31084
31073
|
}
|
|
31085
|
-
.
|
|
31086
|
-
|
|
31087
|
-
font-size: 12px;
|
|
31088
|
-
min-height: 0px;
|
|
31074
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31075
|
+
border-color: #0080ff;
|
|
31089
31076
|
}
|
|
31090
|
-
.
|
|
31091
|
-
|
|
31092
|
-
|
|
31093
|
-
min-height: 0px;
|
|
31077
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31078
|
+
border-color: #0080ff;
|
|
31079
|
+
background: #0080ff;
|
|
31094
31080
|
}
|
|
31095
|
-
|
|
31096
|
-
|
|
31097
|
-
|
|
31081
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31082
|
+
top: 4px;
|
|
31083
|
+
left: 4px;
|
|
31084
|
+
width: 6px;
|
|
31085
|
+
height: 6px;
|
|
31086
|
+
background: #fff;
|
|
31098
31087
|
}
|
|
31099
|
-
.
|
|
31100
|
-
|
|
31101
|
-
}
|
|
31102
|
-
|
|
31103
|
-
.E_iouxfgt {
|
|
31104
|
-
display: inline-flex;
|
|
31105
|
-
align-items: center;
|
|
31106
|
-
}
|
|
31107
|
-
.E_iouxfgt .icon-inner {
|
|
31108
|
-
display: inline-flex;
|
|
31109
|
-
align-items: center;
|
|
31110
|
-
justify-content: center;
|
|
31111
|
-
}
|
|
31112
|
-
.E_iouxfgt .icon-inner + span,
|
|
31113
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31114
|
-
margin-left: 4px;
|
|
31115
|
-
}
|
|
31116
|
-
.E_iouxfgt.is-rotate img,
|
|
31117
|
-
.E_iouxfgt.is-rotate svg {
|
|
31118
|
-
animation: rotate 680ms linear infinite;
|
|
31119
|
-
}
|
|
31120
|
-
|
|
31121
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31122
|
-
display: var(--a1wfy30z-0);
|
|
31123
|
-
}
|
|
31124
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31125
|
-
padding: 4px 11px;
|
|
31126
|
-
display: inline-flex;
|
|
31127
|
-
line-height: 1.5715;
|
|
31128
|
-
height: inherit;
|
|
31129
|
-
}
|
|
31130
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31131
|
-
content: var(--a1wfy30z-1);
|
|
31132
|
-
display: var(--a1wfy30z-2);
|
|
31133
|
-
flex: none;
|
|
31134
|
-
align-items: center;
|
|
31135
|
-
margin-left: 4px;
|
|
31136
|
-
}
|
|
31137
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31138
|
-
content: var(--a1wfy30z-3);
|
|
31139
|
-
display: var(--a1wfy30z-4);
|
|
31140
|
-
flex: none;
|
|
31141
|
-
align-items: center;
|
|
31142
|
-
margin-right: 4px;
|
|
31143
|
-
cursor: auto;
|
|
31144
|
-
}
|
|
31145
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31146
|
-
padding: 0;
|
|
31147
|
-
margin: 0;
|
|
31148
|
-
height: auto;
|
|
31149
|
-
font-size: inherit;
|
|
31150
|
-
}
|
|
31151
|
-
|
|
31152
|
-
.E_phljevk {
|
|
31153
|
-
display: flex;
|
|
31154
|
-
justify-content: space-between;
|
|
31155
|
-
align-items: center;
|
|
31156
|
-
padding: 10px 0;
|
|
31157
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31158
|
-
font-size: 12px;
|
|
31159
|
-
line-height: 24px;
|
|
31160
|
-
}
|
|
31161
|
-
.E_phljevk .pagination-left {
|
|
31162
|
-
padding: 2px 8px;
|
|
31163
|
-
}
|
|
31164
|
-
.E_phljevk .dropdown-trigger {
|
|
31165
|
-
display: flex;
|
|
31166
|
-
align-items: center;
|
|
31167
|
-
border-radius: 6px;
|
|
31168
|
-
cursor: pointer;
|
|
31169
|
-
transition: all 0.3s ease;
|
|
31170
|
-
}
|
|
31171
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
31172
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31173
|
-
color: #0080ff;
|
|
31174
|
-
}
|
|
31175
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31176
|
-
margin-left: 4px;
|
|
31177
|
-
}
|
|
31178
|
-
.E_phljevk .pagination-right {
|
|
31179
|
-
display: flex;
|
|
31180
|
-
align-items: center;
|
|
31181
|
-
color: #0080ff;
|
|
31182
|
-
font-weight: bold;
|
|
31183
|
-
}
|
|
31184
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
31185
|
-
margin-left: 4px;
|
|
31186
|
-
}
|
|
31187
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
31188
|
-
.E_phljevk .pagination-right .next-btn {
|
|
31189
|
-
padding: 0 8px;
|
|
31190
|
-
}
|
|
31191
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
31192
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
31193
|
-
color: #0080ff;
|
|
31194
|
-
}
|
|
31195
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31196
|
-
transform: rotate(180deg);
|
|
31197
|
-
}
|
|
31198
|
-
|
|
31199
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31200
|
-
max-height: calc(100vh - 128px);
|
|
31201
|
-
overflow-y: auto;
|
|
31202
|
-
}
|
|
31203
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31204
|
-
padding: 4px 20px;
|
|
31205
|
-
font-size: 12px;
|
|
31206
|
-
line-height: 18px;
|
|
31207
|
-
}
|
|
31208
|
-
|
|
31209
|
-
.E_owd0kml {
|
|
31210
|
-
display: inline-block;
|
|
31211
|
-
}
|
|
31212
|
-
|
|
31213
|
-
.E_h1jsgezc {
|
|
31214
|
-
visibility: hidden;
|
|
31215
|
-
position: absolute;
|
|
31216
|
-
}
|
|
31217
|
-
|
|
31218
|
-
.E_tju3gfj .date {
|
|
31219
|
-
margin-right: 4px;
|
|
31220
|
-
}
|
|
31221
|
-
|
|
31222
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
31223
|
-
display: inline-flex;
|
|
31224
|
-
align-items: baseline;
|
|
31225
|
-
white-space: pre-wrap;
|
|
31226
|
-
}
|
|
31227
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
31228
|
-
position: relative;
|
|
31229
|
-
top: 3px;
|
|
31230
|
-
}
|
|
31231
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31232
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31233
|
-
}
|
|
31234
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31235
|
-
border-color: #0080ff;
|
|
31236
|
-
}
|
|
31237
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31238
|
-
border-color: #0080ff;
|
|
31239
|
-
background: #0080ff;
|
|
31240
|
-
}
|
|
31241
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31242
|
-
top: 4px;
|
|
31243
|
-
left: 4px;
|
|
31244
|
-
width: 6px;
|
|
31245
|
-
height: 6px;
|
|
31246
|
-
background: #fff;
|
|
31247
|
-
}
|
|
31248
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31249
|
-
opacity: 0.5;
|
|
31088
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31089
|
+
opacity: 0.5;
|
|
31250
31090
|
}
|
|
31251
31091
|
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31252
31092
|
border-color: rgba(107, 128, 167, 0.6);
|
|
@@ -31365,6 +31205,16 @@ button.E_n7k2c6r {
|
|
|
31365
31205
|
width: 36px;
|
|
31366
31206
|
}
|
|
31367
31207
|
|
|
31208
|
+
.E_ivqqkzv {
|
|
31209
|
+
height: 24px;
|
|
31210
|
+
width: 56px !important;
|
|
31211
|
+
margin-right: 4px;
|
|
31212
|
+
}
|
|
31213
|
+
|
|
31214
|
+
.E_c1wk4q29 {
|
|
31215
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31216
|
+
}
|
|
31217
|
+
|
|
31368
31218
|
.E_c1bus5hc {
|
|
31369
31219
|
--color: white;
|
|
31370
31220
|
height: 14px;
|
|
@@ -31405,40 +31255,86 @@ button.E_n7k2c6r {
|
|
|
31405
31255
|
transform: rotate(0deg);
|
|
31406
31256
|
}
|
|
31407
31257
|
|
|
31408
|
-
.
|
|
31409
|
-
|
|
31258
|
+
.E_s1sck0th {
|
|
31259
|
+
padding: 0 8px;
|
|
31260
|
+
border-radius: 4px;
|
|
31410
31261
|
}
|
|
31411
|
-
|
|
31412
|
-
|
|
31262
|
+
|
|
31263
|
+
.E_m855nr1 {
|
|
31264
|
+
padding: 2px 8px;
|
|
31265
|
+
border-radius: 3px;
|
|
31413
31266
|
}
|
|
31414
31267
|
|
|
31415
|
-
.
|
|
31416
|
-
|
|
31417
|
-
border-
|
|
31418
|
-
margin-right: 8px;
|
|
31419
|
-
padding-right: 8px;
|
|
31268
|
+
.E_l1270xpg {
|
|
31269
|
+
padding: 3px 8px;
|
|
31270
|
+
border-radius: 2px;
|
|
31420
31271
|
}
|
|
31421
31272
|
|
|
31422
|
-
.
|
|
31423
|
-
|
|
31424
|
-
gap: 4px;
|
|
31273
|
+
.E_t14rextb.ant-tag:hover {
|
|
31274
|
+
opacity: unset;
|
|
31425
31275
|
}
|
|
31426
|
-
.
|
|
31427
|
-
|
|
31276
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31277
|
+
margin: 0;
|
|
31278
|
+
margin-right: 8px;
|
|
31279
|
+
display: inline-flex;
|
|
31280
|
+
align-items: center;
|
|
31281
|
+
border: none;
|
|
31428
31282
|
}
|
|
31429
|
-
|
|
31430
|
-
|
|
31431
|
-
|
|
31283
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31284
|
+
width: 16px;
|
|
31285
|
+
height: 16px;
|
|
31286
|
+
color: inherit;
|
|
31287
|
+
margin-left: 4px;
|
|
31288
|
+
opacity: 0.6;
|
|
31289
|
+
display: inline-flex;
|
|
31432
31290
|
}
|
|
31433
|
-
|
|
31434
|
-
|
|
31435
|
-
height: 24px;
|
|
31436
|
-
width: 56px !important;
|
|
31437
|
-
margin-right: 4px;
|
|
31291
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31292
|
+
opacity: 1;
|
|
31438
31293
|
}
|
|
31439
|
-
|
|
31440
|
-
|
|
31441
|
-
color: rgba(
|
|
31294
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31295
|
+
color: #0080ff;
|
|
31296
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31297
|
+
}
|
|
31298
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31299
|
+
color: #f0483e;
|
|
31300
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31301
|
+
}
|
|
31302
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31303
|
+
color: #e07f00;
|
|
31304
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31305
|
+
}
|
|
31306
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31307
|
+
color: #008f4c;
|
|
31308
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31309
|
+
}
|
|
31310
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31311
|
+
color: #1d326c;
|
|
31312
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31313
|
+
}
|
|
31314
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31315
|
+
color: #7E41FF;
|
|
31316
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31317
|
+
}
|
|
31318
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31319
|
+
color: #fff;
|
|
31320
|
+
}
|
|
31321
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31322
|
+
background-color: #f0483e;
|
|
31323
|
+
}
|
|
31324
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31325
|
+
background-color: #fea008;
|
|
31326
|
+
}
|
|
31327
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31328
|
+
background-color: #00ba5d;
|
|
31329
|
+
}
|
|
31330
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31331
|
+
background-color: #0080ff;
|
|
31332
|
+
}
|
|
31333
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31334
|
+
background-color: #6b7d99;
|
|
31335
|
+
}
|
|
31336
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31337
|
+
background-color: #7E41FF;
|
|
31442
31338
|
}
|
|
31443
31339
|
|
|
31444
31340
|
.E_s1dizucg.ant-switch {
|
|
@@ -31496,807 +31392,796 @@ button.E_n7k2c6r {
|
|
|
31496
31392
|
margin-left: 5px;
|
|
31497
31393
|
}
|
|
31498
31394
|
|
|
31499
|
-
.
|
|
31500
|
-
|
|
31501
|
-
|
|
31395
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
31396
|
+
margin-right: 8px;
|
|
31397
|
+
}
|
|
31398
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
31399
|
+
margin-left: 8px;
|
|
31502
31400
|
}
|
|
31503
31401
|
|
|
31504
|
-
.
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
margin:
|
|
31508
|
-
|
|
31402
|
+
.E_cc368xp {
|
|
31403
|
+
color: #00122e;
|
|
31404
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31405
|
+
margin-right: 8px;
|
|
31406
|
+
padding-right: 8px;
|
|
31509
31407
|
}
|
|
31510
31408
|
|
|
31511
|
-
.
|
|
31512
|
-
max-width: 1120px;
|
|
31513
|
-
width: 100%;
|
|
31514
|
-
margin: 0 auto;
|
|
31409
|
+
.E_i11o6xqj {
|
|
31515
31410
|
display: flex;
|
|
31411
|
+
gap: 4px;
|
|
31516
31412
|
}
|
|
31517
|
-
.
|
|
31518
|
-
|
|
31519
|
-
flex-grow: 0;
|
|
31520
|
-
flex-shrink: 0;
|
|
31521
|
-
flex-basis: 21%;
|
|
31522
|
-
}
|
|
31523
|
-
.E_wt5zbg6 .left {
|
|
31524
|
-
display: flex;
|
|
31525
|
-
justify-content: flex-end;
|
|
31526
|
-
padding-right: 44px;
|
|
31413
|
+
.E_i11o6xqj .icon-wrapper {
|
|
31414
|
+
cursor: pointer;
|
|
31527
31415
|
}
|
|
31528
|
-
|
|
31529
|
-
|
|
31416
|
+
|
|
31417
|
+
.E_d19ruhdj.icon-wrapper {
|
|
31418
|
+
cursor: not-allowed;
|
|
31530
31419
|
}
|
|
31531
|
-
|
|
31532
|
-
|
|
31533
|
-
|
|
31534
|
-
flex-shrink: 0;
|
|
31535
|
-
flex-basis: 58%;
|
|
31420
|
+
|
|
31421
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31422
|
+
display: none;
|
|
31536
31423
|
}
|
|
31537
|
-
.
|
|
31538
|
-
|
|
31424
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31425
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31426
|
+
border-radius: 4px;
|
|
31539
31427
|
}
|
|
31540
|
-
.
|
|
31541
|
-
|
|
31428
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31429
|
+
visibility: hidden;
|
|
31542
31430
|
}
|
|
31543
31431
|
|
|
31544
|
-
.
|
|
31545
|
-
|
|
31546
|
-
width: 100%;
|
|
31547
|
-
max-width: 648px;
|
|
31548
|
-
}
|
|
31549
|
-
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31550
|
-
margin-left: 0;
|
|
31432
|
+
.E_s1dni7lo {
|
|
31433
|
+
width: 430px !important;
|
|
31551
31434
|
}
|
|
31552
|
-
|
|
31553
|
-
|
|
31554
|
-
padding:
|
|
31555
|
-
|
|
31556
|
-
|
|
31557
|
-
|
|
31435
|
+
|
|
31436
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31437
|
+
padding: 8px 16px;
|
|
31438
|
+
line-height: 18px;
|
|
31439
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31440
|
+
height: 34px;
|
|
31441
|
+
min-height: 34px;
|
|
31442
|
+
box-sizing: border-box;
|
|
31443
|
+
margin-top: 8px;
|
|
31558
31444
|
}
|
|
31559
|
-
|
|
31560
|
-
|
|
31445
|
+
|
|
31446
|
+
.E_o1ugr09p {
|
|
31447
|
+
display: flex;
|
|
31448
|
+
flex-direction: column;
|
|
31449
|
+
margin: 1px 8px;
|
|
31450
|
+
padding: 8px;
|
|
31451
|
+
border-radius: 4px;
|
|
31561
31452
|
}
|
|
31562
|
-
.
|
|
31563
|
-
|
|
31564
|
-
overflow-y: auto;
|
|
31453
|
+
.E_o1ugr09p .selected-icon {
|
|
31454
|
+
display: none;
|
|
31565
31455
|
}
|
|
31566
|
-
.
|
|
31567
|
-
|
|
31568
|
-
max-width: 648px;
|
|
31456
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31457
|
+
padding-left: 8px;
|
|
31569
31458
|
}
|
|
31570
|
-
|
|
31571
|
-
|
|
31572
|
-
margin: 0 auto;
|
|
31573
|
-
width: 100%;
|
|
31574
|
-
max-width: 1024px;
|
|
31459
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31460
|
+
background-color: white;
|
|
31575
31461
|
}
|
|
31576
|
-
.
|
|
31577
|
-
|
|
31462
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31463
|
+
color: #0080ff;
|
|
31578
31464
|
}
|
|
31579
|
-
.
|
|
31580
|
-
|
|
31581
|
-
padding: 0;
|
|
31582
|
-
width: 100%;
|
|
31583
|
-
max-width: 1024px;
|
|
31584
|
-
overflow: hidden;
|
|
31465
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31466
|
+
display: block;
|
|
31585
31467
|
}
|
|
31586
|
-
.
|
|
31587
|
-
|
|
31468
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31469
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31588
31470
|
}
|
|
31589
|
-
.
|
|
31590
|
-
|
|
31591
|
-
overflow-y: auto;
|
|
31471
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31472
|
+
color: #0080ff;
|
|
31592
31473
|
}
|
|
31593
|
-
.
|
|
31594
|
-
|
|
31595
|
-
|
|
31474
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31475
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31476
|
+
color: #0080ff;
|
|
31596
31477
|
}
|
|
31597
31478
|
|
|
31598
|
-
.
|
|
31599
|
-
|
|
31600
|
-
|
|
31601
|
-
|
|
31602
|
-
font-size: 13px;
|
|
31479
|
+
.E_o1ifxsq4 {
|
|
31480
|
+
display: flex;
|
|
31481
|
+
justify-content: space-between;
|
|
31482
|
+
height: 20px;
|
|
31603
31483
|
line-height: 20px;
|
|
31604
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31605
31484
|
}
|
|
31606
|
-
.
|
|
31607
|
-
font-size: 14px;
|
|
31608
|
-
line-height: 20px;
|
|
31485
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31609
31486
|
color: #2d3a56;
|
|
31610
|
-
|
|
31611
|
-
|
|
31612
|
-
.E_f1lrhghm.connect-cluster .title {
|
|
31613
|
-
padding-bottom: 26px;
|
|
31614
|
-
}
|
|
31615
|
-
|
|
31616
|
-
.E_f18ot8em {
|
|
31617
|
-
padding: 25px 0 15px 0;
|
|
31618
|
-
border-bottom: 1px solid #e1e5eb;
|
|
31619
|
-
margin-bottom: 16px;
|
|
31487
|
+
overflow: hidden;
|
|
31488
|
+
text-overflow: ellipsis;
|
|
31620
31489
|
}
|
|
31621
31490
|
|
|
31622
|
-
.
|
|
31491
|
+
.E_o1zue7 {
|
|
31623
31492
|
display: flex;
|
|
31624
|
-
|
|
31625
|
-
|
|
31626
|
-
|
|
31627
|
-
|
|
31628
|
-
|
|
31629
|
-
}
|
|
31630
|
-
.E_f1l1g2k0 > label + * {
|
|
31631
|
-
width: 100%;
|
|
31632
|
-
}
|
|
31633
|
-
.E_f1l1g2k0 .ant-select {
|
|
31634
|
-
width: 100%;
|
|
31493
|
+
justify-content: space-between;
|
|
31494
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31495
|
+
height: 18px;
|
|
31496
|
+
line-height: 18px;
|
|
31497
|
+
margin-top: 2px;
|
|
31635
31498
|
}
|
|
31636
31499
|
|
|
31637
|
-
.
|
|
31638
|
-
|
|
31639
|
-
margin-right:
|
|
31500
|
+
.E_tyfmlxg {
|
|
31501
|
+
border: none;
|
|
31502
|
+
margin-right: 0;
|
|
31503
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31640
31504
|
}
|
|
31641
31505
|
|
|
31642
|
-
.
|
|
31506
|
+
.E_o18uybox {
|
|
31507
|
+
pointer-events: none;
|
|
31508
|
+
height: 32px;
|
|
31643
31509
|
width: 100%;
|
|
31644
|
-
|
|
31645
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31646
|
-
margin: 24px 0;
|
|
31510
|
+
opacity: 0;
|
|
31647
31511
|
}
|
|
31648
31512
|
|
|
31649
|
-
.
|
|
31650
|
-
|
|
31651
|
-
justify-content: center;
|
|
31652
|
-
align-items: center;
|
|
31653
|
-
height: 100%;
|
|
31513
|
+
.E_tju3gfj .date {
|
|
31514
|
+
margin-right: 4px;
|
|
31654
31515
|
}
|
|
31655
31516
|
|
|
31656
|
-
.
|
|
31517
|
+
.E_iq1gosr {
|
|
31657
31518
|
display: inline-block;
|
|
31658
|
-
width: 4px;
|
|
31659
|
-
height: 4px;
|
|
31660
|
-
background: #8e9aa9;
|
|
31661
|
-
opacity: 0.4;
|
|
31662
|
-
border-radius: 50%;
|
|
31663
|
-
margin: 0 4px;
|
|
31664
31519
|
}
|
|
31665
31520
|
|
|
31666
|
-
.
|
|
31667
|
-
|
|
31668
|
-
|
|
31669
|
-
margin: 0 auto;
|
|
31670
|
-
}
|
|
31671
|
-
.E_m177r7a3 .ant-modal-header {
|
|
31672
|
-
padding: 35px 0 24px;
|
|
31673
|
-
border: none;
|
|
31674
|
-
}
|
|
31675
|
-
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31676
|
-
font-size: 30px;
|
|
31677
|
-
}
|
|
31678
|
-
.E_m177r7a3 .ant-modal-body {
|
|
31679
|
-
padding: 4px 0 2px;
|
|
31680
|
-
}
|
|
31681
|
-
.E_m177r7a3 .ant-modal-footer {
|
|
31682
|
-
border: none;
|
|
31521
|
+
.E_iouxfgt {
|
|
31522
|
+
display: inline-flex;
|
|
31523
|
+
align-items: center;
|
|
31683
31524
|
}
|
|
31684
|
-
|
|
31685
|
-
|
|
31686
|
-
|
|
31687
|
-
|
|
31688
|
-
font-weight: bold;
|
|
31689
|
-
color: #fff;
|
|
31690
|
-
padding: 0 4px;
|
|
31691
|
-
border-radius: 4px;
|
|
31692
|
-
display: inline-block;
|
|
31693
|
-
background: var(--t1wwio3v-0);
|
|
31525
|
+
.E_iouxfgt .icon-inner {
|
|
31526
|
+
display: inline-flex;
|
|
31527
|
+
align-items: center;
|
|
31528
|
+
justify-content: center;
|
|
31694
31529
|
}
|
|
31695
|
-
.
|
|
31530
|
+
.E_iouxfgt .icon-inner + span,
|
|
31531
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31696
31532
|
margin-left: 4px;
|
|
31697
31533
|
}
|
|
31534
|
+
.E_iouxfgt.is-rotate img,
|
|
31535
|
+
.E_iouxfgt.is-rotate svg {
|
|
31536
|
+
animation: rotate 680ms linear infinite;
|
|
31537
|
+
}
|
|
31698
31538
|
|
|
31699
|
-
.
|
|
31539
|
+
.E_fzh9mnb {
|
|
31700
31540
|
width: 100%;
|
|
31701
31541
|
height: 100%;
|
|
31542
|
+
min-height: 124px;
|
|
31702
31543
|
display: flex;
|
|
31703
|
-
|
|
31544
|
+
flex-direction: column;
|
|
31704
31545
|
justify-content: center;
|
|
31546
|
+
align-items: center;
|
|
31705
31547
|
}
|
|
31706
|
-
|
|
31707
|
-
.
|
|
31708
|
-
|
|
31709
|
-
font-
|
|
31710
|
-
|
|
31711
|
-
|
|
31712
|
-
|
|
31713
|
-
|
|
31714
|
-
|
|
31548
|
+
.E_fzh9mnb .error-text {
|
|
31549
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31550
|
+
margin-bottom: 16px;
|
|
31551
|
+
font-size: 18px;
|
|
31552
|
+
}
|
|
31553
|
+
|
|
31554
|
+
.E_i1inqkme {
|
|
31555
|
+
height: 18px;
|
|
31556
|
+
line-height: 18px;
|
|
31557
|
+
padding: 0 4px;
|
|
31715
31558
|
border-radius: 4px;
|
|
31559
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31560
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31561
|
+
display: flex;
|
|
31562
|
+
align-items: center;
|
|
31563
|
+
white-space: nowrap;
|
|
31564
|
+
margin-right: 4px;
|
|
31716
31565
|
}
|
|
31717
31566
|
|
|
31718
|
-
.
|
|
31719
|
-
|
|
31567
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31568
|
+
margin-left: 8px;
|
|
31720
31569
|
}
|
|
31721
|
-
.
|
|
31722
|
-
|
|
31570
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31571
|
+
padding: 2px 7px 2px 12px;
|
|
31723
31572
|
}
|
|
31724
|
-
|
|
31725
|
-
|
|
31573
|
+
|
|
31574
|
+
.E_f7pxqmh {
|
|
31575
|
+
width: 100%;
|
|
31576
|
+
margin-bottom: 0 !important;
|
|
31577
|
+
flex-flow: nowrap !important;
|
|
31578
|
+
line-break: auto;
|
|
31726
31579
|
}
|
|
31727
|
-
.
|
|
31728
|
-
|
|
31580
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31581
|
+
text-align: left !important;
|
|
31582
|
+
padding-bottom: 0 !important;
|
|
31729
31583
|
}
|
|
31730
|
-
.
|
|
31731
|
-
|
|
31584
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31585
|
+
min-height: 32px;
|
|
31586
|
+
height: auto;
|
|
31587
|
+
font-size: 13px;
|
|
31588
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31589
|
+
white-space: normal;
|
|
31732
31590
|
}
|
|
31733
|
-
.
|
|
31734
|
-
|
|
31735
|
-
display: flex;
|
|
31591
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31592
|
+
border-color: #ff4d4f !important;
|
|
31736
31593
|
}
|
|
31737
|
-
.
|
|
31594
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31595
|
+
border-color: #ff4d4f !important;
|
|
31596
|
+
}
|
|
31597
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31738
31598
|
margin-top: 4px;
|
|
31739
|
-
|
|
31740
|
-
|
|
31741
|
-
background: #f2f4f6;
|
|
31742
|
-
font-size: 13px;
|
|
31743
|
-
line-height: 1.8;
|
|
31744
|
-
color: #8e9aa9;
|
|
31599
|
+
font-size: 12px;
|
|
31600
|
+
min-height: 0px;
|
|
31745
31601
|
}
|
|
31746
|
-
.
|
|
31747
|
-
|
|
31748
|
-
font-size: 13px;
|
|
31602
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31603
|
+
font-size: 12px;
|
|
31749
31604
|
color: rgba(44, 56, 82, 0.6);
|
|
31605
|
+
min-height: 0px;
|
|
31750
31606
|
}
|
|
31751
|
-
|
|
31752
|
-
|
|
31607
|
+
|
|
31608
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31609
|
+
display: var(--ai7qkf2-0);
|
|
31753
31610
|
}
|
|
31754
|
-
.
|
|
31755
|
-
|
|
31756
|
-
line-height:
|
|
31611
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31612
|
+
display: inline-flex;
|
|
31613
|
+
line-height: 1.5715;
|
|
31614
|
+
height: 100%;
|
|
31615
|
+
width: 100%;
|
|
31757
31616
|
}
|
|
31758
|
-
.
|
|
31759
|
-
|
|
31617
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31618
|
+
content: var(--ai7qkf2-1);
|
|
31619
|
+
display: var(--ai7qkf2-2);
|
|
31620
|
+
flex: none;
|
|
31621
|
+
align-items: center;
|
|
31622
|
+
margin-left: 4px;
|
|
31623
|
+
padding: 5px 12px 5px 0;
|
|
31624
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31760
31625
|
}
|
|
31761
|
-
.
|
|
31762
|
-
|
|
31626
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31627
|
+
content: var(--ai7qkf2-3);
|
|
31628
|
+
display: var(--ai7qkf2-4);
|
|
31629
|
+
flex: none;
|
|
31630
|
+
align-items: center;
|
|
31631
|
+
margin-right: 4px;
|
|
31632
|
+
cursor: auto;
|
|
31633
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31763
31634
|
}
|
|
31764
|
-
.
|
|
31635
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31636
|
+
border-radius: 0;
|
|
31637
|
+
}
|
|
31638
|
+
.E_ai7qkf2.ant-input-number {
|
|
31765
31639
|
width: 100%;
|
|
31640
|
+
border-radius: 6px;
|
|
31766
31641
|
}
|
|
31767
|
-
.
|
|
31768
|
-
color: #
|
|
31769
|
-
|
|
31770
|
-
|
|
31642
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
31643
|
+
border-color: #0096ff;
|
|
31644
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31645
|
+
z-index: 1;
|
|
31771
31646
|
}
|
|
31772
|
-
.
|
|
31773
|
-
|
|
31774
|
-
|
|
31775
|
-
overflow: auto;
|
|
31647
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
31648
|
+
border-color: #e75a3a;
|
|
31649
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31776
31650
|
}
|
|
31777
|
-
.
|
|
31778
|
-
|
|
31779
|
-
border: 1px
|
|
31780
|
-
|
|
31651
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31652
|
+
height: 30px;
|
|
31653
|
+
border: 1px;
|
|
31654
|
+
padding: 5px 12px;
|
|
31655
|
+
font-size: inherit;
|
|
31781
31656
|
}
|
|
31782
|
-
|
|
31783
|
-
|
|
31784
|
-
|
|
31785
|
-
|
|
31786
|
-
padding-bottom: 6px;
|
|
31787
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31788
|
-
margin-bottom: 16px;
|
|
31657
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31658
|
+
height: 38px;
|
|
31659
|
+
border: 1px;
|
|
31660
|
+
padding: 8px 16px;
|
|
31789
31661
|
}
|
|
31790
|
-
.
|
|
31791
|
-
|
|
31662
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31663
|
+
height: 22px;
|
|
31664
|
+
border: 1px;
|
|
31665
|
+
padding: 2px 8px;
|
|
31792
31666
|
}
|
|
31793
31667
|
|
|
31794
|
-
.
|
|
31795
|
-
|
|
31796
|
-
height: 24px;
|
|
31797
|
-
display: flex;
|
|
31798
|
-
justify-content: center;
|
|
31799
|
-
align-items: center;
|
|
31800
|
-
cursor: pointer;
|
|
31801
|
-
transition: all 200ms ease-out 40ms;
|
|
31802
|
-
}
|
|
31803
|
-
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31804
|
-
content: "";
|
|
31805
|
-
width: 1px;
|
|
31806
|
-
height: 6px;
|
|
31807
|
-
border-radius: 1px;
|
|
31808
|
-
background: #ccd4e3;
|
|
31809
|
-
position: relative;
|
|
31810
|
-
right: 2px;
|
|
31811
|
-
transform: rotate(-45deg);
|
|
31668
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31669
|
+
display: var(--a1wfy30z-0);
|
|
31812
31670
|
}
|
|
31813
|
-
.
|
|
31814
|
-
|
|
31815
|
-
|
|
31671
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31672
|
+
padding: 4px 11px;
|
|
31673
|
+
display: inline-flex;
|
|
31674
|
+
line-height: 1.5715;
|
|
31675
|
+
height: inherit;
|
|
31816
31676
|
}
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
|
|
31820
|
-
|
|
31821
|
-
|
|
31677
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31678
|
+
content: var(--a1wfy30z-1);
|
|
31679
|
+
display: var(--a1wfy30z-2);
|
|
31680
|
+
flex: none;
|
|
31681
|
+
align-items: center;
|
|
31682
|
+
margin-left: 4px;
|
|
31822
31683
|
}
|
|
31823
|
-
.
|
|
31824
|
-
|
|
31825
|
-
|
|
31684
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31685
|
+
content: var(--a1wfy30z-3);
|
|
31686
|
+
display: var(--a1wfy30z-4);
|
|
31687
|
+
flex: none;
|
|
31688
|
+
align-items: center;
|
|
31689
|
+
margin-right: 4px;
|
|
31690
|
+
cursor: auto;
|
|
31826
31691
|
}
|
|
31827
|
-
.
|
|
31828
|
-
|
|
31829
|
-
|
|
31692
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31693
|
+
padding: 0;
|
|
31694
|
+
margin: 0;
|
|
31695
|
+
height: auto;
|
|
31696
|
+
font-size: inherit;
|
|
31830
31697
|
}
|
|
31831
31698
|
|
|
31832
|
-
.
|
|
31833
|
-
display:
|
|
31834
|
-
flex-direction: row;
|
|
31835
|
-
padding: 7px 12px;
|
|
31836
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31837
|
-
border-radius: 6px;
|
|
31838
|
-
color: #e07f00;
|
|
31839
|
-
font-size: 12px;
|
|
31840
|
-
line-height: 18px;
|
|
31699
|
+
.E_owd0kml {
|
|
31700
|
+
display: inline-block;
|
|
31841
31701
|
}
|
|
31842
|
-
|
|
31843
|
-
|
|
31844
|
-
|
|
31702
|
+
|
|
31703
|
+
.E_h1jsgezc {
|
|
31704
|
+
visibility: hidden;
|
|
31705
|
+
position: absolute;
|
|
31845
31706
|
}
|
|
31846
31707
|
|
|
31847
|
-
.
|
|
31848
|
-
|
|
31849
|
-
|
|
31850
|
-
|
|
31851
|
-
|
|
31852
|
-
|
|
31853
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31854
|
-
font-size: 12px;
|
|
31855
|
-
line-height: 18px;
|
|
31708
|
+
.E_dsnbhzf {
|
|
31709
|
+
font-family: Inter;
|
|
31710
|
+
font-style: normal;
|
|
31711
|
+
font-weight: bold;
|
|
31712
|
+
font-size: 32px;
|
|
31713
|
+
line-height: 40px;
|
|
31856
31714
|
}
|
|
31857
|
-
|
|
31858
|
-
|
|
31859
|
-
|
|
31715
|
+
|
|
31716
|
+
.E_d1mvo22k {
|
|
31717
|
+
font-family: Inter;
|
|
31718
|
+
font-style: normal;
|
|
31719
|
+
font-weight: bold;
|
|
31720
|
+
font-size: 24px;
|
|
31721
|
+
line-height: 32px;
|
|
31860
31722
|
}
|
|
31861
31723
|
|
|
31862
|
-
.
|
|
31863
|
-
|
|
31864
|
-
|
|
31865
|
-
|
|
31866
|
-
|
|
31867
|
-
|
|
31868
|
-
color: #005ed1;
|
|
31869
|
-
font-size: 12px;
|
|
31870
|
-
line-height: 18px;
|
|
31724
|
+
.E_d1b444tr {
|
|
31725
|
+
font-family: Inter;
|
|
31726
|
+
font-style: normal;
|
|
31727
|
+
font-weight: normal;
|
|
31728
|
+
font-size: 32px;
|
|
31729
|
+
line-height: 40px;
|
|
31871
31730
|
}
|
|
31872
|
-
|
|
31873
|
-
|
|
31874
|
-
|
|
31731
|
+
|
|
31732
|
+
.E_dvs0kue {
|
|
31733
|
+
font-family: Inter;
|
|
31734
|
+
font-style: normal;
|
|
31735
|
+
font-weight: bold;
|
|
31736
|
+
font-size: 20px;
|
|
31737
|
+
line-height: 24px;
|
|
31875
31738
|
}
|
|
31876
31739
|
|
|
31877
|
-
.
|
|
31878
|
-
|
|
31879
|
-
|
|
31880
|
-
font-
|
|
31881
|
-
|
|
31740
|
+
.E_d1hcbfcq {
|
|
31741
|
+
font-family: Inter;
|
|
31742
|
+
font-style: normal;
|
|
31743
|
+
font-weight: normal;
|
|
31744
|
+
font-size: 20px;
|
|
31745
|
+
line-height: 24px;
|
|
31882
31746
|
}
|
|
31883
31747
|
|
|
31884
|
-
.
|
|
31885
|
-
|
|
31886
|
-
font-
|
|
31887
|
-
|
|
31748
|
+
.E_d1cz922v {
|
|
31749
|
+
font-family: Inter;
|
|
31750
|
+
font-style: normal;
|
|
31751
|
+
font-weight: bold;
|
|
31752
|
+
font-size: 18px;
|
|
31753
|
+
line-height: 22px;
|
|
31888
31754
|
}
|
|
31889
31755
|
|
|
31890
|
-
.
|
|
31891
|
-
|
|
31892
|
-
|
|
31893
|
-
|
|
31756
|
+
.E_d3nzbrm {
|
|
31757
|
+
font-family: Inter;
|
|
31758
|
+
font-style: normal;
|
|
31759
|
+
font-weight: normal;
|
|
31760
|
+
font-size: 18px;
|
|
31761
|
+
line-height: 22px;
|
|
31894
31762
|
}
|
|
31895
|
-
|
|
31896
|
-
|
|
31763
|
+
|
|
31764
|
+
.E_h1g0p5ob {
|
|
31765
|
+
font-family: Inter;
|
|
31766
|
+
font-style: normal;
|
|
31767
|
+
font-weight: bold;
|
|
31768
|
+
font-size: 16px;
|
|
31769
|
+
line-height: 22px;
|
|
31897
31770
|
}
|
|
31898
31771
|
|
|
31899
|
-
.
|
|
31900
|
-
|
|
31772
|
+
.E_hydo2ej {
|
|
31773
|
+
font-family: Inter;
|
|
31774
|
+
font-style: normal;
|
|
31775
|
+
font-weight: normal;
|
|
31776
|
+
font-size: 16px;
|
|
31777
|
+
line-height: 22px;
|
|
31901
31778
|
}
|
|
31902
31779
|
|
|
31903
|
-
.
|
|
31904
|
-
|
|
31780
|
+
.E_h1hbuq0r {
|
|
31781
|
+
font-family: Inter;
|
|
31782
|
+
font-style: normal;
|
|
31783
|
+
font-weight: bold;
|
|
31784
|
+
font-size: 14px;
|
|
31905
31785
|
line-height: 20px;
|
|
31906
|
-
color: #2d3a56;
|
|
31907
|
-
border-radius: 6px;
|
|
31908
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31909
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31910
31786
|
}
|
|
31911
|
-
|
|
31912
|
-
|
|
31913
|
-
|
|
31787
|
+
|
|
31788
|
+
.E_h13bondg {
|
|
31789
|
+
font-family: Inter;
|
|
31790
|
+
font-style: normal;
|
|
31791
|
+
font-weight: normal;
|
|
31792
|
+
font-size: 14px;
|
|
31793
|
+
line-height: 20px;
|
|
31914
31794
|
}
|
|
31915
|
-
|
|
31916
|
-
|
|
31795
|
+
|
|
31796
|
+
.E_h1mhvdlx {
|
|
31797
|
+
font-family: Inter;
|
|
31798
|
+
font-style: normal;
|
|
31799
|
+
font-weight: bold;
|
|
31800
|
+
font-size: 12px;
|
|
31917
31801
|
line-height: 18px;
|
|
31918
31802
|
}
|
|
31919
|
-
|
|
31920
|
-
|
|
31921
|
-
|
|
31922
|
-
|
|
31803
|
+
|
|
31804
|
+
.E_h1inmfq6 {
|
|
31805
|
+
font-family: Inter;
|
|
31806
|
+
font-style: normal;
|
|
31807
|
+
font-weight: normal;
|
|
31808
|
+
font-size: 12px;
|
|
31809
|
+
line-height: 18px;
|
|
31923
31810
|
}
|
|
31924
|
-
|
|
31925
|
-
|
|
31926
|
-
|
|
31927
|
-
|
|
31811
|
+
|
|
31812
|
+
.E_h1kfc0la {
|
|
31813
|
+
font-family: Inter;
|
|
31814
|
+
font-style: normal;
|
|
31815
|
+
font-weight: bold;
|
|
31816
|
+
text-transform: uppercase;
|
|
31817
|
+
font-feature-settings: "cpsp" on;
|
|
31818
|
+
font-size: 12px;
|
|
31819
|
+
line-height: 18px;
|
|
31928
31820
|
}
|
|
31929
|
-
|
|
31930
|
-
|
|
31931
|
-
|
|
31821
|
+
|
|
31822
|
+
.E_h10xnyuu {
|
|
31823
|
+
font-family: Inter;
|
|
31824
|
+
font-style: normal;
|
|
31825
|
+
font-weight: normal;
|
|
31826
|
+
text-transform: uppercase;
|
|
31827
|
+
font-feature-settings: "cpsp" on;
|
|
31828
|
+
font-size: 12px;
|
|
31829
|
+
line-height: 18px;
|
|
31932
31830
|
}
|
|
31933
|
-
|
|
31934
|
-
|
|
31935
|
-
|
|
31831
|
+
|
|
31832
|
+
.E_lrcmi0v {
|
|
31833
|
+
font-family: Inter;
|
|
31834
|
+
font-style: normal;
|
|
31835
|
+
font-weight: normal;
|
|
31836
|
+
font-size: 16px;
|
|
31837
|
+
line-height: 24px;
|
|
31936
31838
|
}
|
|
31937
|
-
|
|
31938
|
-
|
|
31939
|
-
|
|
31839
|
+
|
|
31840
|
+
.E_lzt43lp {
|
|
31841
|
+
font-family: Inter;
|
|
31842
|
+
font-style: normal;
|
|
31843
|
+
font-weight: bold;
|
|
31844
|
+
font-size: 16px;
|
|
31845
|
+
line-height: 24px;
|
|
31940
31846
|
}
|
|
31941
|
-
|
|
31942
|
-
|
|
31943
|
-
|
|
31944
|
-
|
|
31847
|
+
|
|
31848
|
+
.E_l5yc9nt {
|
|
31849
|
+
font-family: Inter;
|
|
31850
|
+
font-style: normal;
|
|
31851
|
+
font-weight: normal;
|
|
31852
|
+
font-size: 16px;
|
|
31853
|
+
line-height: 24px;
|
|
31945
31854
|
}
|
|
31946
|
-
|
|
31947
|
-
|
|
31948
|
-
|
|
31949
|
-
|
|
31950
|
-
|
|
31951
|
-
|
|
31952
|
-
|
|
31855
|
+
|
|
31856
|
+
.E_l1fbkbzo {
|
|
31857
|
+
font-family: Inter;
|
|
31858
|
+
font-style: normal;
|
|
31859
|
+
font-weight: bold;
|
|
31860
|
+
font-size: 16px;
|
|
31861
|
+
line-height: 24px;
|
|
31953
31862
|
}
|
|
31954
|
-
|
|
31955
|
-
.
|
|
31956
|
-
|
|
31863
|
+
|
|
31864
|
+
.E_lahvcax {
|
|
31865
|
+
font-family: Inter;
|
|
31866
|
+
font-style: normal;
|
|
31867
|
+
font-weight: normal;
|
|
31868
|
+
text-transform: uppercase;
|
|
31869
|
+
font-feature-settings: "cpsp" on;
|
|
31870
|
+
font-size: 16px;
|
|
31871
|
+
line-height: 24px;
|
|
31957
31872
|
}
|
|
31958
|
-
|
|
31959
|
-
|
|
31960
|
-
|
|
31873
|
+
|
|
31874
|
+
.E_l11q3pxd {
|
|
31875
|
+
font-family: Inter;
|
|
31876
|
+
font-style: normal;
|
|
31877
|
+
font-weight: bold;
|
|
31878
|
+
text-transform: uppercase;
|
|
31879
|
+
font-feature-settings: "cpsp" on;
|
|
31880
|
+
font-size: 16px;
|
|
31881
|
+
line-height: 24px;
|
|
31961
31882
|
}
|
|
31962
|
-
|
|
31963
|
-
|
|
31964
|
-
|
|
31883
|
+
|
|
31884
|
+
.E_lfuc2qu {
|
|
31885
|
+
font-family: Inter;
|
|
31886
|
+
font-style: normal;
|
|
31887
|
+
font-weight: normal;
|
|
31888
|
+
font-size: 14px;
|
|
31889
|
+
line-height: 22px;
|
|
31965
31890
|
}
|
|
31966
|
-
|
|
31967
|
-
|
|
31968
|
-
|
|
31891
|
+
|
|
31892
|
+
.E_l1jmp8r0 {
|
|
31893
|
+
font-family: Inter;
|
|
31894
|
+
font-style: normal;
|
|
31895
|
+
font-weight: 500;
|
|
31896
|
+
font-size: 14px;
|
|
31897
|
+
line-height: 22px;
|
|
31969
31898
|
}
|
|
31970
|
-
|
|
31971
|
-
|
|
31972
|
-
|
|
31899
|
+
|
|
31900
|
+
.E_lcnm221 {
|
|
31901
|
+
font-family: Inter;
|
|
31902
|
+
font-style: normal;
|
|
31903
|
+
font-weight: bold;
|
|
31904
|
+
font-size: 14px;
|
|
31905
|
+
line-height: 22px;
|
|
31973
31906
|
}
|
|
31974
|
-
|
|
31975
|
-
|
|
31907
|
+
|
|
31908
|
+
.E_lu1z2n5 {
|
|
31909
|
+
font-family: Inter;
|
|
31910
|
+
font-style: normal;
|
|
31911
|
+
font-weight: normal;
|
|
31912
|
+
font-size: 14px;
|
|
31913
|
+
line-height: 22px;
|
|
31976
31914
|
}
|
|
31977
|
-
|
|
31978
|
-
|
|
31979
|
-
|
|
31980
|
-
|
|
31981
|
-
|
|
31982
|
-
|
|
31983
|
-
|
|
31984
|
-
.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 {
|
|
31985
|
-
border-color: #e75a3a;
|
|
31986
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31987
|
-
}
|
|
31988
|
-
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31989
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31990
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31991
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31992
|
-
}
|
|
31993
|
-
textarea.E_i74cfyt.ant-input {
|
|
31994
|
-
transition-property: height;
|
|
31995
|
-
transition-delay: 50ms;
|
|
31996
|
-
}
|
|
31997
|
-
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
31998
|
-
min-height: 40px;
|
|
31999
|
-
height: 40px;
|
|
32000
|
-
}
|
|
32001
|
-
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
32002
|
-
height: 80px;
|
|
32003
|
-
}
|
|
32004
|
-
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
32005
|
-
min-height: 32px;
|
|
32006
|
-
height: 32px;
|
|
32007
|
-
}
|
|
32008
|
-
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
32009
|
-
height: 64px;
|
|
32010
|
-
}
|
|
32011
|
-
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
32012
|
-
min-height: 24px;
|
|
32013
|
-
height: 24px;
|
|
32014
|
-
}
|
|
32015
|
-
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
32016
|
-
height: 40px;
|
|
31915
|
+
|
|
31916
|
+
.E_l1r59djn {
|
|
31917
|
+
font-family: Inter;
|
|
31918
|
+
font-style: normal;
|
|
31919
|
+
font-weight: bold;
|
|
31920
|
+
font-size: 14px;
|
|
31921
|
+
line-height: 22px;
|
|
32017
31922
|
}
|
|
32018
31923
|
|
|
32019
|
-
.
|
|
32020
|
-
|
|
32021
|
-
|
|
32022
|
-
|
|
32023
|
-
|
|
32024
|
-
|
|
32025
|
-
|
|
32026
|
-
height:
|
|
32027
|
-
cursor: pointer;
|
|
32028
|
-
transition: border 150ms;
|
|
32029
|
-
}
|
|
32030
|
-
.E_k1ci6977.input-tags:hover {
|
|
32031
|
-
border-color: #0080ff;
|
|
32032
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
32033
|
-
}
|
|
32034
|
-
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
32035
|
-
padding-right: 30px;
|
|
32036
|
-
}
|
|
32037
|
-
.E_k1ci6977.input-tags .input-tags-inner {
|
|
32038
|
-
display: flex;
|
|
32039
|
-
}
|
|
32040
|
-
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
32041
|
-
display: flex;
|
|
32042
|
-
}
|
|
32043
|
-
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
32044
|
-
position: absolute;
|
|
32045
|
-
right: 12px;
|
|
32046
|
-
top: 50%;
|
|
32047
|
-
transform: translateY(-50%);
|
|
32048
|
-
}
|
|
32049
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
32050
|
-
color: rgba(0, 0, 0, 0.25);
|
|
32051
|
-
font-size: 12px;
|
|
32052
|
-
cursor: pointer;
|
|
32053
|
-
}
|
|
32054
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
32055
|
-
color: rgba(0, 0, 0, 0.45);
|
|
32056
|
-
}
|
|
32057
|
-
.E_k1ci6977.has-focus-indicator {
|
|
32058
|
-
position: relative;
|
|
32059
|
-
overflow: hidden;
|
|
32060
|
-
}
|
|
32061
|
-
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
32062
|
-
position: absolute;
|
|
32063
|
-
top: 50%;
|
|
32064
|
-
transform: translateY(-50%);
|
|
32065
|
-
left: -16px;
|
|
32066
|
-
transition: left 150ms ease;
|
|
32067
|
-
opacity: 0;
|
|
32068
|
-
}
|
|
32069
|
-
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
32070
|
-
left: 8px;
|
|
32071
|
-
opacity: 1;
|
|
32072
|
-
}
|
|
32073
|
-
.E_k1ci6977.has-focus-indicator input {
|
|
32074
|
-
transition: margin-left 150ms ease;
|
|
32075
|
-
margin-left: 0px;
|
|
32076
|
-
}
|
|
32077
|
-
.E_k1ci6977.has-focus-indicator input:focus {
|
|
32078
|
-
margin-left: 16px;
|
|
31924
|
+
.E_ljm2911 {
|
|
31925
|
+
font-family: Inter;
|
|
31926
|
+
font-style: normal;
|
|
31927
|
+
font-weight: normal;
|
|
31928
|
+
text-transform: uppercase;
|
|
31929
|
+
font-feature-settings: "cpsp" on;
|
|
31930
|
+
font-size: 14px;
|
|
31931
|
+
line-height: 22px;
|
|
32079
31932
|
}
|
|
32080
31933
|
|
|
32081
|
-
|
|
32082
|
-
|
|
32083
|
-
|
|
31934
|
+
.E_l124mzmr {
|
|
31935
|
+
font-family: Inter;
|
|
31936
|
+
font-style: normal;
|
|
31937
|
+
font-weight: bold;
|
|
31938
|
+
text-transform: uppercase;
|
|
31939
|
+
font-feature-settings: "cpsp" on;
|
|
31940
|
+
font-size: 14px;
|
|
31941
|
+
line-height: 22px;
|
|
32084
31942
|
}
|
|
32085
31943
|
|
|
32086
|
-
.
|
|
32087
|
-
|
|
32088
|
-
|
|
31944
|
+
.E_lb3chel {
|
|
31945
|
+
font-family: Inter;
|
|
31946
|
+
font-style: normal;
|
|
31947
|
+
font-weight: normal;
|
|
31948
|
+
font-size: 13px;
|
|
31949
|
+
line-height: 20px;
|
|
32089
31950
|
}
|
|
32090
31951
|
|
|
32091
|
-
|
|
32092
|
-
|
|
32093
|
-
|
|
31952
|
+
.E_lv9jstu {
|
|
31953
|
+
font-family: Inter;
|
|
31954
|
+
font-style: normal;
|
|
31955
|
+
font-weight: 600;
|
|
31956
|
+
font-size: 13px;
|
|
31957
|
+
line-height: 20px;
|
|
32094
31958
|
}
|
|
32095
31959
|
|
|
32096
|
-
.
|
|
32097
|
-
|
|
32098
|
-
|
|
31960
|
+
.E_lwqlh3x {
|
|
31961
|
+
font-family: Inter;
|
|
31962
|
+
font-style: normal;
|
|
31963
|
+
font-weight: bold;
|
|
31964
|
+
font-size: 13px;
|
|
31965
|
+
line-height: 20px;
|
|
32099
31966
|
}
|
|
32100
31967
|
|
|
32101
|
-
.
|
|
32102
|
-
|
|
32103
|
-
|
|
31968
|
+
.E_lalum9y {
|
|
31969
|
+
font-family: Inter;
|
|
31970
|
+
font-style: normal;
|
|
31971
|
+
font-weight: normal;
|
|
31972
|
+
font-size: 13px;
|
|
31973
|
+
line-height: 20px;
|
|
32104
31974
|
}
|
|
32105
31975
|
|
|
32106
|
-
.
|
|
32107
|
-
|
|
32108
|
-
|
|
31976
|
+
.E_l1t6dj5o {
|
|
31977
|
+
font-family: Inter;
|
|
31978
|
+
font-style: normal;
|
|
31979
|
+
font-weight: 600;
|
|
31980
|
+
font-size: 13px;
|
|
31981
|
+
line-height: 20px;
|
|
32109
31982
|
}
|
|
32110
31983
|
|
|
32111
|
-
.
|
|
32112
|
-
|
|
32113
|
-
|
|
32114
|
-
|
|
32115
|
-
|
|
32116
|
-
|
|
31984
|
+
.E_l12f6ic {
|
|
31985
|
+
font-family: Inter;
|
|
31986
|
+
font-style: normal;
|
|
31987
|
+
font-weight: bold;
|
|
31988
|
+
font-size: 13px;
|
|
31989
|
+
line-height: 20px;
|
|
32117
31990
|
}
|
|
32118
|
-
|
|
32119
|
-
|
|
31991
|
+
|
|
31992
|
+
.E_l7gmukq {
|
|
31993
|
+
font-family: Inter;
|
|
31994
|
+
font-style: normal;
|
|
31995
|
+
font-weight: normal;
|
|
31996
|
+
text-transform: uppercase;
|
|
31997
|
+
font-feature-settings: "cpsp" on;
|
|
31998
|
+
font-size: 13px;
|
|
31999
|
+
line-height: 20px;
|
|
32120
32000
|
}
|
|
32121
|
-
|
|
32122
|
-
|
|
32001
|
+
|
|
32002
|
+
.E_lkwl0yp {
|
|
32003
|
+
font-family: Inter;
|
|
32004
|
+
font-style: normal;
|
|
32005
|
+
font-weight: bold;
|
|
32006
|
+
text-transform: uppercase;
|
|
32007
|
+
font-feature-settings: "cpsp" on;
|
|
32008
|
+
font-size: 13px;
|
|
32009
|
+
line-height: 20px;
|
|
32123
32010
|
}
|
|
32124
|
-
|
|
32125
|
-
|
|
32011
|
+
|
|
32012
|
+
.E_l10knv48 {
|
|
32013
|
+
font-family: Inter;
|
|
32014
|
+
font-style: normal;
|
|
32015
|
+
font-weight: normal;
|
|
32016
|
+
font-size: 12px;
|
|
32017
|
+
line-height: 18px;
|
|
32126
32018
|
}
|
|
32127
32019
|
|
|
32128
|
-
.
|
|
32129
|
-
font-
|
|
32020
|
+
.E_l6526ld {
|
|
32021
|
+
font-family: Inter;
|
|
32022
|
+
font-style: normal;
|
|
32130
32023
|
font-weight: 500;
|
|
32131
|
-
|
|
32024
|
+
font-size: 12px;
|
|
32132
32025
|
line-height: 18px;
|
|
32133
32026
|
}
|
|
32134
|
-
.E_d105ju2d + .E_d105ju2d {
|
|
32135
|
-
margin-top: 16px;
|
|
32136
|
-
}
|
|
32137
|
-
.E_d105ju2d + * {
|
|
32138
|
-
margin-top: 16px;
|
|
32139
|
-
}
|
|
32140
32027
|
|
|
32141
|
-
.
|
|
32028
|
+
.E_l1j81vli {
|
|
32029
|
+
font-family: Inter;
|
|
32030
|
+
font-style: normal;
|
|
32031
|
+
font-weight: bold;
|
|
32142
32032
|
font-size: 12px;
|
|
32143
|
-
|
|
32144
|
-
margin-top: 12px;
|
|
32033
|
+
line-height: 18px;
|
|
32145
32034
|
}
|
|
32146
32035
|
|
|
32147
|
-
.
|
|
32036
|
+
.E_l1x7n1mk {
|
|
32037
|
+
font-family: Inter;
|
|
32038
|
+
font-style: normal;
|
|
32039
|
+
font-weight: normal;
|
|
32040
|
+
font-size: 12px;
|
|
32148
32041
|
line-height: 18px;
|
|
32149
|
-
font-weight: 500;
|
|
32150
|
-
margin-top: 0;
|
|
32151
|
-
white-space: initial;
|
|
32152
32042
|
}
|
|
32153
32043
|
|
|
32154
|
-
.
|
|
32155
|
-
|
|
32156
|
-
|
|
32157
|
-
.E_r1skkc3l span {
|
|
32158
|
-
font-size: 14px;
|
|
32044
|
+
.E_l9fqufz {
|
|
32045
|
+
font-family: Inter;
|
|
32046
|
+
font-style: normal;
|
|
32159
32047
|
font-weight: 500;
|
|
32160
|
-
|
|
32161
|
-
|
|
32048
|
+
font-size: 12px;
|
|
32049
|
+
line-height: 18px;
|
|
32162
32050
|
}
|
|
32163
32051
|
|
|
32164
|
-
.
|
|
32165
|
-
|
|
32166
|
-
|
|
32167
|
-
|
|
32168
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32169
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32052
|
+
.E_l1iwnybd {
|
|
32053
|
+
font-family: Inter;
|
|
32054
|
+
font-style: normal;
|
|
32055
|
+
font-weight: bold;
|
|
32170
32056
|
font-size: 12px;
|
|
32057
|
+
line-height: 18px;
|
|
32171
32058
|
}
|
|
32172
|
-
|
|
32173
|
-
|
|
32174
|
-
|
|
32175
|
-
|
|
32176
|
-
|
|
32177
|
-
|
|
32178
|
-
|
|
32179
|
-
font-
|
|
32059
|
+
|
|
32060
|
+
.E_lprtm1e {
|
|
32061
|
+
font-family: Inter;
|
|
32062
|
+
font-style: normal;
|
|
32063
|
+
font-weight: normal;
|
|
32064
|
+
text-transform: uppercase;
|
|
32065
|
+
font-feature-settings: "cpsp" on;
|
|
32066
|
+
font-size: 12px;
|
|
32180
32067
|
line-height: 18px;
|
|
32181
|
-
margin: 4px 0;
|
|
32182
32068
|
}
|
|
32183
32069
|
|
|
32184
|
-
.
|
|
32185
|
-
|
|
32070
|
+
.E_l1lln87h {
|
|
32071
|
+
font-family: Inter;
|
|
32072
|
+
font-style: normal;
|
|
32073
|
+
font-weight: bold;
|
|
32074
|
+
text-transform: uppercase;
|
|
32075
|
+
font-feature-settings: "cpsp" on;
|
|
32076
|
+
font-size: 12px;
|
|
32077
|
+
line-height: 18px;
|
|
32186
32078
|
}
|
|
32187
32079
|
|
|
32188
|
-
.
|
|
32189
|
-
|
|
32190
|
-
|
|
32191
|
-
|
|
32192
|
-
|
|
32080
|
+
.E_f2pb48l {
|
|
32081
|
+
font-family: Inter;
|
|
32082
|
+
font-style: normal;
|
|
32083
|
+
font-weight: normal;
|
|
32084
|
+
font-size: 13px;
|
|
32085
|
+
line-height: 20px;
|
|
32193
32086
|
}
|
|
32194
32087
|
|
|
32195
|
-
.
|
|
32196
|
-
|
|
32197
|
-
|
|
32198
|
-
|
|
32199
|
-
|
|
32200
|
-
|
|
32201
|
-
padding-bottom: 0px;
|
|
32202
|
-
padding-left: 0px !important;
|
|
32203
|
-
padding-right: 24px;
|
|
32204
|
-
}
|
|
32205
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32206
|
-
right: 0px;
|
|
32088
|
+
.E_fi9emkw {
|
|
32089
|
+
font-family: Inter;
|
|
32090
|
+
font-style: normal;
|
|
32091
|
+
font-weight: normal;
|
|
32092
|
+
font-size: 13px;
|
|
32093
|
+
line-height: 20px;
|
|
32207
32094
|
}
|
|
32208
|
-
|
|
32209
|
-
|
|
32095
|
+
|
|
32096
|
+
.E_f1nrg7da {
|
|
32097
|
+
font-family: Inter;
|
|
32098
|
+
font-style: normal;
|
|
32099
|
+
font-weight: normal;
|
|
32100
|
+
font-size: 12px;
|
|
32101
|
+
line-height: 18px;
|
|
32210
32102
|
}
|
|
32211
32103
|
|
|
32212
|
-
.
|
|
32213
|
-
|
|
32214
|
-
|
|
32104
|
+
.E_f17k1i3n {
|
|
32105
|
+
font-family: Inter;
|
|
32106
|
+
font-style: normal;
|
|
32107
|
+
font-weight: normal;
|
|
32108
|
+
font-size: 12px;
|
|
32109
|
+
line-height: 18px;
|
|
32215
32110
|
}
|
|
32216
32111
|
|
|
32217
|
-
.
|
|
32218
|
-
|
|
32112
|
+
.E_t1tvuj2e {
|
|
32113
|
+
font-family: Inter;
|
|
32114
|
+
font-style: normal;
|
|
32115
|
+
font-weight: normal;
|
|
32116
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32117
|
+
font-size: 13px;
|
|
32118
|
+
line-height: 20px;
|
|
32219
32119
|
}
|
|
32220
32120
|
|
|
32221
|
-
.
|
|
32222
|
-
|
|
32121
|
+
.E_t17uajlu {
|
|
32122
|
+
font-family: Inter;
|
|
32123
|
+
font-style: normal;
|
|
32124
|
+
font-weight: normal;
|
|
32125
|
+
font-feature-settings: "zero" on;
|
|
32126
|
+
font-size: 13px;
|
|
32127
|
+
line-height: 20px;
|
|
32223
32128
|
}
|
|
32224
32129
|
|
|
32225
|
-
.
|
|
32226
|
-
|
|
32130
|
+
.E_t114zbyz {
|
|
32131
|
+
font-family: Inter;
|
|
32132
|
+
font-style: normal;
|
|
32133
|
+
font-weight: normal;
|
|
32134
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32135
|
+
font-size: 12px;
|
|
32227
32136
|
line-height: 18px;
|
|
32228
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32229
|
-
height: 34px;
|
|
32230
|
-
min-height: 34px;
|
|
32231
|
-
box-sizing: border-box;
|
|
32232
|
-
margin-top: 8px;
|
|
32233
32137
|
}
|
|
32234
32138
|
|
|
32235
|
-
.
|
|
32236
|
-
|
|
32237
|
-
|
|
32238
|
-
|
|
32239
|
-
|
|
32240
|
-
|
|
32241
|
-
|
|
32242
|
-
.E_o1ugr09p .selected-icon {
|
|
32243
|
-
display: none;
|
|
32244
|
-
}
|
|
32245
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
32246
|
-
padding-left: 8px;
|
|
32247
|
-
}
|
|
32248
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32249
|
-
background-color: white;
|
|
32250
|
-
}
|
|
32251
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32252
|
-
color: #0080ff;
|
|
32253
|
-
}
|
|
32254
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32255
|
-
display: block;
|
|
32256
|
-
}
|
|
32257
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
32258
|
-
background: rgba(0, 136, 255, 0.16);
|
|
32259
|
-
}
|
|
32260
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32261
|
-
color: #0080ff;
|
|
32262
|
-
}
|
|
32263
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32264
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32265
|
-
color: #0080ff;
|
|
32139
|
+
.E_t1il0kvi {
|
|
32140
|
+
font-family: Inter;
|
|
32141
|
+
font-style: normal;
|
|
32142
|
+
font-weight: 500;
|
|
32143
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32144
|
+
font-size: 12px;
|
|
32145
|
+
line-height: 18px;
|
|
32266
32146
|
}
|
|
32267
32147
|
|
|
32268
|
-
.
|
|
32269
|
-
|
|
32270
|
-
|
|
32271
|
-
|
|
32272
|
-
|
|
32273
|
-
|
|
32274
|
-
|
|
32275
|
-
color: #2d3a56;
|
|
32276
|
-
overflow: hidden;
|
|
32277
|
-
text-overflow: ellipsis;
|
|
32148
|
+
.E_t10dv8p1 {
|
|
32149
|
+
font-family: Inter;
|
|
32150
|
+
font-style: normal;
|
|
32151
|
+
font-weight: normal;
|
|
32152
|
+
font-feature-settings: "zero" on;
|
|
32153
|
+
font-size: 12px;
|
|
32154
|
+
line-height: 18px;
|
|
32278
32155
|
}
|
|
32279
32156
|
|
|
32280
|
-
.
|
|
32281
|
-
|
|
32282
|
-
|
|
32283
|
-
|
|
32284
|
-
|
|
32157
|
+
.E_tc2oqpq {
|
|
32158
|
+
font-family: Inter;
|
|
32159
|
+
font-style: normal;
|
|
32160
|
+
font-weight: 500;
|
|
32161
|
+
font-feature-settings: "zero" on;
|
|
32162
|
+
font-size: 12px;
|
|
32285
32163
|
line-height: 18px;
|
|
32286
|
-
margin-top: 2px;
|
|
32287
32164
|
}
|
|
32288
32165
|
|
|
32289
|
-
.
|
|
32290
|
-
|
|
32291
|
-
|
|
32292
|
-
|
|
32166
|
+
.E_tzvddmc {
|
|
32167
|
+
font-family: Inter;
|
|
32168
|
+
font-style: normal;
|
|
32169
|
+
font-weight: bold;
|
|
32170
|
+
font-feature-settings: "zero" on;
|
|
32171
|
+
font-size: 16px;
|
|
32172
|
+
line-height: 24px;
|
|
32293
32173
|
}
|
|
32294
32174
|
|
|
32295
|
-
.
|
|
32296
|
-
|
|
32297
|
-
|
|
32298
|
-
|
|
32299
|
-
|
|
32175
|
+
.E_u18llj45 {
|
|
32176
|
+
font-family: Inter;
|
|
32177
|
+
font-style: normal;
|
|
32178
|
+
font-weight: normal;
|
|
32179
|
+
font-size: 10px;
|
|
32180
|
+
line-height: 12px;
|
|
32181
|
+
}
|
|
32182
|
+
|
|
32183
|
+
.E_m196gn1d {
|
|
32184
|
+
min-width: 1280px;
|
|
32300
32185
|
}
|
|
32301
32186
|
|
|
32302
32187
|
.E_a1b5xrg3 .user-icon-inner {
|
|
@@ -32329,582 +32214,923 @@ input.E_rf8rlle.ant-input {
|
|
|
32329
32214
|
transition: all 320ms ease;
|
|
32330
32215
|
}
|
|
32331
32216
|
|
|
32332
|
-
.
|
|
32333
|
-
display:
|
|
32334
|
-
|
|
32335
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
32336
|
-
background: rgba(23, 38, 64, 0.8);
|
|
32337
|
-
border-radius: 4px;
|
|
32338
|
-
}
|
|
32339
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
32340
|
-
visibility: hidden;
|
|
32217
|
+
.E_cnujxq2 {
|
|
32218
|
+
display: flex;
|
|
32219
|
+
flex-direction: column;
|
|
32341
32220
|
}
|
|
32342
32221
|
|
|
32343
|
-
.
|
|
32344
|
-
|
|
32345
|
-
|
|
32222
|
+
.E_m7s48ia {
|
|
32223
|
+
max-width: 1120px;
|
|
32224
|
+
width: 100%;
|
|
32225
|
+
margin: 0 auto;
|
|
32226
|
+
height: 100%;
|
|
32346
32227
|
}
|
|
32347
32228
|
|
|
32348
|
-
.
|
|
32349
|
-
|
|
32350
|
-
|
|
32229
|
+
.E_wt5zbg6 {
|
|
32230
|
+
max-width: 1120px;
|
|
32231
|
+
width: 100%;
|
|
32232
|
+
margin: 0 auto;
|
|
32233
|
+
display: flex;
|
|
32351
32234
|
}
|
|
32352
|
-
|
|
32353
|
-
.
|
|
32354
|
-
|
|
32355
|
-
|
|
32235
|
+
.E_wt5zbg6 .left,
|
|
32236
|
+
.E_wt5zbg6 .right {
|
|
32237
|
+
flex-grow: 0;
|
|
32238
|
+
flex-shrink: 0;
|
|
32239
|
+
flex-basis: 21%;
|
|
32356
32240
|
}
|
|
32357
|
-
|
|
32358
|
-
|
|
32359
|
-
|
|
32241
|
+
.E_wt5zbg6 .left {
|
|
32242
|
+
display: flex;
|
|
32243
|
+
justify-content: flex-end;
|
|
32244
|
+
padding-right: 44px;
|
|
32360
32245
|
}
|
|
32361
|
-
.
|
|
32362
|
-
|
|
32363
|
-
margin-right: 8px;
|
|
32364
|
-
display: inline-flex;
|
|
32365
|
-
align-items: center;
|
|
32366
|
-
border: none;
|
|
32246
|
+
.E_wt5zbg6 .right {
|
|
32247
|
+
padding-left: 44px;
|
|
32367
32248
|
}
|
|
32368
|
-
.
|
|
32369
|
-
|
|
32370
|
-
|
|
32371
|
-
|
|
32372
|
-
|
|
32373
|
-
opacity: 0.6;
|
|
32374
|
-
display: inline-flex;
|
|
32249
|
+
.E_wt5zbg6 .middle {
|
|
32250
|
+
margin-bottom: 40px;
|
|
32251
|
+
flex-grow: 0;
|
|
32252
|
+
flex-shrink: 0;
|
|
32253
|
+
flex-basis: 58%;
|
|
32375
32254
|
}
|
|
32376
|
-
.
|
|
32377
|
-
|
|
32255
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
32256
|
+
width: 100%;
|
|
32378
32257
|
}
|
|
32379
|
-
.
|
|
32380
|
-
|
|
32381
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32258
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
32259
|
+
width: auto;
|
|
32382
32260
|
}
|
|
32383
|
-
|
|
32384
|
-
|
|
32385
|
-
|
|
32261
|
+
|
|
32262
|
+
.E_h18jprzg .ant-modal-header {
|
|
32263
|
+
margin: 0 auto;
|
|
32264
|
+
width: 100%;
|
|
32265
|
+
max-width: 648px;
|
|
32386
32266
|
}
|
|
32387
|
-
.
|
|
32388
|
-
|
|
32389
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32267
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
32268
|
+
margin-left: 0;
|
|
32390
32269
|
}
|
|
32391
|
-
.
|
|
32392
|
-
|
|
32393
|
-
|
|
32270
|
+
.E_h18jprzg .ant-modal-body {
|
|
32271
|
+
margin: 0 auto;
|
|
32272
|
+
padding: 0;
|
|
32273
|
+
width: 100%;
|
|
32274
|
+
max-width: 648px;
|
|
32275
|
+
overflow: hidden;
|
|
32394
32276
|
}
|
|
32395
|
-
.
|
|
32396
|
-
|
|
32397
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32277
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
32278
|
+
margin-bottom: 40px;
|
|
32398
32279
|
}
|
|
32399
|
-
.
|
|
32400
|
-
|
|
32401
|
-
|
|
32280
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
32281
|
+
height: calc(100vh - 225px);
|
|
32282
|
+
overflow-y: auto;
|
|
32402
32283
|
}
|
|
32403
|
-
.
|
|
32404
|
-
|
|
32284
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
32285
|
+
margin: 0 auto;
|
|
32286
|
+
max-width: 648px;
|
|
32405
32287
|
}
|
|
32406
|
-
|
|
32407
|
-
|
|
32288
|
+
|
|
32289
|
+
.E_h16z9xgz .ant-modal-header {
|
|
32290
|
+
margin: 0 auto;
|
|
32291
|
+
width: 100%;
|
|
32292
|
+
max-width: 1024px;
|
|
32408
32293
|
}
|
|
32409
|
-
.
|
|
32410
|
-
|
|
32294
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
32295
|
+
margin-left: 0;
|
|
32411
32296
|
}
|
|
32412
|
-
.
|
|
32413
|
-
|
|
32297
|
+
.E_h16z9xgz .ant-modal-body {
|
|
32298
|
+
margin: 0 auto;
|
|
32299
|
+
padding: 0;
|
|
32300
|
+
width: 100%;
|
|
32301
|
+
max-width: 1024px;
|
|
32302
|
+
overflow: hidden;
|
|
32414
32303
|
}
|
|
32415
|
-
.
|
|
32416
|
-
|
|
32304
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
32305
|
+
margin-bottom: 40px;
|
|
32417
32306
|
}
|
|
32418
|
-
.
|
|
32419
|
-
|
|
32307
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
32308
|
+
height: calc(100vh - 225px);
|
|
32309
|
+
overflow-y: auto;
|
|
32420
32310
|
}
|
|
32421
|
-
.
|
|
32422
|
-
|
|
32311
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
32312
|
+
margin: 0 auto;
|
|
32313
|
+
max-width: 1024px;
|
|
32423
32314
|
}
|
|
32424
32315
|
|
|
32425
|
-
.
|
|
32426
|
-
|
|
32316
|
+
.E_f1lrhghm {
|
|
32317
|
+
flex: 1;
|
|
32427
32318
|
}
|
|
32428
|
-
|
|
32429
|
-
|
|
32430
|
-
|
|
32431
|
-
|
|
32432
|
-
font-weight: bold;
|
|
32433
|
-
font-size: 32px;
|
|
32434
|
-
line-height: 40px;
|
|
32319
|
+
.E_f1lrhghm label {
|
|
32320
|
+
font-size: 13px;
|
|
32321
|
+
line-height: 20px;
|
|
32322
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32435
32323
|
}
|
|
32436
|
-
|
|
32437
|
-
|
|
32438
|
-
|
|
32439
|
-
|
|
32440
|
-
|
|
32441
|
-
font-size: 24px;
|
|
32442
|
-
line-height: 32px;
|
|
32324
|
+
.E_f1lrhghm .title {
|
|
32325
|
+
font-size: 14px;
|
|
32326
|
+
line-height: 20px;
|
|
32327
|
+
color: #2d3a56;
|
|
32328
|
+
margin-bottom: 12px;
|
|
32443
32329
|
}
|
|
32444
|
-
|
|
32445
|
-
|
|
32446
|
-
font-family: Inter;
|
|
32447
|
-
font-style: normal;
|
|
32448
|
-
font-weight: normal;
|
|
32449
|
-
font-size: 32px;
|
|
32450
|
-
line-height: 40px;
|
|
32330
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
32331
|
+
padding-bottom: 26px;
|
|
32451
32332
|
}
|
|
32452
32333
|
|
|
32453
|
-
.
|
|
32454
|
-
|
|
32455
|
-
|
|
32456
|
-
|
|
32457
|
-
font-size: 20px;
|
|
32458
|
-
line-height: 24px;
|
|
32334
|
+
.E_f18ot8em {
|
|
32335
|
+
padding: 25px 0 15px 0;
|
|
32336
|
+
border-bottom: 1px solid #e1e5eb;
|
|
32337
|
+
margin-bottom: 16px;
|
|
32459
32338
|
}
|
|
32460
32339
|
|
|
32461
|
-
.
|
|
32462
|
-
|
|
32463
|
-
|
|
32464
|
-
|
|
32465
|
-
font-size: 20px;
|
|
32466
|
-
line-height: 24px;
|
|
32340
|
+
.E_f1l1g2k0 {
|
|
32341
|
+
display: flex;
|
|
32342
|
+
align-items: center;
|
|
32343
|
+
margin-bottom: 8px;
|
|
32467
32344
|
}
|
|
32468
|
-
|
|
32469
|
-
|
|
32470
|
-
|
|
32471
|
-
|
|
32472
|
-
|
|
32473
|
-
|
|
32474
|
-
|
|
32345
|
+
.E_f1l1g2k0 > label {
|
|
32346
|
+
width: 216px;
|
|
32347
|
+
}
|
|
32348
|
+
.E_f1l1g2k0 > label + * {
|
|
32349
|
+
width: 100%;
|
|
32350
|
+
}
|
|
32351
|
+
.E_f1l1g2k0 .ant-select {
|
|
32352
|
+
width: 100%;
|
|
32475
32353
|
}
|
|
32476
32354
|
|
|
32477
|
-
.
|
|
32478
|
-
|
|
32479
|
-
|
|
32480
|
-
font-weight: normal;
|
|
32481
|
-
font-size: 18px;
|
|
32482
|
-
line-height: 22px;
|
|
32355
|
+
.E_e1k89cwg {
|
|
32356
|
+
color: #e75a3a;
|
|
32357
|
+
margin-right: 10px;
|
|
32483
32358
|
}
|
|
32484
32359
|
|
|
32485
|
-
.
|
|
32486
|
-
|
|
32487
|
-
|
|
32488
|
-
|
|
32489
|
-
|
|
32490
|
-
line-height: 22px;
|
|
32360
|
+
.E_d1oui1gf {
|
|
32361
|
+
width: 100%;
|
|
32362
|
+
height: 1px;
|
|
32363
|
+
background: rgba(213, 219, 227, 0.6);
|
|
32364
|
+
margin: 24px 0;
|
|
32491
32365
|
}
|
|
32492
32366
|
|
|
32493
|
-
.
|
|
32494
|
-
|
|
32495
|
-
|
|
32496
|
-
|
|
32497
|
-
|
|
32498
|
-
line-height: 22px;
|
|
32367
|
+
.E_l15itdbb {
|
|
32368
|
+
display: flex;
|
|
32369
|
+
justify-content: center;
|
|
32370
|
+
align-items: center;
|
|
32371
|
+
height: 100%;
|
|
32499
32372
|
}
|
|
32500
32373
|
|
|
32501
|
-
.
|
|
32502
|
-
|
|
32503
|
-
|
|
32504
|
-
|
|
32505
|
-
|
|
32506
|
-
|
|
32374
|
+
.E_d1y3z4w {
|
|
32375
|
+
display: inline-block;
|
|
32376
|
+
width: 4px;
|
|
32377
|
+
height: 4px;
|
|
32378
|
+
background: #8e9aa9;
|
|
32379
|
+
opacity: 0.4;
|
|
32380
|
+
border-radius: 50%;
|
|
32381
|
+
margin: 0 4px;
|
|
32507
32382
|
}
|
|
32508
32383
|
|
|
32509
|
-
.
|
|
32510
|
-
|
|
32511
|
-
|
|
32512
|
-
|
|
32513
|
-
|
|
32514
|
-
|
|
32384
|
+
.E_m177r7a3 .ant-modal-header,
|
|
32385
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
32386
|
+
width: 648px;
|
|
32387
|
+
margin: 0 auto;
|
|
32388
|
+
}
|
|
32389
|
+
.E_m177r7a3 .ant-modal-header {
|
|
32390
|
+
padding: 35px 0 24px;
|
|
32391
|
+
border: none;
|
|
32392
|
+
}
|
|
32393
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
32394
|
+
font-size: 30px;
|
|
32395
|
+
}
|
|
32396
|
+
.E_m177r7a3 .ant-modal-body {
|
|
32397
|
+
padding: 4px 0 2px;
|
|
32398
|
+
}
|
|
32399
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
32400
|
+
border: none;
|
|
32515
32401
|
}
|
|
32516
32402
|
|
|
32517
|
-
.
|
|
32518
|
-
font-family: Inter;
|
|
32519
|
-
font-style: normal;
|
|
32520
|
-
font-weight: bold;
|
|
32403
|
+
.E_t1wwio3v {
|
|
32521
32404
|
font-size: 12px;
|
|
32522
32405
|
line-height: 18px;
|
|
32406
|
+
font-weight: bold;
|
|
32407
|
+
color: #fff;
|
|
32408
|
+
padding: 0 4px;
|
|
32409
|
+
border-radius: 4px;
|
|
32410
|
+
display: inline-block;
|
|
32411
|
+
background: var(--t1wwio3v-0);
|
|
32412
|
+
}
|
|
32413
|
+
.E_t1wwio3v:not(:first-child) {
|
|
32414
|
+
margin-left: 4px;
|
|
32523
32415
|
}
|
|
32524
32416
|
|
|
32525
|
-
.
|
|
32526
|
-
|
|
32527
|
-
|
|
32528
|
-
|
|
32529
|
-
|
|
32530
|
-
|
|
32417
|
+
.E_f17jvtfk {
|
|
32418
|
+
width: 100%;
|
|
32419
|
+
height: 100%;
|
|
32420
|
+
display: flex;
|
|
32421
|
+
align-items: center;
|
|
32422
|
+
justify-content: center;
|
|
32531
32423
|
}
|
|
32532
32424
|
|
|
32533
|
-
.
|
|
32534
|
-
font-
|
|
32535
|
-
font-style: normal;
|
|
32425
|
+
.E_nzppkea {
|
|
32426
|
+
font-size: 90%;
|
|
32536
32427
|
font-weight: bold;
|
|
32537
|
-
|
|
32538
|
-
|
|
32539
|
-
|
|
32540
|
-
|
|
32428
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32429
|
+
padding: 1px 4px 1px;
|
|
32430
|
+
margin-left: 2px;
|
|
32431
|
+
margin-right: 2px;
|
|
32432
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32433
|
+
border-radius: 4px;
|
|
32541
32434
|
}
|
|
32542
32435
|
|
|
32543
|
-
.
|
|
32544
|
-
|
|
32545
|
-
font-style: normal;
|
|
32546
|
-
font-weight: normal;
|
|
32547
|
-
text-transform: uppercase;
|
|
32548
|
-
font-feature-settings: "cpsp" on;
|
|
32549
|
-
font-size: 12px;
|
|
32550
|
-
line-height: 18px;
|
|
32436
|
+
.E_f4mi9eq.form-item-general {
|
|
32437
|
+
width: 640px;
|
|
32551
32438
|
}
|
|
32552
|
-
|
|
32553
|
-
|
|
32554
|
-
font-family: Inter;
|
|
32555
|
-
font-style: normal;
|
|
32556
|
-
font-weight: normal;
|
|
32557
|
-
font-size: 16px;
|
|
32558
|
-
line-height: 24px;
|
|
32439
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
32440
|
+
margin-top: 16px;
|
|
32559
32441
|
}
|
|
32560
|
-
|
|
32561
|
-
|
|
32562
|
-
font-family: Inter;
|
|
32563
|
-
font-style: normal;
|
|
32564
|
-
font-weight: bold;
|
|
32565
|
-
font-size: 16px;
|
|
32566
|
-
line-height: 24px;
|
|
32442
|
+
.E_f4mi9eq.form-item-compact {
|
|
32443
|
+
width: 412px;
|
|
32567
32444
|
}
|
|
32568
|
-
|
|
32569
|
-
|
|
32570
|
-
font-family: Inter;
|
|
32571
|
-
font-style: normal;
|
|
32572
|
-
font-weight: normal;
|
|
32573
|
-
font-size: 16px;
|
|
32574
|
-
line-height: 24px;
|
|
32445
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
32446
|
+
margin-top: 8px;
|
|
32575
32447
|
}
|
|
32576
|
-
|
|
32577
|
-
|
|
32578
|
-
font-family: Inter;
|
|
32579
|
-
font-style: normal;
|
|
32580
|
-
font-weight: bold;
|
|
32581
|
-
font-size: 16px;
|
|
32582
|
-
line-height: 24px;
|
|
32448
|
+
.E_f4mi9eq .form-item {
|
|
32449
|
+
width: auto;
|
|
32583
32450
|
}
|
|
32584
|
-
|
|
32585
|
-
|
|
32586
|
-
|
|
32587
|
-
font-style: normal;
|
|
32588
|
-
font-weight: normal;
|
|
32589
|
-
text-transform: uppercase;
|
|
32590
|
-
font-feature-settings: "cpsp" on;
|
|
32591
|
-
font-size: 16px;
|
|
32592
|
-
line-height: 24px;
|
|
32451
|
+
.E_f4mi9eq .form-item-main {
|
|
32452
|
+
position: relative;
|
|
32453
|
+
display: flex;
|
|
32593
32454
|
}
|
|
32594
|
-
|
|
32595
|
-
|
|
32596
|
-
|
|
32597
|
-
|
|
32598
|
-
|
|
32599
|
-
|
|
32600
|
-
|
|
32601
|
-
|
|
32602
|
-
line-height: 24px;
|
|
32455
|
+
.E_f4mi9eq .form-item-extra {
|
|
32456
|
+
margin-top: 4px;
|
|
32457
|
+
width: 100%;
|
|
32458
|
+
padding: 14px;
|
|
32459
|
+
background: #f2f4f6;
|
|
32460
|
+
font-size: 13px;
|
|
32461
|
+
line-height: 1.8;
|
|
32462
|
+
color: #8e9aa9;
|
|
32603
32463
|
}
|
|
32604
|
-
|
|
32605
|
-
|
|
32606
|
-
font-
|
|
32607
|
-
|
|
32608
|
-
font-weight: normal;
|
|
32609
|
-
font-size: 14px;
|
|
32610
|
-
line-height: 22px;
|
|
32464
|
+
.E_f4mi9eq .form-item-label {
|
|
32465
|
+
padding-right: 12px;
|
|
32466
|
+
font-size: 13px;
|
|
32467
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32611
32468
|
}
|
|
32612
|
-
|
|
32613
|
-
|
|
32614
|
-
font-family: Inter;
|
|
32615
|
-
font-style: normal;
|
|
32616
|
-
font-weight: 500;
|
|
32617
|
-
font-size: 14px;
|
|
32618
|
-
line-height: 22px;
|
|
32469
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
32470
|
+
text-align: right;
|
|
32619
32471
|
}
|
|
32620
|
-
|
|
32621
|
-
.
|
|
32622
|
-
|
|
32623
|
-
font-style: normal;
|
|
32624
|
-
font-weight: bold;
|
|
32625
|
-
font-size: 14px;
|
|
32626
|
-
line-height: 22px;
|
|
32472
|
+
.E_f4mi9eq .form-item-label,
|
|
32473
|
+
.E_f4mi9eq .form-item-control {
|
|
32474
|
+
line-height: 32px;
|
|
32627
32475
|
}
|
|
32628
|
-
|
|
32629
|
-
|
|
32630
|
-
font-family: Inter;
|
|
32631
|
-
font-style: normal;
|
|
32632
|
-
font-weight: normal;
|
|
32633
|
-
font-size: 14px;
|
|
32634
|
-
line-height: 22px;
|
|
32476
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
32477
|
+
line-height: 18px;
|
|
32635
32478
|
}
|
|
32636
|
-
|
|
32637
|
-
|
|
32638
|
-
font-family: Inter;
|
|
32639
|
-
font-style: normal;
|
|
32640
|
-
font-weight: bold;
|
|
32641
|
-
font-size: 14px;
|
|
32642
|
-
line-height: 22px;
|
|
32479
|
+
.E_f4mi9eq .form-item-children {
|
|
32480
|
+
width: 100%;
|
|
32643
32481
|
}
|
|
32644
|
-
|
|
32645
|
-
|
|
32646
|
-
font-family: Inter;
|
|
32647
|
-
font-style: normal;
|
|
32648
|
-
font-weight: normal;
|
|
32649
|
-
text-transform: uppercase;
|
|
32650
|
-
font-feature-settings: "cpsp" on;
|
|
32651
|
-
font-size: 14px;
|
|
32652
|
-
line-height: 22px;
|
|
32482
|
+
.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 {
|
|
32483
|
+
width: 100%;
|
|
32653
32484
|
}
|
|
32654
|
-
|
|
32655
|
-
|
|
32656
|
-
|
|
32657
|
-
|
|
32658
|
-
font-weight: bold;
|
|
32659
|
-
text-transform: uppercase;
|
|
32660
|
-
font-feature-settings: "cpsp" on;
|
|
32661
|
-
font-size: 14px;
|
|
32662
|
-
line-height: 22px;
|
|
32485
|
+
.E_f4mi9eq .form-item-error {
|
|
32486
|
+
color: #e75a3a;
|
|
32487
|
+
height: 0;
|
|
32488
|
+
overflow: hidden;
|
|
32663
32489
|
}
|
|
32664
|
-
|
|
32665
|
-
|
|
32666
|
-
|
|
32667
|
-
|
|
32668
|
-
font-weight: normal;
|
|
32669
|
-
font-size: 13px;
|
|
32670
|
-
line-height: 20px;
|
|
32490
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
32491
|
+
margin-top: 4px;
|
|
32492
|
+
height: auto;
|
|
32493
|
+
overflow: auto;
|
|
32671
32494
|
}
|
|
32672
|
-
|
|
32673
|
-
.
|
|
32674
|
-
|
|
32675
|
-
|
|
32676
|
-
font-weight: 600;
|
|
32677
|
-
font-size: 13px;
|
|
32678
|
-
line-height: 20px;
|
|
32495
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
32496
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
32497
|
+
border: 1px solid #e75a3a;
|
|
32498
|
+
color: #e75a3a;
|
|
32679
32499
|
}
|
|
32680
32500
|
|
|
32681
|
-
.
|
|
32682
|
-
|
|
32683
|
-
font-style: normal;
|
|
32501
|
+
.E_fh0ewl8 {
|
|
32502
|
+
color: #2d3a56;
|
|
32684
32503
|
font-weight: bold;
|
|
32685
|
-
|
|
32686
|
-
|
|
32504
|
+
padding-bottom: 6px;
|
|
32505
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32506
|
+
margin-bottom: 16px;
|
|
32687
32507
|
}
|
|
32688
|
-
|
|
32689
|
-
|
|
32690
|
-
font-family: Inter;
|
|
32691
|
-
font-style: normal;
|
|
32692
|
-
font-weight: normal;
|
|
32693
|
-
font-size: 13px;
|
|
32694
|
-
line-height: 20px;
|
|
32508
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
32509
|
+
margin-top: 16px;
|
|
32695
32510
|
}
|
|
32696
32511
|
|
|
32697
|
-
.
|
|
32698
|
-
|
|
32699
|
-
|
|
32700
|
-
|
|
32701
|
-
|
|
32702
|
-
|
|
32512
|
+
.E_e1qrlvot {
|
|
32513
|
+
width: 8px;
|
|
32514
|
+
height: 24px;
|
|
32515
|
+
display: flex;
|
|
32516
|
+
justify-content: center;
|
|
32517
|
+
align-items: center;
|
|
32518
|
+
cursor: pointer;
|
|
32519
|
+
transition: all 200ms ease-out 40ms;
|
|
32703
32520
|
}
|
|
32704
|
-
|
|
32705
|
-
|
|
32706
|
-
|
|
32707
|
-
|
|
32708
|
-
|
|
32709
|
-
|
|
32710
|
-
|
|
32521
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
32522
|
+
content: "";
|
|
32523
|
+
width: 1px;
|
|
32524
|
+
height: 6px;
|
|
32525
|
+
border-radius: 1px;
|
|
32526
|
+
background: #ccd4e3;
|
|
32527
|
+
position: relative;
|
|
32528
|
+
right: 2px;
|
|
32529
|
+
transform: rotate(-45deg);
|
|
32711
32530
|
}
|
|
32712
|
-
|
|
32713
|
-
|
|
32714
|
-
|
|
32715
|
-
font-style: normal;
|
|
32716
|
-
font-weight: normal;
|
|
32717
|
-
text-transform: uppercase;
|
|
32718
|
-
font-feature-settings: "cpsp" on;
|
|
32719
|
-
font-size: 13px;
|
|
32720
|
-
line-height: 20px;
|
|
32531
|
+
.E_e1qrlvot:after {
|
|
32532
|
+
transform: rotate(45deg);
|
|
32533
|
+
left: 1px;
|
|
32721
32534
|
}
|
|
32722
32535
|
|
|
32723
|
-
.
|
|
32724
|
-
|
|
32725
|
-
|
|
32726
|
-
|
|
32727
|
-
text-transform: uppercase;
|
|
32728
|
-
font-feature-settings: "cpsp" on;
|
|
32729
|
-
font-size: 13px;
|
|
32730
|
-
line-height: 20px;
|
|
32536
|
+
.E_w9ic984.ant-alert-warning {
|
|
32537
|
+
border: 0;
|
|
32538
|
+
background: rgba(255, 187, 0, 0.1);
|
|
32539
|
+
border-radius: 6px;
|
|
32731
32540
|
}
|
|
32732
|
-
|
|
32733
|
-
.
|
|
32734
|
-
|
|
32735
|
-
font-style: normal;
|
|
32736
|
-
font-weight: normal;
|
|
32737
|
-
font-size: 12px;
|
|
32738
|
-
line-height: 18px;
|
|
32541
|
+
.E_w9ic984.ant-alert,
|
|
32542
|
+
.E_w9ic984 .ant-alert-message {
|
|
32543
|
+
color: #e07f00;
|
|
32739
32544
|
}
|
|
32740
|
-
|
|
32741
|
-
.
|
|
32742
|
-
|
|
32743
|
-
font-style: normal;
|
|
32744
|
-
font-weight: 500;
|
|
32745
|
-
font-size: 12px;
|
|
32746
|
-
line-height: 18px;
|
|
32545
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
32546
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
32547
|
+
border-bottom-color: #e07f00;
|
|
32747
32548
|
}
|
|
32748
32549
|
|
|
32749
|
-
.
|
|
32750
|
-
|
|
32751
|
-
|
|
32752
|
-
|
|
32550
|
+
.E_n1k9qi4r {
|
|
32551
|
+
display: flex;
|
|
32552
|
+
flex-direction: row;
|
|
32553
|
+
padding: 7px 12px;
|
|
32554
|
+
background: rgba(255, 187, 0, 0.1);
|
|
32555
|
+
border-radius: 6px;
|
|
32556
|
+
color: #e07f00;
|
|
32753
32557
|
font-size: 12px;
|
|
32754
32558
|
line-height: 18px;
|
|
32755
32559
|
}
|
|
32560
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
32561
|
+
margin-right: 10px;
|
|
32562
|
+
height: 18px;
|
|
32563
|
+
}
|
|
32756
32564
|
|
|
32757
|
-
.
|
|
32758
|
-
|
|
32759
|
-
|
|
32760
|
-
|
|
32565
|
+
.E_n16fsg9x {
|
|
32566
|
+
display: flex;
|
|
32567
|
+
flex-direction: row;
|
|
32568
|
+
padding: 7px 12px;
|
|
32569
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32570
|
+
border-radius: 6px;
|
|
32571
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32761
32572
|
font-size: 12px;
|
|
32762
32573
|
line-height: 18px;
|
|
32763
32574
|
}
|
|
32575
|
+
.E_n16fsg9x .icon-wrapper {
|
|
32576
|
+
margin-right: 10px;
|
|
32577
|
+
height: 18px;
|
|
32578
|
+
}
|
|
32764
32579
|
|
|
32765
|
-
.
|
|
32766
|
-
|
|
32767
|
-
|
|
32768
|
-
|
|
32580
|
+
.E_i173wxzw {
|
|
32581
|
+
display: flex;
|
|
32582
|
+
flex-direction: row;
|
|
32583
|
+
padding: 7px 12px;
|
|
32584
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32585
|
+
border-radius: 6px;
|
|
32586
|
+
color: #005ed1;
|
|
32769
32587
|
font-size: 12px;
|
|
32770
32588
|
line-height: 18px;
|
|
32771
32589
|
}
|
|
32590
|
+
.E_i173wxzw .icon-wrapper {
|
|
32591
|
+
margin-right: 10px;
|
|
32592
|
+
height: 18px;
|
|
32593
|
+
}
|
|
32772
32594
|
|
|
32773
|
-
.
|
|
32774
|
-
|
|
32775
|
-
|
|
32776
|
-
font-weight: bold;
|
|
32595
|
+
.E_dld369h {
|
|
32596
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32597
|
+
margin-top: 5px;
|
|
32777
32598
|
font-size: 12px;
|
|
32778
32599
|
line-height: 18px;
|
|
32779
32600
|
}
|
|
32780
32601
|
|
|
32781
|
-
.
|
|
32782
|
-
|
|
32783
|
-
font-style: normal;
|
|
32784
|
-
font-weight: normal;
|
|
32785
|
-
text-transform: uppercase;
|
|
32786
|
-
font-feature-settings: "cpsp" on;
|
|
32602
|
+
.E_s1epv22q {
|
|
32603
|
+
color: #f0483e;
|
|
32787
32604
|
font-size: 12px;
|
|
32788
|
-
|
|
32605
|
+
white-space: pre-wrap;
|
|
32789
32606
|
}
|
|
32790
32607
|
|
|
32791
|
-
.
|
|
32792
|
-
|
|
32793
|
-
|
|
32794
|
-
|
|
32795
|
-
|
|
32796
|
-
|
|
32797
|
-
|
|
32798
|
-
line-height: 18px;
|
|
32608
|
+
.E_okus5hk {
|
|
32609
|
+
display: flex;
|
|
32610
|
+
align-items: center;
|
|
32611
|
+
justify-content: flex-end;
|
|
32612
|
+
}
|
|
32613
|
+
.E_okus5hk .icon-wrapper {
|
|
32614
|
+
margin-right: 16px;
|
|
32799
32615
|
}
|
|
32800
32616
|
|
|
32801
|
-
.
|
|
32802
|
-
|
|
32803
|
-
font-style: normal;
|
|
32804
|
-
font-weight: normal;
|
|
32805
|
-
font-size: 13px;
|
|
32806
|
-
line-height: 20px;
|
|
32617
|
+
.E_t1auuzri {
|
|
32618
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32807
32619
|
}
|
|
32808
32620
|
|
|
32809
|
-
.
|
|
32810
|
-
|
|
32811
|
-
font-style: normal;
|
|
32812
|
-
font-weight: normal;
|
|
32813
|
-
font-size: 13px;
|
|
32621
|
+
.E_i74cfyt.ant-input {
|
|
32622
|
+
padding: 5px 12px;
|
|
32814
32623
|
line-height: 20px;
|
|
32624
|
+
color: #2d3a56;
|
|
32625
|
+
border-radius: 6px;
|
|
32626
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32627
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32815
32628
|
}
|
|
32816
|
-
|
|
32817
|
-
|
|
32818
|
-
|
|
32819
|
-
font-style: normal;
|
|
32820
|
-
font-weight: normal;
|
|
32821
|
-
font-size: 12px;
|
|
32822
|
-
line-height: 18px;
|
|
32629
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
32630
|
+
padding: 8px 16px;
|
|
32631
|
+
line-height: 22px;
|
|
32823
32632
|
}
|
|
32824
|
-
|
|
32825
|
-
|
|
32826
|
-
font-family: Inter;
|
|
32827
|
-
font-style: normal;
|
|
32828
|
-
font-weight: normal;
|
|
32829
|
-
font-size: 12px;
|
|
32633
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
32634
|
+
padding: 2px 8px;
|
|
32830
32635
|
line-height: 18px;
|
|
32831
32636
|
}
|
|
32832
|
-
|
|
32833
|
-
.
|
|
32834
|
-
|
|
32835
|
-
|
|
32836
|
-
font-weight: normal;
|
|
32837
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32838
|
-
font-size: 13px;
|
|
32839
|
-
line-height: 20px;
|
|
32637
|
+
.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 {
|
|
32638
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32639
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32640
|
+
z-index: 1;
|
|
32840
32641
|
}
|
|
32841
|
-
|
|
32842
|
-
|
|
32843
|
-
|
|
32844
|
-
|
|
32845
|
-
|
|
32846
|
-
|
|
32847
|
-
|
|
32642
|
+
.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 {
|
|
32643
|
+
border-color: #0096ff;
|
|
32644
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32645
|
+
z-index: 1;
|
|
32646
|
+
}
|
|
32647
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
32648
|
+
border-color: #e75a3a;
|
|
32649
|
+
color: #e75a3a;
|
|
32650
|
+
}
|
|
32651
|
+
.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 {
|
|
32652
|
+
border-color: #e75a3a;
|
|
32653
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32654
|
+
}
|
|
32655
|
+
.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 {
|
|
32656
|
+
border-color: #e75a3a;
|
|
32657
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32658
|
+
}
|
|
32659
|
+
.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 {
|
|
32660
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32661
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32662
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32663
|
+
}
|
|
32664
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
32665
|
+
padding: 5px 12px;
|
|
32666
|
+
border-radius: 6px;
|
|
32667
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32848
32668
|
line-height: 20px;
|
|
32669
|
+
color: #2d3a56;
|
|
32670
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32849
32671
|
}
|
|
32850
|
-
|
|
32851
|
-
.
|
|
32852
|
-
|
|
32853
|
-
font-style: normal;
|
|
32854
|
-
font-weight: normal;
|
|
32855
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32856
|
-
font-size: 12px;
|
|
32857
|
-
line-height: 18px;
|
|
32672
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
32673
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
32674
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32858
32675
|
}
|
|
32859
|
-
|
|
32860
|
-
|
|
32861
|
-
|
|
32862
|
-
font-style: normal;
|
|
32863
|
-
font-weight: 500;
|
|
32864
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32865
|
-
font-size: 12px;
|
|
32866
|
-
line-height: 18px;
|
|
32676
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
32677
|
+
padding: 8px 16px;
|
|
32678
|
+
line-height: 22px;
|
|
32867
32679
|
}
|
|
32868
|
-
|
|
32869
|
-
|
|
32870
|
-
font-family: Inter;
|
|
32871
|
-
font-style: normal;
|
|
32872
|
-
font-weight: normal;
|
|
32873
|
-
font-feature-settings: "zero" on;
|
|
32874
|
-
font-size: 12px;
|
|
32680
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
32681
|
+
padding: 2px 8px;
|
|
32875
32682
|
line-height: 18px;
|
|
32876
32683
|
}
|
|
32877
|
-
|
|
32878
|
-
.
|
|
32879
|
-
|
|
32880
|
-
|
|
32881
|
-
|
|
32882
|
-
|
|
32883
|
-
|
|
32884
|
-
|
|
32684
|
+
.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 {
|
|
32685
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32686
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32687
|
+
}
|
|
32688
|
+
.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 {
|
|
32689
|
+
border-color: #0096ff;
|
|
32690
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32691
|
+
}
|
|
32692
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
32693
|
+
border-color: #e75a3a;
|
|
32694
|
+
}
|
|
32695
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
32696
|
+
color: #e75a3a;
|
|
32697
|
+
}
|
|
32698
|
+
.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 {
|
|
32699
|
+
border-color: #e75a3a;
|
|
32700
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32701
|
+
}
|
|
32702
|
+
.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 {
|
|
32703
|
+
border-color: #e75a3a;
|
|
32704
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32705
|
+
}
|
|
32706
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
32707
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32708
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32709
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32710
|
+
}
|
|
32711
|
+
textarea.E_i74cfyt.ant-input {
|
|
32712
|
+
transition-property: height;
|
|
32713
|
+
transition-delay: 50ms;
|
|
32714
|
+
}
|
|
32715
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
32716
|
+
min-height: 40px;
|
|
32717
|
+
height: 40px;
|
|
32718
|
+
}
|
|
32719
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
32720
|
+
height: 80px;
|
|
32721
|
+
}
|
|
32722
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
32723
|
+
min-height: 32px;
|
|
32724
|
+
height: 32px;
|
|
32725
|
+
}
|
|
32726
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
32727
|
+
height: 64px;
|
|
32728
|
+
}
|
|
32729
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
32730
|
+
min-height: 24px;
|
|
32731
|
+
height: 24px;
|
|
32732
|
+
}
|
|
32733
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
32734
|
+
height: 40px;
|
|
32735
|
+
}
|
|
32736
|
+
|
|
32737
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
32738
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32739
|
+
border-radius: 4px;
|
|
32740
|
+
}
|
|
32741
|
+
.E_k1ci6977.input-tags {
|
|
32742
|
+
position: relative;
|
|
32743
|
+
padding: 6px;
|
|
32744
|
+
height: 32px;
|
|
32745
|
+
cursor: pointer;
|
|
32746
|
+
transition: border 150ms;
|
|
32747
|
+
}
|
|
32748
|
+
.E_k1ci6977.input-tags:hover {
|
|
32749
|
+
border-color: #0080ff;
|
|
32750
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
32751
|
+
}
|
|
32752
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
32753
|
+
padding-right: 30px;
|
|
32754
|
+
}
|
|
32755
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
32756
|
+
display: flex;
|
|
32757
|
+
}
|
|
32758
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
32759
|
+
display: flex;
|
|
32760
|
+
}
|
|
32761
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
32762
|
+
position: absolute;
|
|
32763
|
+
right: 12px;
|
|
32764
|
+
top: 50%;
|
|
32765
|
+
transform: translateY(-50%);
|
|
32766
|
+
}
|
|
32767
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
32768
|
+
color: rgba(0, 0, 0, 0.25);
|
|
32769
|
+
font-size: 12px;
|
|
32770
|
+
cursor: pointer;
|
|
32771
|
+
}
|
|
32772
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
32773
|
+
color: rgba(0, 0, 0, 0.45);
|
|
32774
|
+
}
|
|
32775
|
+
.E_k1ci6977.has-focus-indicator {
|
|
32776
|
+
position: relative;
|
|
32777
|
+
overflow: hidden;
|
|
32778
|
+
}
|
|
32779
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
32780
|
+
position: absolute;
|
|
32781
|
+
top: 50%;
|
|
32782
|
+
transform: translateY(-50%);
|
|
32783
|
+
left: -16px;
|
|
32784
|
+
transition: left 150ms ease;
|
|
32785
|
+
opacity: 0;
|
|
32786
|
+
}
|
|
32787
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
32788
|
+
left: 8px;
|
|
32789
|
+
opacity: 1;
|
|
32790
|
+
}
|
|
32791
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
32792
|
+
transition: margin-left 150ms ease;
|
|
32793
|
+
margin-left: 0px;
|
|
32794
|
+
}
|
|
32795
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
32796
|
+
margin-left: 16px;
|
|
32797
|
+
}
|
|
32798
|
+
|
|
32799
|
+
input.E_l1f7td1d.ant-input {
|
|
32800
|
+
border-top-right-radius: 0;
|
|
32801
|
+
border-bottom-right-radius: 0;
|
|
32802
|
+
}
|
|
32803
|
+
|
|
32804
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
32805
|
+
border-top-right-radius: 0;
|
|
32806
|
+
border-bottom-right-radius: 0;
|
|
32807
|
+
}
|
|
32808
|
+
|
|
32809
|
+
input.E_rf8rlle.ant-input {
|
|
32810
|
+
border-top-left-radius: 0;
|
|
32811
|
+
border-bottom-left-radius: 0;
|
|
32812
|
+
}
|
|
32813
|
+
|
|
32814
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
32815
|
+
border-top-left-radius: 0;
|
|
32816
|
+
border-bottom-left-radius: 0;
|
|
32817
|
+
}
|
|
32818
|
+
|
|
32819
|
+
.E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
|
|
32820
|
+
border-top-right-radius: 0;
|
|
32821
|
+
border-bottom-right-radius: 0;
|
|
32822
|
+
}
|
|
32823
|
+
|
|
32824
|
+
.E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
|
|
32825
|
+
border-top-left-radius: 0;
|
|
32826
|
+
border-bottom-left-radius: 0;
|
|
32827
|
+
}
|
|
32828
|
+
|
|
32829
|
+
.E_c3ni091 {
|
|
32830
|
+
display: flex;
|
|
32831
|
+
flex-direction: column;
|
|
32832
|
+
}
|
|
32833
|
+
.E_c3ni091 .select-wrapper {
|
|
32834
|
+
margin-top: 12px;
|
|
32835
|
+
}
|
|
32836
|
+
.E_c3ni091 .select-wrapper .select {
|
|
32837
|
+
width: 100%;
|
|
32838
|
+
}
|
|
32839
|
+
.E_c3ni091 .radio-wrapper {
|
|
32840
|
+
margin-top: 24px;
|
|
32841
|
+
}
|
|
32842
|
+
.E_c3ni091 div.form-item {
|
|
32843
|
+
width: 100%;
|
|
32844
|
+
}
|
|
32845
|
+
|
|
32846
|
+
.E_d105ju2d {
|
|
32847
|
+
font-size: 14px;
|
|
32848
|
+
font-weight: 500;
|
|
32849
|
+
color: #3e4652;
|
|
32850
|
+
line-height: 18px;
|
|
32851
|
+
}
|
|
32852
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
32853
|
+
margin-top: 16px;
|
|
32854
|
+
}
|
|
32855
|
+
.E_d105ju2d + * {
|
|
32856
|
+
margin-top: 16px;
|
|
32857
|
+
}
|
|
32858
|
+
|
|
32859
|
+
.E_lh0l62z.E_d105ju2d {
|
|
32860
|
+
font-size: 12px;
|
|
32861
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32862
|
+
margin-top: 12px;
|
|
32863
|
+
}
|
|
32864
|
+
|
|
32865
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32866
|
+
line-height: 18px;
|
|
32867
|
+
font-weight: 500;
|
|
32868
|
+
margin-top: 0;
|
|
32869
|
+
white-space: initial;
|
|
32870
|
+
}
|
|
32871
|
+
|
|
32872
|
+
.E_r1skkc3l {
|
|
32873
|
+
display: block;
|
|
32874
|
+
}
|
|
32875
|
+
.E_r1skkc3l span {
|
|
32876
|
+
font-size: 14px;
|
|
32877
|
+
font-weight: 500;
|
|
32878
|
+
line-height: 32px;
|
|
32879
|
+
color: #3e4652;
|
|
32880
|
+
}
|
|
32881
|
+
|
|
32882
|
+
.E_c3cobmo {
|
|
32883
|
+
margin-top: 16px;
|
|
32884
|
+
padding: 8px;
|
|
32885
|
+
border-radius: 6px;
|
|
32886
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32887
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32888
|
+
font-size: 12px;
|
|
32889
|
+
}
|
|
32890
|
+
.E_c3cobmo div {
|
|
32891
|
+
line-height: 20px;
|
|
32892
|
+
display: flex;
|
|
32893
|
+
align-items: center;
|
|
32894
|
+
word-break: break-all;
|
|
32895
|
+
}
|
|
32896
|
+
.E_c3cobmo .title {
|
|
32897
|
+
font-weight: 700;
|
|
32898
|
+
line-height: 18px;
|
|
32899
|
+
margin: 4px 0;
|
|
32900
|
+
}
|
|
32901
|
+
|
|
32902
|
+
.E_uqv57uv {
|
|
32903
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32904
|
+
}
|
|
32905
|
+
|
|
32906
|
+
.E_h1ol2wl7 {
|
|
32907
|
+
font-weight: bold;
|
|
32908
|
+
background-color: unset;
|
|
32909
|
+
padding: unset;
|
|
32910
|
+
}
|
|
32911
|
+
|
|
32912
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32913
|
+
border-radius: 6px;
|
|
32914
|
+
}
|
|
32915
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32916
|
+
width: 100%;
|
|
32917
|
+
color: #2d3a56;
|
|
32918
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32919
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32920
|
+
font-size: 13px;
|
|
32921
|
+
}
|
|
32922
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32923
|
+
height: 30px;
|
|
32924
|
+
}
|
|
32925
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32926
|
+
height: 38px;
|
|
32927
|
+
font-size: 13px;
|
|
32928
|
+
}
|
|
32929
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32930
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32931
|
+
transition: 160ms ease;
|
|
32932
|
+
}
|
|
32933
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32934
|
+
color: #0080ff;
|
|
32935
|
+
}
|
|
32936
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32937
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32938
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32939
|
+
}
|
|
32940
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32941
|
+
color: #0080ff;
|
|
32942
|
+
}
|
|
32943
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32944
|
+
border-color: #0080ff;
|
|
32945
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32946
|
+
}
|
|
32947
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32948
|
+
transform: rotate(180deg);
|
|
32949
|
+
}
|
|
32950
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32951
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32952
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32953
|
+
cursor: "not-allowed";
|
|
32954
|
+
}
|
|
32955
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32956
|
+
border-color: #f0483e !important;
|
|
32957
|
+
}
|
|
32958
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32959
|
+
color: #1d326c;
|
|
32960
|
+
}
|
|
32961
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32962
|
+
border-color: #0080ff;
|
|
32963
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32964
|
+
}
|
|
32965
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32966
|
+
transform: rotate(180deg);
|
|
32967
|
+
}
|
|
32968
|
+
|
|
32969
|
+
.E_w1dxz879 {
|
|
32970
|
+
display: flex;
|
|
32971
|
+
flex-direction: column;
|
|
32972
|
+
gap: 6px;
|
|
32973
|
+
}
|
|
32974
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32975
|
+
max-height: var(--w1dxz879-0);
|
|
32976
|
+
text-overflow: clip;
|
|
32977
|
+
overflow: hidden;
|
|
32978
|
+
}
|
|
32979
|
+
.E_w1dxz879 .tips {
|
|
32980
|
+
color: #fff;
|
|
32981
|
+
opacity: 0.8;
|
|
32982
|
+
}
|
|
32983
|
+
|
|
32984
|
+
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32985
|
+
opacity: 1;
|
|
32986
|
+
}
|
|
32987
|
+
.E_s4ivdfu.ant-select.select-loading-value {
|
|
32988
|
+
pointer-events: none;
|
|
32989
|
+
}
|
|
32990
|
+
|
|
32991
|
+
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
32992
|
+
.E_sks9xr8.ant-select .select-active-suffix,
|
|
32993
|
+
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
32994
|
+
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
32995
|
+
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
32996
|
+
.E_sks9xr8.ant-select .select-error-suffix,
|
|
32997
|
+
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
32998
|
+
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
32999
|
+
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
33000
|
+
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
33001
|
+
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
33002
|
+
display: none;
|
|
33003
|
+
width: 16px;
|
|
33004
|
+
height: 16px;
|
|
33005
|
+
}
|
|
33006
|
+
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
33007
|
+
opacity: 0.5;
|
|
33008
|
+
}
|
|
33009
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
33010
|
+
display: none;
|
|
33011
|
+
}
|
|
33012
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
|
|
33013
|
+
display: inline;
|
|
33014
|
+
}
|
|
33015
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
|
|
33016
|
+
display: none;
|
|
33017
|
+
}
|
|
33018
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
|
|
33019
|
+
display: inline;
|
|
33020
|
+
}
|
|
33021
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
|
|
33022
|
+
display: none;
|
|
33023
|
+
}
|
|
33024
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
|
|
33025
|
+
display: inline;
|
|
33026
|
+
}
|
|
33027
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
33028
|
+
display: none;
|
|
33029
|
+
}
|
|
33030
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
33031
|
+
display: inline;
|
|
33032
|
+
}
|
|
33033
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
33034
|
+
display: none;
|
|
33035
|
+
}
|
|
33036
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
33037
|
+
display: inline;
|
|
33038
|
+
}
|
|
33039
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
33040
|
+
display: none;
|
|
33041
|
+
}
|
|
33042
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
33043
|
+
display: inline;
|
|
33044
|
+
}
|
|
33045
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
33046
|
+
display: none;
|
|
33047
|
+
}
|
|
33048
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
33049
|
+
display: inline;
|
|
33050
|
+
}
|
|
33051
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
33052
|
+
display: none;
|
|
33053
|
+
}
|
|
33054
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
33055
|
+
display: inline;
|
|
33056
|
+
}
|
|
33057
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
33058
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
33059
|
+
display: none;
|
|
33060
|
+
}
|
|
33061
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
33062
|
+
display: inline;
|
|
33063
|
+
}
|
|
33064
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
33065
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
33066
|
+
display: none;
|
|
33067
|
+
}
|
|
33068
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
33069
|
+
display: inline;
|
|
33070
|
+
}
|
|
33071
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
33072
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
33073
|
+
display: none;
|
|
33074
|
+
}
|
|
33075
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
33076
|
+
display: inline;
|
|
33077
|
+
}
|
|
33078
|
+
|
|
33079
|
+
.E_swwhohx.ant-select .ant-select-selector {
|
|
33080
|
+
padding: 0 7px 0 12px;
|
|
33081
|
+
}
|
|
33082
|
+
.E_swwhohx.ant-select .ant-select-arrow {
|
|
33083
|
+
right: 8px;
|
|
33084
|
+
top: 50%;
|
|
33085
|
+
margin-top: -8px;
|
|
33086
|
+
width: 16px;
|
|
33087
|
+
height: 16px;
|
|
33088
|
+
display: flex;
|
|
33089
|
+
align-items: center;
|
|
33090
|
+
}
|
|
33091
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
33092
|
+
padding: 0 11px 0 16px;
|
|
33093
|
+
}
|
|
33094
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
33095
|
+
right: 12px;
|
|
33096
|
+
}
|
|
33097
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
33098
|
+
padding: 0 3px 0 8px;
|
|
33099
|
+
}
|
|
33100
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
33101
|
+
right: 4px;
|
|
33102
|
+
}
|
|
33103
|
+
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
33104
|
+
padding-right: 24px;
|
|
32885
33105
|
}
|
|
32886
33106
|
|
|
32887
|
-
.
|
|
32888
|
-
|
|
32889
|
-
font-style: normal;
|
|
32890
|
-
font-weight: bold;
|
|
32891
|
-
font-feature-settings: "zero" on;
|
|
32892
|
-
font-size: 16px;
|
|
32893
|
-
line-height: 24px;
|
|
33107
|
+
.E_p2sxmsl {
|
|
33108
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32894
33109
|
}
|
|
32895
33110
|
|
|
32896
|
-
.
|
|
32897
|
-
|
|
32898
|
-
|
|
32899
|
-
|
|
32900
|
-
|
|
32901
|
-
|
|
33111
|
+
.E_oa99sl3 {
|
|
33112
|
+
display: flex;
|
|
33113
|
+
justify-content: space-between;
|
|
33114
|
+
align-items: center;
|
|
33115
|
+
gap: 8px;
|
|
33116
|
+
}
|
|
33117
|
+
.E_oa99sl3,
|
|
33118
|
+
.E_oa99sl3 :first-child {
|
|
33119
|
+
line-height: inherit !important;
|
|
32902
33120
|
}
|
|
32903
33121
|
|
|
32904
|
-
.
|
|
32905
|
-
|
|
32906
|
-
|
|
32907
|
-
|
|
33122
|
+
.E_lvp5pj7 {
|
|
33123
|
+
display: flex;
|
|
33124
|
+
justify-content: space-between;
|
|
33125
|
+
align-items: center;
|
|
33126
|
+
gap: 8px;
|
|
33127
|
+
min-width: 0;
|
|
33128
|
+
}
|
|
33129
|
+
|
|
33130
|
+
.E_s1io1lws {
|
|
33131
|
+
display: flex;
|
|
33132
|
+
align-items: center;
|
|
33133
|
+
flex-shrink: 0;
|
|
32908
33134
|
}
|
|
32909
33135
|
|
|
32910
33136
|
.E_suhck3k {
|
|
@@ -33096,287 +33322,63 @@ input.E_rf8rlle.ant-input {
|
|
|
33096
33322
|
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner:after {
|
|
33097
33323
|
border-color: #2d3a56;
|
|
33098
33324
|
}
|
|
33099
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
33100
|
-
background: #2d3a56;
|
|
33101
|
-
}
|
|
33102
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
|
|
33103
|
-
padding: 0;
|
|
33104
|
-
}
|
|
33105
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
|
|
33106
|
-
display: inline-block;
|
|
33107
|
-
margin-left: 12px;
|
|
33108
|
-
color: #2d3a56;
|
|
33109
|
-
}
|
|
33110
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
33111
|
-
margin-left: 28px;
|
|
33112
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33113
|
-
}
|
|
33114
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
33115
|
-
margin-left: 8px;
|
|
33116
|
-
}
|
|
33117
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
33118
|
-
margin-left: 24px;
|
|
33119
|
-
}
|
|
33120
|
-
.E_ckhyuyx .E_dt9qoak {
|
|
33121
|
-
width: 400px;
|
|
33122
|
-
}
|
|
33123
|
-
|
|
33124
|
-
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
33125
|
-
padding: 4px;
|
|
33126
|
-
height: 158px;
|
|
33127
|
-
}
|
|
33128
|
-
.E_c1fmq9lv.E_ckhyuyx {
|
|
33129
|
-
border-radius: 6px;
|
|
33130
|
-
}
|
|
33131
|
-
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33132
|
-
min-width: 200px;
|
|
33133
|
-
font-size: 12px;
|
|
33134
|
-
}
|
|
33135
|
-
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
33136
|
-
padding: 6px 12px;
|
|
33137
|
-
height: 18px;
|
|
33138
|
-
font-size: 12px;
|
|
33139
|
-
}
|
|
33140
|
-
|
|
33141
|
-
.E_c1evusvc ul.antd5-cascader-menu {
|
|
33142
|
-
padding: 8px;
|
|
33143
|
-
height: 320px;
|
|
33144
|
-
}
|
|
33145
|
-
.E_c1evusvc.E_ckhyuyx {
|
|
33146
|
-
border-radius: 10px;
|
|
33147
|
-
}
|
|
33148
|
-
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33149
|
-
min-width: 296px;
|
|
33150
|
-
padding: 8px;
|
|
33151
|
-
}
|
|
33152
|
-
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
33153
|
-
height: 22px;
|
|
33154
|
-
padding: 8px 16px;
|
|
33155
|
-
font-size: 14px;
|
|
33156
|
-
}
|
|
33157
|
-
|
|
33158
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
33159
|
-
border-radius: 6px;
|
|
33160
|
-
}
|
|
33161
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
33162
|
-
width: 100%;
|
|
33163
|
-
color: #2d3a56;
|
|
33164
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
33165
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
33166
|
-
font-size: 13px;
|
|
33167
|
-
}
|
|
33168
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
33169
|
-
height: 30px;
|
|
33170
|
-
}
|
|
33171
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
33172
|
-
height: 38px;
|
|
33173
|
-
font-size: 13px;
|
|
33174
|
-
}
|
|
33175
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
33176
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
33177
|
-
transition: 160ms ease;
|
|
33178
|
-
}
|
|
33179
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
33180
|
-
color: #0080ff;
|
|
33181
|
-
}
|
|
33182
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
33183
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
33184
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
33185
|
-
}
|
|
33186
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33187
|
-
color: #0080ff;
|
|
33188
|
-
}
|
|
33189
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
33190
|
-
border-color: #0080ff;
|
|
33191
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33192
|
-
}
|
|
33193
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33194
|
-
transform: rotate(180deg);
|
|
33195
|
-
}
|
|
33196
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
33197
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33198
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
33199
|
-
cursor: "not-allowed";
|
|
33200
|
-
}
|
|
33201
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
33202
|
-
border-color: #f0483e !important;
|
|
33203
|
-
}
|
|
33204
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33205
|
-
color: #1d326c;
|
|
33206
|
-
}
|
|
33207
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
33208
|
-
border-color: #0080ff;
|
|
33209
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33210
|
-
}
|
|
33211
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33212
|
-
transform: rotate(180deg);
|
|
33213
|
-
}
|
|
33214
|
-
|
|
33215
|
-
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
33216
|
-
opacity: 1;
|
|
33217
|
-
}
|
|
33218
|
-
.E_s4ivdfu.ant-select.select-loading-value {
|
|
33219
|
-
pointer-events: none;
|
|
33220
|
-
}
|
|
33221
|
-
|
|
33222
|
-
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
33223
|
-
.E_sks9xr8.ant-select .select-active-suffix,
|
|
33224
|
-
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
33225
|
-
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
33226
|
-
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
33227
|
-
.E_sks9xr8.ant-select .select-error-suffix,
|
|
33228
|
-
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
33229
|
-
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
33230
|
-
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
33231
|
-
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
33232
|
-
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
33233
|
-
display: none;
|
|
33234
|
-
width: 16px;
|
|
33235
|
-
height: 16px;
|
|
33236
|
-
}
|
|
33237
|
-
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
33238
|
-
opacity: 0.5;
|
|
33239
|
-
}
|
|
33240
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
33241
|
-
display: none;
|
|
33242
|
-
}
|
|
33243
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
|
|
33244
|
-
display: inline;
|
|
33245
|
-
}
|
|
33246
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
|
|
33247
|
-
display: none;
|
|
33248
|
-
}
|
|
33249
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
|
|
33250
|
-
display: inline;
|
|
33251
|
-
}
|
|
33252
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
|
|
33253
|
-
display: none;
|
|
33254
|
-
}
|
|
33255
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
|
|
33256
|
-
display: inline;
|
|
33257
|
-
}
|
|
33258
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
33259
|
-
display: none;
|
|
33260
|
-
}
|
|
33261
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
33262
|
-
display: inline;
|
|
33263
|
-
}
|
|
33264
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
33265
|
-
display: none;
|
|
33266
|
-
}
|
|
33267
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
33268
|
-
display: inline;
|
|
33269
|
-
}
|
|
33270
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
33271
|
-
display: none;
|
|
33272
|
-
}
|
|
33273
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
33274
|
-
display: inline;
|
|
33275
|
-
}
|
|
33276
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
33277
|
-
display: none;
|
|
33278
|
-
}
|
|
33279
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
33280
|
-
display: inline;
|
|
33281
|
-
}
|
|
33282
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
33283
|
-
display: none;
|
|
33284
|
-
}
|
|
33285
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
33286
|
-
display: inline;
|
|
33287
|
-
}
|
|
33288
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
33289
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
33290
|
-
display: none;
|
|
33291
|
-
}
|
|
33292
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
33293
|
-
display: inline;
|
|
33294
|
-
}
|
|
33295
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
33296
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
33297
|
-
display: none;
|
|
33298
|
-
}
|
|
33299
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
33300
|
-
display: inline;
|
|
33301
|
-
}
|
|
33302
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
33303
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
33304
|
-
display: none;
|
|
33305
|
-
}
|
|
33306
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
33307
|
-
display: inline;
|
|
33308
|
-
}
|
|
33309
|
-
|
|
33310
|
-
.E_swwhohx.ant-select .ant-select-selector {
|
|
33311
|
-
padding: 0 7px 0 12px;
|
|
33312
|
-
}
|
|
33313
|
-
.E_swwhohx.ant-select .ant-select-arrow {
|
|
33314
|
-
right: 8px;
|
|
33315
|
-
top: 50%;
|
|
33316
|
-
margin-top: -8px;
|
|
33317
|
-
width: 16px;
|
|
33318
|
-
height: 16px;
|
|
33319
|
-
display: flex;
|
|
33320
|
-
align-items: center;
|
|
33325
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
33326
|
+
background: #2d3a56;
|
|
33321
33327
|
}
|
|
33322
|
-
.
|
|
33323
|
-
padding: 0
|
|
33328
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
|
|
33329
|
+
padding: 0;
|
|
33324
33330
|
}
|
|
33325
|
-
.
|
|
33326
|
-
|
|
33331
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
|
|
33332
|
+
display: inline-block;
|
|
33333
|
+
margin-left: 12px;
|
|
33334
|
+
color: #2d3a56;
|
|
33327
33335
|
}
|
|
33328
|
-
.
|
|
33329
|
-
|
|
33336
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
33337
|
+
margin-left: 28px;
|
|
33338
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33330
33339
|
}
|
|
33331
|
-
.
|
|
33332
|
-
|
|
33340
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
33341
|
+
margin-left: 8px;
|
|
33333
33342
|
}
|
|
33334
|
-
.
|
|
33335
|
-
|
|
33343
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
33344
|
+
margin-left: 24px;
|
|
33336
33345
|
}
|
|
33337
|
-
|
|
33338
|
-
|
|
33339
|
-
color: rgba(0, 21, 64, 0.3);
|
|
33346
|
+
.E_ckhyuyx .E_dt9qoak {
|
|
33347
|
+
width: 400px;
|
|
33340
33348
|
}
|
|
33341
33349
|
|
|
33342
|
-
.
|
|
33343
|
-
|
|
33344
|
-
|
|
33345
|
-
align-items: center;
|
|
33346
|
-
gap: 8px;
|
|
33350
|
+
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
33351
|
+
padding: 4px;
|
|
33352
|
+
height: 158px;
|
|
33347
33353
|
}
|
|
33348
|
-
.
|
|
33349
|
-
|
|
33350
|
-
line-height: inherit !important;
|
|
33354
|
+
.E_c1fmq9lv.E_ckhyuyx {
|
|
33355
|
+
border-radius: 6px;
|
|
33351
33356
|
}
|
|
33352
|
-
|
|
33353
|
-
|
|
33354
|
-
|
|
33355
|
-
justify-content: space-between;
|
|
33356
|
-
align-items: center;
|
|
33357
|
-
gap: 8px;
|
|
33358
|
-
min-width: 0;
|
|
33357
|
+
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33358
|
+
min-width: 200px;
|
|
33359
|
+
font-size: 12px;
|
|
33359
33360
|
}
|
|
33360
|
-
|
|
33361
|
-
|
|
33362
|
-
|
|
33363
|
-
|
|
33364
|
-
flex-shrink: 0;
|
|
33361
|
+
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
33362
|
+
padding: 6px 12px;
|
|
33363
|
+
height: 18px;
|
|
33364
|
+
font-size: 12px;
|
|
33365
33365
|
}
|
|
33366
33366
|
|
|
33367
|
-
.
|
|
33368
|
-
|
|
33369
|
-
|
|
33370
|
-
gap: 6px;
|
|
33367
|
+
.E_c1evusvc ul.antd5-cascader-menu {
|
|
33368
|
+
padding: 8px;
|
|
33369
|
+
height: 320px;
|
|
33371
33370
|
}
|
|
33372
|
-
.
|
|
33373
|
-
|
|
33374
|
-
text-overflow: clip;
|
|
33375
|
-
overflow: hidden;
|
|
33371
|
+
.E_c1evusvc.E_ckhyuyx {
|
|
33372
|
+
border-radius: 10px;
|
|
33376
33373
|
}
|
|
33377
|
-
.
|
|
33378
|
-
|
|
33379
|
-
|
|
33374
|
+
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33375
|
+
min-width: 296px;
|
|
33376
|
+
padding: 8px;
|
|
33377
|
+
}
|
|
33378
|
+
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
33379
|
+
height: 22px;
|
|
33380
|
+
padding: 8px 16px;
|
|
33381
|
+
font-size: 14px;
|
|
33380
33382
|
}
|
|
33381
33383
|
|
|
33382
33384
|
.E_h12yihis {
|
|
@@ -34076,95 +34078,8 @@ input.E_rf8rlle.ant-input {
|
|
|
34076
34078
|
padding: 0;
|
|
34077
34079
|
}
|
|
34078
34080
|
|
|
34079
|
-
.
|
|
34080
|
-
|
|
34081
|
-
}
|
|
34082
|
-
|
|
34083
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34084
|
-
padding-left: 8px;
|
|
34085
|
-
padding-right: 8px;
|
|
34086
|
-
}
|
|
34087
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34088
|
-
border-radius: 4px;
|
|
34089
|
-
}
|
|
34090
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34091
|
-
border-radius: 4px;
|
|
34092
|
-
}
|
|
34093
|
-
|
|
34094
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
34095
|
-
padding-left: 12px;
|
|
34096
|
-
padding-right: 12px;
|
|
34097
|
-
}
|
|
34098
|
-
|
|
34099
|
-
.E_ckld275 {
|
|
34100
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34101
|
-
}
|
|
34102
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34103
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
34104
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34105
|
-
}
|
|
34106
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34107
|
-
background-color: transparent;
|
|
34108
|
-
}
|
|
34109
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34110
|
-
background-color: transparent;
|
|
34111
|
-
}
|
|
34112
|
-
|
|
34113
|
-
.E_r77hffu {
|
|
34114
|
-
display: flex;
|
|
34115
|
-
align-items: center;
|
|
34116
|
-
justify-content: space-between;
|
|
34117
|
-
column-gap: 6px;
|
|
34118
|
-
}
|
|
34119
|
-
|
|
34120
|
-
.E_p1cmxsf7 {
|
|
34121
|
-
display: flex;
|
|
34122
|
-
flex-direction: column;
|
|
34123
|
-
justify-content: center;
|
|
34124
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34125
|
-
}
|
|
34126
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34127
|
-
font-size: 0;
|
|
34128
|
-
}
|
|
34129
|
-
|
|
34130
|
-
.E_c1kghdax {
|
|
34131
|
-
color: #2d3a56;
|
|
34132
|
-
padding: 7px 12px;
|
|
34133
|
-
display: flex;
|
|
34134
|
-
justify-content: space-between;
|
|
34135
|
-
align-items: center;
|
|
34136
|
-
}
|
|
34137
|
-
.E_c1kghdax.has-arrow {
|
|
34138
|
-
padding-left: 10px;
|
|
34139
|
-
}
|
|
34140
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34141
|
-
cursor: pointer;
|
|
34142
|
-
color: #00122e;
|
|
34143
|
-
}
|
|
34144
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34145
|
-
color: #2d3a56;
|
|
34146
|
-
font-weight: 600;
|
|
34147
|
-
}
|
|
34148
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34149
|
-
transform: rotate(90deg);
|
|
34150
|
-
}
|
|
34151
|
-
.E_c1kghdax .sub-info {
|
|
34152
|
-
font-size: 12px;
|
|
34153
|
-
line-height: 18px;
|
|
34154
|
-
}
|
|
34155
|
-
.E_c1kghdax .title-wrapper {
|
|
34156
|
-
display: flex;
|
|
34157
|
-
align-items: center;
|
|
34158
|
-
user-select: none;
|
|
34159
|
-
flex-grow: 1;
|
|
34160
|
-
font-size: 12px;
|
|
34161
|
-
line-height: 18px;
|
|
34162
|
-
color: #2d3a56;
|
|
34163
|
-
font-weight: 700;
|
|
34164
|
-
}
|
|
34165
|
-
.E_c1kghdax .collapse-arrow {
|
|
34166
|
-
transition: all 50ms ease-out 0ms;
|
|
34167
|
-
margin-right: 2px;
|
|
34081
|
+
.E_c1yd35n {
|
|
34082
|
+
padding: 0 12px 14px 12px;
|
|
34168
34083
|
}
|
|
34169
34084
|
|
|
34170
34085
|
.E_ckui4s7 {
|
|
@@ -34231,25 +34146,95 @@ input.E_rf8rlle.ant-input {
|
|
|
34231
34146
|
margin-left: 24px;
|
|
34232
34147
|
}
|
|
34233
34148
|
|
|
34234
|
-
.
|
|
34235
|
-
|
|
34149
|
+
.E_c1kghdax {
|
|
34150
|
+
color: #2d3a56;
|
|
34151
|
+
padding: 7px 12px;
|
|
34152
|
+
display: flex;
|
|
34153
|
+
justify-content: space-between;
|
|
34154
|
+
align-items: center;
|
|
34155
|
+
}
|
|
34156
|
+
.E_c1kghdax.has-arrow {
|
|
34157
|
+
padding-left: 10px;
|
|
34158
|
+
}
|
|
34159
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34160
|
+
cursor: pointer;
|
|
34161
|
+
color: #00122e;
|
|
34162
|
+
}
|
|
34163
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34164
|
+
color: #2d3a56;
|
|
34165
|
+
font-weight: 600;
|
|
34166
|
+
}
|
|
34167
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34168
|
+
transform: rotate(90deg);
|
|
34169
|
+
}
|
|
34170
|
+
.E_c1kghdax .sub-info {
|
|
34171
|
+
font-size: 12px;
|
|
34172
|
+
line-height: 18px;
|
|
34173
|
+
}
|
|
34174
|
+
.E_c1kghdax .title-wrapper {
|
|
34175
|
+
display: flex;
|
|
34176
|
+
align-items: center;
|
|
34177
|
+
user-select: none;
|
|
34178
|
+
flex-grow: 1;
|
|
34179
|
+
font-size: 12px;
|
|
34180
|
+
line-height: 18px;
|
|
34181
|
+
color: #2d3a56;
|
|
34182
|
+
font-weight: 700;
|
|
34183
|
+
}
|
|
34184
|
+
.E_c1kghdax .collapse-arrow {
|
|
34185
|
+
transition: all 50ms ease-out 0ms;
|
|
34186
|
+
margin-right: 2px;
|
|
34187
|
+
}
|
|
34188
|
+
|
|
34189
|
+
.E_b14q2gmw {
|
|
34190
|
+
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);
|
|
34191
|
+
}
|
|
34192
|
+
|
|
34193
|
+
.E_c1eym6el {
|
|
34194
|
+
border-radius: 8px;
|
|
34195
|
+
background-color: white;
|
|
34196
|
+
}
|
|
34197
|
+
.E_c1eym6el.hoverable {
|
|
34198
|
+
cursor: pointer;
|
|
34199
|
+
}
|
|
34200
|
+
.E_c1eym6el.hoverable:hover {
|
|
34201
|
+
transition: all 200ms ease;
|
|
34202
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34203
|
+
transform: translateY(-4px);
|
|
34204
|
+
}
|
|
34205
|
+
|
|
34206
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34207
|
+
margin-right: 2px;
|
|
34208
|
+
}
|
|
34209
|
+
|
|
34210
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34211
|
+
padding-left: 8px;
|
|
34212
|
+
padding-right: 8px;
|
|
34213
|
+
}
|
|
34214
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34215
|
+
border-radius: 4px;
|
|
34216
|
+
}
|
|
34217
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34218
|
+
border-radius: 4px;
|
|
34219
|
+
}
|
|
34220
|
+
|
|
34221
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34222
|
+
padding-left: 12px;
|
|
34223
|
+
padding-right: 12px;
|
|
34236
34224
|
}
|
|
34237
34225
|
|
|
34238
|
-
.
|
|
34239
|
-
|
|
34226
|
+
.E_ckld275 {
|
|
34227
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34240
34228
|
}
|
|
34241
|
-
|
|
34242
|
-
.
|
|
34243
|
-
|
|
34244
|
-
background-color: white;
|
|
34229
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34230
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34231
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34245
34232
|
}
|
|
34246
|
-
.
|
|
34247
|
-
|
|
34233
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34234
|
+
background-color: transparent;
|
|
34248
34235
|
}
|
|
34249
|
-
.
|
|
34250
|
-
|
|
34251
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34252
|
-
transform: translateY(-4px);
|
|
34236
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34237
|
+
background-color: transparent;
|
|
34253
34238
|
}
|
|
34254
34239
|
|
|
34255
34240
|
.E_l12xdkhl {
|
|
@@ -34326,6 +34311,55 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34326
34311
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34327
34312
|
}
|
|
34328
34313
|
|
|
34314
|
+
.E_lht19u8 {
|
|
34315
|
+
width: 64px;
|
|
34316
|
+
height: 64px;
|
|
34317
|
+
display: flex;
|
|
34318
|
+
align-items: center;
|
|
34319
|
+
justify-content: center;
|
|
34320
|
+
position: relative;
|
|
34321
|
+
opacity: 0.2;
|
|
34322
|
+
}
|
|
34323
|
+
|
|
34324
|
+
.E_lk3gkp4 {
|
|
34325
|
+
position: absolute;
|
|
34326
|
+
width: 5px;
|
|
34327
|
+
height: 48px;
|
|
34328
|
+
left: 9.33px;
|
|
34329
|
+
top: 40.5px;
|
|
34330
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34331
|
+
border-radius: 5px;
|
|
34332
|
+
transform: rotate(-128deg);
|
|
34333
|
+
transform-origin: top left;
|
|
34334
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34335
|
+
}
|
|
34336
|
+
|
|
34337
|
+
.E_ll4n94n {
|
|
34338
|
+
position: absolute;
|
|
34339
|
+
width: 5px;
|
|
34340
|
+
height: 48px;
|
|
34341
|
+
left: 40.8px;
|
|
34342
|
+
top: 8.4px;
|
|
34343
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34344
|
+
border-radius: 5px;
|
|
34345
|
+
transform: rotate(-8deg);
|
|
34346
|
+
transform-origin: top left;
|
|
34347
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34348
|
+
}
|
|
34349
|
+
|
|
34350
|
+
.E_l17lbdo6 {
|
|
34351
|
+
position: absolute;
|
|
34352
|
+
width: 5px;
|
|
34353
|
+
height: 48px;
|
|
34354
|
+
left: 52.9px;
|
|
34355
|
+
top: 51.8px;
|
|
34356
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34357
|
+
border-radius: 5px;
|
|
34358
|
+
transform: rotate(112deg);
|
|
34359
|
+
transform-origin: top left;
|
|
34360
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34361
|
+
}
|
|
34362
|
+
|
|
34329
34363
|
.E_sddwhm6 {
|
|
34330
34364
|
margin: 0;
|
|
34331
34365
|
border-radius: 20px;
|
|
@@ -34758,249 +34792,34 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34758
34792
|
display: flex;
|
|
34759
34793
|
align-items: center;
|
|
34760
34794
|
justify-content: flex-end;
|
|
34761
|
-
padding-right: 8px;
|
|
34762
|
-
}
|
|
34763
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34764
|
-
width: 24px;
|
|
34765
|
-
height: 24px;
|
|
34766
|
-
cursor: pointer;
|
|
34767
|
-
justify-content: center;
|
|
34768
|
-
border-radius: 4px;
|
|
34769
|
-
}
|
|
34770
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34771
|
-
background: #fff;
|
|
34772
|
-
}
|
|
34773
|
-
|
|
34774
|
-
.E_lht19u8 {
|
|
34775
|
-
width: 64px;
|
|
34776
|
-
height: 64px;
|
|
34777
|
-
display: flex;
|
|
34778
|
-
align-items: center;
|
|
34779
|
-
justify-content: center;
|
|
34780
|
-
position: relative;
|
|
34781
|
-
opacity: 0.2;
|
|
34782
|
-
}
|
|
34783
|
-
|
|
34784
|
-
.E_lk3gkp4 {
|
|
34785
|
-
position: absolute;
|
|
34786
|
-
width: 5px;
|
|
34787
|
-
height: 48px;
|
|
34788
|
-
left: 9.33px;
|
|
34789
|
-
top: 40.5px;
|
|
34790
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34791
|
-
border-radius: 5px;
|
|
34792
|
-
transform: rotate(-128deg);
|
|
34793
|
-
transform-origin: top left;
|
|
34794
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34795
|
-
}
|
|
34796
|
-
|
|
34797
|
-
.E_ll4n94n {
|
|
34798
|
-
position: absolute;
|
|
34799
|
-
width: 5px;
|
|
34800
|
-
height: 48px;
|
|
34801
|
-
left: 40.8px;
|
|
34802
|
-
top: 8.4px;
|
|
34803
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34804
|
-
border-radius: 5px;
|
|
34805
|
-
transform: rotate(-8deg);
|
|
34806
|
-
transform-origin: top left;
|
|
34807
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34808
|
-
}
|
|
34809
|
-
|
|
34810
|
-
.E_l17lbdo6 {
|
|
34811
|
-
position: absolute;
|
|
34812
|
-
width: 5px;
|
|
34813
|
-
height: 48px;
|
|
34814
|
-
left: 52.9px;
|
|
34815
|
-
top: 51.8px;
|
|
34816
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34817
|
-
border-radius: 5px;
|
|
34818
|
-
transform: rotate(112deg);
|
|
34819
|
-
transform-origin: top left;
|
|
34820
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34821
|
-
}
|
|
34822
|
-
|
|
34823
|
-
.E_msn7nxt {
|
|
34824
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34825
|
-
text-align: center;
|
|
34826
|
-
display: flex;
|
|
34827
|
-
align-items: center;
|
|
34828
|
-
justify-content: center;
|
|
34829
|
-
flex-direction: column;
|
|
34830
|
-
height: 100%;
|
|
34831
|
-
}
|
|
34832
|
-
.E_msn7nxt .link {
|
|
34833
|
-
color: #0080ff;
|
|
34834
|
-
cursor: pointer;
|
|
34835
|
-
}
|
|
34836
|
-
|
|
34837
|
-
.E_mp64wfi {
|
|
34838
|
-
width: 100%;
|
|
34839
|
-
height: 100%;
|
|
34840
|
-
display: flex;
|
|
34841
|
-
flex-direction: column;
|
|
34842
|
-
}
|
|
34843
|
-
.E_mp64wfi .name-toolbar {
|
|
34844
|
-
width: 100%;
|
|
34845
|
-
display: flex;
|
|
34846
|
-
line-height: 30px;
|
|
34847
|
-
padding: 0 16px;
|
|
34848
|
-
justify-content: space-between;
|
|
34849
|
-
}
|
|
34850
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34851
|
-
display: flex;
|
|
34852
|
-
font-size: 12px;
|
|
34853
|
-
align-items: center;
|
|
34854
|
-
}
|
|
34855
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34856
|
-
color: #a3b4cc;
|
|
34857
|
-
}
|
|
34858
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34859
|
-
margin-left: 10px;
|
|
34860
|
-
}
|
|
34861
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34862
|
-
margin-left: 10px;
|
|
34863
|
-
cursor: pointer;
|
|
34864
|
-
}
|
|
34865
|
-
.E_mp64wfi .content {
|
|
34866
|
-
flex: 1;
|
|
34867
|
-
width: 100%;
|
|
34868
|
-
display: flex;
|
|
34869
|
-
justify-content: center;
|
|
34870
|
-
align-items: center;
|
|
34871
|
-
}
|
|
34872
|
-
.E_mp64wfi .single-content {
|
|
34873
|
-
height: 65px;
|
|
34874
|
-
}
|
|
34875
|
-
|
|
34876
|
-
.E_l1oyigan {
|
|
34877
|
-
display: flex;
|
|
34878
|
-
align-items: center;
|
|
34879
|
-
white-space: nowrap;
|
|
34880
|
-
overflow: hidden;
|
|
34881
|
-
width: 100%;
|
|
34882
|
-
}
|
|
34883
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
34884
|
-
margin-left: auto;
|
|
34885
|
-
font-size: 12px;
|
|
34886
|
-
}
|
|
34887
|
-
|
|
34888
|
-
.E_l1noi4n1 {
|
|
34889
|
-
display: flex;
|
|
34890
|
-
justify-content: flex-start;
|
|
34891
|
-
align-items: center;
|
|
34892
|
-
font-size: 12px;
|
|
34893
|
-
cursor: pointer;
|
|
34894
|
-
}
|
|
34895
|
-
.E_l1noi4n1:not(:last-child) {
|
|
34896
|
-
margin-right: 20px;
|
|
34897
|
-
}
|
|
34898
|
-
.E_l1noi4n1.deselected {
|
|
34899
|
-
opacity: 0.4;
|
|
34900
|
-
}
|
|
34901
|
-
.E_l1noi4n1.deselected .color-block {
|
|
34902
|
-
background: #b4beca !important;
|
|
34903
|
-
}
|
|
34904
|
-
|
|
34905
|
-
.E_cz19rz6 {
|
|
34906
|
-
display: inline-block;
|
|
34907
|
-
height: 8px;
|
|
34908
|
-
width: 8px;
|
|
34909
|
-
margin-right: 8px;
|
|
34910
|
-
}
|
|
34911
|
-
|
|
34912
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34913
|
-
display: flex;
|
|
34914
|
-
align-items: center;
|
|
34915
|
-
font-size: 12px;
|
|
34916
|
-
margin: 0;
|
|
34917
|
-
}
|
|
34918
|
-
|
|
34919
|
-
.E_m1y1hhnr {
|
|
34920
|
-
position: relative;
|
|
34921
|
-
}
|
|
34922
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34923
|
-
bottom: -12px;
|
|
34924
|
-
}
|
|
34925
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
34926
|
-
display: flex;
|
|
34927
|
-
justify-content: space-between;
|
|
34928
|
-
line-height: 30px;
|
|
34929
|
-
margin: 0 16px;
|
|
34930
|
-
}
|
|
34931
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34932
|
-
display: flex;
|
|
34933
|
-
font-size: 12px;
|
|
34934
|
-
align-items: center;
|
|
34935
|
-
}
|
|
34936
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34937
|
-
color: #a3b4cc;
|
|
34938
|
-
}
|
|
34939
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34940
|
-
margin-left: 10px;
|
|
34795
|
+
padding-right: 8px;
|
|
34941
34796
|
}
|
|
34942
|
-
.
|
|
34943
|
-
|
|
34797
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34798
|
+
width: 24px;
|
|
34799
|
+
height: 24px;
|
|
34944
34800
|
cursor: pointer;
|
|
34945
|
-
|
|
34946
|
-
.E_m1y1hhnr .recharts-xAxis {
|
|
34947
|
-
font-size: 12px;
|
|
34948
|
-
}
|
|
34949
|
-
.E_m1y1hhnr .pointer-wrapper {
|
|
34950
|
-
position: absolute;
|
|
34951
|
-
bottom: 10px;
|
|
34952
|
-
padding: 0 8px;
|
|
34801
|
+
justify-content: center;
|
|
34953
34802
|
border-radius: 4px;
|
|
34954
|
-
font-size: 12px;
|
|
34955
|
-
color: #fff;
|
|
34956
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34957
|
-
transform: translateX(-50%);
|
|
34958
34803
|
}
|
|
34959
|
-
|
|
34960
|
-
|
|
34961
|
-
min-width: 200px;
|
|
34804
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34805
|
+
background: #fff;
|
|
34962
34806
|
}
|
|
34963
34807
|
|
|
34964
|
-
.
|
|
34808
|
+
.E_r77hffu {
|
|
34965
34809
|
display: flex;
|
|
34966
34810
|
align-items: center;
|
|
34967
34811
|
justify-content: space-between;
|
|
34968
|
-
|
|
34969
|
-
color: #b4beca;
|
|
34970
|
-
font-size: 12px;
|
|
34971
|
-
padding: 3px 6px;
|
|
34972
|
-
}
|
|
34973
|
-
.E_t1ub2aex:first-child {
|
|
34974
|
-
padding-top: 3px;
|
|
34975
|
-
}
|
|
34976
|
-
.E_t1ub2aex:last-child {
|
|
34977
|
-
padding-bottom: 3px;
|
|
34978
|
-
}
|
|
34979
|
-
.E_t1ub2aex .column-value {
|
|
34980
|
-
color: #fff;
|
|
34981
|
-
margin-left: 8px;
|
|
34982
|
-
}
|
|
34983
|
-
|
|
34984
|
-
.E_t1gvlxt5 {
|
|
34985
|
-
min-width: 0;
|
|
34986
|
-
flex: 1;
|
|
34987
|
-
}
|
|
34988
|
-
.E_t1gvlxt5 .tag {
|
|
34989
|
-
flex: 0 0 auto;
|
|
34990
|
-
}
|
|
34991
|
-
.E_t1gvlxt5 .progress-title {
|
|
34992
|
-
flex: 2;
|
|
34993
|
-
max-width: fit-content;
|
|
34994
|
-
}
|
|
34995
|
-
.E_t1gvlxt5 .progress-desc {
|
|
34996
|
-
flex: 1;
|
|
34997
|
-
max-width: fit-content;
|
|
34812
|
+
column-gap: 6px;
|
|
34998
34813
|
}
|
|
34999
34814
|
|
|
35000
|
-
.
|
|
34815
|
+
.E_p1cmxsf7 {
|
|
35001
34816
|
display: flex;
|
|
35002
|
-
|
|
35003
|
-
|
|
34817
|
+
flex-direction: column;
|
|
34818
|
+
justify-content: center;
|
|
34819
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34820
|
+
}
|
|
34821
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34822
|
+
font-size: 0;
|
|
35004
34823
|
}
|
|
35005
34824
|
|
|
35006
34825
|
.E_w7ob4th.outside-tag {
|
|
@@ -35041,6 +34860,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35041
34860
|
white-space: normal;
|
|
35042
34861
|
}
|
|
35043
34862
|
|
|
34863
|
+
.E_i1g85yz3 {
|
|
34864
|
+
margin-right: 4px;
|
|
34865
|
+
height: 16px;
|
|
34866
|
+
}
|
|
34867
|
+
|
|
35044
34868
|
.E_t1dtlqs1 {
|
|
35045
34869
|
margin-bottom: 4px;
|
|
35046
34870
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -35462,9 +35286,187 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35462
35286
|
background: rgba(163, 180, 204, 0.18);
|
|
35463
35287
|
}
|
|
35464
35288
|
|
|
35465
|
-
.
|
|
35466
|
-
|
|
35467
|
-
|
|
35289
|
+
.E_msn7nxt {
|
|
35290
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35291
|
+
text-align: center;
|
|
35292
|
+
display: flex;
|
|
35293
|
+
align-items: center;
|
|
35294
|
+
justify-content: center;
|
|
35295
|
+
flex-direction: column;
|
|
35296
|
+
height: 100%;
|
|
35297
|
+
}
|
|
35298
|
+
.E_msn7nxt .link {
|
|
35299
|
+
color: #0080ff;
|
|
35300
|
+
cursor: pointer;
|
|
35301
|
+
}
|
|
35302
|
+
|
|
35303
|
+
.E_mp64wfi {
|
|
35304
|
+
width: 100%;
|
|
35305
|
+
height: 100%;
|
|
35306
|
+
display: flex;
|
|
35307
|
+
flex-direction: column;
|
|
35308
|
+
}
|
|
35309
|
+
.E_mp64wfi .name-toolbar {
|
|
35310
|
+
width: 100%;
|
|
35311
|
+
display: flex;
|
|
35312
|
+
line-height: 30px;
|
|
35313
|
+
padding: 0 16px;
|
|
35314
|
+
justify-content: space-between;
|
|
35315
|
+
}
|
|
35316
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
35317
|
+
display: flex;
|
|
35318
|
+
font-size: 12px;
|
|
35319
|
+
align-items: center;
|
|
35320
|
+
}
|
|
35321
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
35322
|
+
color: #a3b4cc;
|
|
35323
|
+
}
|
|
35324
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
35325
|
+
margin-left: 10px;
|
|
35326
|
+
}
|
|
35327
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
35328
|
+
margin-left: 10px;
|
|
35329
|
+
cursor: pointer;
|
|
35330
|
+
}
|
|
35331
|
+
.E_mp64wfi .content {
|
|
35332
|
+
flex: 1;
|
|
35333
|
+
width: 100%;
|
|
35334
|
+
display: flex;
|
|
35335
|
+
justify-content: center;
|
|
35336
|
+
align-items: center;
|
|
35337
|
+
}
|
|
35338
|
+
.E_mp64wfi .single-content {
|
|
35339
|
+
height: 65px;
|
|
35340
|
+
}
|
|
35341
|
+
|
|
35342
|
+
.E_l1oyigan {
|
|
35343
|
+
display: flex;
|
|
35344
|
+
align-items: center;
|
|
35345
|
+
white-space: nowrap;
|
|
35346
|
+
overflow: hidden;
|
|
35347
|
+
width: 100%;
|
|
35348
|
+
}
|
|
35349
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
35350
|
+
margin-left: auto;
|
|
35351
|
+
font-size: 12px;
|
|
35352
|
+
}
|
|
35353
|
+
|
|
35354
|
+
.E_l1noi4n1 {
|
|
35355
|
+
display: flex;
|
|
35356
|
+
justify-content: flex-start;
|
|
35357
|
+
align-items: center;
|
|
35358
|
+
font-size: 12px;
|
|
35359
|
+
cursor: pointer;
|
|
35360
|
+
}
|
|
35361
|
+
.E_l1noi4n1:not(:last-child) {
|
|
35362
|
+
margin-right: 20px;
|
|
35363
|
+
}
|
|
35364
|
+
.E_l1noi4n1.deselected {
|
|
35365
|
+
opacity: 0.4;
|
|
35366
|
+
}
|
|
35367
|
+
.E_l1noi4n1.deselected .color-block {
|
|
35368
|
+
background: #b4beca !important;
|
|
35369
|
+
}
|
|
35370
|
+
|
|
35371
|
+
.E_cz19rz6 {
|
|
35372
|
+
display: inline-block;
|
|
35373
|
+
height: 8px;
|
|
35374
|
+
width: 8px;
|
|
35375
|
+
margin-right: 8px;
|
|
35376
|
+
}
|
|
35377
|
+
|
|
35378
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
35379
|
+
display: flex;
|
|
35380
|
+
align-items: center;
|
|
35381
|
+
font-size: 12px;
|
|
35382
|
+
margin: 0;
|
|
35383
|
+
}
|
|
35384
|
+
|
|
35385
|
+
.E_m1y1hhnr {
|
|
35386
|
+
position: relative;
|
|
35387
|
+
}
|
|
35388
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
35389
|
+
bottom: -12px;
|
|
35390
|
+
}
|
|
35391
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
35392
|
+
display: flex;
|
|
35393
|
+
justify-content: space-between;
|
|
35394
|
+
line-height: 30px;
|
|
35395
|
+
margin: 0 16px;
|
|
35396
|
+
}
|
|
35397
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
35398
|
+
display: flex;
|
|
35399
|
+
font-size: 12px;
|
|
35400
|
+
align-items: center;
|
|
35401
|
+
}
|
|
35402
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
35403
|
+
color: #a3b4cc;
|
|
35404
|
+
}
|
|
35405
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
35406
|
+
margin-left: 10px;
|
|
35407
|
+
}
|
|
35408
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
35409
|
+
margin-left: 10px;
|
|
35410
|
+
cursor: pointer;
|
|
35411
|
+
}
|
|
35412
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
35413
|
+
font-size: 12px;
|
|
35414
|
+
}
|
|
35415
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
35416
|
+
position: absolute;
|
|
35417
|
+
bottom: 10px;
|
|
35418
|
+
padding: 0 8px;
|
|
35419
|
+
border-radius: 4px;
|
|
35420
|
+
font-size: 12px;
|
|
35421
|
+
color: #fff;
|
|
35422
|
+
background: rgba(0, 0, 0, 0.75);
|
|
35423
|
+
transform: translateX(-50%);
|
|
35424
|
+
}
|
|
35425
|
+
|
|
35426
|
+
.E_tnvijvs {
|
|
35427
|
+
min-width: 200px;
|
|
35428
|
+
}
|
|
35429
|
+
|
|
35430
|
+
.E_t1ub2aex {
|
|
35431
|
+
display: flex;
|
|
35432
|
+
align-items: center;
|
|
35433
|
+
justify-content: space-between;
|
|
35434
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
35435
|
+
color: #b4beca;
|
|
35436
|
+
font-size: 12px;
|
|
35437
|
+
padding: 3px 6px;
|
|
35438
|
+
}
|
|
35439
|
+
.E_t1ub2aex:first-child {
|
|
35440
|
+
padding-top: 3px;
|
|
35441
|
+
}
|
|
35442
|
+
.E_t1ub2aex:last-child {
|
|
35443
|
+
padding-bottom: 3px;
|
|
35444
|
+
}
|
|
35445
|
+
.E_t1ub2aex .column-value {
|
|
35446
|
+
color: #fff;
|
|
35447
|
+
margin-left: 8px;
|
|
35448
|
+
}
|
|
35449
|
+
|
|
35450
|
+
.E_t1gvlxt5 {
|
|
35451
|
+
min-width: 0;
|
|
35452
|
+
flex: 1;
|
|
35453
|
+
}
|
|
35454
|
+
.E_t1gvlxt5 .tag {
|
|
35455
|
+
flex: 0 0 auto;
|
|
35456
|
+
}
|
|
35457
|
+
.E_t1gvlxt5 .progress-title {
|
|
35458
|
+
flex: 2;
|
|
35459
|
+
max-width: fit-content;
|
|
35460
|
+
}
|
|
35461
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35462
|
+
flex: 1;
|
|
35463
|
+
max-width: fit-content;
|
|
35464
|
+
}
|
|
35465
|
+
|
|
35466
|
+
.E_a1ji6r68 {
|
|
35467
|
+
display: flex;
|
|
35468
|
+
align-items: center;
|
|
35469
|
+
column-gap: var(--a1ji6r68-0);
|
|
35468
35470
|
}
|
|
35469
35471
|
|
|
35470
35472
|
.E_s20iney.skeleton-box {
|