@cloudtower/eagle 0.27.4 → 0.27.5
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/Styled/Styled.stories.d.ts +11 -0
- package/dist/components/Styled/index.d.ts +14 -0
- package/dist/components.css +1493 -1425
- package/dist/esm/index.js +25 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/style.css +1201 -1133
- package/dist/umd/index.js +30 -0
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29471,81 +29471,6 @@ html body {
|
|
|
29471
29471
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29472
29472
|
}
|
|
29473
29473
|
}
|
|
29474
|
-
.fde5mpd {
|
|
29475
|
-
width: 100%;
|
|
29476
|
-
height: 100%;
|
|
29477
|
-
min-height: 124px;
|
|
29478
|
-
display: flex;
|
|
29479
|
-
flex-direction: column;
|
|
29480
|
-
justify-content: center;
|
|
29481
|
-
align-items: center;
|
|
29482
|
-
}
|
|
29483
|
-
.fde5mpd .error-text {
|
|
29484
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29485
|
-
margin-bottom: 16px;
|
|
29486
|
-
font-size: 18px;
|
|
29487
|
-
}
|
|
29488
|
-
|
|
29489
|
-
.bpq0js6 {
|
|
29490
|
-
padding: 4px 11px;
|
|
29491
|
-
}
|
|
29492
|
-
|
|
29493
|
-
.b15sn34c {
|
|
29494
|
-
white-space: nowrap;
|
|
29495
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29496
|
-
}
|
|
29497
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29498
|
-
--color: #0080ff;
|
|
29499
|
-
}
|
|
29500
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29501
|
-
--color: #0080ff;
|
|
29502
|
-
}
|
|
29503
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29504
|
-
margin-left: 1px;
|
|
29505
|
-
}
|
|
29506
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29507
|
-
border-top-right-radius: 0;
|
|
29508
|
-
border-bottom-right-radius: 0;
|
|
29509
|
-
}
|
|
29510
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29511
|
-
border-top-left-radius: 0;
|
|
29512
|
-
border-bottom-left-radius: 0;
|
|
29513
|
-
}
|
|
29514
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29515
|
-
border-radius: unset;
|
|
29516
|
-
}
|
|
29517
|
-
|
|
29518
|
-
.iap75of {
|
|
29519
|
-
height: 18px;
|
|
29520
|
-
line-height: 18px;
|
|
29521
|
-
padding: 0 4px;
|
|
29522
|
-
border-radius: 4px;
|
|
29523
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29524
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29525
|
-
display: flex;
|
|
29526
|
-
align-items: center;
|
|
29527
|
-
white-space: nowrap;
|
|
29528
|
-
margin-right: 4px;
|
|
29529
|
-
}
|
|
29530
|
-
|
|
29531
|
-
.i1mrf09m {
|
|
29532
|
-
display: inline-flex;
|
|
29533
|
-
align-items: center;
|
|
29534
|
-
}
|
|
29535
|
-
.i1mrf09m .icon-inner {
|
|
29536
|
-
display: inline-flex;
|
|
29537
|
-
align-items: center;
|
|
29538
|
-
justify-content: center;
|
|
29539
|
-
}
|
|
29540
|
-
.i1mrf09m .icon-inner + span,
|
|
29541
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29542
|
-
margin-left: 4px;
|
|
29543
|
-
}
|
|
29544
|
-
.i1mrf09m.is-rotate img,
|
|
29545
|
-
.i1mrf09m.is-rotate svg {
|
|
29546
|
-
animation: rotate 680ms linear infinite;
|
|
29547
|
-
}
|
|
29548
|
-
|
|
29549
29474
|
.buj61ew.ant-btn-icon-only {
|
|
29550
29475
|
justify-content: center;
|
|
29551
29476
|
}
|
|
@@ -29796,1410 +29721,1048 @@ html body {
|
|
|
29796
29721
|
padding: 0;
|
|
29797
29722
|
}
|
|
29798
29723
|
|
|
29799
|
-
.
|
|
29800
|
-
|
|
29801
|
-
flex-direction: column;
|
|
29802
|
-
}
|
|
29803
|
-
|
|
29804
|
-
.m1if5j39 {
|
|
29805
|
-
max-width: 1120px;
|
|
29806
|
-
width: 100%;
|
|
29807
|
-
margin: 0 auto;
|
|
29808
|
-
height: 100%;
|
|
29724
|
+
.bpq0js6 {
|
|
29725
|
+
padding: 4px 11px;
|
|
29809
29726
|
}
|
|
29810
29727
|
|
|
29811
|
-
.
|
|
29812
|
-
|
|
29813
|
-
|
|
29814
|
-
margin: 0 auto;
|
|
29815
|
-
display: flex;
|
|
29728
|
+
.b15sn34c {
|
|
29729
|
+
white-space: nowrap;
|
|
29730
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29816
29731
|
}
|
|
29817
|
-
.
|
|
29818
|
-
|
|
29819
|
-
flex-grow: 0;
|
|
29820
|
-
flex-shrink: 0;
|
|
29821
|
-
flex-basis: 21%;
|
|
29732
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29733
|
+
--color: #0080ff;
|
|
29822
29734
|
}
|
|
29823
|
-
.
|
|
29824
|
-
|
|
29825
|
-
justify-content: flex-end;
|
|
29826
|
-
padding-right: 44px;
|
|
29735
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29736
|
+
--color: #0080ff;
|
|
29827
29737
|
}
|
|
29828
|
-
.
|
|
29829
|
-
|
|
29738
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29739
|
+
margin-left: 1px;
|
|
29830
29740
|
}
|
|
29831
|
-
.
|
|
29832
|
-
|
|
29833
|
-
|
|
29834
|
-
flex-shrink: 0;
|
|
29835
|
-
flex-basis: 58%;
|
|
29741
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29742
|
+
border-top-right-radius: 0;
|
|
29743
|
+
border-bottom-right-radius: 0;
|
|
29836
29744
|
}
|
|
29837
|
-
.
|
|
29838
|
-
|
|
29745
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29746
|
+
border-top-left-radius: 0;
|
|
29747
|
+
border-bottom-left-radius: 0;
|
|
29839
29748
|
}
|
|
29840
|
-
.
|
|
29841
|
-
|
|
29749
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29750
|
+
border-radius: unset;
|
|
29842
29751
|
}
|
|
29843
29752
|
|
|
29844
|
-
.
|
|
29845
|
-
margin: 0 auto;
|
|
29846
|
-
width: 100%;
|
|
29847
|
-
max-width: 648px;
|
|
29848
|
-
}
|
|
29849
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
29850
|
-
margin-left: 0;
|
|
29851
|
-
}
|
|
29852
|
-
.h1cuopx7 .ant-modal-body {
|
|
29853
|
-
margin: 0 auto;
|
|
29854
|
-
padding: 0;
|
|
29753
|
+
.fde5mpd {
|
|
29855
29754
|
width: 100%;
|
|
29856
|
-
|
|
29857
|
-
|
|
29858
|
-
|
|
29859
|
-
|
|
29860
|
-
|
|
29861
|
-
|
|
29862
|
-
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
29863
|
-
height: calc(100vh - 225px);
|
|
29864
|
-
overflow-y: auto;
|
|
29755
|
+
height: 100%;
|
|
29756
|
+
min-height: 124px;
|
|
29757
|
+
display: flex;
|
|
29758
|
+
flex-direction: column;
|
|
29759
|
+
justify-content: center;
|
|
29760
|
+
align-items: center;
|
|
29865
29761
|
}
|
|
29866
|
-
.
|
|
29867
|
-
|
|
29868
|
-
|
|
29762
|
+
.fde5mpd .error-text {
|
|
29763
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29764
|
+
margin-bottom: 16px;
|
|
29765
|
+
font-size: 18px;
|
|
29869
29766
|
}
|
|
29870
29767
|
|
|
29871
|
-
.
|
|
29872
|
-
|
|
29873
|
-
|
|
29874
|
-
max-width: 1024px;
|
|
29875
|
-
}
|
|
29876
|
-
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
29877
|
-
margin-left: 0;
|
|
29878
|
-
}
|
|
29879
|
-
.h1p6d3y3 .ant-modal-body {
|
|
29880
|
-
margin: 0 auto;
|
|
29881
|
-
padding: 0;
|
|
29882
|
-
width: 100%;
|
|
29883
|
-
max-width: 1024px;
|
|
29884
|
-
overflow: hidden;
|
|
29768
|
+
.i1mrf09m {
|
|
29769
|
+
display: inline-flex;
|
|
29770
|
+
align-items: center;
|
|
29885
29771
|
}
|
|
29886
|
-
.
|
|
29887
|
-
|
|
29772
|
+
.i1mrf09m .icon-inner {
|
|
29773
|
+
display: inline-flex;
|
|
29774
|
+
align-items: center;
|
|
29775
|
+
justify-content: center;
|
|
29888
29776
|
}
|
|
29889
|
-
.
|
|
29890
|
-
|
|
29891
|
-
|
|
29777
|
+
.i1mrf09m .icon-inner + span,
|
|
29778
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29779
|
+
margin-left: 4px;
|
|
29892
29780
|
}
|
|
29893
|
-
.
|
|
29894
|
-
|
|
29895
|
-
|
|
29781
|
+
.i1mrf09m.is-rotate img,
|
|
29782
|
+
.i1mrf09m.is-rotate svg {
|
|
29783
|
+
animation: rotate 680ms linear infinite;
|
|
29896
29784
|
}
|
|
29897
29785
|
|
|
29898
|
-
.
|
|
29899
|
-
|
|
29900
|
-
|
|
29901
|
-
|
|
29902
|
-
|
|
29903
|
-
|
|
29904
|
-
|
|
29905
|
-
|
|
29906
|
-
|
|
29907
|
-
|
|
29908
|
-
|
|
29909
|
-
color: #2d3a56;
|
|
29910
|
-
margin-bottom: 12px;
|
|
29786
|
+
.iap75of {
|
|
29787
|
+
height: 18px;
|
|
29788
|
+
line-height: 18px;
|
|
29789
|
+
padding: 0 4px;
|
|
29790
|
+
border-radius: 4px;
|
|
29791
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29792
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29793
|
+
display: flex;
|
|
29794
|
+
align-items: center;
|
|
29795
|
+
white-space: nowrap;
|
|
29796
|
+
margin-right: 4px;
|
|
29911
29797
|
}
|
|
29912
|
-
|
|
29913
|
-
|
|
29798
|
+
|
|
29799
|
+
.obf05yr {
|
|
29800
|
+
display: inline-block;
|
|
29914
29801
|
}
|
|
29915
29802
|
|
|
29916
|
-
.
|
|
29917
|
-
|
|
29918
|
-
|
|
29919
|
-
margin-bottom: 16px;
|
|
29803
|
+
.hsms1n6 {
|
|
29804
|
+
visibility: hidden;
|
|
29805
|
+
position: absolute;
|
|
29920
29806
|
}
|
|
29921
29807
|
|
|
29922
|
-
.
|
|
29808
|
+
.p12gwtiw {
|
|
29923
29809
|
display: flex;
|
|
29810
|
+
justify-content: space-between;
|
|
29924
29811
|
align-items: center;
|
|
29925
|
-
|
|
29812
|
+
padding: 10px 0;
|
|
29813
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29814
|
+
font-size: 12px;
|
|
29815
|
+
line-height: 24px;
|
|
29926
29816
|
}
|
|
29927
|
-
.
|
|
29928
|
-
|
|
29817
|
+
.p12gwtiw .pagination-left {
|
|
29818
|
+
padding: 2px 8px;
|
|
29929
29819
|
}
|
|
29930
|
-
.
|
|
29931
|
-
|
|
29820
|
+
.p12gwtiw .dropdown-trigger {
|
|
29821
|
+
display: flex;
|
|
29822
|
+
align-items: center;
|
|
29823
|
+
border-radius: 6px;
|
|
29824
|
+
cursor: pointer;
|
|
29825
|
+
transition: all 0.3s ease;
|
|
29932
29826
|
}
|
|
29933
|
-
.
|
|
29934
|
-
|
|
29935
|
-
|
|
29936
|
-
|
|
29937
|
-
.e1pldf6v {
|
|
29938
|
-
color: #e75a3a;
|
|
29939
|
-
margin-right: 10px;
|
|
29827
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
29828
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29829
|
+
color: #0080ff;
|
|
29940
29830
|
}
|
|
29941
|
-
|
|
29942
|
-
|
|
29943
|
-
width: 100%;
|
|
29944
|
-
height: 1px;
|
|
29945
|
-
background: rgba(213, 219, 227, 0.6);
|
|
29946
|
-
margin: 24px 0;
|
|
29831
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29832
|
+
margin-left: 4px;
|
|
29947
29833
|
}
|
|
29948
|
-
|
|
29949
|
-
.l1v7sr0n {
|
|
29834
|
+
.p12gwtiw .pagination-right {
|
|
29950
29835
|
display: flex;
|
|
29951
|
-
justify-content: center;
|
|
29952
29836
|
align-items: center;
|
|
29953
|
-
|
|
29954
|
-
|
|
29955
|
-
|
|
29956
|
-
.d1i4ou6o {
|
|
29957
|
-
display: inline-block;
|
|
29958
|
-
width: 4px;
|
|
29959
|
-
height: 4px;
|
|
29960
|
-
background: #8e9aa9;
|
|
29961
|
-
opacity: 0.4;
|
|
29962
|
-
border-radius: 50%;
|
|
29963
|
-
margin: 0 4px;
|
|
29964
|
-
}
|
|
29965
|
-
|
|
29966
|
-
.m1jy87hk .ant-modal-header,
|
|
29967
|
-
.m1jy87hk .ant-modal-footer .footer-content {
|
|
29968
|
-
width: 648px;
|
|
29969
|
-
margin: 0 auto;
|
|
29837
|
+
color: #0080ff;
|
|
29838
|
+
font-weight: bold;
|
|
29970
29839
|
}
|
|
29971
|
-
.
|
|
29972
|
-
|
|
29973
|
-
border: none;
|
|
29840
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
29841
|
+
margin-left: 4px;
|
|
29974
29842
|
}
|
|
29975
|
-
.
|
|
29976
|
-
|
|
29843
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
29844
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
29845
|
+
padding: 0 8px;
|
|
29977
29846
|
}
|
|
29978
|
-
.
|
|
29979
|
-
|
|
29847
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
29848
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
29849
|
+
color: #0080ff;
|
|
29980
29850
|
}
|
|
29981
|
-
.
|
|
29982
|
-
|
|
29851
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29852
|
+
transform: rotate(180deg);
|
|
29983
29853
|
}
|
|
29984
29854
|
|
|
29985
|
-
.
|
|
29855
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29856
|
+
max-height: calc(100vh - 128px);
|
|
29857
|
+
overflow-y: auto;
|
|
29858
|
+
}
|
|
29859
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29860
|
+
padding: 4px 20px;
|
|
29986
29861
|
font-size: 12px;
|
|
29987
29862
|
line-height: 18px;
|
|
29988
|
-
font-weight: bold;
|
|
29989
|
-
color: #fff;
|
|
29990
|
-
padding: 0 4px;
|
|
29991
|
-
border-radius: 4px;
|
|
29992
|
-
display: inline-block;
|
|
29993
|
-
background: var(--ti7fpyu-0);
|
|
29994
|
-
}
|
|
29995
|
-
.ti7fpyu:not(:first-child) {
|
|
29996
|
-
margin-left: 4px;
|
|
29997
29863
|
}
|
|
29998
29864
|
|
|
29999
|
-
.
|
|
30000
|
-
|
|
30001
|
-
|
|
30002
|
-
|
|
30003
|
-
align-items: center;
|
|
30004
|
-
justify-content: center;
|
|
29865
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
29866
|
+
display: inline-flex;
|
|
29867
|
+
align-items: baseline;
|
|
29868
|
+
white-space: pre-wrap;
|
|
30005
29869
|
}
|
|
30006
|
-
|
|
30007
|
-
|
|
30008
|
-
|
|
30009
|
-
font-weight: bold;
|
|
30010
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
30011
|
-
padding: 1px 4px 1px;
|
|
30012
|
-
margin-left: 2px;
|
|
30013
|
-
margin-right: 2px;
|
|
30014
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30015
|
-
border-radius: 4px;
|
|
29870
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29871
|
+
position: relative;
|
|
29872
|
+
top: 3px;
|
|
30016
29873
|
}
|
|
30017
|
-
|
|
30018
|
-
|
|
30019
|
-
width: 640px;
|
|
29874
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29875
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30020
29876
|
}
|
|
30021
|
-
.
|
|
30022
|
-
|
|
29877
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29878
|
+
border-color: #0080ff;
|
|
30023
29879
|
}
|
|
30024
|
-
.
|
|
30025
|
-
|
|
29880
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29881
|
+
border-color: #0080ff;
|
|
29882
|
+
background: #0080ff;
|
|
30026
29883
|
}
|
|
30027
|
-
.
|
|
30028
|
-
|
|
29884
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29885
|
+
top: 4px;
|
|
29886
|
+
left: 4px;
|
|
29887
|
+
width: 6px;
|
|
29888
|
+
height: 6px;
|
|
29889
|
+
background: #fff;
|
|
30029
29890
|
}
|
|
30030
|
-
.
|
|
30031
|
-
|
|
29891
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29892
|
+
opacity: 0.5;
|
|
30032
29893
|
}
|
|
30033
|
-
.
|
|
30034
|
-
|
|
30035
|
-
|
|
29894
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29895
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29896
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30036
29897
|
}
|
|
30037
|
-
.
|
|
30038
|
-
|
|
30039
|
-
width: 100%;
|
|
30040
|
-
padding: 14px;
|
|
30041
|
-
background: #f2f4f6;
|
|
30042
|
-
font-size: 13px;
|
|
30043
|
-
line-height: 1.8;
|
|
30044
|
-
color: #8e9aa9;
|
|
29898
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
29899
|
+
background: #00122e;
|
|
30045
29900
|
}
|
|
30046
|
-
.
|
|
30047
|
-
|
|
30048
|
-
|
|
30049
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29901
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
29902
|
+
color: #00122e;
|
|
29903
|
+
opacity: 0.5;
|
|
30050
29904
|
}
|
|
30051
|
-
.
|
|
30052
|
-
|
|
29905
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
29906
|
+
color: #00122e;
|
|
30053
29907
|
}
|
|
30054
|
-
.
|
|
30055
|
-
|
|
30056
|
-
|
|
29908
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
29909
|
+
display: inline-block;
|
|
29910
|
+
padding: 0;
|
|
29911
|
+
padding-left: 12px;
|
|
30057
29912
|
}
|
|
30058
|
-
.
|
|
30059
|
-
|
|
29913
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
29914
|
+
margin-bottom: 0;
|
|
29915
|
+
white-space: pre-wrap;
|
|
29916
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30060
29917
|
}
|
|
30061
|
-
.
|
|
30062
|
-
|
|
29918
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
29919
|
+
padding-left: 8px;
|
|
30063
29920
|
}
|
|
30064
|
-
|
|
30065
|
-
|
|
29921
|
+
|
|
29922
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
29923
|
+
border-radius: 5px 0 0 5px;
|
|
30066
29924
|
}
|
|
30067
|
-
.
|
|
30068
|
-
|
|
30069
|
-
height: 0;
|
|
30070
|
-
overflow: hidden;
|
|
29925
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
29926
|
+
border-radius: 0 5px 5px 0;
|
|
30071
29927
|
}
|
|
30072
|
-
|
|
30073
|
-
|
|
30074
|
-
|
|
30075
|
-
|
|
29928
|
+
|
|
29929
|
+
.r1f0aqcc {
|
|
29930
|
+
color: #00122e;
|
|
29931
|
+
border-color: #ccd4e3;
|
|
30076
29932
|
}
|
|
30077
|
-
.
|
|
30078
|
-
|
|
30079
|
-
border: 1px solid #e75a3a;
|
|
30080
|
-
color: #e75a3a;
|
|
29933
|
+
.r1f0aqcc:first-child {
|
|
29934
|
+
border-color: #a3b4cc;
|
|
30081
29935
|
}
|
|
30082
|
-
|
|
30083
|
-
|
|
30084
|
-
|
|
30085
|
-
|
|
30086
|
-
padding-bottom: 6px;
|
|
30087
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30088
|
-
margin-bottom: 16px;
|
|
29936
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
29937
|
+
padding: 0 12px;
|
|
29938
|
+
line-height: 32px;
|
|
29939
|
+
height: 32px;
|
|
30089
29940
|
}
|
|
30090
|
-
.
|
|
30091
|
-
|
|
29941
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
29942
|
+
white-space: nowrap;
|
|
30092
29943
|
}
|
|
30093
|
-
|
|
30094
|
-
|
|
30095
|
-
|
|
30096
|
-
height:
|
|
30097
|
-
display: flex;
|
|
30098
|
-
justify-content: center;
|
|
30099
|
-
align-items: center;
|
|
30100
|
-
cursor: pointer;
|
|
30101
|
-
transition: all 200ms ease-out 40ms;
|
|
29944
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
29945
|
+
height: 22px;
|
|
29946
|
+
padding: 0 7px;
|
|
29947
|
+
line-height: 20px;
|
|
30102
29948
|
}
|
|
30103
|
-
.
|
|
30104
|
-
content: "";
|
|
30105
|
-
width: 1px;
|
|
30106
|
-
height: 6px;
|
|
30107
|
-
border-radius: 1px;
|
|
29949
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30108
29950
|
background: #ccd4e3;
|
|
30109
|
-
position: relative;
|
|
30110
|
-
right: 2px;
|
|
30111
|
-
transform: rotate(-45deg);
|
|
30112
29951
|
}
|
|
30113
|
-
.
|
|
30114
|
-
|
|
30115
|
-
left: 1px;
|
|
29952
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
29953
|
+
background: #0080ff;
|
|
30116
29954
|
}
|
|
30117
|
-
|
|
30118
|
-
|
|
30119
|
-
|
|
30120
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30121
|
-
border-radius: 6px;
|
|
29955
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
29956
|
+
background: #ccd4e3;
|
|
29957
|
+
opacity: 0.5;
|
|
30122
29958
|
}
|
|
30123
|
-
.
|
|
30124
|
-
|
|
30125
|
-
color: #e07f00;
|
|
29959
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
29960
|
+
border-right-color: #0080ff;
|
|
30126
29961
|
}
|
|
30127
|
-
.
|
|
30128
|
-
|
|
30129
|
-
border-bottom-color: #e07f00;
|
|
29962
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
29963
|
+
border-color: #0080ff;
|
|
30130
29964
|
}
|
|
30131
|
-
|
|
30132
|
-
.
|
|
30133
|
-
display: flex;
|
|
30134
|
-
flex-direction: row;
|
|
30135
|
-
padding: 7px 12px;
|
|
30136
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30137
|
-
border-radius: 6px;
|
|
30138
|
-
color: #e07f00;
|
|
30139
|
-
font-size: 12px;
|
|
30140
|
-
line-height: 18px;
|
|
29965
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
29966
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30141
29967
|
}
|
|
30142
|
-
.
|
|
30143
|
-
|
|
30144
|
-
|
|
29968
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
29969
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29970
|
+
border-color: #ccd4e3;
|
|
29971
|
+
opacity: 0.5;
|
|
30145
29972
|
}
|
|
30146
|
-
|
|
30147
|
-
|
|
30148
|
-
|
|
30149
|
-
flex-direction: row;
|
|
30150
|
-
padding: 7px 12px;
|
|
30151
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30152
|
-
border-radius: 6px;
|
|
30153
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30154
|
-
font-size: 12px;
|
|
30155
|
-
line-height: 18px;
|
|
29973
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
29974
|
+
color: #00122e;
|
|
29975
|
+
border-color: #ccd4e3;
|
|
30156
29976
|
}
|
|
30157
|
-
.
|
|
30158
|
-
|
|
30159
|
-
|
|
29977
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
29978
|
+
color: #00122e;
|
|
29979
|
+
border-color: #ccd4e3;
|
|
29980
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30160
29981
|
}
|
|
30161
|
-
|
|
30162
|
-
|
|
30163
|
-
display:
|
|
30164
|
-
|
|
30165
|
-
padding:
|
|
30166
|
-
|
|
30167
|
-
|
|
30168
|
-
color: #005ed1;
|
|
30169
|
-
font-size: 12px;
|
|
30170
|
-
line-height: 18px;
|
|
29982
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
29983
|
+
margin-right: 8px;
|
|
29984
|
+
display: inline;
|
|
29985
|
+
border: none;
|
|
29986
|
+
padding: 0;
|
|
29987
|
+
width: 36px;
|
|
29988
|
+
background: transparent;
|
|
30171
29989
|
}
|
|
30172
|
-
.
|
|
30173
|
-
|
|
30174
|
-
height: 18px;
|
|
29990
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
29991
|
+
box-shadow: none;
|
|
30175
29992
|
}
|
|
30176
|
-
|
|
30177
|
-
|
|
30178
|
-
|
|
30179
|
-
|
|
30180
|
-
font-size: 12px;
|
|
30181
|
-
line-height: 18px;
|
|
29993
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
29994
|
+
margin-right: 0;
|
|
29995
|
+
width: initial;
|
|
29996
|
+
box-shadow: none;
|
|
30182
29997
|
}
|
|
30183
|
-
|
|
30184
|
-
|
|
30185
|
-
color: #f0483e;
|
|
30186
|
-
font-size: 12px;
|
|
30187
|
-
white-space: pre-wrap;
|
|
29998
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
29999
|
+
display: none;
|
|
30188
30000
|
}
|
|
30189
|
-
|
|
30190
|
-
|
|
30191
|
-
display: flex;
|
|
30192
|
-
align-items: center;
|
|
30193
|
-
justify-content: flex-end;
|
|
30001
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30002
|
+
display: inline;
|
|
30194
30003
|
}
|
|
30195
|
-
.
|
|
30196
|
-
|
|
30004
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30005
|
+
display: inline;
|
|
30006
|
+
margin-right: 8px;
|
|
30007
|
+
padding: 0;
|
|
30008
|
+
width: 36px;
|
|
30197
30009
|
}
|
|
30198
30010
|
|
|
30199
|
-
.
|
|
30200
|
-
|
|
30011
|
+
.cz04yix {
|
|
30012
|
+
display: flex;
|
|
30013
|
+
flex-direction: column;
|
|
30201
30014
|
}
|
|
30202
30015
|
|
|
30203
|
-
.
|
|
30204
|
-
|
|
30205
|
-
|
|
30206
|
-
|
|
30207
|
-
|
|
30208
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30209
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30016
|
+
.m1if5j39 {
|
|
30017
|
+
max-width: 1120px;
|
|
30018
|
+
width: 100%;
|
|
30019
|
+
margin: 0 auto;
|
|
30020
|
+
height: 100%;
|
|
30210
30021
|
}
|
|
30211
|
-
|
|
30212
|
-
|
|
30213
|
-
|
|
30022
|
+
|
|
30023
|
+
.w1vvwdlp {
|
|
30024
|
+
max-width: 1120px;
|
|
30025
|
+
width: 100%;
|
|
30026
|
+
margin: 0 auto;
|
|
30027
|
+
display: flex;
|
|
30214
30028
|
}
|
|
30215
|
-
.
|
|
30216
|
-
|
|
30217
|
-
|
|
30029
|
+
.w1vvwdlp .left,
|
|
30030
|
+
.w1vvwdlp .right {
|
|
30031
|
+
flex-grow: 0;
|
|
30032
|
+
flex-shrink: 0;
|
|
30033
|
+
flex-basis: 21%;
|
|
30218
30034
|
}
|
|
30219
|
-
.
|
|
30220
|
-
|
|
30221
|
-
|
|
30222
|
-
|
|
30035
|
+
.w1vvwdlp .left {
|
|
30036
|
+
display: flex;
|
|
30037
|
+
justify-content: flex-end;
|
|
30038
|
+
padding-right: 44px;
|
|
30223
30039
|
}
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30226
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30227
|
-
z-index: 1;
|
|
30040
|
+
.w1vvwdlp .right {
|
|
30041
|
+
padding-left: 44px;
|
|
30228
30042
|
}
|
|
30229
|
-
.
|
|
30230
|
-
|
|
30231
|
-
|
|
30043
|
+
.w1vvwdlp .middle {
|
|
30044
|
+
margin-bottom: 40px;
|
|
30045
|
+
flex-grow: 0;
|
|
30046
|
+
flex-shrink: 0;
|
|
30047
|
+
flex-basis: 58%;
|
|
30232
30048
|
}
|
|
30233
|
-
.
|
|
30234
|
-
|
|
30235
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30049
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30050
|
+
width: 100%;
|
|
30236
30051
|
}
|
|
30237
|
-
.
|
|
30238
|
-
|
|
30239
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30052
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30053
|
+
width: auto;
|
|
30240
30054
|
}
|
|
30241
|
-
|
|
30242
|
-
|
|
30243
|
-
|
|
30244
|
-
|
|
30055
|
+
|
|
30056
|
+
.h1cuopx7 .ant-modal-header {
|
|
30057
|
+
margin: 0 auto;
|
|
30058
|
+
width: 100%;
|
|
30059
|
+
max-width: 648px;
|
|
30245
30060
|
}
|
|
30246
|
-
.
|
|
30247
|
-
|
|
30248
|
-
border-radius: 6px;
|
|
30249
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30250
|
-
line-height: 20px;
|
|
30251
|
-
color: #2d3a56;
|
|
30252
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30061
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30062
|
+
margin-left: 0;
|
|
30253
30063
|
}
|
|
30254
|
-
.
|
|
30255
|
-
|
|
30256
|
-
|
|
30064
|
+
.h1cuopx7 .ant-modal-body {
|
|
30065
|
+
margin: 0 auto;
|
|
30066
|
+
padding: 0;
|
|
30067
|
+
width: 100%;
|
|
30068
|
+
max-width: 648px;
|
|
30069
|
+
overflow: hidden;
|
|
30257
30070
|
}
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30260
|
-
line-height: 22px;
|
|
30071
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30072
|
+
margin-bottom: 40px;
|
|
30261
30073
|
}
|
|
30262
|
-
.
|
|
30263
|
-
|
|
30264
|
-
|
|
30074
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30075
|
+
height: calc(100vh - 225px);
|
|
30076
|
+
overflow-y: auto;
|
|
30265
30077
|
}
|
|
30266
|
-
.
|
|
30267
|
-
|
|
30268
|
-
|
|
30078
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30079
|
+
margin: 0 auto;
|
|
30080
|
+
max-width: 648px;
|
|
30269
30081
|
}
|
|
30270
|
-
|
|
30271
|
-
|
|
30272
|
-
|
|
30082
|
+
|
|
30083
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30084
|
+
margin: 0 auto;
|
|
30085
|
+
width: 100%;
|
|
30086
|
+
max-width: 1024px;
|
|
30273
30087
|
}
|
|
30274
|
-
.
|
|
30275
|
-
|
|
30088
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30089
|
+
margin-left: 0;
|
|
30276
30090
|
}
|
|
30277
|
-
.
|
|
30278
|
-
|
|
30091
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30092
|
+
margin: 0 auto;
|
|
30093
|
+
padding: 0;
|
|
30094
|
+
width: 100%;
|
|
30095
|
+
max-width: 1024px;
|
|
30096
|
+
overflow: hidden;
|
|
30279
30097
|
}
|
|
30280
|
-
.
|
|
30281
|
-
|
|
30282
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30098
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30099
|
+
margin-bottom: 40px;
|
|
30283
30100
|
}
|
|
30284
|
-
.
|
|
30285
|
-
|
|
30286
|
-
|
|
30101
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30102
|
+
height: calc(100vh - 225px);
|
|
30103
|
+
overflow-y: auto;
|
|
30287
30104
|
}
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30290
|
-
|
|
30291
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30105
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30106
|
+
margin: 0 auto;
|
|
30107
|
+
max-width: 1024px;
|
|
30292
30108
|
}
|
|
30293
|
-
|
|
30294
|
-
|
|
30295
|
-
|
|
30109
|
+
|
|
30110
|
+
.fxgckuk {
|
|
30111
|
+
flex: 1;
|
|
30296
30112
|
}
|
|
30297
|
-
|
|
30298
|
-
|
|
30299
|
-
height:
|
|
30113
|
+
.fxgckuk label {
|
|
30114
|
+
font-size: 13px;
|
|
30115
|
+
line-height: 20px;
|
|
30116
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30300
30117
|
}
|
|
30301
|
-
|
|
30302
|
-
|
|
30118
|
+
.fxgckuk .title {
|
|
30119
|
+
font-size: 14px;
|
|
30120
|
+
line-height: 20px;
|
|
30121
|
+
color: #2d3a56;
|
|
30122
|
+
margin-bottom: 12px;
|
|
30303
30123
|
}
|
|
30304
|
-
|
|
30305
|
-
|
|
30306
|
-
height: 32px;
|
|
30307
|
-
}
|
|
30308
|
-
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
30309
|
-
height: 64px;
|
|
30310
|
-
}
|
|
30311
|
-
textarea.ipd9bk.ant-input.textarea-small {
|
|
30312
|
-
min-height: 24px;
|
|
30313
|
-
height: 24px;
|
|
30314
|
-
}
|
|
30315
|
-
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
30316
|
-
height: 40px;
|
|
30124
|
+
.fxgckuk.connect-cluster .title {
|
|
30125
|
+
padding-bottom: 26px;
|
|
30317
30126
|
}
|
|
30318
30127
|
|
|
30319
|
-
.
|
|
30320
|
-
|
|
30321
|
-
border-
|
|
30322
|
-
|
|
30323
|
-
.kypn5o5.input-tags {
|
|
30324
|
-
position: relative;
|
|
30325
|
-
padding: 6px;
|
|
30326
|
-
height: 32px;
|
|
30327
|
-
cursor: pointer;
|
|
30328
|
-
transition: border 150ms;
|
|
30329
|
-
}
|
|
30330
|
-
.kypn5o5.input-tags:hover {
|
|
30331
|
-
border-color: #0080ff;
|
|
30332
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30333
|
-
}
|
|
30334
|
-
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30335
|
-
padding-right: 30px;
|
|
30336
|
-
}
|
|
30337
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
30338
|
-
display: flex;
|
|
30128
|
+
.f1d0vek1 {
|
|
30129
|
+
padding: 25px 0 15px 0;
|
|
30130
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30131
|
+
margin-bottom: 16px;
|
|
30339
30132
|
}
|
|
30340
|
-
|
|
30133
|
+
|
|
30134
|
+
.f4u402y {
|
|
30341
30135
|
display: flex;
|
|
30136
|
+
align-items: center;
|
|
30137
|
+
margin-bottom: 8px;
|
|
30342
30138
|
}
|
|
30343
|
-
.
|
|
30344
|
-
|
|
30345
|
-
right: 12px;
|
|
30346
|
-
top: 50%;
|
|
30347
|
-
transform: translateY(-50%);
|
|
30348
|
-
}
|
|
30349
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30350
|
-
color: rgba(0, 0, 0, 0.25);
|
|
30351
|
-
font-size: 12px;
|
|
30352
|
-
cursor: pointer;
|
|
30353
|
-
}
|
|
30354
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30355
|
-
color: rgba(0, 0, 0, 0.45);
|
|
30356
|
-
}
|
|
30357
|
-
.kypn5o5.has-focus-indicator {
|
|
30358
|
-
position: relative;
|
|
30359
|
-
overflow: hidden;
|
|
30360
|
-
}
|
|
30361
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30362
|
-
position: absolute;
|
|
30363
|
-
top: 50%;
|
|
30364
|
-
transform: translateY(-50%);
|
|
30365
|
-
left: -16px;
|
|
30366
|
-
transition: left 150ms ease;
|
|
30367
|
-
opacity: 0;
|
|
30368
|
-
}
|
|
30369
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30370
|
-
left: 8px;
|
|
30371
|
-
opacity: 1;
|
|
30139
|
+
.f4u402y > label {
|
|
30140
|
+
width: 216px;
|
|
30372
30141
|
}
|
|
30373
|
-
.
|
|
30374
|
-
|
|
30375
|
-
margin-left: 0px;
|
|
30142
|
+
.f4u402y > label + * {
|
|
30143
|
+
width: 100%;
|
|
30376
30144
|
}
|
|
30377
|
-
.
|
|
30378
|
-
|
|
30145
|
+
.f4u402y .ant-select {
|
|
30146
|
+
width: 100%;
|
|
30379
30147
|
}
|
|
30380
30148
|
|
|
30381
|
-
|
|
30382
|
-
|
|
30383
|
-
|
|
30149
|
+
.e1pldf6v {
|
|
30150
|
+
color: #e75a3a;
|
|
30151
|
+
margin-right: 10px;
|
|
30384
30152
|
}
|
|
30385
30153
|
|
|
30386
|
-
.
|
|
30387
|
-
|
|
30388
|
-
|
|
30154
|
+
.dq0gblh {
|
|
30155
|
+
width: 100%;
|
|
30156
|
+
height: 1px;
|
|
30157
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30158
|
+
margin: 24px 0;
|
|
30389
30159
|
}
|
|
30390
30160
|
|
|
30391
|
-
|
|
30392
|
-
|
|
30393
|
-
|
|
30161
|
+
.l1v7sr0n {
|
|
30162
|
+
display: flex;
|
|
30163
|
+
justify-content: center;
|
|
30164
|
+
align-items: center;
|
|
30165
|
+
height: 100%;
|
|
30394
30166
|
}
|
|
30395
30167
|
|
|
30396
|
-
.
|
|
30397
|
-
|
|
30398
|
-
|
|
30168
|
+
.d1i4ou6o {
|
|
30169
|
+
display: inline-block;
|
|
30170
|
+
width: 4px;
|
|
30171
|
+
height: 4px;
|
|
30172
|
+
background: #8e9aa9;
|
|
30173
|
+
opacity: 0.4;
|
|
30174
|
+
border-radius: 50%;
|
|
30175
|
+
margin: 0 4px;
|
|
30399
30176
|
}
|
|
30400
30177
|
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30403
|
-
|
|
30178
|
+
.m1jy87hk .ant-modal-header,
|
|
30179
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30180
|
+
width: 648px;
|
|
30181
|
+
margin: 0 auto;
|
|
30404
30182
|
}
|
|
30405
|
-
|
|
30406
|
-
|
|
30407
|
-
border
|
|
30408
|
-
border-bottom-left-radius: 0;
|
|
30183
|
+
.m1jy87hk .ant-modal-header {
|
|
30184
|
+
padding: 35px 0 24px;
|
|
30185
|
+
border: none;
|
|
30409
30186
|
}
|
|
30410
|
-
|
|
30411
|
-
|
|
30412
|
-
display: flex;
|
|
30413
|
-
justify-content: space-between;
|
|
30414
|
-
align-items: center;
|
|
30415
|
-
padding: 10px 0;
|
|
30416
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30417
|
-
font-size: 12px;
|
|
30418
|
-
line-height: 24px;
|
|
30187
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30188
|
+
font-size: 30px;
|
|
30419
30189
|
}
|
|
30420
|
-
.
|
|
30421
|
-
padding: 2px
|
|
30190
|
+
.m1jy87hk .ant-modal-body {
|
|
30191
|
+
padding: 4px 0 2px;
|
|
30422
30192
|
}
|
|
30423
|
-
.
|
|
30424
|
-
|
|
30425
|
-
align-items: center;
|
|
30426
|
-
border-radius: 6px;
|
|
30427
|
-
cursor: pointer;
|
|
30428
|
-
transition: all 0.3s ease;
|
|
30193
|
+
.m1jy87hk .ant-modal-footer {
|
|
30194
|
+
border: none;
|
|
30429
30195
|
}
|
|
30430
|
-
|
|
30431
|
-
|
|
30432
|
-
|
|
30196
|
+
|
|
30197
|
+
.ti7fpyu {
|
|
30198
|
+
font-size: 12px;
|
|
30199
|
+
line-height: 18px;
|
|
30200
|
+
font-weight: bold;
|
|
30201
|
+
color: #fff;
|
|
30202
|
+
padding: 0 4px;
|
|
30203
|
+
border-radius: 4px;
|
|
30204
|
+
display: inline-block;
|
|
30205
|
+
background: var(--ti7fpyu-0);
|
|
30433
30206
|
}
|
|
30434
|
-
.
|
|
30207
|
+
.ti7fpyu:not(:first-child) {
|
|
30435
30208
|
margin-left: 4px;
|
|
30436
30209
|
}
|
|
30437
|
-
|
|
30210
|
+
|
|
30211
|
+
.f1rest1f {
|
|
30212
|
+
width: 100%;
|
|
30213
|
+
height: 100%;
|
|
30438
30214
|
display: flex;
|
|
30439
30215
|
align-items: center;
|
|
30440
|
-
|
|
30216
|
+
justify-content: center;
|
|
30217
|
+
}
|
|
30218
|
+
|
|
30219
|
+
.n1kbdoln {
|
|
30220
|
+
font-size: 90%;
|
|
30441
30221
|
font-weight: bold;
|
|
30222
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30223
|
+
padding: 1px 4px 1px;
|
|
30224
|
+
margin-left: 2px;
|
|
30225
|
+
margin-right: 2px;
|
|
30226
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30227
|
+
border-radius: 4px;
|
|
30442
30228
|
}
|
|
30443
|
-
|
|
30444
|
-
|
|
30229
|
+
|
|
30230
|
+
.f1y3gta0.form-item-general {
|
|
30231
|
+
width: 640px;
|
|
30445
30232
|
}
|
|
30446
|
-
.
|
|
30447
|
-
|
|
30448
|
-
padding: 0 8px;
|
|
30233
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30234
|
+
margin-top: 16px;
|
|
30449
30235
|
}
|
|
30450
|
-
.
|
|
30451
|
-
|
|
30452
|
-
color: #0080ff;
|
|
30236
|
+
.f1y3gta0.form-item-compact {
|
|
30237
|
+
width: 412px;
|
|
30453
30238
|
}
|
|
30454
|
-
.
|
|
30455
|
-
|
|
30239
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
30240
|
+
margin-top: 8px;
|
|
30456
30241
|
}
|
|
30457
|
-
|
|
30458
|
-
|
|
30459
|
-
max-height: calc(100vh - 128px);
|
|
30460
|
-
overflow-y: auto;
|
|
30242
|
+
.f1y3gta0 .form-item {
|
|
30243
|
+
width: auto;
|
|
30461
30244
|
}
|
|
30462
|
-
.
|
|
30463
|
-
|
|
30464
|
-
|
|
30465
|
-
line-height: 18px;
|
|
30245
|
+
.f1y3gta0 .form-item-main {
|
|
30246
|
+
position: relative;
|
|
30247
|
+
display: flex;
|
|
30466
30248
|
}
|
|
30467
|
-
|
|
30468
|
-
|
|
30469
|
-
|
|
30249
|
+
.f1y3gta0 .form-item-extra {
|
|
30250
|
+
margin-top: 4px;
|
|
30251
|
+
width: 100%;
|
|
30252
|
+
padding: 14px;
|
|
30253
|
+
background: #f2f4f6;
|
|
30254
|
+
font-size: 13px;
|
|
30255
|
+
line-height: 1.8;
|
|
30256
|
+
color: #8e9aa9;
|
|
30470
30257
|
}
|
|
30471
|
-
|
|
30472
|
-
|
|
30473
|
-
|
|
30474
|
-
|
|
30258
|
+
.f1y3gta0 .form-item-label {
|
|
30259
|
+
padding-right: 12px;
|
|
30260
|
+
font-size: 13px;
|
|
30261
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30475
30262
|
}
|
|
30476
|
-
|
|
30477
|
-
|
|
30478
|
-
width: 430px !important;
|
|
30263
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
30264
|
+
text-align: right;
|
|
30479
30265
|
}
|
|
30480
|
-
|
|
30481
|
-
.
|
|
30482
|
-
|
|
30266
|
+
.f1y3gta0 .form-item-label,
|
|
30267
|
+
.f1y3gta0 .form-item-control {
|
|
30268
|
+
line-height: 32px;
|
|
30269
|
+
}
|
|
30270
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
30483
30271
|
line-height: 18px;
|
|
30484
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30485
|
-
height: 34px;
|
|
30486
|
-
min-height: 34px;
|
|
30487
|
-
box-sizing: border-box;
|
|
30488
|
-
margin-top: 8px;
|
|
30489
30272
|
}
|
|
30490
|
-
|
|
30491
|
-
|
|
30492
|
-
display: flex;
|
|
30493
|
-
flex-direction: column;
|
|
30494
|
-
margin: 1px 8px;
|
|
30495
|
-
padding: 8px;
|
|
30496
|
-
border-radius: 4px;
|
|
30273
|
+
.f1y3gta0 .form-item-children {
|
|
30274
|
+
width: 100%;
|
|
30497
30275
|
}
|
|
30498
|
-
.
|
|
30499
|
-
|
|
30276
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30277
|
+
width: 100%;
|
|
30500
30278
|
}
|
|
30501
|
-
.
|
|
30502
|
-
|
|
30279
|
+
.f1y3gta0 .form-item-error {
|
|
30280
|
+
color: #e75a3a;
|
|
30281
|
+
height: 0;
|
|
30282
|
+
overflow: hidden;
|
|
30503
30283
|
}
|
|
30504
|
-
.
|
|
30505
|
-
|
|
30284
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
30285
|
+
margin-top: 4px;
|
|
30286
|
+
height: auto;
|
|
30287
|
+
overflow: auto;
|
|
30506
30288
|
}
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30289
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30290
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30291
|
+
border: 1px solid #e75a3a;
|
|
30292
|
+
color: #e75a3a;
|
|
30509
30293
|
}
|
|
30510
|
-
|
|
30511
|
-
|
|
30294
|
+
|
|
30295
|
+
.fujbm7g {
|
|
30296
|
+
color: #2d3a56;
|
|
30297
|
+
font-weight: bold;
|
|
30298
|
+
padding-bottom: 6px;
|
|
30299
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30300
|
+
margin-bottom: 16px;
|
|
30512
30301
|
}
|
|
30513
|
-
.
|
|
30514
|
-
|
|
30302
|
+
.fujbm7g:not(:first-of-type) {
|
|
30303
|
+
margin-top: 16px;
|
|
30515
30304
|
}
|
|
30516
|
-
|
|
30517
|
-
|
|
30305
|
+
|
|
30306
|
+
.e5fsw5s {
|
|
30307
|
+
width: 8px;
|
|
30308
|
+
height: 24px;
|
|
30309
|
+
display: flex;
|
|
30310
|
+
justify-content: center;
|
|
30311
|
+
align-items: center;
|
|
30312
|
+
cursor: pointer;
|
|
30313
|
+
transition: all 200ms ease-out 40ms;
|
|
30518
30314
|
}
|
|
30519
|
-
.
|
|
30520
|
-
|
|
30521
|
-
|
|
30315
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
30316
|
+
content: "";
|
|
30317
|
+
width: 1px;
|
|
30318
|
+
height: 6px;
|
|
30319
|
+
border-radius: 1px;
|
|
30320
|
+
background: #ccd4e3;
|
|
30321
|
+
position: relative;
|
|
30322
|
+
right: 2px;
|
|
30323
|
+
transform: rotate(-45deg);
|
|
30324
|
+
}
|
|
30325
|
+
.e5fsw5s:after {
|
|
30326
|
+
transform: rotate(45deg);
|
|
30327
|
+
left: 1px;
|
|
30522
30328
|
}
|
|
30523
30329
|
|
|
30524
|
-
.
|
|
30330
|
+
.w18knsg4.ant-alert-warning {
|
|
30331
|
+
border: 0;
|
|
30332
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30333
|
+
border-radius: 6px;
|
|
30334
|
+
}
|
|
30335
|
+
.w18knsg4.ant-alert,
|
|
30336
|
+
.w18knsg4 .ant-alert-message {
|
|
30337
|
+
color: #e07f00;
|
|
30338
|
+
}
|
|
30339
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
30340
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30341
|
+
border-bottom-color: #e07f00;
|
|
30342
|
+
}
|
|
30343
|
+
|
|
30344
|
+
.ng31n2o {
|
|
30525
30345
|
display: flex;
|
|
30526
|
-
|
|
30527
|
-
|
|
30528
|
-
|
|
30346
|
+
flex-direction: row;
|
|
30347
|
+
padding: 7px 12px;
|
|
30348
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30349
|
+
border-radius: 6px;
|
|
30350
|
+
color: #e07f00;
|
|
30351
|
+
font-size: 12px;
|
|
30352
|
+
line-height: 18px;
|
|
30529
30353
|
}
|
|
30530
|
-
.
|
|
30531
|
-
|
|
30532
|
-
|
|
30533
|
-
text-overflow: ellipsis;
|
|
30354
|
+
.ng31n2o .icon-wrapper {
|
|
30355
|
+
margin-right: 10px;
|
|
30356
|
+
height: 18px;
|
|
30534
30357
|
}
|
|
30535
30358
|
|
|
30536
|
-
.
|
|
30359
|
+
.n15x5f5y {
|
|
30537
30360
|
display: flex;
|
|
30538
|
-
|
|
30361
|
+
flex-direction: row;
|
|
30362
|
+
padding: 7px 12px;
|
|
30363
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30364
|
+
border-radius: 6px;
|
|
30539
30365
|
color: rgba(44, 56, 82, 0.6);
|
|
30540
|
-
|
|
30366
|
+
font-size: 12px;
|
|
30541
30367
|
line-height: 18px;
|
|
30542
|
-
|
|
30368
|
+
}
|
|
30369
|
+
.n15x5f5y .icon-wrapper {
|
|
30370
|
+
margin-right: 10px;
|
|
30371
|
+
height: 18px;
|
|
30543
30372
|
}
|
|
30544
30373
|
|
|
30545
|
-
.
|
|
30546
|
-
|
|
30547
|
-
|
|
30548
|
-
|
|
30374
|
+
.i16ozz3f {
|
|
30375
|
+
display: flex;
|
|
30376
|
+
flex-direction: row;
|
|
30377
|
+
padding: 7px 12px;
|
|
30378
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30379
|
+
border-radius: 6px;
|
|
30380
|
+
color: #005ed1;
|
|
30381
|
+
font-size: 12px;
|
|
30382
|
+
line-height: 18px;
|
|
30383
|
+
}
|
|
30384
|
+
.i16ozz3f .icon-wrapper {
|
|
30385
|
+
margin-right: 10px;
|
|
30386
|
+
height: 18px;
|
|
30549
30387
|
}
|
|
30550
30388
|
|
|
30551
|
-
.
|
|
30552
|
-
|
|
30553
|
-
|
|
30554
|
-
|
|
30555
|
-
|
|
30389
|
+
.dszu9qr {
|
|
30390
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30391
|
+
margin-top: 5px;
|
|
30392
|
+
font-size: 12px;
|
|
30393
|
+
line-height: 18px;
|
|
30556
30394
|
}
|
|
30557
30395
|
|
|
30558
|
-
.
|
|
30559
|
-
|
|
30560
|
-
|
|
30396
|
+
.snxzgx {
|
|
30397
|
+
color: #f0483e;
|
|
30398
|
+
font-size: 12px;
|
|
30561
30399
|
white-space: pre-wrap;
|
|
30562
30400
|
}
|
|
30563
|
-
|
|
30564
|
-
|
|
30565
|
-
|
|
30401
|
+
|
|
30402
|
+
.o1i4orqw {
|
|
30403
|
+
display: flex;
|
|
30404
|
+
align-items: center;
|
|
30405
|
+
justify-content: flex-end;
|
|
30566
30406
|
}
|
|
30567
|
-
.
|
|
30568
|
-
|
|
30407
|
+
.o1i4orqw .icon-wrapper {
|
|
30408
|
+
margin-right: 16px;
|
|
30569
30409
|
}
|
|
30570
|
-
|
|
30571
|
-
|
|
30410
|
+
|
|
30411
|
+
.t79k8o2 {
|
|
30412
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30572
30413
|
}
|
|
30573
|
-
|
|
30574
|
-
|
|
30575
|
-
|
|
30414
|
+
|
|
30415
|
+
.ipd9bk.ant-input {
|
|
30416
|
+
padding: 5px 12px;
|
|
30417
|
+
line-height: 20px;
|
|
30418
|
+
color: #2d3a56;
|
|
30419
|
+
border-radius: 6px;
|
|
30420
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30421
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30576
30422
|
}
|
|
30577
|
-
.
|
|
30578
|
-
|
|
30579
|
-
|
|
30580
|
-
width: 6px;
|
|
30581
|
-
height: 6px;
|
|
30582
|
-
background: #fff;
|
|
30423
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
30424
|
+
padding: 8px 16px;
|
|
30425
|
+
line-height: 22px;
|
|
30583
30426
|
}
|
|
30584
|
-
.
|
|
30585
|
-
|
|
30427
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
30428
|
+
padding: 2px 8px;
|
|
30429
|
+
line-height: 18px;
|
|
30586
30430
|
}
|
|
30587
|
-
.
|
|
30431
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30588
30432
|
border-color: rgba(107, 128, 167, 0.6);
|
|
30589
|
-
|
|
30433
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30434
|
+
z-index: 1;
|
|
30590
30435
|
}
|
|
30591
|
-
.
|
|
30592
|
-
|
|
30436
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30437
|
+
border-color: #0096ff;
|
|
30438
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30439
|
+
z-index: 1;
|
|
30593
30440
|
}
|
|
30594
|
-
.
|
|
30595
|
-
color: #
|
|
30596
|
-
|
|
30441
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30442
|
+
border-color: #e75a3a;
|
|
30443
|
+
color: #e75a3a;
|
|
30597
30444
|
}
|
|
30598
|
-
.
|
|
30599
|
-
color: #
|
|
30445
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30446
|
+
border-color: #e75a3a;
|
|
30447
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30600
30448
|
}
|
|
30601
|
-
.
|
|
30602
|
-
|
|
30603
|
-
|
|
30604
|
-
padding-left: 12px;
|
|
30449
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30450
|
+
border-color: #e75a3a;
|
|
30451
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30605
30452
|
}
|
|
30606
|
-
.
|
|
30607
|
-
|
|
30608
|
-
|
|
30609
|
-
color: rgba(
|
|
30453
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30454
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30455
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30456
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30610
30457
|
}
|
|
30611
|
-
.
|
|
30612
|
-
padding
|
|
30458
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
30459
|
+
padding: 5px 12px;
|
|
30460
|
+
border-radius: 6px;
|
|
30461
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30462
|
+
line-height: 20px;
|
|
30463
|
+
color: #2d3a56;
|
|
30464
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30613
30465
|
}
|
|
30614
|
-
|
|
30615
|
-
.
|
|
30616
|
-
|
|
30466
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30467
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30468
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30617
30469
|
}
|
|
30618
|
-
.
|
|
30619
|
-
|
|
30470
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30471
|
+
padding: 8px 16px;
|
|
30472
|
+
line-height: 22px;
|
|
30620
30473
|
}
|
|
30621
|
-
|
|
30622
|
-
|
|
30623
|
-
|
|
30624
|
-
border-color: #ccd4e3;
|
|
30474
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30475
|
+
padding: 2px 8px;
|
|
30476
|
+
line-height: 18px;
|
|
30625
30477
|
}
|
|
30626
|
-
.
|
|
30627
|
-
border-color:
|
|
30478
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30479
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30480
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30628
30481
|
}
|
|
30629
|
-
.
|
|
30630
|
-
|
|
30631
|
-
|
|
30632
|
-
height: 32px;
|
|
30482
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30483
|
+
border-color: #0096ff;
|
|
30484
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30633
30485
|
}
|
|
30634
|
-
.
|
|
30635
|
-
|
|
30486
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30487
|
+
border-color: #e75a3a;
|
|
30636
30488
|
}
|
|
30637
|
-
.ant-
|
|
30638
|
-
|
|
30639
|
-
padding: 0 7px;
|
|
30640
|
-
line-height: 20px;
|
|
30489
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30490
|
+
color: #e75a3a;
|
|
30641
30491
|
}
|
|
30642
|
-
.
|
|
30643
|
-
|
|
30492
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30493
|
+
border-color: #e75a3a;
|
|
30494
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30644
30495
|
}
|
|
30645
|
-
.
|
|
30646
|
-
|
|
30496
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30497
|
+
border-color: #e75a3a;
|
|
30498
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30647
30499
|
}
|
|
30648
|
-
.
|
|
30649
|
-
background:
|
|
30650
|
-
|
|
30500
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30501
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30502
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30503
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30651
30504
|
}
|
|
30652
|
-
.
|
|
30653
|
-
|
|
30505
|
+
textarea.ipd9bk.ant-input {
|
|
30506
|
+
transition-property: height;
|
|
30507
|
+
transition-delay: 50ms;
|
|
30654
30508
|
}
|
|
30655
|
-
.
|
|
30509
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
30510
|
+
min-height: 40px;
|
|
30511
|
+
height: 40px;
|
|
30512
|
+
}
|
|
30513
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
30514
|
+
height: 80px;
|
|
30515
|
+
}
|
|
30516
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
30517
|
+
min-height: 32px;
|
|
30518
|
+
height: 32px;
|
|
30519
|
+
}
|
|
30520
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
30521
|
+
height: 64px;
|
|
30522
|
+
}
|
|
30523
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
30524
|
+
min-height: 24px;
|
|
30525
|
+
height: 24px;
|
|
30526
|
+
}
|
|
30527
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
30528
|
+
height: 40px;
|
|
30529
|
+
}
|
|
30530
|
+
|
|
30531
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
30532
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30533
|
+
border-radius: 4px;
|
|
30534
|
+
}
|
|
30535
|
+
.kypn5o5.input-tags {
|
|
30536
|
+
position: relative;
|
|
30537
|
+
padding: 6px;
|
|
30538
|
+
height: 32px;
|
|
30539
|
+
cursor: pointer;
|
|
30540
|
+
transition: border 150ms;
|
|
30541
|
+
}
|
|
30542
|
+
.kypn5o5.input-tags:hover {
|
|
30656
30543
|
border-color: #0080ff;
|
|
30544
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30657
30545
|
}
|
|
30658
|
-
.
|
|
30659
|
-
|
|
30546
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30547
|
+
padding-right: 30px;
|
|
30660
30548
|
}
|
|
30661
|
-
.
|
|
30662
|
-
|
|
30663
|
-
border-color: #ccd4e3;
|
|
30664
|
-
opacity: 0.5;
|
|
30549
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
30550
|
+
display: flex;
|
|
30665
30551
|
}
|
|
30666
|
-
.
|
|
30667
|
-
|
|
30668
|
-
border-color: #ccd4e3;
|
|
30552
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30553
|
+
display: flex;
|
|
30669
30554
|
}
|
|
30670
|
-
.
|
|
30671
|
-
|
|
30672
|
-
|
|
30673
|
-
|
|
30555
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
30556
|
+
position: absolute;
|
|
30557
|
+
right: 12px;
|
|
30558
|
+
top: 50%;
|
|
30559
|
+
transform: translateY(-50%);
|
|
30674
30560
|
}
|
|
30675
|
-
.
|
|
30676
|
-
|
|
30677
|
-
|
|
30678
|
-
|
|
30679
|
-
padding: 0;
|
|
30680
|
-
width: 36px;
|
|
30681
|
-
background: transparent;
|
|
30561
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30562
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30563
|
+
font-size: 12px;
|
|
30564
|
+
cursor: pointer;
|
|
30682
30565
|
}
|
|
30683
|
-
.
|
|
30684
|
-
|
|
30566
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30567
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30685
30568
|
}
|
|
30686
|
-
.
|
|
30687
|
-
|
|
30688
|
-
|
|
30689
|
-
box-shadow: none;
|
|
30569
|
+
.kypn5o5.has-focus-indicator {
|
|
30570
|
+
position: relative;
|
|
30571
|
+
overflow: hidden;
|
|
30690
30572
|
}
|
|
30691
|
-
.
|
|
30692
|
-
|
|
30573
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30574
|
+
position: absolute;
|
|
30575
|
+
top: 50%;
|
|
30576
|
+
transform: translateY(-50%);
|
|
30577
|
+
left: -16px;
|
|
30578
|
+
transition: left 150ms ease;
|
|
30579
|
+
opacity: 0;
|
|
30693
30580
|
}
|
|
30694
|
-
.
|
|
30695
|
-
|
|
30581
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30582
|
+
left: 8px;
|
|
30583
|
+
opacity: 1;
|
|
30696
30584
|
}
|
|
30697
|
-
.
|
|
30698
|
-
|
|
30699
|
-
margin-
|
|
30700
|
-
padding: 0;
|
|
30701
|
-
width: 36px;
|
|
30585
|
+
.kypn5o5.has-focus-indicator input {
|
|
30586
|
+
transition: margin-left 150ms ease;
|
|
30587
|
+
margin-left: 0px;
|
|
30702
30588
|
}
|
|
30703
|
-
|
|
30704
|
-
|
|
30705
|
-
display: inline-block;
|
|
30589
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
30590
|
+
margin-left: 16px;
|
|
30706
30591
|
}
|
|
30707
30592
|
|
|
30708
|
-
.
|
|
30709
|
-
|
|
30710
|
-
|
|
30711
|
-
font-weight: bold;
|
|
30712
|
-
font-size: 32px;
|
|
30713
|
-
line-height: 40px;
|
|
30593
|
+
input.l1ki27se.ant-input {
|
|
30594
|
+
border-top-right-radius: 0;
|
|
30595
|
+
border-bottom-right-radius: 0;
|
|
30714
30596
|
}
|
|
30715
30597
|
|
|
30716
|
-
.
|
|
30717
|
-
|
|
30718
|
-
|
|
30719
|
-
font-weight: bold;
|
|
30720
|
-
font-size: 24px;
|
|
30721
|
-
line-height: 32px;
|
|
30598
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30599
|
+
border-top-right-radius: 0;
|
|
30600
|
+
border-bottom-right-radius: 0;
|
|
30722
30601
|
}
|
|
30723
30602
|
|
|
30724
|
-
.
|
|
30725
|
-
|
|
30726
|
-
|
|
30727
|
-
font-weight: normal;
|
|
30728
|
-
font-size: 32px;
|
|
30729
|
-
line-height: 40px;
|
|
30603
|
+
input.rrg1fkn.ant-input {
|
|
30604
|
+
border-top-left-radius: 0;
|
|
30605
|
+
border-bottom-left-radius: 0;
|
|
30730
30606
|
}
|
|
30731
30607
|
|
|
30732
|
-
.
|
|
30733
|
-
|
|
30734
|
-
|
|
30735
|
-
font-weight: bold;
|
|
30736
|
-
font-size: 20px;
|
|
30737
|
-
line-height: 24px;
|
|
30608
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30609
|
+
border-top-left-radius: 0;
|
|
30610
|
+
border-bottom-left-radius: 0;
|
|
30738
30611
|
}
|
|
30739
30612
|
|
|
30740
|
-
.
|
|
30741
|
-
|
|
30742
|
-
|
|
30743
|
-
font-weight: normal;
|
|
30744
|
-
font-size: 20px;
|
|
30745
|
-
line-height: 24px;
|
|
30613
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30614
|
+
border-top-right-radius: 0;
|
|
30615
|
+
border-bottom-right-radius: 0;
|
|
30746
30616
|
}
|
|
30747
30617
|
|
|
30748
|
-
.
|
|
30749
|
-
|
|
30750
|
-
|
|
30751
|
-
font-weight: bold;
|
|
30752
|
-
font-size: 18px;
|
|
30753
|
-
line-height: 22px;
|
|
30618
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30619
|
+
border-top-left-radius: 0;
|
|
30620
|
+
border-bottom-left-radius: 0;
|
|
30754
30621
|
}
|
|
30755
30622
|
|
|
30756
|
-
.
|
|
30757
|
-
|
|
30758
|
-
|
|
30759
|
-
font-weight: normal;
|
|
30760
|
-
font-size: 18px;
|
|
30761
|
-
line-height: 22px;
|
|
30623
|
+
.c1t6wbwv {
|
|
30624
|
+
display: flex;
|
|
30625
|
+
flex-direction: column;
|
|
30762
30626
|
}
|
|
30763
|
-
|
|
30764
|
-
|
|
30765
|
-
font-family: Inter;
|
|
30766
|
-
font-style: normal;
|
|
30767
|
-
font-weight: bold;
|
|
30768
|
-
font-size: 16px;
|
|
30769
|
-
line-height: 22px;
|
|
30627
|
+
.c1t6wbwv .select-wrapper {
|
|
30628
|
+
margin-top: 12px;
|
|
30770
30629
|
}
|
|
30771
|
-
|
|
30772
|
-
|
|
30773
|
-
|
|
30774
|
-
|
|
30775
|
-
|
|
30776
|
-
|
|
30777
|
-
|
|
30630
|
+
.c1t6wbwv .select-wrapper .select {
|
|
30631
|
+
width: 100%;
|
|
30632
|
+
}
|
|
30633
|
+
.c1t6wbwv .radio-wrapper {
|
|
30634
|
+
margin-top: 24px;
|
|
30635
|
+
}
|
|
30636
|
+
.c1t6wbwv .form-item {
|
|
30637
|
+
width: 100%;
|
|
30778
30638
|
}
|
|
30779
30639
|
|
|
30780
|
-
.
|
|
30781
|
-
font-family: Inter;
|
|
30782
|
-
font-style: normal;
|
|
30783
|
-
font-weight: bold;
|
|
30640
|
+
.d1k7vv5v {
|
|
30784
30641
|
font-size: 14px;
|
|
30785
|
-
|
|
30642
|
+
font-weight: 500;
|
|
30643
|
+
color: #3e4652;
|
|
30644
|
+
line-height: 18px;
|
|
30645
|
+
}
|
|
30646
|
+
.d1k7vv5v + .d1k7vv5v {
|
|
30647
|
+
margin-top: 16px;
|
|
30648
|
+
}
|
|
30649
|
+
.d1k7vv5v + * {
|
|
30650
|
+
margin-top: 16px;
|
|
30786
30651
|
}
|
|
30787
30652
|
|
|
30788
|
-
.
|
|
30789
|
-
font-
|
|
30790
|
-
|
|
30791
|
-
|
|
30792
|
-
font-size: 14px;
|
|
30793
|
-
line-height: 20px;
|
|
30653
|
+
.le7b9r4.d1k7vv5v {
|
|
30654
|
+
font-size: 12px;
|
|
30655
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30656
|
+
margin-top: 12px;
|
|
30794
30657
|
}
|
|
30795
30658
|
|
|
30796
|
-
.
|
|
30797
|
-
font-family: Inter;
|
|
30798
|
-
font-style: normal;
|
|
30799
|
-
font-weight: bold;
|
|
30800
|
-
font-size: 12px;
|
|
30659
|
+
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
30801
30660
|
line-height: 18px;
|
|
30661
|
+
font-weight: 500;
|
|
30662
|
+
margin-top: 0;
|
|
30663
|
+
white-space: initial;
|
|
30802
30664
|
}
|
|
30803
30665
|
|
|
30804
|
-
.
|
|
30805
|
-
|
|
30806
|
-
font-style: normal;
|
|
30807
|
-
font-weight: normal;
|
|
30808
|
-
font-size: 12px;
|
|
30809
|
-
line-height: 18px;
|
|
30666
|
+
.r12ddqmh {
|
|
30667
|
+
display: block;
|
|
30810
30668
|
}
|
|
30811
|
-
|
|
30812
|
-
|
|
30813
|
-
font-
|
|
30814
|
-
|
|
30815
|
-
|
|
30816
|
-
text-transform: uppercase;
|
|
30817
|
-
font-feature-settings: "cpsp" on;
|
|
30818
|
-
font-size: 12px;
|
|
30819
|
-
line-height: 18px;
|
|
30669
|
+
.r12ddqmh span {
|
|
30670
|
+
font-size: 14px;
|
|
30671
|
+
font-weight: 500;
|
|
30672
|
+
line-height: 32px;
|
|
30673
|
+
color: #3e4652;
|
|
30820
30674
|
}
|
|
30821
30675
|
|
|
30822
|
-
.
|
|
30823
|
-
|
|
30824
|
-
|
|
30825
|
-
|
|
30826
|
-
|
|
30827
|
-
|
|
30676
|
+
.ctcr26a {
|
|
30677
|
+
margin-top: 8px;
|
|
30678
|
+
padding: 8px;
|
|
30679
|
+
border-radius: 6px;
|
|
30680
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30681
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30828
30682
|
font-size: 12px;
|
|
30829
|
-
line-height: 18px;
|
|
30830
30683
|
}
|
|
30831
|
-
|
|
30832
|
-
|
|
30833
|
-
|
|
30834
|
-
|
|
30835
|
-
|
|
30836
|
-
font-size: 16px;
|
|
30837
|
-
line-height: 24px;
|
|
30684
|
+
.ctcr26a div {
|
|
30685
|
+
line-height: 20px;
|
|
30686
|
+
display: flex;
|
|
30687
|
+
align-items: center;
|
|
30688
|
+
word-break: break-all;
|
|
30838
30689
|
}
|
|
30839
30690
|
|
|
30840
|
-
.
|
|
30841
|
-
|
|
30842
|
-
|
|
30843
|
-
|
|
30844
|
-
|
|
30845
|
-
line-height: 24px;
|
|
30691
|
+
.s34f1qb.ant-switch {
|
|
30692
|
+
min-width: 40px;
|
|
30693
|
+
height: 24px;
|
|
30694
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30695
|
+
overflow: hidden;
|
|
30846
30696
|
}
|
|
30847
|
-
|
|
30848
|
-
.
|
|
30849
|
-
font-family: Inter;
|
|
30850
|
-
font-style: normal;
|
|
30851
|
-
font-weight: normal;
|
|
30852
|
-
font-size: 16px;
|
|
30853
|
-
line-height: 24px;
|
|
30697
|
+
.s34f1qb.ant-switch:focus {
|
|
30698
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30854
30699
|
}
|
|
30855
|
-
|
|
30856
|
-
|
|
30857
|
-
|
|
30858
|
-
font-style: normal;
|
|
30859
|
-
font-weight: bold;
|
|
30860
|
-
font-size: 16px;
|
|
30861
|
-
line-height: 24px;
|
|
30700
|
+
.s34f1qb.ant-switch-small {
|
|
30701
|
+
min-width: 26px;
|
|
30702
|
+
height: 16px;
|
|
30862
30703
|
}
|
|
30863
|
-
|
|
30864
|
-
|
|
30865
|
-
|
|
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;
|
|
30704
|
+
.s34f1qb.ant-switch-large {
|
|
30705
|
+
min-width: 52px;
|
|
30706
|
+
height: 32px;
|
|
30872
30707
|
}
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
|
|
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;
|
|
30708
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30709
|
+
height: 20px;
|
|
30710
|
+
width: 20px;
|
|
30882
30711
|
}
|
|
30883
|
-
|
|
30884
|
-
|
|
30885
|
-
|
|
30886
|
-
font-style: normal;
|
|
30887
|
-
font-weight: normal;
|
|
30888
|
-
font-size: 14px;
|
|
30889
|
-
line-height: 22px;
|
|
30712
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30713
|
+
border-radius: 10px;
|
|
30714
|
+
transition-delay: 120ms;
|
|
30890
30715
|
}
|
|
30891
|
-
|
|
30892
|
-
|
|
30893
|
-
|
|
30894
|
-
|
|
30895
|
-
|
|
30896
|
-
font-size: 14px;
|
|
30897
|
-
line-height: 22px;
|
|
30716
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30717
|
+
height: 14px;
|
|
30718
|
+
width: 14px;
|
|
30719
|
+
top: 1px;
|
|
30720
|
+
left: 1px;
|
|
30898
30721
|
}
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
30902
|
-
font-style: normal;
|
|
30903
|
-
font-weight: bold;
|
|
30904
|
-
font-size: 14px;
|
|
30905
|
-
line-height: 22px;
|
|
30722
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30723
|
+
height: 28px;
|
|
30724
|
+
width: 28px;
|
|
30906
30725
|
}
|
|
30907
|
-
|
|
30908
|
-
|
|
30909
|
-
font-family: Inter;
|
|
30910
|
-
font-style: normal;
|
|
30911
|
-
font-weight: normal;
|
|
30912
|
-
font-size: 14px;
|
|
30913
|
-
line-height: 22px;
|
|
30726
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30727
|
+
border-radius: 14px;
|
|
30914
30728
|
}
|
|
30915
|
-
|
|
30916
|
-
|
|
30917
|
-
font-family: Inter;
|
|
30918
|
-
font-style: normal;
|
|
30919
|
-
font-weight: bold;
|
|
30920
|
-
font-size: 14px;
|
|
30921
|
-
line-height: 22px;
|
|
30729
|
+
.s34f1qb.ant-switch-checked {
|
|
30730
|
+
background-color: #00ba5d;
|
|
30922
30731
|
}
|
|
30923
|
-
|
|
30924
|
-
|
|
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;
|
|
30732
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30733
|
+
left: calc(100% - 20px - 2px);
|
|
30932
30734
|
}
|
|
30933
|
-
|
|
30934
|
-
|
|
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;
|
|
30735
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30736
|
+
left: calc(100% - 14px - 1px);
|
|
30942
30737
|
}
|
|
30943
|
-
|
|
30944
|
-
|
|
30945
|
-
font-family: Inter;
|
|
30946
|
-
font-style: normal;
|
|
30947
|
-
font-weight: normal;
|
|
30948
|
-
font-size: 13px;
|
|
30949
|
-
line-height: 20px;
|
|
30738
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30739
|
+
left: calc(100% - 28px - 2px);
|
|
30950
30740
|
}
|
|
30951
30741
|
|
|
30952
|
-
.
|
|
30953
|
-
|
|
30954
|
-
font-style: normal;
|
|
30955
|
-
font-weight: 600;
|
|
30956
|
-
font-size: 13px;
|
|
30957
|
-
line-height: 20px;
|
|
30742
|
+
.c1to9vb9 {
|
|
30743
|
+
margin-left: 5px;
|
|
30958
30744
|
}
|
|
30959
30745
|
|
|
30960
|
-
.
|
|
30961
|
-
|
|
30962
|
-
font-style: normal;
|
|
30963
|
-
font-weight: bold;
|
|
30964
|
-
font-size: 13px;
|
|
30965
|
-
line-height: 20px;
|
|
30746
|
+
.t1upn1sz {
|
|
30747
|
+
height: 100%;
|
|
30966
30748
|
}
|
|
30967
30749
|
|
|
30968
|
-
.
|
|
30969
|
-
|
|
30970
|
-
font-style: normal;
|
|
30971
|
-
font-weight: normal;
|
|
30972
|
-
font-size: 13px;
|
|
30973
|
-
line-height: 20px;
|
|
30750
|
+
.tta5kd2 {
|
|
30751
|
+
height: 100%;
|
|
30974
30752
|
}
|
|
30975
|
-
|
|
30976
|
-
|
|
30977
|
-
|
|
30978
|
-
font-style: normal;
|
|
30979
|
-
font-weight: 600;
|
|
30980
|
-
font-size: 13px;
|
|
30981
|
-
line-height: 20px;
|
|
30753
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
30754
|
+
overflow: visible !important;
|
|
30755
|
+
height: 100%;
|
|
30982
30756
|
}
|
|
30983
|
-
|
|
30984
|
-
|
|
30985
|
-
font-family: Inter;
|
|
30986
|
-
font-style: normal;
|
|
30987
|
-
font-weight: bold;
|
|
30988
|
-
font-size: 13px;
|
|
30989
|
-
line-height: 20px;
|
|
30757
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30758
|
+
height: 100%;
|
|
30990
30759
|
}
|
|
30991
|
-
|
|
30992
|
-
|
|
30993
|
-
|
|
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;
|
|
30760
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
30761
|
+
width: 100% !important;
|
|
30762
|
+
height: 100%;
|
|
31000
30763
|
}
|
|
31001
|
-
|
|
31002
|
-
|
|
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;
|
|
31010
|
-
}
|
|
31011
|
-
|
|
31012
|
-
.l2i7fo9 {
|
|
31013
|
-
font-family: Inter;
|
|
31014
|
-
font-style: normal;
|
|
31015
|
-
font-weight: normal;
|
|
31016
|
-
font-size: 12px;
|
|
31017
|
-
line-height: 18px;
|
|
31018
|
-
}
|
|
31019
|
-
|
|
31020
|
-
.l1x7hscx {
|
|
31021
|
-
font-family: Inter;
|
|
31022
|
-
font-style: normal;
|
|
31023
|
-
font-weight: 500;
|
|
31024
|
-
font-size: 12px;
|
|
31025
|
-
line-height: 18px;
|
|
31026
|
-
}
|
|
31027
|
-
|
|
31028
|
-
.le1jwan {
|
|
31029
|
-
font-family: Inter;
|
|
31030
|
-
font-style: normal;
|
|
31031
|
-
font-weight: bold;
|
|
31032
|
-
font-size: 12px;
|
|
31033
|
-
line-height: 18px;
|
|
31034
|
-
}
|
|
31035
|
-
|
|
31036
|
-
.lyxynfj {
|
|
31037
|
-
font-family: Inter;
|
|
31038
|
-
font-style: normal;
|
|
31039
|
-
font-weight: normal;
|
|
31040
|
-
font-size: 12px;
|
|
31041
|
-
line-height: 18px;
|
|
31042
|
-
}
|
|
31043
|
-
|
|
31044
|
-
.lpb2nxv {
|
|
31045
|
-
font-family: Inter;
|
|
31046
|
-
font-style: normal;
|
|
31047
|
-
font-weight: 500;
|
|
31048
|
-
font-size: 12px;
|
|
31049
|
-
line-height: 18px;
|
|
31050
|
-
}
|
|
31051
|
-
|
|
31052
|
-
.l1r8o3vv {
|
|
31053
|
-
font-family: Inter;
|
|
31054
|
-
font-style: normal;
|
|
31055
|
-
font-weight: bold;
|
|
31056
|
-
font-size: 12px;
|
|
31057
|
-
line-height: 18px;
|
|
31058
|
-
}
|
|
31059
|
-
|
|
31060
|
-
.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;
|
|
31068
|
-
}
|
|
31069
|
-
|
|
31070
|
-
.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;
|
|
31078
|
-
}
|
|
31079
|
-
|
|
31080
|
-
.fqaz4mb {
|
|
31081
|
-
font-family: Inter;
|
|
31082
|
-
font-style: normal;
|
|
31083
|
-
font-weight: normal;
|
|
31084
|
-
font-size: 13px;
|
|
31085
|
-
line-height: 20px;
|
|
31086
|
-
}
|
|
31087
|
-
|
|
31088
|
-
.f13we5o {
|
|
31089
|
-
font-family: Inter;
|
|
31090
|
-
font-style: normal;
|
|
31091
|
-
font-weight: normal;
|
|
31092
|
-
font-size: 13px;
|
|
31093
|
-
line-height: 20px;
|
|
31094
|
-
}
|
|
31095
|
-
|
|
31096
|
-
.ffmjua2 {
|
|
31097
|
-
font-family: Inter;
|
|
31098
|
-
font-style: normal;
|
|
31099
|
-
font-weight: normal;
|
|
31100
|
-
font-size: 12px;
|
|
31101
|
-
line-height: 18px;
|
|
31102
|
-
}
|
|
31103
|
-
|
|
31104
|
-
.fz2mxw0 {
|
|
31105
|
-
font-family: Inter;
|
|
31106
|
-
font-style: normal;
|
|
31107
|
-
font-weight: normal;
|
|
31108
|
-
font-size: 12px;
|
|
31109
|
-
line-height: 18px;
|
|
31110
|
-
}
|
|
31111
|
-
|
|
31112
|
-
.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;
|
|
31118
|
-
line-height: 20px;
|
|
31119
|
-
}
|
|
31120
|
-
|
|
31121
|
-
.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;
|
|
31128
|
-
}
|
|
31129
|
-
|
|
31130
|
-
.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;
|
|
31137
|
-
}
|
|
31138
|
-
|
|
31139
|
-
.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;
|
|
31146
|
-
}
|
|
31147
|
-
|
|
31148
|
-
.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;
|
|
31155
|
-
}
|
|
31156
|
-
|
|
31157
|
-
.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;
|
|
31164
|
-
}
|
|
31165
|
-
|
|
31166
|
-
.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;
|
|
31173
|
-
}
|
|
31174
|
-
|
|
31175
|
-
.u1w9abfe {
|
|
31176
|
-
font-family: Inter;
|
|
31177
|
-
font-style: normal;
|
|
31178
|
-
font-weight: normal;
|
|
31179
|
-
font-size: 10px;
|
|
31180
|
-
line-height: 12px;
|
|
31181
|
-
}
|
|
31182
|
-
|
|
31183
|
-
.t1upn1sz {
|
|
31184
|
-
height: 100%;
|
|
31185
|
-
}
|
|
31186
|
-
|
|
31187
|
-
.tta5kd2 {
|
|
31188
|
-
height: 100%;
|
|
31189
|
-
}
|
|
31190
|
-
.tta5kd2.empty-table .ant-table-content {
|
|
31191
|
-
overflow: visible !important;
|
|
31192
|
-
height: 100%;
|
|
31193
|
-
}
|
|
31194
|
-
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31195
|
-
height: 100%;
|
|
31196
|
-
}
|
|
31197
|
-
.tta5kd2.empty-table .ant-table-content table {
|
|
31198
|
-
width: 100% !important;
|
|
31199
|
-
height: 100%;
|
|
31200
|
-
}
|
|
31201
|
-
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31202
|
-
padding: 15px 0;
|
|
30764
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30765
|
+
padding: 15px 0;
|
|
31203
30766
|
}
|
|
31204
30767
|
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31205
30768
|
display: none;
|
|
@@ -31502,101 +31065,606 @@ input.rrg1fkn.ant-input {
|
|
|
31502
31065
|
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31503
31066
|
display: none;
|
|
31504
31067
|
}
|
|
31505
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31506
|
-
background: #fff;
|
|
31068
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31069
|
+
background: #fff;
|
|
31070
|
+
}
|
|
31071
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31072
|
+
background: inherit;
|
|
31073
|
+
}
|
|
31074
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31075
|
+
position: static;
|
|
31076
|
+
border: none;
|
|
31077
|
+
background: inherit !important;
|
|
31078
|
+
height: 100px;
|
|
31079
|
+
vertical-align: middle;
|
|
31080
|
+
}
|
|
31081
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31082
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31083
|
+
font-weight: bold;
|
|
31084
|
+
font-size: 20px;
|
|
31085
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31086
|
+
}
|
|
31087
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31088
|
+
padding: 0 !important;
|
|
31089
|
+
position: relative;
|
|
31090
|
+
background: #fff;
|
|
31091
|
+
}
|
|
31092
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31093
|
+
height: 100%;
|
|
31094
|
+
display: flex;
|
|
31095
|
+
align-items: center;
|
|
31096
|
+
justify-content: flex-end;
|
|
31097
|
+
padding-right: 8px;
|
|
31098
|
+
}
|
|
31099
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31100
|
+
width: 24px;
|
|
31101
|
+
height: 24px;
|
|
31102
|
+
cursor: pointer;
|
|
31103
|
+
justify-content: center;
|
|
31104
|
+
border-radius: 4px;
|
|
31105
|
+
}
|
|
31106
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31107
|
+
background: #fff;
|
|
31108
|
+
}
|
|
31109
|
+
|
|
31110
|
+
.s1fc623g {
|
|
31111
|
+
width: 430px !important;
|
|
31112
|
+
}
|
|
31113
|
+
|
|
31114
|
+
.da3mx0o .ant-select-item-group {
|
|
31115
|
+
padding: 8px 16px;
|
|
31116
|
+
line-height: 18px;
|
|
31117
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31118
|
+
height: 34px;
|
|
31119
|
+
min-height: 34px;
|
|
31120
|
+
box-sizing: border-box;
|
|
31121
|
+
margin-top: 8px;
|
|
31122
|
+
}
|
|
31123
|
+
|
|
31124
|
+
.onr9gzt {
|
|
31125
|
+
display: flex;
|
|
31126
|
+
flex-direction: column;
|
|
31127
|
+
margin: 1px 8px;
|
|
31128
|
+
padding: 8px;
|
|
31129
|
+
border-radius: 4px;
|
|
31130
|
+
}
|
|
31131
|
+
.onr9gzt .selected-icon {
|
|
31132
|
+
display: none;
|
|
31133
|
+
}
|
|
31134
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31135
|
+
padding-left: 8px;
|
|
31136
|
+
}
|
|
31137
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31138
|
+
background-color: white;
|
|
31139
|
+
}
|
|
31140
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31141
|
+
color: #0080ff;
|
|
31142
|
+
}
|
|
31143
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31144
|
+
display: block;
|
|
31145
|
+
}
|
|
31146
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31147
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31148
|
+
}
|
|
31149
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31150
|
+
color: #0080ff;
|
|
31151
|
+
}
|
|
31152
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31153
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31154
|
+
color: #0080ff;
|
|
31155
|
+
}
|
|
31156
|
+
|
|
31157
|
+
.oiy0apc {
|
|
31158
|
+
display: flex;
|
|
31159
|
+
justify-content: space-between;
|
|
31160
|
+
height: 20px;
|
|
31161
|
+
line-height: 20px;
|
|
31162
|
+
}
|
|
31163
|
+
.oiy0apc .timezone-title {
|
|
31164
|
+
color: #2d3a56;
|
|
31165
|
+
overflow: hidden;
|
|
31166
|
+
text-overflow: ellipsis;
|
|
31167
|
+
}
|
|
31168
|
+
|
|
31169
|
+
.of4y382 {
|
|
31170
|
+
display: flex;
|
|
31171
|
+
justify-content: space-between;
|
|
31172
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31173
|
+
height: 18px;
|
|
31174
|
+
line-height: 18px;
|
|
31175
|
+
margin-top: 2px;
|
|
31176
|
+
}
|
|
31177
|
+
|
|
31178
|
+
.t19903l9 {
|
|
31179
|
+
border: none;
|
|
31180
|
+
margin-right: 0;
|
|
31181
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31182
|
+
}
|
|
31183
|
+
|
|
31184
|
+
.ohwbvxu {
|
|
31185
|
+
pointer-events: none;
|
|
31186
|
+
height: 32px;
|
|
31187
|
+
width: 100%;
|
|
31188
|
+
opacity: 0;
|
|
31189
|
+
}
|
|
31190
|
+
|
|
31191
|
+
.i1e4sgug {
|
|
31192
|
+
display: inline-block;
|
|
31193
|
+
}
|
|
31194
|
+
|
|
31195
|
+
.d6j0lbj {
|
|
31196
|
+
font-family: Inter;
|
|
31197
|
+
font-style: normal;
|
|
31198
|
+
font-weight: bold;
|
|
31199
|
+
font-size: 32px;
|
|
31200
|
+
line-height: 40px;
|
|
31201
|
+
}
|
|
31202
|
+
|
|
31203
|
+
.d1xhvvxe {
|
|
31204
|
+
font-family: Inter;
|
|
31205
|
+
font-style: normal;
|
|
31206
|
+
font-weight: bold;
|
|
31207
|
+
font-size: 24px;
|
|
31208
|
+
line-height: 32px;
|
|
31209
|
+
}
|
|
31210
|
+
|
|
31211
|
+
.dk10mxq {
|
|
31212
|
+
font-family: Inter;
|
|
31213
|
+
font-style: normal;
|
|
31214
|
+
font-weight: normal;
|
|
31215
|
+
font-size: 32px;
|
|
31216
|
+
line-height: 40px;
|
|
31217
|
+
}
|
|
31218
|
+
|
|
31219
|
+
.dxsait {
|
|
31220
|
+
font-family: Inter;
|
|
31221
|
+
font-style: normal;
|
|
31222
|
+
font-weight: bold;
|
|
31223
|
+
font-size: 20px;
|
|
31224
|
+
line-height: 24px;
|
|
31225
|
+
}
|
|
31226
|
+
|
|
31227
|
+
.dokn0h3 {
|
|
31228
|
+
font-family: Inter;
|
|
31229
|
+
font-style: normal;
|
|
31230
|
+
font-weight: normal;
|
|
31231
|
+
font-size: 20px;
|
|
31232
|
+
line-height: 24px;
|
|
31233
|
+
}
|
|
31234
|
+
|
|
31235
|
+
.dobau4p {
|
|
31236
|
+
font-family: Inter;
|
|
31237
|
+
font-style: normal;
|
|
31238
|
+
font-weight: bold;
|
|
31239
|
+
font-size: 18px;
|
|
31240
|
+
line-height: 22px;
|
|
31241
|
+
}
|
|
31242
|
+
|
|
31243
|
+
.dvolwok {
|
|
31244
|
+
font-family: Inter;
|
|
31245
|
+
font-style: normal;
|
|
31246
|
+
font-weight: normal;
|
|
31247
|
+
font-size: 18px;
|
|
31248
|
+
line-height: 22px;
|
|
31249
|
+
}
|
|
31250
|
+
|
|
31251
|
+
.h181qhg4 {
|
|
31252
|
+
font-family: Inter;
|
|
31253
|
+
font-style: normal;
|
|
31254
|
+
font-weight: bold;
|
|
31255
|
+
font-size: 16px;
|
|
31256
|
+
line-height: 22px;
|
|
31257
|
+
}
|
|
31258
|
+
|
|
31259
|
+
.h1phgmcq {
|
|
31260
|
+
font-family: Inter;
|
|
31261
|
+
font-style: normal;
|
|
31262
|
+
font-weight: normal;
|
|
31263
|
+
font-size: 16px;
|
|
31264
|
+
line-height: 22px;
|
|
31265
|
+
}
|
|
31266
|
+
|
|
31267
|
+
.h173xnl1 {
|
|
31268
|
+
font-family: Inter;
|
|
31269
|
+
font-style: normal;
|
|
31270
|
+
font-weight: bold;
|
|
31271
|
+
font-size: 14px;
|
|
31272
|
+
line-height: 20px;
|
|
31273
|
+
}
|
|
31274
|
+
|
|
31275
|
+
.hedm4pz {
|
|
31276
|
+
font-family: Inter;
|
|
31277
|
+
font-style: normal;
|
|
31278
|
+
font-weight: normal;
|
|
31279
|
+
font-size: 14px;
|
|
31280
|
+
line-height: 20px;
|
|
31281
|
+
}
|
|
31282
|
+
|
|
31283
|
+
.h1kd8xld {
|
|
31284
|
+
font-family: Inter;
|
|
31285
|
+
font-style: normal;
|
|
31286
|
+
font-weight: bold;
|
|
31287
|
+
font-size: 12px;
|
|
31288
|
+
line-height: 18px;
|
|
31289
|
+
}
|
|
31290
|
+
|
|
31291
|
+
.hp14fr {
|
|
31292
|
+
font-family: Inter;
|
|
31293
|
+
font-style: normal;
|
|
31294
|
+
font-weight: normal;
|
|
31295
|
+
font-size: 12px;
|
|
31296
|
+
line-height: 18px;
|
|
31297
|
+
}
|
|
31298
|
+
|
|
31299
|
+
.hgrg7mn {
|
|
31300
|
+
font-family: Inter;
|
|
31301
|
+
font-style: normal;
|
|
31302
|
+
font-weight: bold;
|
|
31303
|
+
text-transform: uppercase;
|
|
31304
|
+
font-feature-settings: "cpsp" on;
|
|
31305
|
+
font-size: 12px;
|
|
31306
|
+
line-height: 18px;
|
|
31307
|
+
}
|
|
31308
|
+
|
|
31309
|
+
.h6zme9x {
|
|
31310
|
+
font-family: Inter;
|
|
31311
|
+
font-style: normal;
|
|
31312
|
+
font-weight: normal;
|
|
31313
|
+
text-transform: uppercase;
|
|
31314
|
+
font-feature-settings: "cpsp" on;
|
|
31315
|
+
font-size: 12px;
|
|
31316
|
+
line-height: 18px;
|
|
31317
|
+
}
|
|
31318
|
+
|
|
31319
|
+
.locjvsv {
|
|
31320
|
+
font-family: Inter;
|
|
31321
|
+
font-style: normal;
|
|
31322
|
+
font-weight: normal;
|
|
31323
|
+
font-size: 16px;
|
|
31324
|
+
line-height: 24px;
|
|
31325
|
+
}
|
|
31326
|
+
|
|
31327
|
+
.l13gi131 {
|
|
31328
|
+
font-family: Inter;
|
|
31329
|
+
font-style: normal;
|
|
31330
|
+
font-weight: bold;
|
|
31331
|
+
font-size: 16px;
|
|
31332
|
+
line-height: 24px;
|
|
31333
|
+
}
|
|
31334
|
+
|
|
31335
|
+
.l1ynemsu {
|
|
31336
|
+
font-family: Inter;
|
|
31337
|
+
font-style: normal;
|
|
31338
|
+
font-weight: normal;
|
|
31339
|
+
font-size: 16px;
|
|
31340
|
+
line-height: 24px;
|
|
31341
|
+
}
|
|
31342
|
+
|
|
31343
|
+
.l1cft1cx {
|
|
31344
|
+
font-family: Inter;
|
|
31345
|
+
font-style: normal;
|
|
31346
|
+
font-weight: bold;
|
|
31347
|
+
font-size: 16px;
|
|
31348
|
+
line-height: 24px;
|
|
31349
|
+
}
|
|
31350
|
+
|
|
31351
|
+
.l17tqc8p {
|
|
31352
|
+
font-family: Inter;
|
|
31353
|
+
font-style: normal;
|
|
31354
|
+
font-weight: normal;
|
|
31355
|
+
text-transform: uppercase;
|
|
31356
|
+
font-feature-settings: "cpsp" on;
|
|
31357
|
+
font-size: 16px;
|
|
31358
|
+
line-height: 24px;
|
|
31359
|
+
}
|
|
31360
|
+
|
|
31361
|
+
.l1j1e5w7 {
|
|
31362
|
+
font-family: Inter;
|
|
31363
|
+
font-style: normal;
|
|
31364
|
+
font-weight: bold;
|
|
31365
|
+
text-transform: uppercase;
|
|
31366
|
+
font-feature-settings: "cpsp" on;
|
|
31367
|
+
font-size: 16px;
|
|
31368
|
+
line-height: 24px;
|
|
31369
|
+
}
|
|
31370
|
+
|
|
31371
|
+
.l1gf91jb {
|
|
31372
|
+
font-family: Inter;
|
|
31373
|
+
font-style: normal;
|
|
31374
|
+
font-weight: normal;
|
|
31375
|
+
font-size: 14px;
|
|
31376
|
+
line-height: 22px;
|
|
31377
|
+
}
|
|
31378
|
+
|
|
31379
|
+
.lu7hlr6 {
|
|
31380
|
+
font-family: Inter;
|
|
31381
|
+
font-style: normal;
|
|
31382
|
+
font-weight: 500;
|
|
31383
|
+
font-size: 14px;
|
|
31384
|
+
line-height: 22px;
|
|
31385
|
+
}
|
|
31386
|
+
|
|
31387
|
+
.l3l3jf0 {
|
|
31388
|
+
font-family: Inter;
|
|
31389
|
+
font-style: normal;
|
|
31390
|
+
font-weight: bold;
|
|
31391
|
+
font-size: 14px;
|
|
31392
|
+
line-height: 22px;
|
|
31393
|
+
}
|
|
31394
|
+
|
|
31395
|
+
.l12j5nqp {
|
|
31396
|
+
font-family: Inter;
|
|
31397
|
+
font-style: normal;
|
|
31398
|
+
font-weight: normal;
|
|
31399
|
+
font-size: 14px;
|
|
31400
|
+
line-height: 22px;
|
|
31401
|
+
}
|
|
31402
|
+
|
|
31403
|
+
.l1tecqht {
|
|
31404
|
+
font-family: Inter;
|
|
31405
|
+
font-style: normal;
|
|
31406
|
+
font-weight: bold;
|
|
31407
|
+
font-size: 14px;
|
|
31408
|
+
line-height: 22px;
|
|
31409
|
+
}
|
|
31410
|
+
|
|
31411
|
+
.l6sa990 {
|
|
31412
|
+
font-family: Inter;
|
|
31413
|
+
font-style: normal;
|
|
31414
|
+
font-weight: normal;
|
|
31415
|
+
text-transform: uppercase;
|
|
31416
|
+
font-feature-settings: "cpsp" on;
|
|
31417
|
+
font-size: 14px;
|
|
31418
|
+
line-height: 22px;
|
|
31419
|
+
}
|
|
31420
|
+
|
|
31421
|
+
.lckqe8j {
|
|
31422
|
+
font-family: Inter;
|
|
31423
|
+
font-style: normal;
|
|
31424
|
+
font-weight: bold;
|
|
31425
|
+
text-transform: uppercase;
|
|
31426
|
+
font-feature-settings: "cpsp" on;
|
|
31427
|
+
font-size: 14px;
|
|
31428
|
+
line-height: 22px;
|
|
31429
|
+
}
|
|
31430
|
+
|
|
31431
|
+
.l1kuminb {
|
|
31432
|
+
font-family: Inter;
|
|
31433
|
+
font-style: normal;
|
|
31434
|
+
font-weight: normal;
|
|
31435
|
+
font-size: 13px;
|
|
31436
|
+
line-height: 20px;
|
|
31437
|
+
}
|
|
31438
|
+
|
|
31439
|
+
.l1pbuf5j {
|
|
31440
|
+
font-family: Inter;
|
|
31441
|
+
font-style: normal;
|
|
31442
|
+
font-weight: 600;
|
|
31443
|
+
font-size: 13px;
|
|
31444
|
+
line-height: 20px;
|
|
31445
|
+
}
|
|
31446
|
+
|
|
31447
|
+
.l1r4ztu {
|
|
31448
|
+
font-family: Inter;
|
|
31449
|
+
font-style: normal;
|
|
31450
|
+
font-weight: bold;
|
|
31451
|
+
font-size: 13px;
|
|
31452
|
+
line-height: 20px;
|
|
31453
|
+
}
|
|
31454
|
+
|
|
31455
|
+
.ly8vzok {
|
|
31456
|
+
font-family: Inter;
|
|
31457
|
+
font-style: normal;
|
|
31458
|
+
font-weight: normal;
|
|
31459
|
+
font-size: 13px;
|
|
31460
|
+
line-height: 20px;
|
|
31461
|
+
}
|
|
31462
|
+
|
|
31463
|
+
.lumfmf {
|
|
31464
|
+
font-family: Inter;
|
|
31465
|
+
font-style: normal;
|
|
31466
|
+
font-weight: 600;
|
|
31467
|
+
font-size: 13px;
|
|
31468
|
+
line-height: 20px;
|
|
31469
|
+
}
|
|
31470
|
+
|
|
31471
|
+
.l16ujwmv {
|
|
31472
|
+
font-family: Inter;
|
|
31473
|
+
font-style: normal;
|
|
31474
|
+
font-weight: bold;
|
|
31475
|
+
font-size: 13px;
|
|
31476
|
+
line-height: 20px;
|
|
31477
|
+
}
|
|
31478
|
+
|
|
31479
|
+
.l17o1ffr {
|
|
31480
|
+
font-family: Inter;
|
|
31481
|
+
font-style: normal;
|
|
31482
|
+
font-weight: normal;
|
|
31483
|
+
text-transform: uppercase;
|
|
31484
|
+
font-feature-settings: "cpsp" on;
|
|
31485
|
+
font-size: 13px;
|
|
31486
|
+
line-height: 20px;
|
|
31487
|
+
}
|
|
31488
|
+
|
|
31489
|
+
.lngllvn {
|
|
31490
|
+
font-family: Inter;
|
|
31491
|
+
font-style: normal;
|
|
31492
|
+
font-weight: bold;
|
|
31493
|
+
text-transform: uppercase;
|
|
31494
|
+
font-feature-settings: "cpsp" on;
|
|
31495
|
+
font-size: 13px;
|
|
31496
|
+
line-height: 20px;
|
|
31507
31497
|
}
|
|
31508
|
-
|
|
31509
|
-
|
|
31498
|
+
|
|
31499
|
+
.l2i7fo9 {
|
|
31500
|
+
font-family: Inter;
|
|
31501
|
+
font-style: normal;
|
|
31502
|
+
font-weight: normal;
|
|
31503
|
+
font-size: 12px;
|
|
31504
|
+
line-height: 18px;
|
|
31510
31505
|
}
|
|
31511
|
-
|
|
31512
|
-
|
|
31513
|
-
|
|
31514
|
-
|
|
31515
|
-
|
|
31516
|
-
|
|
31506
|
+
|
|
31507
|
+
.l1x7hscx {
|
|
31508
|
+
font-family: Inter;
|
|
31509
|
+
font-style: normal;
|
|
31510
|
+
font-weight: 500;
|
|
31511
|
+
font-size: 12px;
|
|
31512
|
+
line-height: 18px;
|
|
31517
31513
|
}
|
|
31518
|
-
|
|
31519
|
-
.
|
|
31514
|
+
|
|
31515
|
+
.le1jwan {
|
|
31516
|
+
font-family: Inter;
|
|
31517
|
+
font-style: normal;
|
|
31520
31518
|
font-weight: bold;
|
|
31521
|
-
font-size:
|
|
31522
|
-
|
|
31523
|
-
}
|
|
31524
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
31525
|
-
padding: 0 !important;
|
|
31526
|
-
position: relative;
|
|
31527
|
-
background: #fff;
|
|
31519
|
+
font-size: 12px;
|
|
31520
|
+
line-height: 18px;
|
|
31528
31521
|
}
|
|
31529
|
-
|
|
31530
|
-
|
|
31531
|
-
|
|
31532
|
-
|
|
31533
|
-
|
|
31534
|
-
|
|
31522
|
+
|
|
31523
|
+
.lyxynfj {
|
|
31524
|
+
font-family: Inter;
|
|
31525
|
+
font-style: normal;
|
|
31526
|
+
font-weight: normal;
|
|
31527
|
+
font-size: 12px;
|
|
31528
|
+
line-height: 18px;
|
|
31535
31529
|
}
|
|
31536
|
-
|
|
31537
|
-
|
|
31538
|
-
|
|
31539
|
-
|
|
31540
|
-
|
|
31541
|
-
|
|
31530
|
+
|
|
31531
|
+
.lpb2nxv {
|
|
31532
|
+
font-family: Inter;
|
|
31533
|
+
font-style: normal;
|
|
31534
|
+
font-weight: 500;
|
|
31535
|
+
font-size: 12px;
|
|
31536
|
+
line-height: 18px;
|
|
31542
31537
|
}
|
|
31543
|
-
|
|
31544
|
-
|
|
31538
|
+
|
|
31539
|
+
.l1r8o3vv {
|
|
31540
|
+
font-family: Inter;
|
|
31541
|
+
font-style: normal;
|
|
31542
|
+
font-weight: bold;
|
|
31543
|
+
font-size: 12px;
|
|
31544
|
+
line-height: 18px;
|
|
31545
31545
|
}
|
|
31546
31546
|
|
|
31547
|
-
.
|
|
31548
|
-
|
|
31549
|
-
|
|
31550
|
-
|
|
31551
|
-
|
|
31547
|
+
.lemnjy2 {
|
|
31548
|
+
font-family: Inter;
|
|
31549
|
+
font-style: normal;
|
|
31550
|
+
font-weight: normal;
|
|
31551
|
+
text-transform: uppercase;
|
|
31552
|
+
font-feature-settings: "cpsp" on;
|
|
31553
|
+
font-size: 12px;
|
|
31554
|
+
line-height: 18px;
|
|
31552
31555
|
}
|
|
31553
|
-
|
|
31554
|
-
|
|
31556
|
+
|
|
31557
|
+
.lrc42gb {
|
|
31558
|
+
font-family: Inter;
|
|
31559
|
+
font-style: normal;
|
|
31560
|
+
font-weight: bold;
|
|
31561
|
+
text-transform: uppercase;
|
|
31562
|
+
font-feature-settings: "cpsp" on;
|
|
31563
|
+
font-size: 12px;
|
|
31564
|
+
line-height: 18px;
|
|
31555
31565
|
}
|
|
31556
|
-
|
|
31557
|
-
|
|
31558
|
-
|
|
31566
|
+
|
|
31567
|
+
.fqaz4mb {
|
|
31568
|
+
font-family: Inter;
|
|
31569
|
+
font-style: normal;
|
|
31570
|
+
font-weight: normal;
|
|
31571
|
+
font-size: 13px;
|
|
31572
|
+
line-height: 20px;
|
|
31559
31573
|
}
|
|
31560
|
-
|
|
31561
|
-
|
|
31562
|
-
|
|
31574
|
+
|
|
31575
|
+
.f13we5o {
|
|
31576
|
+
font-family: Inter;
|
|
31577
|
+
font-style: normal;
|
|
31578
|
+
font-weight: normal;
|
|
31579
|
+
font-size: 13px;
|
|
31580
|
+
line-height: 20px;
|
|
31563
31581
|
}
|
|
31564
|
-
|
|
31565
|
-
|
|
31566
|
-
|
|
31582
|
+
|
|
31583
|
+
.ffmjua2 {
|
|
31584
|
+
font-family: Inter;
|
|
31585
|
+
font-style: normal;
|
|
31586
|
+
font-weight: normal;
|
|
31587
|
+
font-size: 12px;
|
|
31588
|
+
line-height: 18px;
|
|
31567
31589
|
}
|
|
31568
|
-
|
|
31569
|
-
|
|
31570
|
-
|
|
31590
|
+
|
|
31591
|
+
.fz2mxw0 {
|
|
31592
|
+
font-family: Inter;
|
|
31593
|
+
font-style: normal;
|
|
31594
|
+
font-weight: normal;
|
|
31595
|
+
font-size: 12px;
|
|
31596
|
+
line-height: 18px;
|
|
31571
31597
|
}
|
|
31572
|
-
|
|
31573
|
-
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
|
|
31598
|
+
|
|
31599
|
+
.t1ertzoh {
|
|
31600
|
+
font-family: Inter;
|
|
31601
|
+
font-style: normal;
|
|
31602
|
+
font-weight: normal;
|
|
31603
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31604
|
+
font-size: 13px;
|
|
31605
|
+
line-height: 20px;
|
|
31577
31606
|
}
|
|
31578
|
-
|
|
31579
|
-
|
|
31580
|
-
|
|
31607
|
+
|
|
31608
|
+
.t19bge8r {
|
|
31609
|
+
font-family: Inter;
|
|
31610
|
+
font-style: normal;
|
|
31611
|
+
font-weight: normal;
|
|
31612
|
+
font-feature-settings: "zero" on;
|
|
31613
|
+
font-size: 13px;
|
|
31614
|
+
line-height: 20px;
|
|
31581
31615
|
}
|
|
31582
|
-
|
|
31583
|
-
|
|
31616
|
+
|
|
31617
|
+
.tjrzfyl {
|
|
31618
|
+
font-family: Inter;
|
|
31619
|
+
font-style: normal;
|
|
31620
|
+
font-weight: normal;
|
|
31621
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31622
|
+
font-size: 12px;
|
|
31623
|
+
line-height: 18px;
|
|
31584
31624
|
}
|
|
31585
|
-
|
|
31586
|
-
|
|
31625
|
+
|
|
31626
|
+
.tm6s7bo {
|
|
31627
|
+
font-family: Inter;
|
|
31628
|
+
font-style: normal;
|
|
31629
|
+
font-weight: 500;
|
|
31630
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31631
|
+
font-size: 12px;
|
|
31632
|
+
line-height: 18px;
|
|
31587
31633
|
}
|
|
31588
|
-
|
|
31589
|
-
|
|
31634
|
+
|
|
31635
|
+
.t19zq6ic {
|
|
31636
|
+
font-family: Inter;
|
|
31637
|
+
font-style: normal;
|
|
31638
|
+
font-weight: normal;
|
|
31639
|
+
font-feature-settings: "zero" on;
|
|
31640
|
+
font-size: 12px;
|
|
31641
|
+
line-height: 18px;
|
|
31590
31642
|
}
|
|
31591
|
-
|
|
31592
|
-
|
|
31643
|
+
|
|
31644
|
+
.t1gduru8 {
|
|
31645
|
+
font-family: Inter;
|
|
31646
|
+
font-style: normal;
|
|
31647
|
+
font-weight: 500;
|
|
31648
|
+
font-feature-settings: "zero" on;
|
|
31649
|
+
font-size: 12px;
|
|
31650
|
+
line-height: 18px;
|
|
31593
31651
|
}
|
|
31594
|
-
|
|
31595
|
-
|
|
31652
|
+
|
|
31653
|
+
.t55raab {
|
|
31654
|
+
font-family: Inter;
|
|
31655
|
+
font-style: normal;
|
|
31656
|
+
font-weight: bold;
|
|
31657
|
+
font-feature-settings: "zero" on;
|
|
31658
|
+
font-size: 16px;
|
|
31659
|
+
line-height: 24px;
|
|
31596
31660
|
}
|
|
31597
31661
|
|
|
31598
|
-
.
|
|
31599
|
-
|
|
31662
|
+
.u1w9abfe {
|
|
31663
|
+
font-family: Inter;
|
|
31664
|
+
font-style: normal;
|
|
31665
|
+
font-weight: normal;
|
|
31666
|
+
font-size: 10px;
|
|
31667
|
+
line-height: 12px;
|
|
31600
31668
|
}
|
|
31601
31669
|
|
|
31602
31670
|
.c1up1pdz {
|
|
@@ -31775,6 +31843,28 @@ input.rrg1fkn.ant-input {
|
|
|
31775
31843
|
color: #005ed1;
|
|
31776
31844
|
}
|
|
31777
31845
|
|
|
31846
|
+
.c1uzzomf {
|
|
31847
|
+
margin-bottom: 16px;
|
|
31848
|
+
}
|
|
31849
|
+
.c1uzzomf .card-title {
|
|
31850
|
+
font-size: 16px;
|
|
31851
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31852
|
+
font-weight: 700;
|
|
31853
|
+
line-height: 32px;
|
|
31854
|
+
}
|
|
31855
|
+
.c1uzzomf .card-body {
|
|
31856
|
+
padding: 24px;
|
|
31857
|
+
border-radius: 8px;
|
|
31858
|
+
background: #fff;
|
|
31859
|
+
}
|
|
31860
|
+
.c1uzzomf .empty {
|
|
31861
|
+
font-weight: 700;
|
|
31862
|
+
font-size: 14px;
|
|
31863
|
+
line-height: 22px;
|
|
31864
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31865
|
+
text-align: center;
|
|
31866
|
+
}
|
|
31867
|
+
|
|
31778
31868
|
.c1bus5hc {
|
|
31779
31869
|
--color: white;
|
|
31780
31870
|
height: 14px;
|
|
@@ -31815,28 +31905,6 @@ input.rrg1fkn.ant-input {
|
|
|
31815
31905
|
transform: rotate(0deg);
|
|
31816
31906
|
}
|
|
31817
31907
|
|
|
31818
|
-
.c1uzzomf {
|
|
31819
|
-
margin-bottom: 16px;
|
|
31820
|
-
}
|
|
31821
|
-
.c1uzzomf .card-title {
|
|
31822
|
-
font-size: 16px;
|
|
31823
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31824
|
-
font-weight: 700;
|
|
31825
|
-
line-height: 32px;
|
|
31826
|
-
}
|
|
31827
|
-
.c1uzzomf .card-body {
|
|
31828
|
-
padding: 24px;
|
|
31829
|
-
border-radius: 8px;
|
|
31830
|
-
background: #fff;
|
|
31831
|
-
}
|
|
31832
|
-
.c1uzzomf .empty {
|
|
31833
|
-
font-weight: 700;
|
|
31834
|
-
font-size: 14px;
|
|
31835
|
-
line-height: 22px;
|
|
31836
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31837
|
-
text-align: center;
|
|
31838
|
-
}
|
|
31839
|
-
|
|
31840
31908
|
.c18bcrac {
|
|
31841
31909
|
display: inline-block;
|
|
31842
31910
|
width: 100%;
|
|
@@ -32054,6 +32122,10 @@ input.rrg1fkn.ant-input {
|
|
|
32054
32122
|
cursor: default;
|
|
32055
32123
|
}
|
|
32056
32124
|
|
|
32125
|
+
.t3qomhu {
|
|
32126
|
+
margin: 0 2px;
|
|
32127
|
+
}
|
|
32128
|
+
|
|
32057
32129
|
.o8ocss1 {
|
|
32058
32130
|
overflow: hidden;
|
|
32059
32131
|
text-overflow: ellipsis;
|
|
@@ -32063,20 +32135,6 @@ input.rrg1fkn.ant-input {
|
|
|
32063
32135
|
white-space: nowrap;
|
|
32064
32136
|
}
|
|
32065
32137
|
|
|
32066
|
-
.t3qomhu {
|
|
32067
|
-
margin: 0 2px;
|
|
32068
|
-
}
|
|
32069
|
-
|
|
32070
|
-
.igz4le8 {
|
|
32071
|
-
height: 24px;
|
|
32072
|
-
width: 56px !important;
|
|
32073
|
-
margin-right: 4px;
|
|
32074
|
-
}
|
|
32075
|
-
|
|
32076
|
-
.c1riexje {
|
|
32077
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32078
|
-
}
|
|
32079
|
-
|
|
32080
32138
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32081
32139
|
border-radius: 6px;
|
|
32082
32140
|
}
|
|
@@ -32134,6 +32192,16 @@ input.rrg1fkn.ant-input {
|
|
|
32134
32192
|
transform: rotate(180deg);
|
|
32135
32193
|
}
|
|
32136
32194
|
|
|
32195
|
+
.igz4le8 {
|
|
32196
|
+
height: 24px;
|
|
32197
|
+
width: 56px !important;
|
|
32198
|
+
margin-right: 4px;
|
|
32199
|
+
}
|
|
32200
|
+
|
|
32201
|
+
.c1riexje {
|
|
32202
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32203
|
+
}
|
|
32204
|
+
|
|
32137
32205
|
.s14dk8r1 {
|
|
32138
32206
|
margin: 0;
|
|
32139
32207
|
border-radius: 20px;
|
|
@@ -32298,6 +32366,55 @@ input.rrg1fkn.ant-input {
|
|
|
32298
32366
|
background-color: #7E41FF;
|
|
32299
32367
|
}
|
|
32300
32368
|
|
|
32369
|
+
.l4bld33 {
|
|
32370
|
+
width: 64px;
|
|
32371
|
+
height: 64px;
|
|
32372
|
+
display: flex;
|
|
32373
|
+
align-items: center;
|
|
32374
|
+
justify-content: center;
|
|
32375
|
+
position: relative;
|
|
32376
|
+
opacity: 0.2;
|
|
32377
|
+
}
|
|
32378
|
+
|
|
32379
|
+
.lgitjoj {
|
|
32380
|
+
position: absolute;
|
|
32381
|
+
width: 5px;
|
|
32382
|
+
height: 48px;
|
|
32383
|
+
left: 9.33px;
|
|
32384
|
+
top: 40.5px;
|
|
32385
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32386
|
+
border-radius: 5px;
|
|
32387
|
+
transform: rotate(-128deg);
|
|
32388
|
+
transform-origin: top left;
|
|
32389
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32390
|
+
}
|
|
32391
|
+
|
|
32392
|
+
.l13g0exg {
|
|
32393
|
+
position: absolute;
|
|
32394
|
+
width: 5px;
|
|
32395
|
+
height: 48px;
|
|
32396
|
+
left: 40.8px;
|
|
32397
|
+
top: 8.4px;
|
|
32398
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32399
|
+
border-radius: 5px;
|
|
32400
|
+
transform: rotate(-8deg);
|
|
32401
|
+
transform-origin: top left;
|
|
32402
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32403
|
+
}
|
|
32404
|
+
|
|
32405
|
+
.l1exo3h6 {
|
|
32406
|
+
position: absolute;
|
|
32407
|
+
width: 5px;
|
|
32408
|
+
height: 48px;
|
|
32409
|
+
left: 52.9px;
|
|
32410
|
+
top: 51.8px;
|
|
32411
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32412
|
+
border-radius: 5px;
|
|
32413
|
+
transform: rotate(112deg);
|
|
32414
|
+
transform-origin: top left;
|
|
32415
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32416
|
+
}
|
|
32417
|
+
|
|
32301
32418
|
.m1thnes4 {
|
|
32302
32419
|
color: rgba(44, 56, 82, 0.6);
|
|
32303
32420
|
text-align: center;
|
|
@@ -32459,55 +32576,6 @@ input.rrg1fkn.ant-input {
|
|
|
32459
32576
|
margin-left: 8px;
|
|
32460
32577
|
}
|
|
32461
32578
|
|
|
32462
|
-
.l4bld33 {
|
|
32463
|
-
width: 64px;
|
|
32464
|
-
height: 64px;
|
|
32465
|
-
display: flex;
|
|
32466
|
-
align-items: center;
|
|
32467
|
-
justify-content: center;
|
|
32468
|
-
position: relative;
|
|
32469
|
-
opacity: 0.2;
|
|
32470
|
-
}
|
|
32471
|
-
|
|
32472
|
-
.lgitjoj {
|
|
32473
|
-
position: absolute;
|
|
32474
|
-
width: 5px;
|
|
32475
|
-
height: 48px;
|
|
32476
|
-
left: 9.33px;
|
|
32477
|
-
top: 40.5px;
|
|
32478
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32479
|
-
border-radius: 5px;
|
|
32480
|
-
transform: rotate(-128deg);
|
|
32481
|
-
transform-origin: top left;
|
|
32482
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32483
|
-
}
|
|
32484
|
-
|
|
32485
|
-
.l13g0exg {
|
|
32486
|
-
position: absolute;
|
|
32487
|
-
width: 5px;
|
|
32488
|
-
height: 48px;
|
|
32489
|
-
left: 40.8px;
|
|
32490
|
-
top: 8.4px;
|
|
32491
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32492
|
-
border-radius: 5px;
|
|
32493
|
-
transform: rotate(-8deg);
|
|
32494
|
-
transform-origin: top left;
|
|
32495
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32496
|
-
}
|
|
32497
|
-
|
|
32498
|
-
.l1exo3h6 {
|
|
32499
|
-
position: absolute;
|
|
32500
|
-
width: 5px;
|
|
32501
|
-
height: 48px;
|
|
32502
|
-
left: 52.9px;
|
|
32503
|
-
top: 51.8px;
|
|
32504
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32505
|
-
border-radius: 5px;
|
|
32506
|
-
transform: rotate(112deg);
|
|
32507
|
-
transform-origin: top left;
|
|
32508
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32509
|
-
}
|
|
32510
|
-
|
|
32511
32579
|
.sq6vos1 {
|
|
32512
32580
|
--item-min-width: 60px;
|
|
32513
32581
|
}
|
|
@@ -32723,23 +32791,6 @@ input.rrg1fkn.ant-input {
|
|
|
32723
32791
|
background: rgba(163, 180, 204, 0.18);
|
|
32724
32792
|
}
|
|
32725
32793
|
|
|
32726
|
-
.skwah65 {
|
|
32727
|
-
height: 8px;
|
|
32728
|
-
box-sizing: border-box;
|
|
32729
|
-
border-radius: 2px;
|
|
32730
|
-
background: #f5f7fa;
|
|
32731
|
-
display: flex;
|
|
32732
|
-
width: 100%;
|
|
32733
|
-
overflow: hidden;
|
|
32734
|
-
}
|
|
32735
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32736
|
-
margin-left: 1px;
|
|
32737
|
-
}
|
|
32738
|
-
|
|
32739
|
-
.c1k4vanq {
|
|
32740
|
-
padding: 0 12px 14px 12px;
|
|
32741
|
-
}
|
|
32742
|
-
|
|
32743
32794
|
.c1udgdh2 {
|
|
32744
32795
|
color: #2d3a56;
|
|
32745
32796
|
padding: 7px 12px;
|
|
@@ -32796,6 +32847,23 @@ input.rrg1fkn.ant-input {
|
|
|
32796
32847
|
margin-right: 6px;
|
|
32797
32848
|
}
|
|
32798
32849
|
|
|
32850
|
+
.c1k4vanq {
|
|
32851
|
+
padding: 0 12px 14px 12px;
|
|
32852
|
+
}
|
|
32853
|
+
|
|
32854
|
+
.skwah65 {
|
|
32855
|
+
height: 8px;
|
|
32856
|
+
box-sizing: border-box;
|
|
32857
|
+
border-radius: 2px;
|
|
32858
|
+
background: #f5f7fa;
|
|
32859
|
+
display: flex;
|
|
32860
|
+
width: 100%;
|
|
32861
|
+
overflow: hidden;
|
|
32862
|
+
}
|
|
32863
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32864
|
+
margin-left: 1px;
|
|
32865
|
+
}
|
|
32866
|
+
|
|
32799
32867
|
.bab9xum {
|
|
32800
32868
|
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);
|
|
32801
32869
|
}
|
|
@@ -32813,41 +32881,6 @@ input.rrg1fkn.ant-input {
|
|
|
32813
32881
|
transform: translateY(-4px);
|
|
32814
32882
|
}
|
|
32815
32883
|
|
|
32816
|
-
.sut42l0 {
|
|
32817
|
-
padding: 0 8px;
|
|
32818
|
-
height: 18px;
|
|
32819
|
-
}
|
|
32820
|
-
|
|
32821
|
-
.mfsz1jz {
|
|
32822
|
-
padding: 2px 8px;
|
|
32823
|
-
height: 24px;
|
|
32824
|
-
}
|
|
32825
|
-
|
|
32826
|
-
.tnd6h4m {
|
|
32827
|
-
margin: 0;
|
|
32828
|
-
}
|
|
32829
|
-
|
|
32830
|
-
.i1qw4clm {
|
|
32831
|
-
margin-right: 4px;
|
|
32832
|
-
height: 16px;
|
|
32833
|
-
}
|
|
32834
|
-
|
|
32835
|
-
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
32836
|
-
font-weight: 700;
|
|
32837
|
-
color: #00122e;
|
|
32838
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32839
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
32840
|
-
}
|
|
32841
|
-
|
|
32842
|
-
.w1xcixj5.outside-tag {
|
|
32843
|
-
padding-left: 0;
|
|
32844
|
-
}
|
|
32845
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
32846
|
-
border-radius: 4px 0 0 4px;
|
|
32847
|
-
padding-right: 4px;
|
|
32848
|
-
margin-right: 4px;
|
|
32849
|
-
}
|
|
32850
|
-
|
|
32851
32884
|
.f1p9ti6d {
|
|
32852
32885
|
width: 100%;
|
|
32853
32886
|
margin-bottom: 0 !important;
|
|
@@ -33122,6 +33155,41 @@ input.rrg1fkn.ant-input {
|
|
|
33122
33155
|
margin-right: 8px;
|
|
33123
33156
|
}
|
|
33124
33157
|
|
|
33158
|
+
.w1xcixj5.outside-tag {
|
|
33159
|
+
padding-left: 0;
|
|
33160
|
+
}
|
|
33161
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33162
|
+
border-radius: 4px 0 0 4px;
|
|
33163
|
+
padding-right: 4px;
|
|
33164
|
+
margin-right: 4px;
|
|
33165
|
+
}
|
|
33166
|
+
|
|
33167
|
+
.sut42l0 {
|
|
33168
|
+
padding: 0 8px;
|
|
33169
|
+
height: 18px;
|
|
33170
|
+
}
|
|
33171
|
+
|
|
33172
|
+
.mfsz1jz {
|
|
33173
|
+
padding: 2px 8px;
|
|
33174
|
+
height: 24px;
|
|
33175
|
+
}
|
|
33176
|
+
|
|
33177
|
+
.tnd6h4m {
|
|
33178
|
+
margin: 0;
|
|
33179
|
+
}
|
|
33180
|
+
|
|
33181
|
+
.i1qw4clm {
|
|
33182
|
+
margin-right: 4px;
|
|
33183
|
+
height: 16px;
|
|
33184
|
+
}
|
|
33185
|
+
|
|
33186
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33187
|
+
font-weight: 700;
|
|
33188
|
+
color: #00122e;
|
|
33189
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33190
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33191
|
+
}
|
|
33192
|
+
|
|
33125
33193
|
.iwsze0q {
|
|
33126
33194
|
margin-right: 4px;
|
|
33127
33195
|
height: 16px;
|