@cloudtower/eagle 0.27.35 → 0.27.37-dry-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +1216 -1209
- package/dist/esm/index.js +598 -582
- package/dist/esm/stats1.html +1 -1
- package/dist/src/components/OverflowTooltip/OverflowTooltip.stories.d.ts +13 -15
- package/dist/src/spec/base.d.ts +1 -1
- package/dist/style.css +3026 -3019
- package/dist/umd/index.js +601 -584
- package/dist/umd/stats1.html +1 -1
- package/package.json +7 -5
package/dist/components.css
CHANGED
|
@@ -29484,6 +29484,19 @@ html body {
|
|
|
29484
29484
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29485
29485
|
}
|
|
29486
29486
|
|
|
29487
|
+
.E_iap75of {
|
|
29488
|
+
height: 18px;
|
|
29489
|
+
line-height: 18px;
|
|
29490
|
+
padding: 0 4px;
|
|
29491
|
+
border-radius: 4px;
|
|
29492
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29493
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29494
|
+
display: flex;
|
|
29495
|
+
align-items: center;
|
|
29496
|
+
white-space: nowrap;
|
|
29497
|
+
margin-right: 4px;
|
|
29498
|
+
}
|
|
29499
|
+
|
|
29487
29500
|
.E_bpq0js6 {
|
|
29488
29501
|
padding: 4px 11px;
|
|
29489
29502
|
}
|
|
@@ -29528,6 +29541,24 @@ html body {
|
|
|
29528
29541
|
font-size: 18px;
|
|
29529
29542
|
}
|
|
29530
29543
|
|
|
29544
|
+
.E_i1mrf09m {
|
|
29545
|
+
display: inline-flex;
|
|
29546
|
+
align-items: center;
|
|
29547
|
+
}
|
|
29548
|
+
.E_i1mrf09m .icon-inner {
|
|
29549
|
+
display: inline-flex;
|
|
29550
|
+
align-items: center;
|
|
29551
|
+
justify-content: center;
|
|
29552
|
+
}
|
|
29553
|
+
.E_i1mrf09m .icon-inner + span,
|
|
29554
|
+
.E_i1mrf09m span + .icon-inner.suffix {
|
|
29555
|
+
margin-left: 4px;
|
|
29556
|
+
}
|
|
29557
|
+
.E_i1mrf09m.is-rotate img,
|
|
29558
|
+
.E_i1mrf09m.is-rotate svg {
|
|
29559
|
+
animation: rotate 680ms linear infinite;
|
|
29560
|
+
}
|
|
29561
|
+
|
|
29531
29562
|
.E_buj61ew.ant-btn-icon-only {
|
|
29532
29563
|
justify-content: center;
|
|
29533
29564
|
}
|
|
@@ -29778,35 +29809,163 @@ html body {
|
|
|
29778
29809
|
padding: 0;
|
|
29779
29810
|
}
|
|
29780
29811
|
|
|
29781
|
-
.
|
|
29782
|
-
display: inline-
|
|
29783
|
-
align-items: center;
|
|
29812
|
+
.E_obf05yr {
|
|
29813
|
+
display: inline-block;
|
|
29784
29814
|
}
|
|
29785
|
-
|
|
29815
|
+
|
|
29816
|
+
.E_hsms1n6 {
|
|
29817
|
+
visibility: hidden;
|
|
29818
|
+
position: absolute;
|
|
29819
|
+
}
|
|
29820
|
+
|
|
29821
|
+
.E_rxbeqvl.ant-radio-wrapper {
|
|
29786
29822
|
display: inline-flex;
|
|
29787
|
-
align-items:
|
|
29788
|
-
|
|
29823
|
+
align-items: baseline;
|
|
29824
|
+
white-space: pre-wrap;
|
|
29789
29825
|
}
|
|
29790
|
-
.
|
|
29791
|
-
|
|
29792
|
-
|
|
29826
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29827
|
+
position: relative;
|
|
29828
|
+
top: 3px;
|
|
29793
29829
|
}
|
|
29794
|
-
.
|
|
29795
|
-
|
|
29796
|
-
|
|
29830
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29831
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29832
|
+
}
|
|
29833
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29834
|
+
border-color: #0080ff;
|
|
29835
|
+
}
|
|
29836
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29837
|
+
border-color: #0080ff;
|
|
29838
|
+
background: #0080ff;
|
|
29839
|
+
}
|
|
29840
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29841
|
+
top: 4px;
|
|
29842
|
+
left: 4px;
|
|
29843
|
+
width: 6px;
|
|
29844
|
+
height: 6px;
|
|
29845
|
+
background: #fff;
|
|
29846
|
+
}
|
|
29847
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29848
|
+
opacity: 0.5;
|
|
29849
|
+
}
|
|
29850
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29851
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29852
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29853
|
+
}
|
|
29854
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
29855
|
+
background: #00122e;
|
|
29856
|
+
}
|
|
29857
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
29858
|
+
color: #00122e;
|
|
29859
|
+
opacity: 0.5;
|
|
29860
|
+
}
|
|
29861
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
29862
|
+
color: #00122e;
|
|
29863
|
+
}
|
|
29864
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
29865
|
+
display: inline-block;
|
|
29866
|
+
padding: 0;
|
|
29867
|
+
padding-left: 12px;
|
|
29868
|
+
}
|
|
29869
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
29870
|
+
margin-bottom: 0;
|
|
29871
|
+
white-space: pre-wrap;
|
|
29872
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29873
|
+
}
|
|
29874
|
+
.E_rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
29875
|
+
padding-left: 8px;
|
|
29797
29876
|
}
|
|
29798
29877
|
|
|
29799
|
-
.
|
|
29800
|
-
|
|
29801
|
-
|
|
29802
|
-
|
|
29803
|
-
border-radius:
|
|
29804
|
-
|
|
29805
|
-
|
|
29806
|
-
|
|
29807
|
-
|
|
29878
|
+
.E_r5ie79y .ant-radio-button-wrapper:first-child {
|
|
29879
|
+
border-radius: 5px 0 0 5px;
|
|
29880
|
+
}
|
|
29881
|
+
.E_r5ie79y .ant-radio-button-wrapper:last-child {
|
|
29882
|
+
border-radius: 0 5px 5px 0;
|
|
29883
|
+
}
|
|
29884
|
+
|
|
29885
|
+
.E_r1f0aqcc {
|
|
29886
|
+
color: #00122e;
|
|
29887
|
+
border-color: #ccd4e3;
|
|
29888
|
+
}
|
|
29889
|
+
.E_r1f0aqcc:first-child {
|
|
29890
|
+
border-color: #a3b4cc;
|
|
29891
|
+
}
|
|
29892
|
+
.E_r1f0aqcc.ant-radio-button-wrapper {
|
|
29893
|
+
padding: 0 12px;
|
|
29894
|
+
line-height: 32px;
|
|
29895
|
+
height: 32px;
|
|
29896
|
+
}
|
|
29897
|
+
.E_r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
29808
29898
|
white-space: nowrap;
|
|
29809
|
-
|
|
29899
|
+
}
|
|
29900
|
+
.ant-radio-group-small .E_r1f0aqcc.ant-radio-button-wrapper {
|
|
29901
|
+
height: 22px;
|
|
29902
|
+
padding: 0 7px;
|
|
29903
|
+
line-height: 20px;
|
|
29904
|
+
}
|
|
29905
|
+
.E_r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
29906
|
+
background: #ccd4e3;
|
|
29907
|
+
}
|
|
29908
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
29909
|
+
background: #0080ff;
|
|
29910
|
+
}
|
|
29911
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
29912
|
+
background: #ccd4e3;
|
|
29913
|
+
opacity: 0.5;
|
|
29914
|
+
}
|
|
29915
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
29916
|
+
border-right-color: #0080ff;
|
|
29917
|
+
}
|
|
29918
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
29919
|
+
border-color: #0080ff;
|
|
29920
|
+
}
|
|
29921
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
29922
|
+
background: rgba(0, 136, 255, 0.1);
|
|
29923
|
+
}
|
|
29924
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
29925
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29926
|
+
border-color: #ccd4e3;
|
|
29927
|
+
opacity: 0.5;
|
|
29928
|
+
}
|
|
29929
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
29930
|
+
color: #00122e;
|
|
29931
|
+
border-color: #ccd4e3;
|
|
29932
|
+
}
|
|
29933
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
29934
|
+
color: #00122e;
|
|
29935
|
+
border-color: #ccd4e3;
|
|
29936
|
+
background: rgba(172, 186, 211, 0.6);
|
|
29937
|
+
}
|
|
29938
|
+
.E_r1f0aqcc .ant-radio-button-input {
|
|
29939
|
+
margin-right: 8px;
|
|
29940
|
+
display: inline;
|
|
29941
|
+
border: none;
|
|
29942
|
+
padding: 0;
|
|
29943
|
+
width: 36px;
|
|
29944
|
+
background: transparent;
|
|
29945
|
+
}
|
|
29946
|
+
.E_r1f0aqcc .ant-radio-button-input:focus {
|
|
29947
|
+
box-shadow: none;
|
|
29948
|
+
}
|
|
29949
|
+
.E_r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
29950
|
+
margin-right: 0;
|
|
29951
|
+
width: initial;
|
|
29952
|
+
box-shadow: none;
|
|
29953
|
+
}
|
|
29954
|
+
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
29955
|
+
display: none;
|
|
29956
|
+
}
|
|
29957
|
+
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
29958
|
+
display: inline;
|
|
29959
|
+
}
|
|
29960
|
+
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
29961
|
+
display: inline;
|
|
29962
|
+
margin-right: 8px;
|
|
29963
|
+
padding: 0;
|
|
29964
|
+
width: 36px;
|
|
29965
|
+
}
|
|
29966
|
+
|
|
29967
|
+
.E_i1e4sgug {
|
|
29968
|
+
display: inline-block;
|
|
29810
29969
|
}
|
|
29811
29970
|
|
|
29812
29971
|
.E_p12gwtiw {
|
|
@@ -29866,19 +30025,6 @@ html body {
|
|
|
29866
30025
|
line-height: 18px;
|
|
29867
30026
|
}
|
|
29868
30027
|
|
|
29869
|
-
.E_i1e4sgug {
|
|
29870
|
-
display: inline-block;
|
|
29871
|
-
}
|
|
29872
|
-
|
|
29873
|
-
.E_obf05yr {
|
|
29874
|
-
display: inline-block;
|
|
29875
|
-
}
|
|
29876
|
-
|
|
29877
|
-
.E_hsms1n6 {
|
|
29878
|
-
visibility: hidden;
|
|
29879
|
-
position: absolute;
|
|
29880
|
-
}
|
|
29881
|
-
|
|
29882
30028
|
.E_cz04yix {
|
|
29883
30029
|
display: flex;
|
|
29884
30030
|
flex-direction: column;
|
|
@@ -30559,286 +30705,479 @@ input.E_rrg1fkn.ant-input {
|
|
|
30559
30705
|
word-break: break-all;
|
|
30560
30706
|
}
|
|
30561
30707
|
|
|
30562
|
-
.
|
|
30563
|
-
|
|
30564
|
-
|
|
30565
|
-
|
|
30566
|
-
|
|
30708
|
+
.E_d6j0lbj {
|
|
30709
|
+
font-family: Inter;
|
|
30710
|
+
font-style: normal;
|
|
30711
|
+
font-weight: bold;
|
|
30712
|
+
font-size: 32px;
|
|
30713
|
+
line-height: 40px;
|
|
30567
30714
|
}
|
|
30568
|
-
|
|
30569
|
-
|
|
30715
|
+
|
|
30716
|
+
.E_d1xhvvxe {
|
|
30717
|
+
font-family: Inter;
|
|
30718
|
+
font-style: normal;
|
|
30719
|
+
font-weight: bold;
|
|
30720
|
+
font-size: 24px;
|
|
30721
|
+
line-height: 32px;
|
|
30570
30722
|
}
|
|
30571
|
-
|
|
30572
|
-
|
|
30573
|
-
|
|
30723
|
+
|
|
30724
|
+
.E_dk10mxq {
|
|
30725
|
+
font-family: Inter;
|
|
30726
|
+
font-style: normal;
|
|
30727
|
+
font-weight: normal;
|
|
30728
|
+
font-size: 32px;
|
|
30729
|
+
line-height: 40px;
|
|
30574
30730
|
}
|
|
30575
|
-
|
|
30576
|
-
|
|
30577
|
-
|
|
30731
|
+
|
|
30732
|
+
.E_dxsait {
|
|
30733
|
+
font-family: Inter;
|
|
30734
|
+
font-style: normal;
|
|
30735
|
+
font-weight: bold;
|
|
30736
|
+
font-size: 20px;
|
|
30737
|
+
line-height: 24px;
|
|
30578
30738
|
}
|
|
30579
|
-
|
|
30580
|
-
|
|
30581
|
-
|
|
30582
|
-
|
|
30583
|
-
|
|
30584
|
-
|
|
30585
|
-
|
|
30586
|
-
}
|
|
30587
|
-
.E_s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30588
|
-
height: 14px;
|
|
30589
|
-
width: 14px;
|
|
30590
|
-
top: 1px;
|
|
30591
|
-
left: 1px;
|
|
30739
|
+
|
|
30740
|
+
.E_dokn0h3 {
|
|
30741
|
+
font-family: Inter;
|
|
30742
|
+
font-style: normal;
|
|
30743
|
+
font-weight: normal;
|
|
30744
|
+
font-size: 20px;
|
|
30745
|
+
line-height: 24px;
|
|
30592
30746
|
}
|
|
30593
|
-
|
|
30594
|
-
|
|
30595
|
-
|
|
30747
|
+
|
|
30748
|
+
.E_dobau4p {
|
|
30749
|
+
font-family: Inter;
|
|
30750
|
+
font-style: normal;
|
|
30751
|
+
font-weight: bold;
|
|
30752
|
+
font-size: 18px;
|
|
30753
|
+
line-height: 22px;
|
|
30596
30754
|
}
|
|
30597
|
-
|
|
30598
|
-
|
|
30755
|
+
|
|
30756
|
+
.E_dvolwok {
|
|
30757
|
+
font-family: Inter;
|
|
30758
|
+
font-style: normal;
|
|
30759
|
+
font-weight: normal;
|
|
30760
|
+
font-size: 18px;
|
|
30761
|
+
line-height: 22px;
|
|
30599
30762
|
}
|
|
30600
|
-
|
|
30601
|
-
|
|
30763
|
+
|
|
30764
|
+
.E_h181qhg4 {
|
|
30765
|
+
font-family: Inter;
|
|
30766
|
+
font-style: normal;
|
|
30767
|
+
font-weight: bold;
|
|
30768
|
+
font-size: 16px;
|
|
30769
|
+
line-height: 22px;
|
|
30602
30770
|
}
|
|
30603
|
-
|
|
30604
|
-
|
|
30771
|
+
|
|
30772
|
+
.E_h1phgmcq {
|
|
30773
|
+
font-family: Inter;
|
|
30774
|
+
font-style: normal;
|
|
30775
|
+
font-weight: normal;
|
|
30776
|
+
font-size: 16px;
|
|
30777
|
+
line-height: 22px;
|
|
30605
30778
|
}
|
|
30606
|
-
|
|
30607
|
-
|
|
30779
|
+
|
|
30780
|
+
.E_h173xnl1 {
|
|
30781
|
+
font-family: Inter;
|
|
30782
|
+
font-style: normal;
|
|
30783
|
+
font-weight: bold;
|
|
30784
|
+
font-size: 14px;
|
|
30785
|
+
line-height: 20px;
|
|
30608
30786
|
}
|
|
30609
|
-
|
|
30610
|
-
|
|
30787
|
+
|
|
30788
|
+
.E_hedm4pz {
|
|
30789
|
+
font-family: Inter;
|
|
30790
|
+
font-style: normal;
|
|
30791
|
+
font-weight: normal;
|
|
30792
|
+
font-size: 14px;
|
|
30793
|
+
line-height: 20px;
|
|
30611
30794
|
}
|
|
30612
30795
|
|
|
30613
|
-
.
|
|
30614
|
-
|
|
30796
|
+
.E_h1kd8xld {
|
|
30797
|
+
font-family: Inter;
|
|
30798
|
+
font-style: normal;
|
|
30799
|
+
font-weight: bold;
|
|
30800
|
+
font-size: 12px;
|
|
30801
|
+
line-height: 18px;
|
|
30615
30802
|
}
|
|
30616
30803
|
|
|
30617
|
-
.
|
|
30618
|
-
|
|
30804
|
+
.E_hp14fr {
|
|
30805
|
+
font-family: Inter;
|
|
30806
|
+
font-style: normal;
|
|
30807
|
+
font-weight: normal;
|
|
30808
|
+
font-size: 12px;
|
|
30809
|
+
line-height: 18px;
|
|
30619
30810
|
}
|
|
30620
30811
|
|
|
30621
|
-
.
|
|
30622
|
-
|
|
30812
|
+
.E_hgrg7mn {
|
|
30813
|
+
font-family: Inter;
|
|
30814
|
+
font-style: normal;
|
|
30815
|
+
font-weight: bold;
|
|
30816
|
+
text-transform: uppercase;
|
|
30817
|
+
font-feature-settings: "cpsp" on;
|
|
30818
|
+
font-size: 12px;
|
|
30623
30819
|
line-height: 18px;
|
|
30624
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30625
|
-
height: 34px;
|
|
30626
|
-
min-height: 34px;
|
|
30627
|
-
box-sizing: border-box;
|
|
30628
|
-
margin-top: 8px;
|
|
30629
30820
|
}
|
|
30630
30821
|
|
|
30631
|
-
.
|
|
30632
|
-
|
|
30633
|
-
|
|
30634
|
-
|
|
30635
|
-
|
|
30636
|
-
|
|
30822
|
+
.E_h6zme9x {
|
|
30823
|
+
font-family: Inter;
|
|
30824
|
+
font-style: normal;
|
|
30825
|
+
font-weight: normal;
|
|
30826
|
+
text-transform: uppercase;
|
|
30827
|
+
font-feature-settings: "cpsp" on;
|
|
30828
|
+
font-size: 12px;
|
|
30829
|
+
line-height: 18px;
|
|
30637
30830
|
}
|
|
30638
|
-
|
|
30639
|
-
|
|
30831
|
+
|
|
30832
|
+
.E_locjvsv {
|
|
30833
|
+
font-family: Inter;
|
|
30834
|
+
font-style: normal;
|
|
30835
|
+
font-weight: normal;
|
|
30836
|
+
font-size: 16px;
|
|
30837
|
+
line-height: 24px;
|
|
30640
30838
|
}
|
|
30641
|
-
|
|
30642
|
-
|
|
30839
|
+
|
|
30840
|
+
.E_l13gi131 {
|
|
30841
|
+
font-family: Inter;
|
|
30842
|
+
font-style: normal;
|
|
30843
|
+
font-weight: bold;
|
|
30844
|
+
font-size: 16px;
|
|
30845
|
+
line-height: 24px;
|
|
30643
30846
|
}
|
|
30644
|
-
|
|
30645
|
-
|
|
30847
|
+
|
|
30848
|
+
.E_l1ynemsu {
|
|
30849
|
+
font-family: Inter;
|
|
30850
|
+
font-style: normal;
|
|
30851
|
+
font-weight: normal;
|
|
30852
|
+
font-size: 16px;
|
|
30853
|
+
line-height: 24px;
|
|
30646
30854
|
}
|
|
30647
|
-
|
|
30648
|
-
|
|
30855
|
+
|
|
30856
|
+
.E_l1cft1cx {
|
|
30857
|
+
font-family: Inter;
|
|
30858
|
+
font-style: normal;
|
|
30859
|
+
font-weight: bold;
|
|
30860
|
+
font-size: 16px;
|
|
30861
|
+
line-height: 24px;
|
|
30649
30862
|
}
|
|
30650
|
-
|
|
30651
|
-
|
|
30863
|
+
|
|
30864
|
+
.E_l17tqc8p {
|
|
30865
|
+
font-family: Inter;
|
|
30866
|
+
font-style: normal;
|
|
30867
|
+
font-weight: normal;
|
|
30868
|
+
text-transform: uppercase;
|
|
30869
|
+
font-feature-settings: "cpsp" on;
|
|
30870
|
+
font-size: 16px;
|
|
30871
|
+
line-height: 24px;
|
|
30652
30872
|
}
|
|
30653
|
-
|
|
30654
|
-
|
|
30873
|
+
|
|
30874
|
+
.E_l1j1e5w7 {
|
|
30875
|
+
font-family: Inter;
|
|
30876
|
+
font-style: normal;
|
|
30877
|
+
font-weight: bold;
|
|
30878
|
+
text-transform: uppercase;
|
|
30879
|
+
font-feature-settings: "cpsp" on;
|
|
30880
|
+
font-size: 16px;
|
|
30881
|
+
line-height: 24px;
|
|
30655
30882
|
}
|
|
30656
|
-
|
|
30657
|
-
|
|
30883
|
+
|
|
30884
|
+
.E_l1gf91jb {
|
|
30885
|
+
font-family: Inter;
|
|
30886
|
+
font-style: normal;
|
|
30887
|
+
font-weight: normal;
|
|
30888
|
+
font-size: 14px;
|
|
30889
|
+
line-height: 22px;
|
|
30658
30890
|
}
|
|
30659
|
-
|
|
30660
|
-
|
|
30661
|
-
|
|
30891
|
+
|
|
30892
|
+
.E_lu7hlr6 {
|
|
30893
|
+
font-family: Inter;
|
|
30894
|
+
font-style: normal;
|
|
30895
|
+
font-weight: 500;
|
|
30896
|
+
font-size: 14px;
|
|
30897
|
+
line-height: 22px;
|
|
30662
30898
|
}
|
|
30663
30899
|
|
|
30664
|
-
.
|
|
30665
|
-
|
|
30666
|
-
|
|
30667
|
-
|
|
30668
|
-
|
|
30900
|
+
.E_l3l3jf0 {
|
|
30901
|
+
font-family: Inter;
|
|
30902
|
+
font-style: normal;
|
|
30903
|
+
font-weight: bold;
|
|
30904
|
+
font-size: 14px;
|
|
30905
|
+
line-height: 22px;
|
|
30669
30906
|
}
|
|
30670
|
-
|
|
30671
|
-
|
|
30672
|
-
|
|
30673
|
-
|
|
30907
|
+
|
|
30908
|
+
.E_l12j5nqp {
|
|
30909
|
+
font-family: Inter;
|
|
30910
|
+
font-style: normal;
|
|
30911
|
+
font-weight: normal;
|
|
30912
|
+
font-size: 14px;
|
|
30913
|
+
line-height: 22px;
|
|
30674
30914
|
}
|
|
30675
30915
|
|
|
30676
|
-
.
|
|
30677
|
-
|
|
30678
|
-
|
|
30679
|
-
|
|
30680
|
-
|
|
30681
|
-
line-height:
|
|
30682
|
-
margin-top: 2px;
|
|
30916
|
+
.E_l1tecqht {
|
|
30917
|
+
font-family: Inter;
|
|
30918
|
+
font-style: normal;
|
|
30919
|
+
font-weight: bold;
|
|
30920
|
+
font-size: 14px;
|
|
30921
|
+
line-height: 22px;
|
|
30683
30922
|
}
|
|
30684
30923
|
|
|
30685
|
-
.
|
|
30686
|
-
|
|
30687
|
-
|
|
30688
|
-
|
|
30924
|
+
.E_l6sa990 {
|
|
30925
|
+
font-family: Inter;
|
|
30926
|
+
font-style: normal;
|
|
30927
|
+
font-weight: normal;
|
|
30928
|
+
text-transform: uppercase;
|
|
30929
|
+
font-feature-settings: "cpsp" on;
|
|
30930
|
+
font-size: 14px;
|
|
30931
|
+
line-height: 22px;
|
|
30689
30932
|
}
|
|
30690
30933
|
|
|
30691
|
-
.
|
|
30692
|
-
|
|
30693
|
-
|
|
30694
|
-
|
|
30695
|
-
|
|
30934
|
+
.E_lckqe8j {
|
|
30935
|
+
font-family: Inter;
|
|
30936
|
+
font-style: normal;
|
|
30937
|
+
font-weight: bold;
|
|
30938
|
+
text-transform: uppercase;
|
|
30939
|
+
font-feature-settings: "cpsp" on;
|
|
30940
|
+
font-size: 14px;
|
|
30941
|
+
line-height: 22px;
|
|
30696
30942
|
}
|
|
30697
30943
|
|
|
30698
|
-
.
|
|
30699
|
-
|
|
30700
|
-
|
|
30701
|
-
|
|
30944
|
+
.E_l1kuminb {
|
|
30945
|
+
font-family: Inter;
|
|
30946
|
+
font-style: normal;
|
|
30947
|
+
font-weight: normal;
|
|
30948
|
+
font-size: 13px;
|
|
30949
|
+
line-height: 20px;
|
|
30702
30950
|
}
|
|
30703
|
-
|
|
30704
|
-
|
|
30705
|
-
|
|
30951
|
+
|
|
30952
|
+
.E_l1pbuf5j {
|
|
30953
|
+
font-family: Inter;
|
|
30954
|
+
font-style: normal;
|
|
30955
|
+
font-weight: 600;
|
|
30956
|
+
font-size: 13px;
|
|
30957
|
+
line-height: 20px;
|
|
30706
30958
|
}
|
|
30707
|
-
|
|
30708
|
-
|
|
30959
|
+
|
|
30960
|
+
.E_l1r4ztu {
|
|
30961
|
+
font-family: Inter;
|
|
30962
|
+
font-style: normal;
|
|
30963
|
+
font-weight: bold;
|
|
30964
|
+
font-size: 13px;
|
|
30965
|
+
line-height: 20px;
|
|
30709
30966
|
}
|
|
30710
|
-
|
|
30711
|
-
|
|
30967
|
+
|
|
30968
|
+
.E_ly8vzok {
|
|
30969
|
+
font-family: Inter;
|
|
30970
|
+
font-style: normal;
|
|
30971
|
+
font-weight: normal;
|
|
30972
|
+
font-size: 13px;
|
|
30973
|
+
line-height: 20px;
|
|
30712
30974
|
}
|
|
30713
|
-
|
|
30714
|
-
|
|
30715
|
-
|
|
30975
|
+
|
|
30976
|
+
.E_lumfmf {
|
|
30977
|
+
font-family: Inter;
|
|
30978
|
+
font-style: normal;
|
|
30979
|
+
font-weight: 600;
|
|
30980
|
+
font-size: 13px;
|
|
30981
|
+
line-height: 20px;
|
|
30716
30982
|
}
|
|
30717
|
-
|
|
30718
|
-
|
|
30719
|
-
|
|
30720
|
-
|
|
30721
|
-
|
|
30722
|
-
|
|
30983
|
+
|
|
30984
|
+
.E_l16ujwmv {
|
|
30985
|
+
font-family: Inter;
|
|
30986
|
+
font-style: normal;
|
|
30987
|
+
font-weight: bold;
|
|
30988
|
+
font-size: 13px;
|
|
30989
|
+
line-height: 20px;
|
|
30723
30990
|
}
|
|
30724
|
-
|
|
30725
|
-
|
|
30991
|
+
|
|
30992
|
+
.E_l17o1ffr {
|
|
30993
|
+
font-family: Inter;
|
|
30994
|
+
font-style: normal;
|
|
30995
|
+
font-weight: normal;
|
|
30996
|
+
text-transform: uppercase;
|
|
30997
|
+
font-feature-settings: "cpsp" on;
|
|
30998
|
+
font-size: 13px;
|
|
30999
|
+
line-height: 20px;
|
|
30726
31000
|
}
|
|
30727
|
-
|
|
30728
|
-
|
|
30729
|
-
|
|
31001
|
+
|
|
31002
|
+
.E_lngllvn {
|
|
31003
|
+
font-family: Inter;
|
|
31004
|
+
font-style: normal;
|
|
31005
|
+
font-weight: bold;
|
|
31006
|
+
text-transform: uppercase;
|
|
31007
|
+
font-feature-settings: "cpsp" on;
|
|
31008
|
+
font-size: 13px;
|
|
31009
|
+
line-height: 20px;
|
|
30730
31010
|
}
|
|
30731
|
-
|
|
30732
|
-
|
|
31011
|
+
|
|
31012
|
+
.E_l2i7fo9 {
|
|
31013
|
+
font-family: Inter;
|
|
31014
|
+
font-style: normal;
|
|
31015
|
+
font-weight: normal;
|
|
31016
|
+
font-size: 12px;
|
|
31017
|
+
line-height: 18px;
|
|
30733
31018
|
}
|
|
30734
|
-
|
|
30735
|
-
|
|
30736
|
-
|
|
31019
|
+
|
|
31020
|
+
.E_l1x7hscx {
|
|
31021
|
+
font-family: Inter;
|
|
31022
|
+
font-style: normal;
|
|
31023
|
+
font-weight: 500;
|
|
31024
|
+
font-size: 12px;
|
|
31025
|
+
line-height: 18px;
|
|
30737
31026
|
}
|
|
30738
|
-
|
|
30739
|
-
|
|
31027
|
+
|
|
31028
|
+
.E_le1jwan {
|
|
31029
|
+
font-family: Inter;
|
|
31030
|
+
font-style: normal;
|
|
31031
|
+
font-weight: bold;
|
|
31032
|
+
font-size: 12px;
|
|
31033
|
+
line-height: 18px;
|
|
30740
31034
|
}
|
|
30741
|
-
|
|
30742
|
-
|
|
30743
|
-
|
|
30744
|
-
|
|
31035
|
+
|
|
31036
|
+
.E_lyxynfj {
|
|
31037
|
+
font-family: Inter;
|
|
31038
|
+
font-style: normal;
|
|
31039
|
+
font-weight: normal;
|
|
31040
|
+
font-size: 12px;
|
|
31041
|
+
line-height: 18px;
|
|
30745
31042
|
}
|
|
30746
|
-
|
|
30747
|
-
|
|
30748
|
-
|
|
30749
|
-
|
|
31043
|
+
|
|
31044
|
+
.E_lpb2nxv {
|
|
31045
|
+
font-family: Inter;
|
|
31046
|
+
font-style: normal;
|
|
31047
|
+
font-weight: 500;
|
|
31048
|
+
font-size: 12px;
|
|
31049
|
+
line-height: 18px;
|
|
30750
31050
|
}
|
|
30751
|
-
|
|
30752
|
-
|
|
31051
|
+
|
|
31052
|
+
.E_l1r8o3vv {
|
|
31053
|
+
font-family: Inter;
|
|
31054
|
+
font-style: normal;
|
|
31055
|
+
font-weight: bold;
|
|
31056
|
+
font-size: 12px;
|
|
31057
|
+
line-height: 18px;
|
|
30753
31058
|
}
|
|
30754
31059
|
|
|
30755
|
-
.
|
|
30756
|
-
|
|
31060
|
+
.E_lemnjy2 {
|
|
31061
|
+
font-family: Inter;
|
|
31062
|
+
font-style: normal;
|
|
31063
|
+
font-weight: normal;
|
|
31064
|
+
text-transform: uppercase;
|
|
31065
|
+
font-feature-settings: "cpsp" on;
|
|
31066
|
+
font-size: 12px;
|
|
31067
|
+
line-height: 18px;
|
|
30757
31068
|
}
|
|
30758
|
-
|
|
30759
|
-
|
|
31069
|
+
|
|
31070
|
+
.E_lrc42gb {
|
|
31071
|
+
font-family: Inter;
|
|
31072
|
+
font-style: normal;
|
|
31073
|
+
font-weight: bold;
|
|
31074
|
+
text-transform: uppercase;
|
|
31075
|
+
font-feature-settings: "cpsp" on;
|
|
31076
|
+
font-size: 12px;
|
|
31077
|
+
line-height: 18px;
|
|
30760
31078
|
}
|
|
30761
31079
|
|
|
30762
|
-
.
|
|
30763
|
-
|
|
30764
|
-
|
|
31080
|
+
.E_fqaz4mb {
|
|
31081
|
+
font-family: Inter;
|
|
31082
|
+
font-style: normal;
|
|
31083
|
+
font-weight: normal;
|
|
31084
|
+
font-size: 13px;
|
|
31085
|
+
line-height: 20px;
|
|
30765
31086
|
}
|
|
30766
|
-
|
|
30767
|
-
|
|
31087
|
+
|
|
31088
|
+
.E_f13we5o {
|
|
31089
|
+
font-family: Inter;
|
|
31090
|
+
font-style: normal;
|
|
31091
|
+
font-weight: normal;
|
|
31092
|
+
font-size: 13px;
|
|
31093
|
+
line-height: 20px;
|
|
30768
31094
|
}
|
|
30769
|
-
|
|
30770
|
-
|
|
30771
|
-
|
|
30772
|
-
|
|
31095
|
+
|
|
31096
|
+
.E_ffmjua2 {
|
|
31097
|
+
font-family: Inter;
|
|
31098
|
+
font-style: normal;
|
|
31099
|
+
font-weight: normal;
|
|
31100
|
+
font-size: 12px;
|
|
31101
|
+
line-height: 18px;
|
|
30773
31102
|
}
|
|
30774
|
-
|
|
30775
|
-
|
|
31103
|
+
|
|
31104
|
+
.E_fz2mxw0 {
|
|
31105
|
+
font-family: Inter;
|
|
31106
|
+
font-style: normal;
|
|
31107
|
+
font-weight: normal;
|
|
31108
|
+
font-size: 12px;
|
|
31109
|
+
line-height: 18px;
|
|
30776
31110
|
}
|
|
30777
|
-
|
|
30778
|
-
|
|
30779
|
-
|
|
31111
|
+
|
|
31112
|
+
.E_t1ertzoh {
|
|
31113
|
+
font-family: Inter;
|
|
31114
|
+
font-style: normal;
|
|
31115
|
+
font-weight: normal;
|
|
31116
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31117
|
+
font-size: 13px;
|
|
30780
31118
|
line-height: 20px;
|
|
30781
31119
|
}
|
|
30782
|
-
|
|
30783
|
-
|
|
30784
|
-
|
|
30785
|
-
|
|
30786
|
-
|
|
31120
|
+
|
|
31121
|
+
.E_t19bge8r {
|
|
31122
|
+
font-family: Inter;
|
|
31123
|
+
font-style: normal;
|
|
31124
|
+
font-weight: normal;
|
|
31125
|
+
font-feature-settings: "zero" on;
|
|
31126
|
+
font-size: 13px;
|
|
31127
|
+
line-height: 20px;
|
|
30787
31128
|
}
|
|
30788
|
-
|
|
30789
|
-
|
|
30790
|
-
|
|
31129
|
+
|
|
31130
|
+
.E_tjrzfyl {
|
|
31131
|
+
font-family: Inter;
|
|
31132
|
+
font-style: normal;
|
|
31133
|
+
font-weight: normal;
|
|
31134
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31135
|
+
font-size: 12px;
|
|
31136
|
+
line-height: 18px;
|
|
30791
31137
|
}
|
|
30792
|
-
|
|
30793
|
-
|
|
31138
|
+
|
|
31139
|
+
.E_tm6s7bo {
|
|
31140
|
+
font-family: Inter;
|
|
31141
|
+
font-style: normal;
|
|
31142
|
+
font-weight: 500;
|
|
31143
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31144
|
+
font-size: 12px;
|
|
31145
|
+
line-height: 18px;
|
|
30794
31146
|
}
|
|
30795
|
-
|
|
30796
|
-
|
|
31147
|
+
|
|
31148
|
+
.E_t19zq6ic {
|
|
31149
|
+
font-family: Inter;
|
|
31150
|
+
font-style: normal;
|
|
31151
|
+
font-weight: normal;
|
|
31152
|
+
font-feature-settings: "zero" on;
|
|
31153
|
+
font-size: 12px;
|
|
31154
|
+
line-height: 18px;
|
|
30797
31155
|
}
|
|
30798
|
-
|
|
30799
|
-
|
|
30800
|
-
|
|
30801
|
-
|
|
30802
|
-
|
|
30803
|
-
|
|
30804
|
-
|
|
30805
|
-
|
|
30806
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30807
|
-
color: #00122e;
|
|
30808
|
-
border-color: #ccd4e3;
|
|
30809
|
-
}
|
|
30810
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30811
|
-
color: #00122e;
|
|
30812
|
-
border-color: #ccd4e3;
|
|
30813
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30814
|
-
}
|
|
30815
|
-
.E_r1f0aqcc .ant-radio-button-input {
|
|
30816
|
-
margin-right: 8px;
|
|
30817
|
-
display: inline;
|
|
30818
|
-
border: none;
|
|
30819
|
-
padding: 0;
|
|
30820
|
-
width: 36px;
|
|
30821
|
-
background: transparent;
|
|
30822
|
-
}
|
|
30823
|
-
.E_r1f0aqcc .ant-radio-button-input:focus {
|
|
30824
|
-
box-shadow: none;
|
|
30825
|
-
}
|
|
30826
|
-
.E_r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30827
|
-
margin-right: 0;
|
|
30828
|
-
width: initial;
|
|
30829
|
-
box-shadow: none;
|
|
30830
|
-
}
|
|
30831
|
-
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30832
|
-
display: none;
|
|
31156
|
+
|
|
31157
|
+
.E_t1gduru8 {
|
|
31158
|
+
font-family: Inter;
|
|
31159
|
+
font-style: normal;
|
|
31160
|
+
font-weight: 500;
|
|
31161
|
+
font-feature-settings: "zero" on;
|
|
31162
|
+
font-size: 12px;
|
|
31163
|
+
line-height: 18px;
|
|
30833
31164
|
}
|
|
30834
|
-
|
|
30835
|
-
|
|
31165
|
+
|
|
31166
|
+
.E_t55raab {
|
|
31167
|
+
font-family: Inter;
|
|
31168
|
+
font-style: normal;
|
|
31169
|
+
font-weight: bold;
|
|
31170
|
+
font-feature-settings: "zero" on;
|
|
31171
|
+
font-size: 16px;
|
|
31172
|
+
line-height: 24px;
|
|
30836
31173
|
}
|
|
30837
|
-
|
|
30838
|
-
|
|
30839
|
-
|
|
30840
|
-
|
|
30841
|
-
|
|
31174
|
+
|
|
31175
|
+
.E_u1w9abfe {
|
|
31176
|
+
font-family: Inter;
|
|
31177
|
+
font-style: normal;
|
|
31178
|
+
font-weight: normal;
|
|
31179
|
+
font-size: 10px;
|
|
31180
|
+
line-height: 12px;
|
|
30842
31181
|
}
|
|
30843
31182
|
|
|
30844
31183
|
.E_t1upn1sz {
|
|
@@ -31205,540 +31544,201 @@ input.E_rrg1fkn.ant-input {
|
|
|
31205
31544
|
background: #fff;
|
|
31206
31545
|
}
|
|
31207
31546
|
|
|
31208
|
-
.
|
|
31209
|
-
|
|
31210
|
-
|
|
31211
|
-
|
|
31212
|
-
|
|
31213
|
-
|
|
31214
|
-
|
|
31215
|
-
|
|
31216
|
-
|
|
31217
|
-
|
|
31218
|
-
font-style: normal;
|
|
31219
|
-
font-weight: bold;
|
|
31220
|
-
font-size: 24px;
|
|
31221
|
-
line-height: 32px;
|
|
31222
|
-
}
|
|
31223
|
-
|
|
31224
|
-
.E_dk10mxq {
|
|
31225
|
-
font-family: Inter;
|
|
31226
|
-
font-style: normal;
|
|
31227
|
-
font-weight: normal;
|
|
31228
|
-
font-size: 32px;
|
|
31229
|
-
line-height: 40px;
|
|
31230
|
-
}
|
|
31231
|
-
|
|
31232
|
-
.E_dxsait {
|
|
31233
|
-
font-family: Inter;
|
|
31234
|
-
font-style: normal;
|
|
31235
|
-
font-weight: bold;
|
|
31236
|
-
font-size: 20px;
|
|
31237
|
-
line-height: 24px;
|
|
31238
|
-
}
|
|
31239
|
-
|
|
31240
|
-
.E_dokn0h3 {
|
|
31241
|
-
font-family: Inter;
|
|
31242
|
-
font-style: normal;
|
|
31243
|
-
font-weight: normal;
|
|
31244
|
-
font-size: 20px;
|
|
31245
|
-
line-height: 24px;
|
|
31246
|
-
}
|
|
31247
|
-
|
|
31248
|
-
.E_dobau4p {
|
|
31249
|
-
font-family: Inter;
|
|
31250
|
-
font-style: normal;
|
|
31251
|
-
font-weight: bold;
|
|
31252
|
-
font-size: 18px;
|
|
31253
|
-
line-height: 22px;
|
|
31254
|
-
}
|
|
31255
|
-
|
|
31256
|
-
.E_dvolwok {
|
|
31257
|
-
font-family: Inter;
|
|
31258
|
-
font-style: normal;
|
|
31259
|
-
font-weight: normal;
|
|
31260
|
-
font-size: 18px;
|
|
31261
|
-
line-height: 22px;
|
|
31262
|
-
}
|
|
31263
|
-
|
|
31264
|
-
.E_h181qhg4 {
|
|
31265
|
-
font-family: Inter;
|
|
31266
|
-
font-style: normal;
|
|
31267
|
-
font-weight: bold;
|
|
31268
|
-
font-size: 16px;
|
|
31269
|
-
line-height: 22px;
|
|
31270
|
-
}
|
|
31271
|
-
|
|
31272
|
-
.E_h1phgmcq {
|
|
31273
|
-
font-family: Inter;
|
|
31274
|
-
font-style: normal;
|
|
31275
|
-
font-weight: normal;
|
|
31276
|
-
font-size: 16px;
|
|
31277
|
-
line-height: 22px;
|
|
31278
|
-
}
|
|
31279
|
-
|
|
31280
|
-
.E_h173xnl1 {
|
|
31281
|
-
font-family: Inter;
|
|
31282
|
-
font-style: normal;
|
|
31283
|
-
font-weight: bold;
|
|
31284
|
-
font-size: 14px;
|
|
31285
|
-
line-height: 20px;
|
|
31286
|
-
}
|
|
31287
|
-
|
|
31288
|
-
.E_hedm4pz {
|
|
31289
|
-
font-family: Inter;
|
|
31290
|
-
font-style: normal;
|
|
31291
|
-
font-weight: normal;
|
|
31292
|
-
font-size: 14px;
|
|
31293
|
-
line-height: 20px;
|
|
31294
|
-
}
|
|
31295
|
-
|
|
31296
|
-
.E_h1kd8xld {
|
|
31297
|
-
font-family: Inter;
|
|
31298
|
-
font-style: normal;
|
|
31299
|
-
font-weight: bold;
|
|
31300
|
-
font-size: 12px;
|
|
31301
|
-
line-height: 18px;
|
|
31302
|
-
}
|
|
31303
|
-
|
|
31304
|
-
.E_hp14fr {
|
|
31305
|
-
font-family: Inter;
|
|
31306
|
-
font-style: normal;
|
|
31307
|
-
font-weight: normal;
|
|
31308
|
-
font-size: 12px;
|
|
31309
|
-
line-height: 18px;
|
|
31310
|
-
}
|
|
31311
|
-
|
|
31312
|
-
.E_hgrg7mn {
|
|
31313
|
-
font-family: Inter;
|
|
31314
|
-
font-style: normal;
|
|
31315
|
-
font-weight: bold;
|
|
31316
|
-
text-transform: uppercase;
|
|
31317
|
-
font-feature-settings: "cpsp" on;
|
|
31318
|
-
font-size: 12px;
|
|
31319
|
-
line-height: 18px;
|
|
31320
|
-
}
|
|
31321
|
-
|
|
31322
|
-
.E_h6zme9x {
|
|
31323
|
-
font-family: Inter;
|
|
31324
|
-
font-style: normal;
|
|
31325
|
-
font-weight: normal;
|
|
31326
|
-
text-transform: uppercase;
|
|
31327
|
-
font-feature-settings: "cpsp" on;
|
|
31328
|
-
font-size: 12px;
|
|
31329
|
-
line-height: 18px;
|
|
31330
|
-
}
|
|
31331
|
-
|
|
31332
|
-
.E_locjvsv {
|
|
31333
|
-
font-family: Inter;
|
|
31334
|
-
font-style: normal;
|
|
31335
|
-
font-weight: normal;
|
|
31336
|
-
font-size: 16px;
|
|
31337
|
-
line-height: 24px;
|
|
31338
|
-
}
|
|
31339
|
-
|
|
31340
|
-
.E_l13gi131 {
|
|
31341
|
-
font-family: Inter;
|
|
31342
|
-
font-style: normal;
|
|
31343
|
-
font-weight: bold;
|
|
31344
|
-
font-size: 16px;
|
|
31345
|
-
line-height: 24px;
|
|
31346
|
-
}
|
|
31347
|
-
|
|
31348
|
-
.E_l1ynemsu {
|
|
31349
|
-
font-family: Inter;
|
|
31350
|
-
font-style: normal;
|
|
31351
|
-
font-weight: normal;
|
|
31352
|
-
font-size: 16px;
|
|
31353
|
-
line-height: 24px;
|
|
31354
|
-
}
|
|
31355
|
-
|
|
31356
|
-
.E_l1cft1cx {
|
|
31357
|
-
font-family: Inter;
|
|
31358
|
-
font-style: normal;
|
|
31359
|
-
font-weight: bold;
|
|
31360
|
-
font-size: 16px;
|
|
31361
|
-
line-height: 24px;
|
|
31362
|
-
}
|
|
31363
|
-
|
|
31364
|
-
.E_l17tqc8p {
|
|
31365
|
-
font-family: Inter;
|
|
31366
|
-
font-style: normal;
|
|
31367
|
-
font-weight: normal;
|
|
31368
|
-
text-transform: uppercase;
|
|
31369
|
-
font-feature-settings: "cpsp" on;
|
|
31370
|
-
font-size: 16px;
|
|
31371
|
-
line-height: 24px;
|
|
31372
|
-
}
|
|
31373
|
-
|
|
31374
|
-
.E_l1j1e5w7 {
|
|
31375
|
-
font-family: Inter;
|
|
31376
|
-
font-style: normal;
|
|
31377
|
-
font-weight: bold;
|
|
31378
|
-
text-transform: uppercase;
|
|
31379
|
-
font-feature-settings: "cpsp" on;
|
|
31380
|
-
font-size: 16px;
|
|
31381
|
-
line-height: 24px;
|
|
31382
|
-
}
|
|
31383
|
-
|
|
31384
|
-
.E_l1gf91jb {
|
|
31385
|
-
font-family: Inter;
|
|
31386
|
-
font-style: normal;
|
|
31387
|
-
font-weight: normal;
|
|
31388
|
-
font-size: 14px;
|
|
31389
|
-
line-height: 22px;
|
|
31390
|
-
}
|
|
31391
|
-
|
|
31392
|
-
.E_lu7hlr6 {
|
|
31393
|
-
font-family: Inter;
|
|
31394
|
-
font-style: normal;
|
|
31395
|
-
font-weight: 500;
|
|
31396
|
-
font-size: 14px;
|
|
31397
|
-
line-height: 22px;
|
|
31398
|
-
}
|
|
31399
|
-
|
|
31400
|
-
.E_l3l3jf0 {
|
|
31401
|
-
font-family: Inter;
|
|
31402
|
-
font-style: normal;
|
|
31403
|
-
font-weight: bold;
|
|
31404
|
-
font-size: 14px;
|
|
31405
|
-
line-height: 22px;
|
|
31406
|
-
}
|
|
31407
|
-
|
|
31408
|
-
.E_l12j5nqp {
|
|
31409
|
-
font-family: Inter;
|
|
31410
|
-
font-style: normal;
|
|
31411
|
-
font-weight: normal;
|
|
31412
|
-
font-size: 14px;
|
|
31413
|
-
line-height: 22px;
|
|
31414
|
-
}
|
|
31415
|
-
|
|
31416
|
-
.E_l1tecqht {
|
|
31417
|
-
font-family: Inter;
|
|
31418
|
-
font-style: normal;
|
|
31419
|
-
font-weight: bold;
|
|
31420
|
-
font-size: 14px;
|
|
31421
|
-
line-height: 22px;
|
|
31422
|
-
}
|
|
31423
|
-
|
|
31424
|
-
.E_l6sa990 {
|
|
31425
|
-
font-family: Inter;
|
|
31426
|
-
font-style: normal;
|
|
31427
|
-
font-weight: normal;
|
|
31428
|
-
text-transform: uppercase;
|
|
31429
|
-
font-feature-settings: "cpsp" on;
|
|
31430
|
-
font-size: 14px;
|
|
31431
|
-
line-height: 22px;
|
|
31432
|
-
}
|
|
31433
|
-
|
|
31434
|
-
.E_lckqe8j {
|
|
31435
|
-
font-family: Inter;
|
|
31436
|
-
font-style: normal;
|
|
31437
|
-
font-weight: bold;
|
|
31438
|
-
text-transform: uppercase;
|
|
31439
|
-
font-feature-settings: "cpsp" on;
|
|
31440
|
-
font-size: 14px;
|
|
31441
|
-
line-height: 22px;
|
|
31442
|
-
}
|
|
31443
|
-
|
|
31444
|
-
.E_l1kuminb {
|
|
31445
|
-
font-family: Inter;
|
|
31446
|
-
font-style: normal;
|
|
31447
|
-
font-weight: normal;
|
|
31448
|
-
font-size: 13px;
|
|
31449
|
-
line-height: 20px;
|
|
31450
|
-
}
|
|
31451
|
-
|
|
31452
|
-
.E_l1pbuf5j {
|
|
31453
|
-
font-family: Inter;
|
|
31454
|
-
font-style: normal;
|
|
31455
|
-
font-weight: 600;
|
|
31456
|
-
font-size: 13px;
|
|
31457
|
-
line-height: 20px;
|
|
31458
|
-
}
|
|
31459
|
-
|
|
31460
|
-
.E_l1r4ztu {
|
|
31461
|
-
font-family: Inter;
|
|
31462
|
-
font-style: normal;
|
|
31463
|
-
font-weight: bold;
|
|
31464
|
-
font-size: 13px;
|
|
31465
|
-
line-height: 20px;
|
|
31466
|
-
}
|
|
31467
|
-
|
|
31468
|
-
.E_ly8vzok {
|
|
31469
|
-
font-family: Inter;
|
|
31470
|
-
font-style: normal;
|
|
31471
|
-
font-weight: normal;
|
|
31472
|
-
font-size: 13px;
|
|
31473
|
-
line-height: 20px;
|
|
31547
|
+
.E_s1ebs0ra {
|
|
31548
|
+
display: flex;
|
|
31549
|
+
align-items: center;
|
|
31550
|
+
justify-content: space-between;
|
|
31551
|
+
background: #edf0f7;
|
|
31552
|
+
padding: 8px 12px;
|
|
31553
|
+
position: sticky;
|
|
31554
|
+
top: 0;
|
|
31555
|
+
z-index: 1;
|
|
31556
|
+
margin-bottom: -52px;
|
|
31474
31557
|
}
|
|
31475
|
-
|
|
31476
|
-
|
|
31477
|
-
|
|
31478
|
-
font-
|
|
31479
|
-
|
|
31480
|
-
font-size: 13px;
|
|
31481
|
-
line-height: 20px;
|
|
31558
|
+
.E_s1ebs0ra .select-total {
|
|
31559
|
+
display: flex;
|
|
31560
|
+
align-items: center;
|
|
31561
|
+
font-weight: 700;
|
|
31562
|
+
flex-shrink: 0;
|
|
31482
31563
|
}
|
|
31483
|
-
|
|
31484
|
-
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
|
|
31488
|
-
|
|
31489
|
-
|
|
31564
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31565
|
+
cursor: pointer;
|
|
31566
|
+
margin-left: 8px;
|
|
31567
|
+
width: 32px;
|
|
31568
|
+
height: 32px;
|
|
31569
|
+
border-radius: 50%;
|
|
31570
|
+
justify-content: center;
|
|
31490
31571
|
}
|
|
31491
|
-
|
|
31492
|
-
.
|
|
31493
|
-
font-family: Inter;
|
|
31494
|
-
font-style: normal;
|
|
31495
|
-
font-weight: normal;
|
|
31496
|
-
text-transform: uppercase;
|
|
31497
|
-
font-feature-settings: "cpsp" on;
|
|
31498
|
-
font-size: 13px;
|
|
31499
|
-
line-height: 20px;
|
|
31572
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31573
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31500
31574
|
}
|
|
31501
|
-
|
|
31502
|
-
|
|
31503
|
-
|
|
31504
|
-
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
|
|
31509
|
-
|
|
31575
|
+
.E_s1ebs0ra .action-group {
|
|
31576
|
+
flex: 1;
|
|
31577
|
+
margin-left: 88px;
|
|
31578
|
+
white-space: nowrap;
|
|
31579
|
+
text-align: right;
|
|
31580
|
+
position: relative;
|
|
31581
|
+
padding: 4px 0;
|
|
31582
|
+
margin-top: -4px;
|
|
31583
|
+
overflow: hidden;
|
|
31510
31584
|
}
|
|
31511
|
-
|
|
31512
|
-
|
|
31513
|
-
font-family: Inter;
|
|
31514
|
-
font-style: normal;
|
|
31515
|
-
font-weight: normal;
|
|
31516
|
-
font-size: 12px;
|
|
31517
|
-
line-height: 18px;
|
|
31585
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31586
|
+
transform: translateY(-4px);
|
|
31518
31587
|
}
|
|
31519
|
-
|
|
31520
|
-
|
|
31521
|
-
font-family: Inter;
|
|
31522
|
-
font-style: normal;
|
|
31523
|
-
font-weight: 500;
|
|
31524
|
-
font-size: 12px;
|
|
31525
|
-
line-height: 18px;
|
|
31588
|
+
.E_s1ebs0ra .action-group button {
|
|
31589
|
+
border: none;
|
|
31526
31590
|
}
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
font-family: Inter;
|
|
31530
|
-
font-style: normal;
|
|
31531
|
-
font-weight: bold;
|
|
31532
|
-
font-size: 12px;
|
|
31533
|
-
line-height: 18px;
|
|
31591
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
31592
|
+
margin-right: 8px;
|
|
31534
31593
|
}
|
|
31535
|
-
|
|
31536
|
-
|
|
31537
|
-
font-family: Inter;
|
|
31538
|
-
font-style: normal;
|
|
31539
|
-
font-weight: normal;
|
|
31540
|
-
font-size: 12px;
|
|
31541
|
-
line-height: 18px;
|
|
31594
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
31595
|
+
margin-right: 4px;
|
|
31542
31596
|
}
|
|
31543
|
-
|
|
31544
|
-
|
|
31545
|
-
|
|
31546
|
-
|
|
31547
|
-
|
|
31548
|
-
|
|
31549
|
-
line-height: 18px;
|
|
31597
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
31598
|
+
cursor: pointer;
|
|
31599
|
+
width: 32px;
|
|
31600
|
+
height: 32px;
|
|
31601
|
+
justify-content: center;
|
|
31602
|
+
border-radius: 50%;
|
|
31550
31603
|
}
|
|
31551
|
-
|
|
31552
|
-
|
|
31553
|
-
font-family: Inter;
|
|
31554
|
-
font-style: normal;
|
|
31555
|
-
font-weight: bold;
|
|
31556
|
-
font-size: 12px;
|
|
31557
|
-
line-height: 18px;
|
|
31604
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31605
|
+
background: #fff;
|
|
31558
31606
|
}
|
|
31559
31607
|
|
|
31560
|
-
.
|
|
31561
|
-
|
|
31562
|
-
font-style: normal;
|
|
31563
|
-
font-weight: normal;
|
|
31564
|
-
text-transform: uppercase;
|
|
31565
|
-
font-feature-settings: "cpsp" on;
|
|
31566
|
-
font-size: 12px;
|
|
31567
|
-
line-height: 18px;
|
|
31608
|
+
.E_s1fc623g {
|
|
31609
|
+
width: 430px !important;
|
|
31568
31610
|
}
|
|
31569
31611
|
|
|
31570
|
-
.
|
|
31571
|
-
|
|
31572
|
-
font-style: normal;
|
|
31573
|
-
font-weight: bold;
|
|
31574
|
-
text-transform: uppercase;
|
|
31575
|
-
font-feature-settings: "cpsp" on;
|
|
31576
|
-
font-size: 12px;
|
|
31612
|
+
.E_da3mx0o .ant-select-item-group {
|
|
31613
|
+
padding: 8px 16px;
|
|
31577
31614
|
line-height: 18px;
|
|
31615
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31616
|
+
height: 34px;
|
|
31617
|
+
min-height: 34px;
|
|
31618
|
+
box-sizing: border-box;
|
|
31619
|
+
margin-top: 8px;
|
|
31578
31620
|
}
|
|
31579
31621
|
|
|
31580
|
-
.
|
|
31581
|
-
|
|
31582
|
-
|
|
31583
|
-
|
|
31584
|
-
|
|
31585
|
-
|
|
31622
|
+
.E_onr9gzt {
|
|
31623
|
+
display: flex;
|
|
31624
|
+
flex-direction: column;
|
|
31625
|
+
margin: 1px 8px;
|
|
31626
|
+
padding: 8px;
|
|
31627
|
+
border-radius: 4px;
|
|
31586
31628
|
}
|
|
31587
|
-
|
|
31588
|
-
|
|
31589
|
-
font-family: Inter;
|
|
31590
|
-
font-style: normal;
|
|
31591
|
-
font-weight: normal;
|
|
31592
|
-
font-size: 13px;
|
|
31593
|
-
line-height: 20px;
|
|
31629
|
+
.E_onr9gzt .selected-icon {
|
|
31630
|
+
display: none;
|
|
31594
31631
|
}
|
|
31595
|
-
|
|
31596
|
-
|
|
31597
|
-
font-family: Inter;
|
|
31598
|
-
font-style: normal;
|
|
31599
|
-
font-weight: normal;
|
|
31600
|
-
font-size: 12px;
|
|
31601
|
-
line-height: 18px;
|
|
31632
|
+
.E_onr9gzt.ant-select-item-option-grouped {
|
|
31633
|
+
padding-left: 8px;
|
|
31602
31634
|
}
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
font-family: Inter;
|
|
31606
|
-
font-style: normal;
|
|
31607
|
-
font-weight: normal;
|
|
31608
|
-
font-size: 12px;
|
|
31609
|
-
line-height: 18px;
|
|
31635
|
+
.E_onr9gzt.ant-select-item-option-selected {
|
|
31636
|
+
background-color: white;
|
|
31610
31637
|
}
|
|
31611
|
-
|
|
31612
|
-
|
|
31613
|
-
font-family: Inter;
|
|
31614
|
-
font-style: normal;
|
|
31615
|
-
font-weight: normal;
|
|
31616
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31617
|
-
font-size: 13px;
|
|
31618
|
-
line-height: 20px;
|
|
31638
|
+
.E_onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31639
|
+
color: #0080ff;
|
|
31619
31640
|
}
|
|
31620
|
-
|
|
31621
|
-
|
|
31622
|
-
font-family: Inter;
|
|
31623
|
-
font-style: normal;
|
|
31624
|
-
font-weight: normal;
|
|
31625
|
-
font-feature-settings: "zero" on;
|
|
31626
|
-
font-size: 13px;
|
|
31627
|
-
line-height: 20px;
|
|
31641
|
+
.E_onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31642
|
+
display: block;
|
|
31628
31643
|
}
|
|
31629
|
-
|
|
31630
|
-
.
|
|
31631
|
-
font-family: Inter;
|
|
31632
|
-
font-style: normal;
|
|
31633
|
-
font-weight: normal;
|
|
31634
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31635
|
-
font-size: 12px;
|
|
31636
|
-
line-height: 18px;
|
|
31644
|
+
.E_onr9gzt.ant-select-item-option-active {
|
|
31645
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31637
31646
|
}
|
|
31638
|
-
|
|
31639
|
-
|
|
31640
|
-
|
|
31641
|
-
|
|
31642
|
-
|
|
31643
|
-
|
|
31644
|
-
font-size: 12px;
|
|
31645
|
-
line-height: 18px;
|
|
31647
|
+
.E_onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31648
|
+
color: #0080ff;
|
|
31649
|
+
}
|
|
31650
|
+
.E_onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31651
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31652
|
+
color: #0080ff;
|
|
31646
31653
|
}
|
|
31647
31654
|
|
|
31648
|
-
.
|
|
31649
|
-
|
|
31650
|
-
|
|
31651
|
-
|
|
31652
|
-
|
|
31653
|
-
|
|
31654
|
-
|
|
31655
|
+
.E_oiy0apc {
|
|
31656
|
+
display: flex;
|
|
31657
|
+
justify-content: space-between;
|
|
31658
|
+
height: 20px;
|
|
31659
|
+
line-height: 20px;
|
|
31660
|
+
}
|
|
31661
|
+
.E_oiy0apc .timezone-title {
|
|
31662
|
+
color: #2d3a56;
|
|
31663
|
+
overflow: hidden;
|
|
31664
|
+
text-overflow: ellipsis;
|
|
31655
31665
|
}
|
|
31656
31666
|
|
|
31657
|
-
.
|
|
31658
|
-
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
|
|
31662
|
-
font-size: 12px;
|
|
31667
|
+
.E_of4y382 {
|
|
31668
|
+
display: flex;
|
|
31669
|
+
justify-content: space-between;
|
|
31670
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31671
|
+
height: 18px;
|
|
31663
31672
|
line-height: 18px;
|
|
31673
|
+
margin-top: 2px;
|
|
31664
31674
|
}
|
|
31665
31675
|
|
|
31666
|
-
.
|
|
31667
|
-
|
|
31668
|
-
|
|
31669
|
-
|
|
31670
|
-
font-feature-settings: "zero" on;
|
|
31671
|
-
font-size: 16px;
|
|
31672
|
-
line-height: 24px;
|
|
31676
|
+
.E_t19903l9 {
|
|
31677
|
+
border: none;
|
|
31678
|
+
margin-right: 0;
|
|
31679
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31673
31680
|
}
|
|
31674
31681
|
|
|
31675
|
-
.
|
|
31676
|
-
|
|
31677
|
-
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
line-height: 12px;
|
|
31682
|
+
.E_ohwbvxu {
|
|
31683
|
+
pointer-events: none;
|
|
31684
|
+
height: 32px;
|
|
31685
|
+
width: 100%;
|
|
31686
|
+
opacity: 0;
|
|
31681
31687
|
}
|
|
31682
31688
|
|
|
31683
|
-
.
|
|
31684
|
-
|
|
31685
|
-
|
|
31686
|
-
|
|
31687
|
-
|
|
31688
|
-
padding: 8px 12px;
|
|
31689
|
-
position: sticky;
|
|
31690
|
-
top: 0;
|
|
31691
|
-
z-index: 1;
|
|
31692
|
-
margin-bottom: -52px;
|
|
31689
|
+
.E_s34f1qb.ant-switch {
|
|
31690
|
+
min-width: 40px;
|
|
31691
|
+
height: 24px;
|
|
31692
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31693
|
+
overflow: hidden;
|
|
31693
31694
|
}
|
|
31694
|
-
.
|
|
31695
|
-
|
|
31696
|
-
align-items: center;
|
|
31697
|
-
font-weight: 700;
|
|
31698
|
-
flex-shrink: 0;
|
|
31695
|
+
.E_s34f1qb.ant-switch:focus {
|
|
31696
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31699
31697
|
}
|
|
31700
|
-
.
|
|
31701
|
-
|
|
31702
|
-
|
|
31703
|
-
|
|
31698
|
+
.E_s34f1qb.ant-switch-small {
|
|
31699
|
+
min-width: 26px;
|
|
31700
|
+
height: 16px;
|
|
31701
|
+
}
|
|
31702
|
+
.E_s34f1qb.ant-switch-large {
|
|
31703
|
+
min-width: 52px;
|
|
31704
31704
|
height: 32px;
|
|
31705
|
-
border-radius: 50%;
|
|
31706
|
-
justify-content: center;
|
|
31707
31705
|
}
|
|
31708
|
-
.
|
|
31709
|
-
|
|
31706
|
+
.E_s34f1qb.ant-switch .ant-switch-handle {
|
|
31707
|
+
height: 20px;
|
|
31708
|
+
width: 20px;
|
|
31710
31709
|
}
|
|
31711
|
-
.
|
|
31712
|
-
|
|
31713
|
-
|
|
31714
|
-
white-space: nowrap;
|
|
31715
|
-
text-align: right;
|
|
31716
|
-
position: relative;
|
|
31717
|
-
padding: 4px 0;
|
|
31718
|
-
margin-top: -4px;
|
|
31719
|
-
overflow: hidden;
|
|
31710
|
+
.E_s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31711
|
+
border-radius: 10px;
|
|
31712
|
+
transition-delay: 120ms;
|
|
31720
31713
|
}
|
|
31721
|
-
.
|
|
31722
|
-
|
|
31714
|
+
.E_s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31715
|
+
height: 14px;
|
|
31716
|
+
width: 14px;
|
|
31717
|
+
top: 1px;
|
|
31718
|
+
left: 1px;
|
|
31723
31719
|
}
|
|
31724
|
-
.
|
|
31725
|
-
|
|
31720
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31721
|
+
height: 28px;
|
|
31722
|
+
width: 28px;
|
|
31726
31723
|
}
|
|
31727
|
-
.
|
|
31728
|
-
|
|
31724
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31725
|
+
border-radius: 14px;
|
|
31729
31726
|
}
|
|
31730
|
-
.
|
|
31731
|
-
|
|
31727
|
+
.E_s34f1qb.ant-switch-checked {
|
|
31728
|
+
background-color: #00ba5d;
|
|
31732
31729
|
}
|
|
31733
|
-
.
|
|
31734
|
-
|
|
31735
|
-
width: 32px;
|
|
31736
|
-
height: 32px;
|
|
31737
|
-
justify-content: center;
|
|
31738
|
-
border-radius: 50%;
|
|
31730
|
+
.E_s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31731
|
+
left: calc(100% - 20px - 2px);
|
|
31739
31732
|
}
|
|
31740
|
-
.
|
|
31741
|
-
|
|
31733
|
+
.E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31734
|
+
left: calc(100% - 14px - 1px);
|
|
31735
|
+
}
|
|
31736
|
+
.E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31737
|
+
left: calc(100% - 28px - 2px);
|
|
31738
|
+
}
|
|
31739
|
+
|
|
31740
|
+
.E_c1to9vb9 {
|
|
31741
|
+
margin-left: 5px;
|
|
31742
31742
|
}
|
|
31743
31743
|
|
|
31744
31744
|
.E_c1up1pdz {
|
|
@@ -31788,7 +31788,7 @@ input.E_rrg1fkn.ant-input {
|
|
|
31788
31788
|
.E_c156wh19 .retain {
|
|
31789
31789
|
color: rgba(129, 138, 153, 0.6);
|
|
31790
31790
|
}
|
|
31791
|
-
.E_c156wh19 .left {
|
|
31791
|
+
.E_c156wh19 div.left {
|
|
31792
31792
|
flex: 1;
|
|
31793
31793
|
display: flex;
|
|
31794
31794
|
overflow: hidden;
|
|
@@ -31796,12 +31796,12 @@ input.E_rrg1fkn.ant-input {
|
|
|
31796
31796
|
justify-content: flex-start;
|
|
31797
31797
|
white-space: nowrap;
|
|
31798
31798
|
}
|
|
31799
|
-
.E_c156wh19 .left .title {
|
|
31799
|
+
.E_c156wh19 div.left .title {
|
|
31800
31800
|
max-width: 100%;
|
|
31801
31801
|
overflow: hidden;
|
|
31802
31802
|
text-overflow: ellipsis;
|
|
31803
31803
|
}
|
|
31804
|
-
.E_c156wh19 .right {
|
|
31804
|
+
.E_c156wh19 div.right {
|
|
31805
31805
|
display: flex;
|
|
31806
31806
|
align-items: center;
|
|
31807
31807
|
}
|
|
@@ -31881,22 +31881,6 @@ input.E_rrg1fkn.ant-input {
|
|
|
31881
31881
|
color: #fff;
|
|
31882
31882
|
}
|
|
31883
31883
|
|
|
31884
|
-
.E_berrcjl {
|
|
31885
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31886
|
-
margin-bottom: 4px;
|
|
31887
|
-
}
|
|
31888
|
-
.E_berrcjl .breadcrumb-link {
|
|
31889
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31890
|
-
cursor: pointer;
|
|
31891
|
-
transition: color 160ms ease;
|
|
31892
|
-
}
|
|
31893
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
31894
|
-
color: #0080ff;
|
|
31895
|
-
}
|
|
31896
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
31897
|
-
color: #005ed1;
|
|
31898
|
-
}
|
|
31899
|
-
|
|
31900
31884
|
.E_c18gxmrl {
|
|
31901
31885
|
border: 1px solid #d8deeb;
|
|
31902
31886
|
border-radius: 4px;
|
|
@@ -31907,189 +31891,30 @@ input.E_rrg1fkn.ant-input {
|
|
|
31907
31891
|
.E_c18gxmrl:hover {
|
|
31908
31892
|
border-color: #0080ff;
|
|
31909
31893
|
}
|
|
31910
|
-
.E_c18gxmrl:hover > header {
|
|
31911
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31912
|
-
}
|
|
31913
|
-
.E_c18gxmrl.active header {
|
|
31914
|
-
border-bottom: 1px solid #d8deeb;
|
|
31915
|
-
}
|
|
31916
|
-
.E_c18gxmrl > header {
|
|
31917
|
-
padding: 8px 12px;
|
|
31918
|
-
}
|
|
31919
|
-
|
|
31920
|
-
.E_n12mqh7z {
|
|
31921
|
-
display: flex;
|
|
31922
|
-
align-items: center;
|
|
31923
|
-
font-size: 12px;
|
|
31924
|
-
line-height: 18px;
|
|
31925
|
-
}
|
|
31926
|
-
.E_n12mqh7z:not(:last-child) {
|
|
31927
|
-
margin-bottom: 4px;
|
|
31928
|
-
}
|
|
31929
|
-
|
|
31930
|
-
.E_tf5bynu {
|
|
31931
|
-
margin: 0 3px;
|
|
31932
|
-
}
|
|
31933
|
-
|
|
31934
|
-
.E_tcckoz1 {
|
|
31935
|
-
max-height: 400px;
|
|
31936
|
-
overflow: "auto";
|
|
31937
|
-
}
|
|
31938
|
-
|
|
31939
|
-
.E_gmyahx3 {
|
|
31940
|
-
cursor: pointer;
|
|
31941
|
-
}
|
|
31942
|
-
.E_gmyahx3 .link-text {
|
|
31943
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31944
|
-
}
|
|
31945
|
-
.E_gmyahx3:hover .link-text {
|
|
31946
|
-
color: #0080ff;
|
|
31947
|
-
}
|
|
31948
|
-
|
|
31949
|
-
.E_c1uzzomf {
|
|
31950
|
-
margin-bottom: 16px;
|
|
31951
|
-
}
|
|
31952
|
-
.E_c1uzzomf .card-title {
|
|
31953
|
-
font-size: 16px;
|
|
31954
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31955
|
-
font-weight: 700;
|
|
31956
|
-
line-height: 32px;
|
|
31957
|
-
}
|
|
31958
|
-
.E_c1uzzomf .card-body {
|
|
31959
|
-
padding: 24px;
|
|
31960
|
-
border-radius: 8px;
|
|
31961
|
-
background: #fff;
|
|
31962
|
-
}
|
|
31963
|
-
.E_c1uzzomf .empty {
|
|
31964
|
-
font-weight: 700;
|
|
31965
|
-
font-size: 14px;
|
|
31966
|
-
line-height: 22px;
|
|
31967
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31968
|
-
text-align: center;
|
|
31969
|
-
}
|
|
31970
|
-
|
|
31971
|
-
.E_t1sqg15u {
|
|
31972
|
-
background: white;
|
|
31973
|
-
}
|
|
31974
|
-
.E_t1sqg15u.inline .table-row {
|
|
31975
|
-
flex-direction: column;
|
|
31976
|
-
}
|
|
31977
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
31978
|
-
padding: 0 16px 7px 0;
|
|
31979
|
-
}
|
|
31980
|
-
.E_t1sqg15u.has-border .table-header {
|
|
31981
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
31982
|
-
}
|
|
31983
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
31984
|
-
border-top: none !important;
|
|
31985
|
-
}
|
|
31986
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
31987
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
31988
|
-
}
|
|
31989
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
31990
|
-
padding-bottom: 0;
|
|
31991
|
-
}
|
|
31992
|
-
.E_t1sqg15u.align-right .content {
|
|
31993
|
-
text-align: right;
|
|
31994
|
-
}
|
|
31995
|
-
.E_t1sqg15u .uuid-row {
|
|
31996
|
-
display: flex;
|
|
31997
|
-
justify-content: space-between;
|
|
31998
|
-
}
|
|
31999
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
32000
|
-
white-space: nowrap;
|
|
32001
|
-
overflow: hidden;
|
|
32002
|
-
text-overflow: ellipsis;
|
|
32003
|
-
}
|
|
32004
|
-
|
|
32005
|
-
.E_t4zczcp {
|
|
32006
|
-
display: flex;
|
|
32007
|
-
justify-content: space-between;
|
|
32008
|
-
align-items: center;
|
|
32009
|
-
padding: 8px;
|
|
32010
|
-
min-height: 32px;
|
|
32011
|
-
}
|
|
32012
|
-
.E_t4zczcp .table-title {
|
|
32013
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32014
|
-
font-weight: 600;
|
|
32015
|
-
font-size: 12px;
|
|
32016
|
-
line-height: 8px;
|
|
32017
|
-
}
|
|
32018
|
-
.E_t4zczcp .edit-icon {
|
|
32019
|
-
font-size: 16px;
|
|
32020
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32021
|
-
cursor: pointer;
|
|
32022
|
-
}
|
|
32023
|
-
|
|
32024
|
-
.E_t1s7goww {
|
|
32025
|
-
font-size: 12px;
|
|
32026
|
-
line-height: 18px;
|
|
32027
|
-
}
|
|
32028
|
-
|
|
32029
|
-
.E_t93e4cf {
|
|
32030
|
-
display: flex;
|
|
32031
|
-
padding: 8px 0;
|
|
32032
|
-
color: #2d3a56;
|
|
32033
|
-
}
|
|
32034
|
-
.E_t93e4cf .hidden {
|
|
32035
|
-
display: none;
|
|
32036
|
-
}
|
|
32037
|
-
.E_t93e4cf .ant-btn-link {
|
|
32038
|
-
height: auto;
|
|
32039
|
-
}
|
|
32040
|
-
.E_t93e4cf .content {
|
|
32041
|
-
overflow: hidden;
|
|
32042
|
-
overflow-x: auto;
|
|
32043
|
-
width: 100%;
|
|
32044
|
-
white-space: pre-wrap;
|
|
32045
|
-
}
|
|
32046
|
-
.E_t93e4cf .content .ant-btn {
|
|
32047
|
-
white-space: pre-wrap;
|
|
32048
|
-
text-align: left;
|
|
32049
|
-
}
|
|
32050
|
-
.E_t93e4cf .content .unit-chart {
|
|
32051
|
-
justify-content: flex-start;
|
|
32052
|
-
}
|
|
32053
|
-
|
|
32054
|
-
.E_rhz2uv5 {
|
|
32055
|
-
width: var(--rhz2uv5-0);
|
|
32056
|
-
flex-shrink: 0;
|
|
32057
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32058
|
-
padding-right: 12px;
|
|
32059
|
-
}
|
|
32060
|
-
|
|
32061
|
-
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32062
|
-
margin-right: 2px;
|
|
32063
|
-
}
|
|
32064
|
-
|
|
32065
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32066
|
-
padding-left: 8px;
|
|
32067
|
-
padding-right: 8px;
|
|
32068
|
-
}
|
|
32069
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32070
|
-
border-radius: 4px;
|
|
31894
|
+
.E_c18gxmrl:hover > header {
|
|
31895
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32071
31896
|
}
|
|
32072
|
-
.
|
|
32073
|
-
border-
|
|
31897
|
+
.E_c18gxmrl.active header {
|
|
31898
|
+
border-bottom: 1px solid #d8deeb;
|
|
32074
31899
|
}
|
|
32075
|
-
|
|
32076
|
-
|
|
32077
|
-
padding-left: 12px;
|
|
32078
|
-
padding-right: 12px;
|
|
31900
|
+
.E_c18gxmrl > header {
|
|
31901
|
+
padding: 8px 12px;
|
|
32079
31902
|
}
|
|
32080
31903
|
|
|
32081
|
-
.
|
|
32082
|
-
|
|
31904
|
+
.E_berrcjl {
|
|
31905
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31906
|
+
margin-bottom: 4px;
|
|
32083
31907
|
}
|
|
32084
|
-
.
|
|
32085
|
-
|
|
32086
|
-
|
|
31908
|
+
.E_berrcjl .breadcrumb-link {
|
|
31909
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31910
|
+
cursor: pointer;
|
|
31911
|
+
transition: color 160ms ease;
|
|
32087
31912
|
}
|
|
32088
|
-
.
|
|
32089
|
-
|
|
31913
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
31914
|
+
color: #0080ff;
|
|
32090
31915
|
}
|
|
32091
|
-
.
|
|
32092
|
-
|
|
31916
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
31917
|
+
color: #005ed1;
|
|
32093
31918
|
}
|
|
32094
31919
|
|
|
32095
31920
|
.E_c1bus5hc {
|
|
@@ -32132,6 +31957,50 @@ input.E_rrg1fkn.ant-input {
|
|
|
32132
31957
|
transform: rotate(0deg);
|
|
32133
31958
|
}
|
|
32134
31959
|
|
|
31960
|
+
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
31961
|
+
margin-right: 2px;
|
|
31962
|
+
}
|
|
31963
|
+
|
|
31964
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
31965
|
+
padding-left: 8px;
|
|
31966
|
+
padding-right: 8px;
|
|
31967
|
+
}
|
|
31968
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
31969
|
+
border-radius: 4px;
|
|
31970
|
+
}
|
|
31971
|
+
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
31972
|
+
border-radius: 4px;
|
|
31973
|
+
}
|
|
31974
|
+
|
|
31975
|
+
.E_ma64lna .ant-segmented-item-label {
|
|
31976
|
+
padding-left: 12px;
|
|
31977
|
+
padding-right: 12px;
|
|
31978
|
+
}
|
|
31979
|
+
|
|
31980
|
+
.E_ckld275 {
|
|
31981
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31982
|
+
}
|
|
31983
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
31984
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
31985
|
+
color: rgba(44, 56, 82, 0.75);
|
|
31986
|
+
}
|
|
31987
|
+
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
31988
|
+
background-color: transparent;
|
|
31989
|
+
}
|
|
31990
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
31991
|
+
background-color: transparent;
|
|
31992
|
+
}
|
|
31993
|
+
|
|
31994
|
+
.E_gmyahx3 {
|
|
31995
|
+
cursor: pointer;
|
|
31996
|
+
}
|
|
31997
|
+
.E_gmyahx3 .link-text {
|
|
31998
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31999
|
+
}
|
|
32000
|
+
.E_gmyahx3:hover .link-text {
|
|
32001
|
+
color: #0080ff;
|
|
32002
|
+
}
|
|
32003
|
+
|
|
32135
32004
|
.E_c18bcrac {
|
|
32136
32005
|
display: inline-block;
|
|
32137
32006
|
width: 100%;
|
|
@@ -32179,6 +32048,47 @@ input.E_rrg1fkn.ant-input {
|
|
|
32179
32048
|
margin-right: 4px;
|
|
32180
32049
|
}
|
|
32181
32050
|
|
|
32051
|
+
.E_c1uzzomf {
|
|
32052
|
+
margin-bottom: 16px;
|
|
32053
|
+
}
|
|
32054
|
+
.E_c1uzzomf .card-title {
|
|
32055
|
+
font-size: 16px;
|
|
32056
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32057
|
+
font-weight: 700;
|
|
32058
|
+
line-height: 32px;
|
|
32059
|
+
}
|
|
32060
|
+
.E_c1uzzomf .card-body {
|
|
32061
|
+
padding: 24px;
|
|
32062
|
+
border-radius: 8px;
|
|
32063
|
+
background: #fff;
|
|
32064
|
+
}
|
|
32065
|
+
.E_c1uzzomf .empty {
|
|
32066
|
+
font-weight: 700;
|
|
32067
|
+
font-size: 14px;
|
|
32068
|
+
line-height: 22px;
|
|
32069
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32070
|
+
text-align: center;
|
|
32071
|
+
}
|
|
32072
|
+
|
|
32073
|
+
.E_n12mqh7z {
|
|
32074
|
+
display: flex;
|
|
32075
|
+
align-items: center;
|
|
32076
|
+
font-size: 12px;
|
|
32077
|
+
line-height: 18px;
|
|
32078
|
+
}
|
|
32079
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32080
|
+
margin-bottom: 4px;
|
|
32081
|
+
}
|
|
32082
|
+
|
|
32083
|
+
.E_tf5bynu {
|
|
32084
|
+
margin: 0 3px;
|
|
32085
|
+
}
|
|
32086
|
+
|
|
32087
|
+
.E_tcckoz1 {
|
|
32088
|
+
max-height: 400px;
|
|
32089
|
+
overflow: "auto";
|
|
32090
|
+
}
|
|
32091
|
+
|
|
32182
32092
|
.E_clm1wy1 {
|
|
32183
32093
|
width: 192px;
|
|
32184
32094
|
height: 246px;
|
|
@@ -32272,12 +32182,94 @@ input.E_rrg1fkn.ant-input {
|
|
|
32272
32182
|
border-radius: 2px;
|
|
32273
32183
|
}
|
|
32274
32184
|
|
|
32275
|
-
.
|
|
32185
|
+
.E_t1sqg15u {
|
|
32186
|
+
background: white;
|
|
32187
|
+
}
|
|
32188
|
+
.E_t1sqg15u.inline .table-row {
|
|
32189
|
+
flex-direction: column;
|
|
32190
|
+
}
|
|
32191
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
32192
|
+
padding: 0 16px 7px 0;
|
|
32193
|
+
}
|
|
32194
|
+
.E_t1sqg15u.has-border .table-header {
|
|
32195
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32196
|
+
}
|
|
32197
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
32198
|
+
border-top: none !important;
|
|
32199
|
+
}
|
|
32200
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
32201
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32202
|
+
}
|
|
32203
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
32204
|
+
padding-bottom: 0;
|
|
32205
|
+
}
|
|
32206
|
+
.E_t1sqg15u.align-right .content {
|
|
32207
|
+
text-align: right;
|
|
32208
|
+
}
|
|
32209
|
+
.E_t1sqg15u .uuid-row {
|
|
32210
|
+
display: flex;
|
|
32211
|
+
justify-content: space-between;
|
|
32212
|
+
}
|
|
32213
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
32214
|
+
white-space: nowrap;
|
|
32215
|
+
overflow: hidden;
|
|
32216
|
+
text-overflow: ellipsis;
|
|
32217
|
+
}
|
|
32218
|
+
|
|
32219
|
+
.E_t4zczcp {
|
|
32276
32220
|
display: flex;
|
|
32221
|
+
justify-content: space-between;
|
|
32277
32222
|
align-items: center;
|
|
32223
|
+
padding: 8px;
|
|
32224
|
+
min-height: 32px;
|
|
32278
32225
|
}
|
|
32279
|
-
.
|
|
32280
|
-
|
|
32226
|
+
.E_t4zczcp .table-title {
|
|
32227
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32228
|
+
font-weight: 600;
|
|
32229
|
+
font-size: 12px;
|
|
32230
|
+
line-height: 8px;
|
|
32231
|
+
}
|
|
32232
|
+
.E_t4zczcp .edit-icon {
|
|
32233
|
+
font-size: 16px;
|
|
32234
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32235
|
+
cursor: pointer;
|
|
32236
|
+
}
|
|
32237
|
+
|
|
32238
|
+
.E_t1s7goww {
|
|
32239
|
+
font-size: 12px;
|
|
32240
|
+
line-height: 18px;
|
|
32241
|
+
}
|
|
32242
|
+
|
|
32243
|
+
.E_t93e4cf {
|
|
32244
|
+
display: flex;
|
|
32245
|
+
padding: 8px 0;
|
|
32246
|
+
color: #2d3a56;
|
|
32247
|
+
}
|
|
32248
|
+
.E_t93e4cf .hidden {
|
|
32249
|
+
display: none;
|
|
32250
|
+
}
|
|
32251
|
+
.E_t93e4cf .ant-btn-link {
|
|
32252
|
+
height: auto;
|
|
32253
|
+
}
|
|
32254
|
+
.E_t93e4cf .content {
|
|
32255
|
+
overflow: hidden;
|
|
32256
|
+
overflow-x: auto;
|
|
32257
|
+
width: 100%;
|
|
32258
|
+
white-space: pre-wrap;
|
|
32259
|
+
}
|
|
32260
|
+
.E_t93e4cf .content .ant-btn {
|
|
32261
|
+
white-space: pre-wrap;
|
|
32262
|
+
text-align: left;
|
|
32263
|
+
}
|
|
32264
|
+
.E_t93e4cf .content .unit-chart {
|
|
32265
|
+
justify-content: flex-start;
|
|
32266
|
+
}
|
|
32267
|
+
|
|
32268
|
+
.E_rhz2uv5 {
|
|
32269
|
+
width: var(--rhz2uv5-0);
|
|
32270
|
+
flex-shrink: 0;
|
|
32271
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32272
|
+
padding-right: 12px;
|
|
32281
32273
|
}
|
|
32282
32274
|
|
|
32283
32275
|
.E_tje3huy {
|
|
@@ -32323,6 +32315,21 @@ input.E_rrg1fkn.ant-input {
|
|
|
32323
32315
|
color: #00122e !important;
|
|
32324
32316
|
}
|
|
32325
32317
|
|
|
32318
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32319
|
+
display: flex;
|
|
32320
|
+
align-items: center;
|
|
32321
|
+
}
|
|
32322
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32323
|
+
margin-right: 8px;
|
|
32324
|
+
}
|
|
32325
|
+
|
|
32326
|
+
.E_c10crapj {
|
|
32327
|
+
border-radius: 8px;
|
|
32328
|
+
}
|
|
32329
|
+
.E_c10crapj .ant-card-body {
|
|
32330
|
+
padding: 20px 24px 24px 24px;
|
|
32331
|
+
}
|
|
32332
|
+
|
|
32326
32333
|
.E_cav9p2m .ant-collapse-item {
|
|
32327
32334
|
border: 0px;
|
|
32328
32335
|
background-color: #fff;
|
|
@@ -32349,20 +32356,8 @@ input.E_rrg1fkn.ant-input {
|
|
|
32349
32356
|
margin: 0 2px;
|
|
32350
32357
|
}
|
|
32351
32358
|
|
|
32352
|
-
.
|
|
32353
|
-
|
|
32354
|
-
}
|
|
32355
|
-
.E_c10crapj .ant-card-body {
|
|
32356
|
-
padding: 20px 24px 24px 24px;
|
|
32357
|
-
}
|
|
32358
|
-
|
|
32359
|
-
.E_o8ocss1 {
|
|
32360
|
-
overflow: hidden;
|
|
32361
|
-
text-overflow: ellipsis;
|
|
32362
|
-
}
|
|
32363
|
-
|
|
32364
|
-
.E_n17syc35 {
|
|
32365
|
-
white-space: nowrap;
|
|
32359
|
+
.E_iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32360
|
+
display: flex;
|
|
32366
32361
|
}
|
|
32367
32362
|
|
|
32368
32363
|
button.E_lujuy3j {
|
|
@@ -32397,18 +32392,20 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32397
32392
|
color: #00122e;
|
|
32398
32393
|
}
|
|
32399
32394
|
|
|
32400
|
-
.
|
|
32401
|
-
|
|
32395
|
+
.E_o8ocss1 {
|
|
32396
|
+
overflow: hidden;
|
|
32397
|
+
text-overflow: ellipsis;
|
|
32402
32398
|
}
|
|
32403
32399
|
|
|
32404
|
-
.
|
|
32405
|
-
|
|
32406
|
-
width: 56px !important;
|
|
32407
|
-
margin-right: 4px;
|
|
32400
|
+
.E_s17syc35 {
|
|
32401
|
+
white-space: nowrap;
|
|
32408
32402
|
}
|
|
32409
32403
|
|
|
32410
|
-
.
|
|
32411
|
-
|
|
32404
|
+
.E_m1rk4s1l {
|
|
32405
|
+
display: -webkit-box;
|
|
32406
|
+
-webkit-line-clamp: var(--m1rk4s1l-0);
|
|
32407
|
+
-webkit-box-orient: vertical;
|
|
32408
|
+
word-break: break-all;
|
|
32412
32409
|
}
|
|
32413
32410
|
|
|
32414
32411
|
.E_shq1k1g.ant-select, .E_shq1k1g.ant-select .ant-select-selector {
|
|
@@ -32468,6 +32465,16 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32468
32465
|
transform: rotate(180deg);
|
|
32469
32466
|
}
|
|
32470
32467
|
|
|
32468
|
+
.E_igz4le8 {
|
|
32469
|
+
height: 24px;
|
|
32470
|
+
width: 56px !important;
|
|
32471
|
+
margin-right: 4px;
|
|
32472
|
+
}
|
|
32473
|
+
|
|
32474
|
+
.E_c1riexje {
|
|
32475
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32476
|
+
}
|
|
32477
|
+
|
|
32471
32478
|
.E_s14dk8r1 {
|
|
32472
32479
|
margin: 0;
|
|
32473
32480
|
border-radius: 20px;
|
|
@@ -32546,6 +32553,55 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32546
32553
|
margin-right: 4px;
|
|
32547
32554
|
}
|
|
32548
32555
|
|
|
32556
|
+
.E_l4bld33 {
|
|
32557
|
+
width: 64px;
|
|
32558
|
+
height: 64px;
|
|
32559
|
+
display: flex;
|
|
32560
|
+
align-items: center;
|
|
32561
|
+
justify-content: center;
|
|
32562
|
+
position: relative;
|
|
32563
|
+
opacity: 0.2;
|
|
32564
|
+
}
|
|
32565
|
+
|
|
32566
|
+
.E_lgitjoj {
|
|
32567
|
+
position: absolute;
|
|
32568
|
+
width: 5px;
|
|
32569
|
+
height: 48px;
|
|
32570
|
+
left: 9.33px;
|
|
32571
|
+
top: 40.5px;
|
|
32572
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32573
|
+
border-radius: 5px;
|
|
32574
|
+
transform: rotate(-128deg);
|
|
32575
|
+
transform-origin: top left;
|
|
32576
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32577
|
+
}
|
|
32578
|
+
|
|
32579
|
+
.E_l13g0exg {
|
|
32580
|
+
position: absolute;
|
|
32581
|
+
width: 5px;
|
|
32582
|
+
height: 48px;
|
|
32583
|
+
left: 40.8px;
|
|
32584
|
+
top: 8.4px;
|
|
32585
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32586
|
+
border-radius: 5px;
|
|
32587
|
+
transform: rotate(-8deg);
|
|
32588
|
+
transform-origin: top left;
|
|
32589
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32590
|
+
}
|
|
32591
|
+
|
|
32592
|
+
.E_l1exo3h6 {
|
|
32593
|
+
position: absolute;
|
|
32594
|
+
width: 5px;
|
|
32595
|
+
height: 48px;
|
|
32596
|
+
left: 52.9px;
|
|
32597
|
+
top: 51.8px;
|
|
32598
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32599
|
+
border-radius: 5px;
|
|
32600
|
+
transform: rotate(112deg);
|
|
32601
|
+
transform-origin: top left;
|
|
32602
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32603
|
+
}
|
|
32604
|
+
|
|
32549
32605
|
.E_s1uupxds {
|
|
32550
32606
|
padding: 0 8px;
|
|
32551
32607
|
border-radius: 4px;
|
|
@@ -32628,55 +32684,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32628
32684
|
background-color: #7E41FF;
|
|
32629
32685
|
}
|
|
32630
32686
|
|
|
32631
|
-
.E_l4bld33 {
|
|
32632
|
-
width: 64px;
|
|
32633
|
-
height: 64px;
|
|
32634
|
-
display: flex;
|
|
32635
|
-
align-items: center;
|
|
32636
|
-
justify-content: center;
|
|
32637
|
-
position: relative;
|
|
32638
|
-
opacity: 0.2;
|
|
32639
|
-
}
|
|
32640
|
-
|
|
32641
|
-
.E_lgitjoj {
|
|
32642
|
-
position: absolute;
|
|
32643
|
-
width: 5px;
|
|
32644
|
-
height: 48px;
|
|
32645
|
-
left: 9.33px;
|
|
32646
|
-
top: 40.5px;
|
|
32647
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32648
|
-
border-radius: 5px;
|
|
32649
|
-
transform: rotate(-128deg);
|
|
32650
|
-
transform-origin: top left;
|
|
32651
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32652
|
-
}
|
|
32653
|
-
|
|
32654
|
-
.E_l13g0exg {
|
|
32655
|
-
position: absolute;
|
|
32656
|
-
width: 5px;
|
|
32657
|
-
height: 48px;
|
|
32658
|
-
left: 40.8px;
|
|
32659
|
-
top: 8.4px;
|
|
32660
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32661
|
-
border-radius: 5px;
|
|
32662
|
-
transform: rotate(-8deg);
|
|
32663
|
-
transform-origin: top left;
|
|
32664
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32665
|
-
}
|
|
32666
|
-
|
|
32667
|
-
.E_l1exo3h6 {
|
|
32668
|
-
position: absolute;
|
|
32669
|
-
width: 5px;
|
|
32670
|
-
height: 48px;
|
|
32671
|
-
left: 52.9px;
|
|
32672
|
-
top: 51.8px;
|
|
32673
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32674
|
-
border-radius: 5px;
|
|
32675
|
-
transform: rotate(112deg);
|
|
32676
|
-
transform-origin: top left;
|
|
32677
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32678
|
-
}
|
|
32679
|
-
|
|
32680
32687
|
.E_m1thnes4 {
|
|
32681
32688
|
color: rgba(44, 56, 82, 0.6);
|
|
32682
32689
|
text-align: center;
|
|
@@ -33033,36 +33040,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33033
33040
|
justify-content: center;
|
|
33034
33041
|
}
|
|
33035
33042
|
|
|
33036
|
-
.E_t1gz6wqf {
|
|
33037
|
-
height: 100%;
|
|
33038
|
-
}
|
|
33039
|
-
.E_t1gz6wqf .table-loading-item {
|
|
33040
|
-
padding: 12px 4px;
|
|
33041
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33042
|
-
display: flex;
|
|
33043
|
-
}
|
|
33044
|
-
.E_t1gz6wqf .table-loading-item > * {
|
|
33045
|
-
height: 16px;
|
|
33046
|
-
margin: 4px;
|
|
33047
|
-
background: rgba(204, 212, 227, 0.18);
|
|
33048
|
-
border-radius: 2px;
|
|
33049
|
-
}
|
|
33050
|
-
.E_t1gz6wqf .table-loading-item .checkbox-loading {
|
|
33051
|
-
width: 16px;
|
|
33052
|
-
}
|
|
33053
|
-
.E_t1gz6wqf .table-loading-item .td-loading {
|
|
33054
|
-
flex: 1;
|
|
33055
|
-
}
|
|
33056
|
-
.E_t1gz6wqf :nth-child(1) {
|
|
33057
|
-
padding: 8px 4px;
|
|
33058
|
-
}
|
|
33059
|
-
.E_t1gz6wqf :nth-child(1) > * {
|
|
33060
|
-
background: rgba(107, 125, 153, 0.18);
|
|
33061
|
-
}
|
|
33062
|
-
.E_t1gz6wqf :nth-child(1) > * {
|
|
33063
|
-
background: rgba(163, 180, 204, 0.18);
|
|
33064
|
-
}
|
|
33065
|
-
|
|
33066
33043
|
.E_c1kchka8 {
|
|
33067
33044
|
height: 100%;
|
|
33068
33045
|
width: 100%;
|
|
@@ -33540,36 +33517,142 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33540
33517
|
padding: 0;
|
|
33541
33518
|
}
|
|
33542
33519
|
|
|
33543
|
-
.
|
|
33544
|
-
|
|
33545
|
-
|
|
33546
|
-
|
|
33547
|
-
padding: 4px;
|
|
33520
|
+
.E_c1igej8b {
|
|
33521
|
+
color: #2d3a56;
|
|
33522
|
+
line-height: 22px;
|
|
33523
|
+
display: inline-flex;
|
|
33548
33524
|
}
|
|
33549
|
-
.
|
|
33550
|
-
|
|
33525
|
+
.E_c1igej8b .ant-checkbox {
|
|
33526
|
+
height: 22px;
|
|
33527
|
+
display: flex;
|
|
33528
|
+
align-items: center;
|
|
33529
|
+
top: 0;
|
|
33551
33530
|
}
|
|
33552
|
-
.
|
|
33553
|
-
|
|
33531
|
+
.E_c1igej8b .ant-checkbox-checked::after {
|
|
33532
|
+
border: none;
|
|
33533
|
+
}
|
|
33534
|
+
.E_c1igej8b.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c1igej8b.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_c1igej8b .ant-checkbox:hover .ant-checkbox-inner {
|
|
33535
|
+
border-color: #0080ff;
|
|
33536
|
+
}
|
|
33537
|
+
.E_c1igej8b .ant-checkbox .ant-checkbox-inner {
|
|
33538
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33539
|
+
}
|
|
33540
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33541
|
+
border: 1px solid #0080ff;
|
|
33542
|
+
}
|
|
33543
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33544
|
+
background: #0080ff;
|
|
33545
|
+
}
|
|
33546
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33547
|
+
background-color: #fff;
|
|
33548
|
+
height: 2px;
|
|
33549
|
+
width: 10px;
|
|
33550
|
+
border-radius: 2px;
|
|
33551
|
+
}
|
|
33552
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled {
|
|
33553
|
+
opacity: 0.5;
|
|
33554
|
+
}
|
|
33555
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33556
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33557
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33558
|
+
}
|
|
33559
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33560
|
+
border-color: #2d3a56;
|
|
33561
|
+
}
|
|
33562
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33563
|
+
background: #2d3a56;
|
|
33564
|
+
}
|
|
33565
|
+
.E_c1igej8b .ant-checkbox + span, .E_c1igej8b .ant-checkbox-disabled + span {
|
|
33566
|
+
padding: 0;
|
|
33567
|
+
}
|
|
33568
|
+
.E_c1igej8b .ant-checkbox + span .main, .E_c1igej8b .ant-checkbox-disabled + span .main {
|
|
33569
|
+
display: inline-block;
|
|
33570
|
+
margin-left: 12px;
|
|
33571
|
+
color: #2d3a56;
|
|
33572
|
+
}
|
|
33573
|
+
.E_c1igej8b .ant-checkbox + span .sub, .E_c1igej8b .ant-checkbox-disabled + span .sub {
|
|
33574
|
+
margin-left: 28px;
|
|
33575
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33576
|
+
}
|
|
33577
|
+
.E_c1igej8b.compact .ant-checkbox + span .main, .E_c1igej8b.compact .ant-checkbox-disabled + span .main {
|
|
33578
|
+
margin-left: 8px;
|
|
33579
|
+
}
|
|
33580
|
+
.E_c1igej8b.compact .ant-checkbox + span .sub, .E_c1igej8b.compact .ant-checkbox-disabled + span .sub {
|
|
33581
|
+
margin-left: 24px;
|
|
33582
|
+
}
|
|
33583
|
+
|
|
33584
|
+
.E_c1k4vanq {
|
|
33585
|
+
padding: 0 12px 14px 12px;
|
|
33586
|
+
}
|
|
33587
|
+
|
|
33588
|
+
.E_t1gz6wqf {
|
|
33589
|
+
height: 100%;
|
|
33590
|
+
}
|
|
33591
|
+
.E_t1gz6wqf .table-loading-item {
|
|
33592
|
+
padding: 12px 4px;
|
|
33593
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33594
|
+
display: flex;
|
|
33595
|
+
}
|
|
33596
|
+
.E_t1gz6wqf .table-loading-item > * {
|
|
33597
|
+
height: 16px;
|
|
33598
|
+
margin: 4px;
|
|
33599
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33600
|
+
border-radius: 2px;
|
|
33601
|
+
}
|
|
33602
|
+
.E_t1gz6wqf .table-loading-item .checkbox-loading {
|
|
33603
|
+
width: 16px;
|
|
33604
|
+
}
|
|
33605
|
+
.E_t1gz6wqf .table-loading-item .td-loading {
|
|
33606
|
+
flex: 1;
|
|
33607
|
+
}
|
|
33608
|
+
.E_t1gz6wqf :nth-child(1) {
|
|
33609
|
+
padding: 8px 4px;
|
|
33610
|
+
}
|
|
33611
|
+
.E_t1gz6wqf :nth-child(1) > * {
|
|
33612
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33613
|
+
}
|
|
33614
|
+
.E_t1gz6wqf :nth-child(1) > * {
|
|
33615
|
+
background: rgba(163, 180, 204, 0.18);
|
|
33616
|
+
}
|
|
33617
|
+
|
|
33618
|
+
.E_c1udgdh2 {
|
|
33619
|
+
color: #2d3a56;
|
|
33620
|
+
padding: 7px 12px;
|
|
33621
|
+
display: flex;
|
|
33622
|
+
justify-content: space-between;
|
|
33623
|
+
align-items: center;
|
|
33624
|
+
}
|
|
33625
|
+
.E_c1udgdh2.has-arrow {
|
|
33626
|
+
padding-left: 10px;
|
|
33627
|
+
}
|
|
33628
|
+
.E_c1udgdh2.has-arrow .title-wrapper {
|
|
33629
|
+
cursor: pointer;
|
|
33630
|
+
color: #00122e;
|
|
33631
|
+
}
|
|
33632
|
+
.E_c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
33633
|
+
color: #2d3a56;
|
|
33634
|
+
font-weight: 600;
|
|
33635
|
+
}
|
|
33636
|
+
.E_c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33637
|
+
transform: rotate(90deg);
|
|
33554
33638
|
}
|
|
33555
|
-
|
|
33556
|
-
|
|
33557
|
-
|
|
33558
|
-
background-color: unset;
|
|
33559
|
-
padding: unset;
|
|
33639
|
+
.E_c1udgdh2 .sub-info {
|
|
33640
|
+
font-size: 12px;
|
|
33641
|
+
line-height: 18px;
|
|
33560
33642
|
}
|
|
33561
|
-
|
|
33562
|
-
.E_skwah65 {
|
|
33563
|
-
height: 8px;
|
|
33564
|
-
box-sizing: border-box;
|
|
33565
|
-
border-radius: 2px;
|
|
33566
|
-
background: #f5f7fa;
|
|
33643
|
+
.E_c1udgdh2 .title-wrapper {
|
|
33567
33644
|
display: flex;
|
|
33568
|
-
|
|
33569
|
-
|
|
33645
|
+
align-items: center;
|
|
33646
|
+
user-select: none;
|
|
33647
|
+
flex-grow: 1;
|
|
33648
|
+
font-size: 12px;
|
|
33649
|
+
line-height: 18px;
|
|
33650
|
+
color: #2d3a56;
|
|
33651
|
+
font-weight: 700;
|
|
33570
33652
|
}
|
|
33571
|
-
.
|
|
33572
|
-
|
|
33653
|
+
.E_c1udgdh2 .collapse-arrow {
|
|
33654
|
+
transition: all 50ms ease-out 0ms;
|
|
33655
|
+
margin-right: 2px;
|
|
33573
33656
|
}
|
|
33574
33657
|
|
|
33575
33658
|
.E_t160l1cm {
|
|
@@ -33775,20 +33858,23 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33775
33858
|
background: transparent;
|
|
33776
33859
|
}
|
|
33777
33860
|
|
|
33778
|
-
.
|
|
33779
|
-
|
|
33780
|
-
|
|
33861
|
+
.E_h1ol2wl7 {
|
|
33862
|
+
font-weight: bold;
|
|
33863
|
+
background-color: unset;
|
|
33864
|
+
padding: unset;
|
|
33781
33865
|
}
|
|
33782
|
-
|
|
33783
|
-
|
|
33784
|
-
|
|
33785
|
-
|
|
33786
|
-
|
|
33787
|
-
background:
|
|
33866
|
+
|
|
33867
|
+
.E_skwah65 {
|
|
33868
|
+
height: 8px;
|
|
33869
|
+
box-sizing: border-box;
|
|
33870
|
+
border-radius: 2px;
|
|
33871
|
+
background: #f5f7fa;
|
|
33788
33872
|
display: flex;
|
|
33789
|
-
|
|
33790
|
-
|
|
33791
|
-
|
|
33873
|
+
width: 100%;
|
|
33874
|
+
overflow: hidden;
|
|
33875
|
+
}
|
|
33876
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
33877
|
+
margin-left: 1px;
|
|
33792
33878
|
}
|
|
33793
33879
|
|
|
33794
33880
|
.E_damzgq8 {
|
|
@@ -33996,48 +34082,33 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33996
34082
|
font-size: 14px;
|
|
33997
34083
|
}
|
|
33998
34084
|
|
|
33999
|
-
.
|
|
34000
|
-
|
|
34085
|
+
.E_s6rjqv7 {
|
|
34086
|
+
height: 24px;
|
|
34087
|
+
width: 24px;
|
|
34088
|
+
border-radius: 6px;
|
|
34089
|
+
padding: 4px;
|
|
34090
|
+
}
|
|
34091
|
+
.E_s6rjqv7:hover {
|
|
34092
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34093
|
+
}
|
|
34094
|
+
.E_s6rjqv7:hover svg path {
|
|
34095
|
+
fill: blue;
|
|
34001
34096
|
}
|
|
34002
34097
|
|
|
34003
|
-
.
|
|
34004
|
-
color: #2d3a56;
|
|
34005
|
-
padding: 7px 12px;
|
|
34098
|
+
.E_rrwcpby {
|
|
34006
34099
|
display: flex;
|
|
34007
|
-
justify-content: space-between;
|
|
34008
34100
|
align-items: center;
|
|
34009
34101
|
}
|
|
34010
|
-
.
|
|
34011
|
-
|
|
34012
|
-
|
|
34013
|
-
|
|
34014
|
-
|
|
34015
|
-
|
|
34016
|
-
}
|
|
34017
|
-
.E_c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
34018
|
-
color: #2d3a56;
|
|
34019
|
-
font-weight: 600;
|
|
34020
|
-
}
|
|
34021
|
-
.E_c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34022
|
-
transform: rotate(90deg);
|
|
34023
|
-
}
|
|
34024
|
-
.E_c1udgdh2 .sub-info {
|
|
34025
|
-
font-size: 12px;
|
|
34026
|
-
line-height: 18px;
|
|
34027
|
-
}
|
|
34028
|
-
.E_c1udgdh2 .title-wrapper {
|
|
34102
|
+
.E_rrwcpby .order {
|
|
34103
|
+
height: 24px;
|
|
34104
|
+
width: 24px;
|
|
34105
|
+
border-radius: 20px;
|
|
34106
|
+
color: #0080ff;
|
|
34107
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34029
34108
|
display: flex;
|
|
34030
34109
|
align-items: center;
|
|
34031
|
-
|
|
34032
|
-
|
|
34033
|
-
font-size: 12px;
|
|
34034
|
-
line-height: 18px;
|
|
34035
|
-
color: #2d3a56;
|
|
34036
|
-
font-weight: 700;
|
|
34037
|
-
}
|
|
34038
|
-
.E_c1udgdh2 .collapse-arrow {
|
|
34039
|
-
transition: all 50ms ease-out 0ms;
|
|
34040
|
-
margin-right: 2px;
|
|
34110
|
+
justify-content: center;
|
|
34111
|
+
margin-right: 6px;
|
|
34041
34112
|
}
|
|
34042
34113
|
|
|
34043
34114
|
.E_f1p9ti6d {
|
|
@@ -34088,68 +34159,54 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34088
34159
|
transform: translateY(-4px);
|
|
34089
34160
|
}
|
|
34090
34161
|
|
|
34091
|
-
.
|
|
34092
|
-
|
|
34093
|
-
|
|
34162
|
+
.E_at4ovwe .ant-input-number-handler-wrap {
|
|
34163
|
+
display: var(--at4ovwe-0);
|
|
34164
|
+
}
|
|
34165
|
+
.E_at4ovwe .ant-input-number-input-wrap {
|
|
34166
|
+
padding: 5px 12px;
|
|
34094
34167
|
display: inline-flex;
|
|
34168
|
+
line-height: 1.5715;
|
|
34169
|
+
height: 100%;
|
|
34170
|
+
width: 100%;
|
|
34095
34171
|
}
|
|
34096
|
-
.
|
|
34097
|
-
|
|
34098
|
-
display:
|
|
34172
|
+
.E_at4ovwe .ant-input-number-input-wrap::after {
|
|
34173
|
+
content: var(--at4ovwe-1);
|
|
34174
|
+
display: var(--at4ovwe-2);
|
|
34175
|
+
flex: none;
|
|
34099
34176
|
align-items: center;
|
|
34100
|
-
|
|
34101
|
-
|
|
34102
|
-
.E_c1igej8b .ant-checkbox-checked::after {
|
|
34103
|
-
border: none;
|
|
34104
|
-
}
|
|
34105
|
-
.E_c1igej8b.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c1igej8b.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_c1igej8b .ant-checkbox:hover .ant-checkbox-inner {
|
|
34106
|
-
border-color: #0080ff;
|
|
34107
|
-
}
|
|
34108
|
-
.E_c1igej8b .ant-checkbox .ant-checkbox-inner {
|
|
34109
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34110
|
-
}
|
|
34111
|
-
.E_c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34112
|
-
border: 1px solid #0080ff;
|
|
34113
|
-
}
|
|
34114
|
-
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34115
|
-
background: #0080ff;
|
|
34177
|
+
margin-left: 4px;
|
|
34178
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34116
34179
|
}
|
|
34117
|
-
.
|
|
34118
|
-
|
|
34119
|
-
|
|
34120
|
-
|
|
34121
|
-
|
|
34180
|
+
.E_at4ovwe .ant-input-number-input-wrap::before {
|
|
34181
|
+
content: var(--at4ovwe-3);
|
|
34182
|
+
display: var(--at4ovwe-4);
|
|
34183
|
+
flex: none;
|
|
34184
|
+
align-items: center;
|
|
34185
|
+
margin-right: 4px;
|
|
34186
|
+
cursor: auto;
|
|
34187
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34122
34188
|
}
|
|
34123
|
-
.
|
|
34124
|
-
|
|
34189
|
+
.ant-input-group.ant-input-group-compact > .E_at4ovwe {
|
|
34190
|
+
border-radius: 0;
|
|
34125
34191
|
}
|
|
34126
|
-
.
|
|
34127
|
-
|
|
34128
|
-
border-
|
|
34192
|
+
.E_at4ovwe.ant-input-number {
|
|
34193
|
+
width: 100%;
|
|
34194
|
+
border-radius: 6px;
|
|
34129
34195
|
}
|
|
34130
|
-
.
|
|
34131
|
-
border-color: #
|
|
34196
|
+
.E_at4ovwe.ant-input-number:not([disabled]):focus, .E_at4ovwe.ant-input-number:not([disabled]):active, .E_at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
34197
|
+
border-color: #0096ff;
|
|
34198
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
34199
|
+
z-index: 1;
|
|
34132
34200
|
}
|
|
34133
|
-
.
|
|
34134
|
-
|
|
34201
|
+
.E_at4ovwe.ant-input-number.error:not([disabled]):hover, .E_at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
34202
|
+
border-color: #e75a3a;
|
|
34203
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
34135
34204
|
}
|
|
34136
|
-
.
|
|
34205
|
+
.E_at4ovwe .ant-input-number-input {
|
|
34137
34206
|
padding: 0;
|
|
34138
|
-
|
|
34139
|
-
|
|
34140
|
-
|
|
34141
|
-
margin-left: 12px;
|
|
34142
|
-
color: #2d3a56;
|
|
34143
|
-
}
|
|
34144
|
-
.E_c1igej8b .ant-checkbox + span .sub, .E_c1igej8b .ant-checkbox-disabled + span .sub {
|
|
34145
|
-
margin-left: 28px;
|
|
34146
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34147
|
-
}
|
|
34148
|
-
.E_c1igej8b.compact .ant-checkbox + span .main, .E_c1igej8b.compact .ant-checkbox-disabled + span .main {
|
|
34149
|
-
margin-left: 8px;
|
|
34150
|
-
}
|
|
34151
|
-
.E_c1igej8b.compact .ant-checkbox + span .sub, .E_c1igej8b.compact .ant-checkbox-disabled + span .sub {
|
|
34152
|
-
margin-left: 24px;
|
|
34207
|
+
margin: 0;
|
|
34208
|
+
height: auto;
|
|
34209
|
+
font-size: inherit;
|
|
34153
34210
|
}
|
|
34154
34211
|
|
|
34155
34212
|
.E_tc40oxa {
|
|
@@ -34345,54 +34402,9 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34345
34402
|
margin-right: 8px;
|
|
34346
34403
|
}
|
|
34347
34404
|
|
|
34348
|
-
.
|
|
34349
|
-
display: var(--at4ovwe-0);
|
|
34350
|
-
}
|
|
34351
|
-
.E_at4ovwe .ant-input-number-input-wrap {
|
|
34352
|
-
padding: 5px 12px;
|
|
34353
|
-
display: inline-flex;
|
|
34354
|
-
line-height: 1.5715;
|
|
34355
|
-
height: 100%;
|
|
34356
|
-
width: 100%;
|
|
34357
|
-
}
|
|
34358
|
-
.E_at4ovwe .ant-input-number-input-wrap::after {
|
|
34359
|
-
content: var(--at4ovwe-1);
|
|
34360
|
-
display: var(--at4ovwe-2);
|
|
34361
|
-
flex: none;
|
|
34362
|
-
align-items: center;
|
|
34363
|
-
margin-left: 4px;
|
|
34364
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34365
|
-
}
|
|
34366
|
-
.E_at4ovwe .ant-input-number-input-wrap::before {
|
|
34367
|
-
content: var(--at4ovwe-3);
|
|
34368
|
-
display: var(--at4ovwe-4);
|
|
34369
|
-
flex: none;
|
|
34370
|
-
align-items: center;
|
|
34405
|
+
.E_iwsze0q {
|
|
34371
34406
|
margin-right: 4px;
|
|
34372
|
-
|
|
34373
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34374
|
-
}
|
|
34375
|
-
.ant-input-group.ant-input-group-compact > .E_at4ovwe {
|
|
34376
|
-
border-radius: 0;
|
|
34377
|
-
}
|
|
34378
|
-
.E_at4ovwe.ant-input-number {
|
|
34379
|
-
width: 100%;
|
|
34380
|
-
border-radius: 6px;
|
|
34381
|
-
}
|
|
34382
|
-
.E_at4ovwe.ant-input-number:not([disabled]):focus, .E_at4ovwe.ant-input-number:not([disabled]):active, .E_at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
34383
|
-
border-color: #0096ff;
|
|
34384
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
34385
|
-
z-index: 1;
|
|
34386
|
-
}
|
|
34387
|
-
.E_at4ovwe.ant-input-number.error:not([disabled]):hover, .E_at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
34388
|
-
border-color: #e75a3a;
|
|
34389
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
34390
|
-
}
|
|
34391
|
-
.E_at4ovwe .ant-input-number-input {
|
|
34392
|
-
padding: 0;
|
|
34393
|
-
margin: 0;
|
|
34394
|
-
height: auto;
|
|
34395
|
-
font-size: inherit;
|
|
34407
|
+
height: 16px;
|
|
34396
34408
|
}
|
|
34397
34409
|
|
|
34398
34410
|
.E_sut42l0 {
|
|
@@ -34421,11 +34433,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34421
34433
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34422
34434
|
}
|
|
34423
34435
|
|
|
34424
|
-
.E_iwsze0q {
|
|
34425
|
-
margin-right: 4px;
|
|
34426
|
-
height: 16px;
|
|
34427
|
-
}
|
|
34428
|
-
|
|
34429
34436
|
.E_w1xcixj5.outside-tag {
|
|
34430
34437
|
padding-left: 0;
|
|
34431
34438
|
}
|