@cloudtower/eagle 0.27.40 → 0.27.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +2162 -2161
- package/dist/esm/index.js +9 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/stories/{OverflowTooltip.stories.d.ts → docs/OverflowTooltip.stories.d.ts} +1 -1
- package/dist/stories/icons-react.stories.d.ts +3 -0
- package/dist/style.css +2213 -2212
- package/dist/umd/index.js +24 -0
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +2 -1
- package/package.json +5 -5
- /package/dist/stories/{I18nNameTag.stories.d.ts → docs/I18nNameTag.stories.d.ts} +0 -0
package/dist/style.css
CHANGED
|
@@ -28537,6 +28537,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28537
28537
|
}
|
|
28538
28538
|
.table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_ {
|
|
28539
28539
|
right: 0 !important;
|
|
28540
|
+
z-index: 10;
|
|
28540
28541
|
}
|
|
28541
28542
|
.table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
|
|
28542
28543
|
display: none;
|
|
@@ -29558,6 +29559,211 @@ html body {
|
|
|
29558
29559
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29559
29560
|
}
|
|
29560
29561
|
}
|
|
29562
|
+
.damzgq8 {
|
|
29563
|
+
width: 400px;
|
|
29564
|
+
}
|
|
29565
|
+
.damzgq8 .bottom {
|
|
29566
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29567
|
+
}
|
|
29568
|
+
|
|
29569
|
+
.c1t5t7l0 {
|
|
29570
|
+
display: flex;
|
|
29571
|
+
flex-direction: row;
|
|
29572
|
+
justify-content: space-between;
|
|
29573
|
+
}
|
|
29574
|
+
.c1t5t7l0 .label {
|
|
29575
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29576
|
+
font-weight: 400;
|
|
29577
|
+
}
|
|
29578
|
+
|
|
29579
|
+
.cg9brz0 {
|
|
29580
|
+
display: flex;
|
|
29581
|
+
flex-direction: column;
|
|
29582
|
+
justify-content: center;
|
|
29583
|
+
align-items: center;
|
|
29584
|
+
height: 240px;
|
|
29585
|
+
width: 432px;
|
|
29586
|
+
}
|
|
29587
|
+
|
|
29588
|
+
.c1efuzht.ant-input-affix-wrapper {
|
|
29589
|
+
border-radius: 0px;
|
|
29590
|
+
box-shadow: unset;
|
|
29591
|
+
border: 0;
|
|
29592
|
+
border-bottom: 1px solid #e4e9f2;
|
|
29593
|
+
}
|
|
29594
|
+
|
|
29595
|
+
.c1sqzi2s.antd5 .antd5-selector {
|
|
29596
|
+
padding: 4px;
|
|
29597
|
+
}
|
|
29598
|
+
.c1sqzi2s.antd5 .antd5-selector:after {
|
|
29599
|
+
line-height: normal;
|
|
29600
|
+
}
|
|
29601
|
+
.c1sqzi2s.antd5 .antd5-selector .antd5-selection-search-input {
|
|
29602
|
+
height: 22px;
|
|
29603
|
+
}
|
|
29604
|
+
.c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow {
|
|
29605
|
+
row-gap: 2px;
|
|
29606
|
+
}
|
|
29607
|
+
.c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow-item {
|
|
29608
|
+
line-height: normal;
|
|
29609
|
+
}
|
|
29610
|
+
|
|
29611
|
+
.cyg2a2l {
|
|
29612
|
+
font-size: 13px;
|
|
29613
|
+
}
|
|
29614
|
+
|
|
29615
|
+
.c14uped1 {
|
|
29616
|
+
padding: 7px 14px;
|
|
29617
|
+
height: 20px;
|
|
29618
|
+
font-weight: 400;
|
|
29619
|
+
box-sizing: content-box;
|
|
29620
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29621
|
+
display: flex;
|
|
29622
|
+
flex-direction: row;
|
|
29623
|
+
justify-content: space-between;
|
|
29624
|
+
align-items: center;
|
|
29625
|
+
border-bottom: 1px solid #e4e9f2;
|
|
29626
|
+
}
|
|
29627
|
+
|
|
29628
|
+
.cz3vc94 {
|
|
29629
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
29630
|
+
border-radius: 8px;
|
|
29631
|
+
padding: 0px;
|
|
29632
|
+
}
|
|
29633
|
+
.cz3vc94 ul.antd5-menu {
|
|
29634
|
+
padding: 6px;
|
|
29635
|
+
height: 240px;
|
|
29636
|
+
}
|
|
29637
|
+
.cz3vc94:not(:has(.cg9brz0)) li {
|
|
29638
|
+
min-width: 296px;
|
|
29639
|
+
padding: 4px 4px 4px 8px;
|
|
29640
|
+
color: #00122e;
|
|
29641
|
+
margin-bottom: 2px;
|
|
29642
|
+
}
|
|
29643
|
+
.cz3vc94:not(:has(.cg9brz0)) li .icon-wrapper {
|
|
29644
|
+
vertical-align: middle;
|
|
29645
|
+
}
|
|
29646
|
+
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active {
|
|
29647
|
+
font-weight: 400;
|
|
29648
|
+
}
|
|
29649
|
+
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active:hover {
|
|
29650
|
+
font-weight: 400;
|
|
29651
|
+
}
|
|
29652
|
+
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active:active {
|
|
29653
|
+
background: rgba(0, 136, 255, 0.2);
|
|
29654
|
+
}
|
|
29655
|
+
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
29656
|
+
fill: #0080ff;
|
|
29657
|
+
}
|
|
29658
|
+
.cz3vc94:not(:has(.cg9brz0)) li:hover {
|
|
29659
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29660
|
+
font-weight: 400;
|
|
29661
|
+
}
|
|
29662
|
+
.cz3vc94:not(:has(.cg9brz0)) li:hover .icon-wrapper svg path {
|
|
29663
|
+
fill: #0080ff;
|
|
29664
|
+
}
|
|
29665
|
+
.cz3vc94:not(:has(.cg9brz0)) li:active {
|
|
29666
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29667
|
+
}
|
|
29668
|
+
.cz3vc94 li:has(.damzgq8) .antd5-checkbox {
|
|
29669
|
+
align-self: flex-start;
|
|
29670
|
+
}
|
|
29671
|
+
.cz3vc94:has(.cg9brz0) .cyg2a2l {
|
|
29672
|
+
display: none;
|
|
29673
|
+
}
|
|
29674
|
+
.cz3vc94 .antd5-checkbox {
|
|
29675
|
+
height: 22px;
|
|
29676
|
+
display: flex;
|
|
29677
|
+
align-items: center;
|
|
29678
|
+
top: 0;
|
|
29679
|
+
}
|
|
29680
|
+
.cz3vc94 .antd5-checkbox-checked::after {
|
|
29681
|
+
border: none;
|
|
29682
|
+
}
|
|
29683
|
+
.cz3vc94.antd5-checkbox-wrapper:hover .antd5-checkbox-inner, .cz3vc94.antd5-checkbox-wrapper.__pseudo-states-hover .antd5-checkbox-inner, .cz3vc94 .antd5-checkbox:hover .antd5-checkbox-inner {
|
|
29684
|
+
border-color: #0080ff;
|
|
29685
|
+
}
|
|
29686
|
+
.cz3vc94 .antd5-checkbox .antd5-checkbox-inner {
|
|
29687
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
29688
|
+
}
|
|
29689
|
+
.cz3vc94 .antd5-checkbox.antd5-checkbox-checked .antd5-checkbox-inner, .cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
|
|
29690
|
+
border: 1px solid #0080ff;
|
|
29691
|
+
}
|
|
29692
|
+
.cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
|
|
29693
|
+
background: #0080ff;
|
|
29694
|
+
}
|
|
29695
|
+
.cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
|
|
29696
|
+
background-color: #fff;
|
|
29697
|
+
height: 2px;
|
|
29698
|
+
width: 10px;
|
|
29699
|
+
border-radius: 2px;
|
|
29700
|
+
}
|
|
29701
|
+
.cz3vc94.antd5-checkbox-wrapper-disabled {
|
|
29702
|
+
opacity: 0.5;
|
|
29703
|
+
}
|
|
29704
|
+
.cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled .antd5-checkbox-inner {
|
|
29705
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29706
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
29707
|
+
}
|
|
29708
|
+
.cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-checked .antd5-checkbox-inner:after {
|
|
29709
|
+
border-color: #2d3a56;
|
|
29710
|
+
}
|
|
29711
|
+
.cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
|
|
29712
|
+
background: #2d3a56;
|
|
29713
|
+
}
|
|
29714
|
+
.cz3vc94 .antd5-checkbox + span, .cz3vc94 .antd5-checkbox-disabled + span {
|
|
29715
|
+
padding: 0;
|
|
29716
|
+
}
|
|
29717
|
+
.cz3vc94 .antd5-checkbox + span .main, .cz3vc94 .antd5-checkbox-disabled + span .main {
|
|
29718
|
+
display: inline-block;
|
|
29719
|
+
margin-left: 12px;
|
|
29720
|
+
color: #2d3a56;
|
|
29721
|
+
}
|
|
29722
|
+
.cz3vc94 .antd5-checkbox + span .sub, .cz3vc94 .antd5-checkbox-disabled + span .sub {
|
|
29723
|
+
margin-left: 28px;
|
|
29724
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29725
|
+
}
|
|
29726
|
+
.cz3vc94.compact .antd5-checkbox + span .main, .cz3vc94.compact .antd5-checkbox-disabled + span .main {
|
|
29727
|
+
margin-left: 8px;
|
|
29728
|
+
}
|
|
29729
|
+
.cz3vc94.compact .antd5-checkbox + span .sub, .cz3vc94.compact .antd5-checkbox-disabled + span .sub {
|
|
29730
|
+
margin-left: 24px;
|
|
29731
|
+
}
|
|
29732
|
+
|
|
29733
|
+
.csp3had ul.antd5-menu {
|
|
29734
|
+
padding: 4px;
|
|
29735
|
+
height: 158px;
|
|
29736
|
+
}
|
|
29737
|
+
.csp3had.cz3vc94 {
|
|
29738
|
+
border-radius: 6px;
|
|
29739
|
+
}
|
|
29740
|
+
.csp3had.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item {
|
|
29741
|
+
min-width: 200px;
|
|
29742
|
+
font-size: 12px;
|
|
29743
|
+
}
|
|
29744
|
+
.csp3had.cz3vc94 .c14uped1 {
|
|
29745
|
+
padding: 6px 12px;
|
|
29746
|
+
height: 18px;
|
|
29747
|
+
font-size: 12px;
|
|
29748
|
+
}
|
|
29749
|
+
|
|
29750
|
+
.c1i4zk1 ul.antd5-menu {
|
|
29751
|
+
padding: 8px;
|
|
29752
|
+
height: 320px;
|
|
29753
|
+
}
|
|
29754
|
+
.c1i4zk1.cz3vc94 {
|
|
29755
|
+
border-radius: 10px;
|
|
29756
|
+
}
|
|
29757
|
+
.c1i4zk1.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item {
|
|
29758
|
+
min-width: 296px;
|
|
29759
|
+
padding: 8px;
|
|
29760
|
+
}
|
|
29761
|
+
.c1i4zk1.cz3vc94 .c14uped1 {
|
|
29762
|
+
height: 22px;
|
|
29763
|
+
padding: 8px 16px;
|
|
29764
|
+
font-size: 14px;
|
|
29765
|
+
}
|
|
29766
|
+
|
|
29561
29767
|
.d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29562
29768
|
padding: 4px 8px 0 8px;
|
|
29563
29769
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -29571,6 +29777,34 @@ html body {
|
|
|
29571
29777
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29572
29778
|
}
|
|
29573
29779
|
|
|
29780
|
+
.iap75of {
|
|
29781
|
+
height: 18px;
|
|
29782
|
+
line-height: 18px;
|
|
29783
|
+
padding: 0 4px;
|
|
29784
|
+
border-radius: 4px;
|
|
29785
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29786
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29787
|
+
display: flex;
|
|
29788
|
+
align-items: center;
|
|
29789
|
+
white-space: nowrap;
|
|
29790
|
+
margin-right: 4px;
|
|
29791
|
+
}
|
|
29792
|
+
|
|
29793
|
+
.fde5mpd {
|
|
29794
|
+
width: 100%;
|
|
29795
|
+
height: 100%;
|
|
29796
|
+
min-height: 124px;
|
|
29797
|
+
display: flex;
|
|
29798
|
+
flex-direction: column;
|
|
29799
|
+
justify-content: center;
|
|
29800
|
+
align-items: center;
|
|
29801
|
+
}
|
|
29802
|
+
.fde5mpd .error-text {
|
|
29803
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29804
|
+
margin-bottom: 16px;
|
|
29805
|
+
font-size: 18px;
|
|
29806
|
+
}
|
|
29807
|
+
|
|
29574
29808
|
.buj61ew.ant-btn-icon-only {
|
|
29575
29809
|
justify-content: center;
|
|
29576
29810
|
}
|
|
@@ -29821,32 +30055,22 @@ html body {
|
|
|
29821
30055
|
padding: 0;
|
|
29822
30056
|
}
|
|
29823
30057
|
|
|
29824
|
-
.
|
|
29825
|
-
|
|
29826
|
-
height: 100%;
|
|
29827
|
-
min-height: 124px;
|
|
29828
|
-
display: flex;
|
|
29829
|
-
flex-direction: column;
|
|
29830
|
-
justify-content: center;
|
|
30058
|
+
.i1mrf09m {
|
|
30059
|
+
display: inline-flex;
|
|
29831
30060
|
align-items: center;
|
|
29832
30061
|
}
|
|
29833
|
-
.
|
|
29834
|
-
|
|
29835
|
-
|
|
29836
|
-
|
|
30062
|
+
.i1mrf09m .icon-inner {
|
|
30063
|
+
display: inline-flex;
|
|
30064
|
+
align-items: center;
|
|
30065
|
+
justify-content: center;
|
|
29837
30066
|
}
|
|
29838
|
-
|
|
29839
|
-
.
|
|
29840
|
-
|
|
29841
|
-
|
|
29842
|
-
|
|
29843
|
-
|
|
29844
|
-
|
|
29845
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29846
|
-
display: flex;
|
|
29847
|
-
align-items: center;
|
|
29848
|
-
white-space: nowrap;
|
|
29849
|
-
margin-right: 4px;
|
|
30067
|
+
.i1mrf09m .icon-inner + span,
|
|
30068
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30069
|
+
margin-left: 4px;
|
|
30070
|
+
}
|
|
30071
|
+
.i1mrf09m.is-rotate img,
|
|
30072
|
+
.i1mrf09m.is-rotate svg {
|
|
30073
|
+
animation: rotate 680ms linear infinite;
|
|
29850
30074
|
}
|
|
29851
30075
|
|
|
29852
30076
|
.bpq0js6 {
|
|
@@ -29878,92 +30102,6 @@ html body {
|
|
|
29878
30102
|
border-radius: unset;
|
|
29879
30103
|
}
|
|
29880
30104
|
|
|
29881
|
-
.i1mrf09m {
|
|
29882
|
-
display: inline-flex;
|
|
29883
|
-
align-items: center;
|
|
29884
|
-
}
|
|
29885
|
-
.i1mrf09m .icon-inner {
|
|
29886
|
-
display: inline-flex;
|
|
29887
|
-
align-items: center;
|
|
29888
|
-
justify-content: center;
|
|
29889
|
-
}
|
|
29890
|
-
.i1mrf09m .icon-inner + span,
|
|
29891
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29892
|
-
margin-left: 4px;
|
|
29893
|
-
}
|
|
29894
|
-
.i1mrf09m.is-rotate img,
|
|
29895
|
-
.i1mrf09m.is-rotate svg {
|
|
29896
|
-
animation: rotate 680ms linear infinite;
|
|
29897
|
-
}
|
|
29898
|
-
|
|
29899
|
-
.obf05yr {
|
|
29900
|
-
display: inline-block;
|
|
29901
|
-
}
|
|
29902
|
-
|
|
29903
|
-
.hsms1n6 {
|
|
29904
|
-
visibility: hidden;
|
|
29905
|
-
position: absolute;
|
|
29906
|
-
}
|
|
29907
|
-
|
|
29908
|
-
.i1e4sgug {
|
|
29909
|
-
display: inline-block;
|
|
29910
|
-
}
|
|
29911
|
-
|
|
29912
|
-
.s34f1qb.ant-switch {
|
|
29913
|
-
min-width: 40px;
|
|
29914
|
-
height: 24px;
|
|
29915
|
-
background: rgba(172, 186, 211, 0.6);
|
|
29916
|
-
overflow: hidden;
|
|
29917
|
-
}
|
|
29918
|
-
.s34f1qb.ant-switch:focus {
|
|
29919
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
29920
|
-
}
|
|
29921
|
-
.s34f1qb.ant-switch-small {
|
|
29922
|
-
min-width: 26px;
|
|
29923
|
-
height: 16px;
|
|
29924
|
-
}
|
|
29925
|
-
.s34f1qb.ant-switch-large {
|
|
29926
|
-
min-width: 52px;
|
|
29927
|
-
height: 32px;
|
|
29928
|
-
}
|
|
29929
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
29930
|
-
height: 20px;
|
|
29931
|
-
width: 20px;
|
|
29932
|
-
}
|
|
29933
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
29934
|
-
border-radius: 10px;
|
|
29935
|
-
transition-delay: 120ms;
|
|
29936
|
-
}
|
|
29937
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
29938
|
-
height: 14px;
|
|
29939
|
-
width: 14px;
|
|
29940
|
-
top: 1px;
|
|
29941
|
-
left: 1px;
|
|
29942
|
-
}
|
|
29943
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
29944
|
-
height: 28px;
|
|
29945
|
-
width: 28px;
|
|
29946
|
-
}
|
|
29947
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
29948
|
-
border-radius: 14px;
|
|
29949
|
-
}
|
|
29950
|
-
.s34f1qb.ant-switch-checked {
|
|
29951
|
-
background-color: #00ba5d;
|
|
29952
|
-
}
|
|
29953
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
29954
|
-
left: calc(100% - 20px - 2px);
|
|
29955
|
-
}
|
|
29956
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
29957
|
-
left: calc(100% - 14px - 1px);
|
|
29958
|
-
}
|
|
29959
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
29960
|
-
left: calc(100% - 28px - 2px);
|
|
29961
|
-
}
|
|
29962
|
-
|
|
29963
|
-
.c1to9vb9 {
|
|
29964
|
-
margin-left: 5px;
|
|
29965
|
-
}
|
|
29966
|
-
|
|
29967
30105
|
.p12gwtiw {
|
|
29968
30106
|
display: flex;
|
|
29969
30107
|
justify-content: space-between;
|
|
@@ -30021,1305 +30159,1445 @@ html body {
|
|
|
30021
30159
|
line-height: 18px;
|
|
30022
30160
|
}
|
|
30023
30161
|
|
|
30024
|
-
.
|
|
30025
|
-
display:
|
|
30026
|
-
flex-direction: column;
|
|
30162
|
+
.i1e4sgug {
|
|
30163
|
+
display: inline-block;
|
|
30027
30164
|
}
|
|
30028
30165
|
|
|
30029
|
-
.
|
|
30030
|
-
|
|
30031
|
-
|
|
30032
|
-
|
|
30033
|
-
|
|
30166
|
+
.d6j0lbj {
|
|
30167
|
+
font-family: Inter;
|
|
30168
|
+
font-style: normal;
|
|
30169
|
+
font-weight: bold;
|
|
30170
|
+
font-size: 32px;
|
|
30171
|
+
line-height: 40px;
|
|
30034
30172
|
}
|
|
30035
30173
|
|
|
30036
|
-
.
|
|
30037
|
-
|
|
30038
|
-
|
|
30039
|
-
|
|
30040
|
-
|
|
30041
|
-
|
|
30042
|
-
.w1vvwdlp .left,
|
|
30043
|
-
.w1vvwdlp .right {
|
|
30044
|
-
flex-grow: 0;
|
|
30045
|
-
flex-shrink: 0;
|
|
30046
|
-
flex-basis: 21%;
|
|
30174
|
+
.d1xhvvxe {
|
|
30175
|
+
font-family: Inter;
|
|
30176
|
+
font-style: normal;
|
|
30177
|
+
font-weight: bold;
|
|
30178
|
+
font-size: 24px;
|
|
30179
|
+
line-height: 32px;
|
|
30047
30180
|
}
|
|
30048
|
-
|
|
30049
|
-
|
|
30050
|
-
|
|
30051
|
-
|
|
30181
|
+
|
|
30182
|
+
.dk10mxq {
|
|
30183
|
+
font-family: Inter;
|
|
30184
|
+
font-style: normal;
|
|
30185
|
+
font-weight: normal;
|
|
30186
|
+
font-size: 32px;
|
|
30187
|
+
line-height: 40px;
|
|
30052
30188
|
}
|
|
30053
|
-
|
|
30054
|
-
|
|
30189
|
+
|
|
30190
|
+
.dxsait {
|
|
30191
|
+
font-family: Inter;
|
|
30192
|
+
font-style: normal;
|
|
30193
|
+
font-weight: bold;
|
|
30194
|
+
font-size: 20px;
|
|
30195
|
+
line-height: 24px;
|
|
30055
30196
|
}
|
|
30056
|
-
|
|
30057
|
-
|
|
30058
|
-
|
|
30059
|
-
|
|
30060
|
-
|
|
30197
|
+
|
|
30198
|
+
.dokn0h3 {
|
|
30199
|
+
font-family: Inter;
|
|
30200
|
+
font-style: normal;
|
|
30201
|
+
font-weight: normal;
|
|
30202
|
+
font-size: 20px;
|
|
30203
|
+
line-height: 24px;
|
|
30061
30204
|
}
|
|
30062
|
-
|
|
30063
|
-
|
|
30205
|
+
|
|
30206
|
+
.dobau4p {
|
|
30207
|
+
font-family: Inter;
|
|
30208
|
+
font-style: normal;
|
|
30209
|
+
font-weight: bold;
|
|
30210
|
+
font-size: 18px;
|
|
30211
|
+
line-height: 22px;
|
|
30064
30212
|
}
|
|
30065
|
-
|
|
30066
|
-
|
|
30213
|
+
|
|
30214
|
+
.dvolwok {
|
|
30215
|
+
font-family: Inter;
|
|
30216
|
+
font-style: normal;
|
|
30217
|
+
font-weight: normal;
|
|
30218
|
+
font-size: 18px;
|
|
30219
|
+
line-height: 22px;
|
|
30067
30220
|
}
|
|
30068
30221
|
|
|
30069
|
-
.
|
|
30070
|
-
|
|
30071
|
-
|
|
30072
|
-
|
|
30222
|
+
.h181qhg4 {
|
|
30223
|
+
font-family: Inter;
|
|
30224
|
+
font-style: normal;
|
|
30225
|
+
font-weight: bold;
|
|
30226
|
+
font-size: 16px;
|
|
30227
|
+
line-height: 22px;
|
|
30073
30228
|
}
|
|
30074
|
-
|
|
30075
|
-
|
|
30229
|
+
|
|
30230
|
+
.h1phgmcq {
|
|
30231
|
+
font-family: Inter;
|
|
30232
|
+
font-style: normal;
|
|
30233
|
+
font-weight: normal;
|
|
30234
|
+
font-size: 16px;
|
|
30235
|
+
line-height: 22px;
|
|
30076
30236
|
}
|
|
30077
|
-
|
|
30078
|
-
|
|
30079
|
-
|
|
30080
|
-
|
|
30081
|
-
|
|
30082
|
-
|
|
30237
|
+
|
|
30238
|
+
.h173xnl1 {
|
|
30239
|
+
font-family: Inter;
|
|
30240
|
+
font-style: normal;
|
|
30241
|
+
font-weight: bold;
|
|
30242
|
+
font-size: 14px;
|
|
30243
|
+
line-height: 20px;
|
|
30083
30244
|
}
|
|
30084
|
-
|
|
30085
|
-
|
|
30245
|
+
|
|
30246
|
+
.hedm4pz {
|
|
30247
|
+
font-family: Inter;
|
|
30248
|
+
font-style: normal;
|
|
30249
|
+
font-weight: normal;
|
|
30250
|
+
font-size: 14px;
|
|
30251
|
+
line-height: 20px;
|
|
30086
30252
|
}
|
|
30087
|
-
|
|
30088
|
-
|
|
30089
|
-
|
|
30253
|
+
|
|
30254
|
+
.h1kd8xld {
|
|
30255
|
+
font-family: Inter;
|
|
30256
|
+
font-style: normal;
|
|
30257
|
+
font-weight: bold;
|
|
30258
|
+
font-size: 12px;
|
|
30259
|
+
line-height: 18px;
|
|
30090
30260
|
}
|
|
30091
|
-
|
|
30092
|
-
|
|
30093
|
-
|
|
30261
|
+
|
|
30262
|
+
.hp14fr {
|
|
30263
|
+
font-family: Inter;
|
|
30264
|
+
font-style: normal;
|
|
30265
|
+
font-weight: normal;
|
|
30266
|
+
font-size: 12px;
|
|
30267
|
+
line-height: 18px;
|
|
30094
30268
|
}
|
|
30095
30269
|
|
|
30096
|
-
.
|
|
30097
|
-
|
|
30098
|
-
|
|
30099
|
-
|
|
30270
|
+
.hgrg7mn {
|
|
30271
|
+
font-family: Inter;
|
|
30272
|
+
font-style: normal;
|
|
30273
|
+
font-weight: bold;
|
|
30274
|
+
text-transform: uppercase;
|
|
30275
|
+
font-feature-settings: "cpsp" on;
|
|
30276
|
+
font-size: 12px;
|
|
30277
|
+
line-height: 18px;
|
|
30100
30278
|
}
|
|
30101
|
-
|
|
30102
|
-
|
|
30279
|
+
|
|
30280
|
+
.h6zme9x {
|
|
30281
|
+
font-family: Inter;
|
|
30282
|
+
font-style: normal;
|
|
30283
|
+
font-weight: normal;
|
|
30284
|
+
text-transform: uppercase;
|
|
30285
|
+
font-feature-settings: "cpsp" on;
|
|
30286
|
+
font-size: 12px;
|
|
30287
|
+
line-height: 18px;
|
|
30103
30288
|
}
|
|
30104
|
-
|
|
30105
|
-
|
|
30106
|
-
|
|
30107
|
-
|
|
30108
|
-
|
|
30109
|
-
|
|
30289
|
+
|
|
30290
|
+
.locjvsv {
|
|
30291
|
+
font-family: Inter;
|
|
30292
|
+
font-style: normal;
|
|
30293
|
+
font-weight: normal;
|
|
30294
|
+
font-size: 16px;
|
|
30295
|
+
line-height: 24px;
|
|
30110
30296
|
}
|
|
30111
|
-
|
|
30112
|
-
|
|
30297
|
+
|
|
30298
|
+
.l13gi131 {
|
|
30299
|
+
font-family: Inter;
|
|
30300
|
+
font-style: normal;
|
|
30301
|
+
font-weight: bold;
|
|
30302
|
+
font-size: 16px;
|
|
30303
|
+
line-height: 24px;
|
|
30113
30304
|
}
|
|
30114
|
-
|
|
30115
|
-
|
|
30116
|
-
|
|
30305
|
+
|
|
30306
|
+
.l1ynemsu {
|
|
30307
|
+
font-family: Inter;
|
|
30308
|
+
font-style: normal;
|
|
30309
|
+
font-weight: normal;
|
|
30310
|
+
font-size: 16px;
|
|
30311
|
+
line-height: 24px;
|
|
30117
30312
|
}
|
|
30118
|
-
|
|
30119
|
-
|
|
30120
|
-
|
|
30313
|
+
|
|
30314
|
+
.l1cft1cx {
|
|
30315
|
+
font-family: Inter;
|
|
30316
|
+
font-style: normal;
|
|
30317
|
+
font-weight: bold;
|
|
30318
|
+
font-size: 16px;
|
|
30319
|
+
line-height: 24px;
|
|
30121
30320
|
}
|
|
30122
30321
|
|
|
30123
|
-
.
|
|
30124
|
-
|
|
30322
|
+
.l17tqc8p {
|
|
30323
|
+
font-family: Inter;
|
|
30324
|
+
font-style: normal;
|
|
30325
|
+
font-weight: normal;
|
|
30326
|
+
text-transform: uppercase;
|
|
30327
|
+
font-feature-settings: "cpsp" on;
|
|
30328
|
+
font-size: 16px;
|
|
30329
|
+
line-height: 24px;
|
|
30125
30330
|
}
|
|
30126
|
-
|
|
30127
|
-
|
|
30128
|
-
|
|
30129
|
-
|
|
30331
|
+
|
|
30332
|
+
.l1j1e5w7 {
|
|
30333
|
+
font-family: Inter;
|
|
30334
|
+
font-style: normal;
|
|
30335
|
+
font-weight: bold;
|
|
30336
|
+
text-transform: uppercase;
|
|
30337
|
+
font-feature-settings: "cpsp" on;
|
|
30338
|
+
font-size: 16px;
|
|
30339
|
+
line-height: 24px;
|
|
30130
30340
|
}
|
|
30131
|
-
|
|
30341
|
+
|
|
30342
|
+
.l1gf91jb {
|
|
30343
|
+
font-family: Inter;
|
|
30344
|
+
font-style: normal;
|
|
30345
|
+
font-weight: normal;
|
|
30132
30346
|
font-size: 14px;
|
|
30133
|
-
line-height:
|
|
30134
|
-
color: #2d3a56;
|
|
30135
|
-
margin-bottom: 12px;
|
|
30136
|
-
}
|
|
30137
|
-
.fxgckuk.connect-cluster .title {
|
|
30138
|
-
padding-bottom: 26px;
|
|
30347
|
+
line-height: 22px;
|
|
30139
30348
|
}
|
|
30140
30349
|
|
|
30141
|
-
.
|
|
30142
|
-
|
|
30143
|
-
|
|
30144
|
-
|
|
30350
|
+
.lu7hlr6 {
|
|
30351
|
+
font-family: Inter;
|
|
30352
|
+
font-style: normal;
|
|
30353
|
+
font-weight: 500;
|
|
30354
|
+
font-size: 14px;
|
|
30355
|
+
line-height: 22px;
|
|
30145
30356
|
}
|
|
30146
30357
|
|
|
30147
|
-
.
|
|
30148
|
-
|
|
30149
|
-
|
|
30150
|
-
|
|
30358
|
+
.l3l3jf0 {
|
|
30359
|
+
font-family: Inter;
|
|
30360
|
+
font-style: normal;
|
|
30361
|
+
font-weight: bold;
|
|
30362
|
+
font-size: 14px;
|
|
30363
|
+
line-height: 22px;
|
|
30151
30364
|
}
|
|
30152
|
-
|
|
30153
|
-
|
|
30365
|
+
|
|
30366
|
+
.l12j5nqp {
|
|
30367
|
+
font-family: Inter;
|
|
30368
|
+
font-style: normal;
|
|
30369
|
+
font-weight: normal;
|
|
30370
|
+
font-size: 14px;
|
|
30371
|
+
line-height: 22px;
|
|
30154
30372
|
}
|
|
30155
|
-
|
|
30156
|
-
|
|
30373
|
+
|
|
30374
|
+
.l1tecqht {
|
|
30375
|
+
font-family: Inter;
|
|
30376
|
+
font-style: normal;
|
|
30377
|
+
font-weight: bold;
|
|
30378
|
+
font-size: 14px;
|
|
30379
|
+
line-height: 22px;
|
|
30157
30380
|
}
|
|
30158
|
-
|
|
30159
|
-
|
|
30381
|
+
|
|
30382
|
+
.l6sa990 {
|
|
30383
|
+
font-family: Inter;
|
|
30384
|
+
font-style: normal;
|
|
30385
|
+
font-weight: normal;
|
|
30386
|
+
text-transform: uppercase;
|
|
30387
|
+
font-feature-settings: "cpsp" on;
|
|
30388
|
+
font-size: 14px;
|
|
30389
|
+
line-height: 22px;
|
|
30160
30390
|
}
|
|
30161
30391
|
|
|
30162
|
-
.
|
|
30163
|
-
|
|
30164
|
-
|
|
30392
|
+
.lckqe8j {
|
|
30393
|
+
font-family: Inter;
|
|
30394
|
+
font-style: normal;
|
|
30395
|
+
font-weight: bold;
|
|
30396
|
+
text-transform: uppercase;
|
|
30397
|
+
font-feature-settings: "cpsp" on;
|
|
30398
|
+
font-size: 14px;
|
|
30399
|
+
line-height: 22px;
|
|
30165
30400
|
}
|
|
30166
30401
|
|
|
30167
|
-
.
|
|
30168
|
-
|
|
30169
|
-
|
|
30170
|
-
|
|
30171
|
-
|
|
30402
|
+
.l1kuminb {
|
|
30403
|
+
font-family: Inter;
|
|
30404
|
+
font-style: normal;
|
|
30405
|
+
font-weight: normal;
|
|
30406
|
+
font-size: 13px;
|
|
30407
|
+
line-height: 20px;
|
|
30172
30408
|
}
|
|
30173
30409
|
|
|
30174
|
-
.
|
|
30175
|
-
|
|
30176
|
-
|
|
30177
|
-
|
|
30178
|
-
|
|
30410
|
+
.l1pbuf5j {
|
|
30411
|
+
font-family: Inter;
|
|
30412
|
+
font-style: normal;
|
|
30413
|
+
font-weight: 600;
|
|
30414
|
+
font-size: 13px;
|
|
30415
|
+
line-height: 20px;
|
|
30179
30416
|
}
|
|
30180
30417
|
|
|
30181
|
-
.
|
|
30182
|
-
|
|
30183
|
-
|
|
30184
|
-
|
|
30185
|
-
|
|
30186
|
-
|
|
30187
|
-
border-radius: 50%;
|
|
30188
|
-
margin: 0 4px;
|
|
30418
|
+
.l1r4ztu {
|
|
30419
|
+
font-family: Inter;
|
|
30420
|
+
font-style: normal;
|
|
30421
|
+
font-weight: bold;
|
|
30422
|
+
font-size: 13px;
|
|
30423
|
+
line-height: 20px;
|
|
30189
30424
|
}
|
|
30190
30425
|
|
|
30191
|
-
.
|
|
30192
|
-
|
|
30193
|
-
|
|
30194
|
-
|
|
30426
|
+
.ly8vzok {
|
|
30427
|
+
font-family: Inter;
|
|
30428
|
+
font-style: normal;
|
|
30429
|
+
font-weight: normal;
|
|
30430
|
+
font-size: 13px;
|
|
30431
|
+
line-height: 20px;
|
|
30195
30432
|
}
|
|
30196
|
-
|
|
30197
|
-
|
|
30198
|
-
|
|
30433
|
+
|
|
30434
|
+
.lumfmf {
|
|
30435
|
+
font-family: Inter;
|
|
30436
|
+
font-style: normal;
|
|
30437
|
+
font-weight: 600;
|
|
30438
|
+
font-size: 13px;
|
|
30439
|
+
line-height: 20px;
|
|
30199
30440
|
}
|
|
30200
|
-
|
|
30201
|
-
|
|
30441
|
+
|
|
30442
|
+
.l16ujwmv {
|
|
30443
|
+
font-family: Inter;
|
|
30444
|
+
font-style: normal;
|
|
30445
|
+
font-weight: bold;
|
|
30446
|
+
font-size: 13px;
|
|
30447
|
+
line-height: 20px;
|
|
30202
30448
|
}
|
|
30203
|
-
|
|
30204
|
-
|
|
30449
|
+
|
|
30450
|
+
.l17o1ffr {
|
|
30451
|
+
font-family: Inter;
|
|
30452
|
+
font-style: normal;
|
|
30453
|
+
font-weight: normal;
|
|
30454
|
+
text-transform: uppercase;
|
|
30455
|
+
font-feature-settings: "cpsp" on;
|
|
30456
|
+
font-size: 13px;
|
|
30457
|
+
line-height: 20px;
|
|
30205
30458
|
}
|
|
30206
|
-
|
|
30207
|
-
|
|
30459
|
+
|
|
30460
|
+
.lngllvn {
|
|
30461
|
+
font-family: Inter;
|
|
30462
|
+
font-style: normal;
|
|
30463
|
+
font-weight: bold;
|
|
30464
|
+
text-transform: uppercase;
|
|
30465
|
+
font-feature-settings: "cpsp" on;
|
|
30466
|
+
font-size: 13px;
|
|
30467
|
+
line-height: 20px;
|
|
30208
30468
|
}
|
|
30209
30469
|
|
|
30210
|
-
.
|
|
30470
|
+
.l2i7fo9 {
|
|
30471
|
+
font-family: Inter;
|
|
30472
|
+
font-style: normal;
|
|
30473
|
+
font-weight: normal;
|
|
30211
30474
|
font-size: 12px;
|
|
30212
30475
|
line-height: 18px;
|
|
30213
|
-
font-weight: bold;
|
|
30214
|
-
color: #fff;
|
|
30215
|
-
padding: 0 4px;
|
|
30216
|
-
border-radius: 4px;
|
|
30217
|
-
display: inline-block;
|
|
30218
|
-
background: var(--ti7fpyu-0);
|
|
30219
30476
|
}
|
|
30220
|
-
|
|
30221
|
-
|
|
30477
|
+
|
|
30478
|
+
.l1x7hscx {
|
|
30479
|
+
font-family: Inter;
|
|
30480
|
+
font-style: normal;
|
|
30481
|
+
font-weight: 500;
|
|
30482
|
+
font-size: 12px;
|
|
30483
|
+
line-height: 18px;
|
|
30222
30484
|
}
|
|
30223
30485
|
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30226
|
-
|
|
30227
|
-
display: flex;
|
|
30228
|
-
align-items: center;
|
|
30229
|
-
justify-content: center;
|
|
30230
|
-
}
|
|
30231
|
-
|
|
30232
|
-
.n1kbdoln {
|
|
30233
|
-
font-size: 90%;
|
|
30486
|
+
.le1jwan {
|
|
30487
|
+
font-family: Inter;
|
|
30488
|
+
font-style: normal;
|
|
30234
30489
|
font-weight: bold;
|
|
30235
|
-
|
|
30236
|
-
|
|
30237
|
-
margin-left: 2px;
|
|
30238
|
-
margin-right: 2px;
|
|
30239
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30240
|
-
border-radius: 4px;
|
|
30490
|
+
font-size: 12px;
|
|
30491
|
+
line-height: 18px;
|
|
30241
30492
|
}
|
|
30242
30493
|
|
|
30243
|
-
.
|
|
30244
|
-
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
|
|
30248
|
-
}
|
|
30249
|
-
.f1y3gta0.form-item-compact {
|
|
30250
|
-
width: 412px;
|
|
30251
|
-
}
|
|
30252
|
-
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
30253
|
-
margin-top: 8px;
|
|
30254
|
-
}
|
|
30255
|
-
.f1y3gta0 .form-item {
|
|
30256
|
-
width: auto;
|
|
30257
|
-
}
|
|
30258
|
-
.f1y3gta0 .form-item-main {
|
|
30259
|
-
position: relative;
|
|
30260
|
-
display: flex;
|
|
30261
|
-
}
|
|
30262
|
-
.f1y3gta0 .form-item-extra {
|
|
30263
|
-
margin-top: 4px;
|
|
30264
|
-
width: 100%;
|
|
30265
|
-
padding: 14px;
|
|
30266
|
-
background: #f2f4f6;
|
|
30267
|
-
font-size: 13px;
|
|
30268
|
-
line-height: 1.8;
|
|
30269
|
-
color: #8e9aa9;
|
|
30270
|
-
}
|
|
30271
|
-
.f1y3gta0 .form-item-label {
|
|
30272
|
-
padding-right: 12px;
|
|
30273
|
-
font-size: 13px;
|
|
30274
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30275
|
-
}
|
|
30276
|
-
.f1y3gta0 .form-item-label.label-right {
|
|
30277
|
-
text-align: right;
|
|
30278
|
-
}
|
|
30279
|
-
.f1y3gta0 .form-item-label,
|
|
30280
|
-
.f1y3gta0 .form-item-control {
|
|
30281
|
-
line-height: 32px;
|
|
30282
|
-
}
|
|
30283
|
-
.f1y3gta0 .form-item-control .form-item-error {
|
|
30494
|
+
.lyxynfj {
|
|
30495
|
+
font-family: Inter;
|
|
30496
|
+
font-style: normal;
|
|
30497
|
+
font-weight: normal;
|
|
30498
|
+
font-size: 12px;
|
|
30284
30499
|
line-height: 18px;
|
|
30285
30500
|
}
|
|
30286
|
-
|
|
30287
|
-
|
|
30288
|
-
|
|
30289
|
-
|
|
30290
|
-
|
|
30291
|
-
|
|
30292
|
-
|
|
30293
|
-
color: #e75a3a;
|
|
30294
|
-
height: 0;
|
|
30295
|
-
overflow: hidden;
|
|
30296
|
-
}
|
|
30297
|
-
.f1y3gta0 .form-item-error-enter-done {
|
|
30298
|
-
margin-top: 4px;
|
|
30299
|
-
height: auto;
|
|
30300
|
-
overflow: auto;
|
|
30301
|
-
}
|
|
30302
|
-
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30303
|
-
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30304
|
-
border: 1px solid #e75a3a;
|
|
30305
|
-
color: #e75a3a;
|
|
30501
|
+
|
|
30502
|
+
.lpb2nxv {
|
|
30503
|
+
font-family: Inter;
|
|
30504
|
+
font-style: normal;
|
|
30505
|
+
font-weight: 500;
|
|
30506
|
+
font-size: 12px;
|
|
30507
|
+
line-height: 18px;
|
|
30306
30508
|
}
|
|
30307
30509
|
|
|
30308
|
-
.
|
|
30309
|
-
|
|
30510
|
+
.l1r8o3vv {
|
|
30511
|
+
font-family: Inter;
|
|
30512
|
+
font-style: normal;
|
|
30310
30513
|
font-weight: bold;
|
|
30311
|
-
|
|
30312
|
-
|
|
30313
|
-
margin-bottom: 16px;
|
|
30314
|
-
}
|
|
30315
|
-
.fujbm7g:not(:first-of-type) {
|
|
30316
|
-
margin-top: 16px;
|
|
30514
|
+
font-size: 12px;
|
|
30515
|
+
line-height: 18px;
|
|
30317
30516
|
}
|
|
30318
30517
|
|
|
30319
|
-
.
|
|
30320
|
-
|
|
30321
|
-
|
|
30322
|
-
|
|
30323
|
-
|
|
30324
|
-
|
|
30325
|
-
|
|
30326
|
-
|
|
30327
|
-
}
|
|
30328
|
-
.e5fsw5s:before, .e5fsw5s:after {
|
|
30329
|
-
content: "";
|
|
30330
|
-
width: 1px;
|
|
30331
|
-
height: 6px;
|
|
30332
|
-
border-radius: 1px;
|
|
30333
|
-
background: #ccd4e3;
|
|
30334
|
-
position: relative;
|
|
30335
|
-
right: 2px;
|
|
30336
|
-
transform: rotate(-45deg);
|
|
30337
|
-
}
|
|
30338
|
-
.e5fsw5s:after {
|
|
30339
|
-
transform: rotate(45deg);
|
|
30340
|
-
left: 1px;
|
|
30518
|
+
.lemnjy2 {
|
|
30519
|
+
font-family: Inter;
|
|
30520
|
+
font-style: normal;
|
|
30521
|
+
font-weight: normal;
|
|
30522
|
+
text-transform: uppercase;
|
|
30523
|
+
font-feature-settings: "cpsp" on;
|
|
30524
|
+
font-size: 12px;
|
|
30525
|
+
line-height: 18px;
|
|
30341
30526
|
}
|
|
30342
30527
|
|
|
30343
|
-
.
|
|
30344
|
-
|
|
30345
|
-
|
|
30346
|
-
|
|
30528
|
+
.lrc42gb {
|
|
30529
|
+
font-family: Inter;
|
|
30530
|
+
font-style: normal;
|
|
30531
|
+
font-weight: bold;
|
|
30532
|
+
text-transform: uppercase;
|
|
30533
|
+
font-feature-settings: "cpsp" on;
|
|
30534
|
+
font-size: 12px;
|
|
30535
|
+
line-height: 18px;
|
|
30347
30536
|
}
|
|
30348
|
-
|
|
30349
|
-
.
|
|
30350
|
-
|
|
30537
|
+
|
|
30538
|
+
.fqaz4mb {
|
|
30539
|
+
font-family: Inter;
|
|
30540
|
+
font-style: normal;
|
|
30541
|
+
font-weight: normal;
|
|
30542
|
+
font-size: 13px;
|
|
30543
|
+
line-height: 20px;
|
|
30351
30544
|
}
|
|
30352
|
-
|
|
30353
|
-
.
|
|
30354
|
-
|
|
30545
|
+
|
|
30546
|
+
.f13we5o {
|
|
30547
|
+
font-family: Inter;
|
|
30548
|
+
font-style: normal;
|
|
30549
|
+
font-weight: normal;
|
|
30550
|
+
font-size: 13px;
|
|
30551
|
+
line-height: 20px;
|
|
30355
30552
|
}
|
|
30356
30553
|
|
|
30357
|
-
.
|
|
30358
|
-
|
|
30359
|
-
|
|
30360
|
-
|
|
30361
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30362
|
-
border-radius: 6px;
|
|
30363
|
-
color: #e07f00;
|
|
30554
|
+
.ffmjua2 {
|
|
30555
|
+
font-family: Inter;
|
|
30556
|
+
font-style: normal;
|
|
30557
|
+
font-weight: normal;
|
|
30364
30558
|
font-size: 12px;
|
|
30365
30559
|
line-height: 18px;
|
|
30366
30560
|
}
|
|
30367
|
-
.ng31n2o .icon-wrapper {
|
|
30368
|
-
margin-right: 10px;
|
|
30369
|
-
height: 18px;
|
|
30370
|
-
}
|
|
30371
30561
|
|
|
30372
|
-
.
|
|
30373
|
-
|
|
30374
|
-
|
|
30375
|
-
|
|
30376
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30377
|
-
border-radius: 6px;
|
|
30378
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30562
|
+
.fz2mxw0 {
|
|
30563
|
+
font-family: Inter;
|
|
30564
|
+
font-style: normal;
|
|
30565
|
+
font-weight: normal;
|
|
30379
30566
|
font-size: 12px;
|
|
30380
30567
|
line-height: 18px;
|
|
30381
30568
|
}
|
|
30382
|
-
|
|
30383
|
-
|
|
30384
|
-
|
|
30569
|
+
|
|
30570
|
+
.t1ertzoh {
|
|
30571
|
+
font-family: Inter;
|
|
30572
|
+
font-style: normal;
|
|
30573
|
+
font-weight: normal;
|
|
30574
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30575
|
+
font-size: 13px;
|
|
30576
|
+
line-height: 20px;
|
|
30385
30577
|
}
|
|
30386
30578
|
|
|
30387
|
-
.
|
|
30388
|
-
|
|
30389
|
-
|
|
30390
|
-
|
|
30391
|
-
|
|
30392
|
-
|
|
30393
|
-
|
|
30579
|
+
.t19bge8r {
|
|
30580
|
+
font-family: Inter;
|
|
30581
|
+
font-style: normal;
|
|
30582
|
+
font-weight: normal;
|
|
30583
|
+
font-feature-settings: "zero" on;
|
|
30584
|
+
font-size: 13px;
|
|
30585
|
+
line-height: 20px;
|
|
30586
|
+
}
|
|
30587
|
+
|
|
30588
|
+
.tjrzfyl {
|
|
30589
|
+
font-family: Inter;
|
|
30590
|
+
font-style: normal;
|
|
30591
|
+
font-weight: normal;
|
|
30592
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30394
30593
|
font-size: 12px;
|
|
30395
30594
|
line-height: 18px;
|
|
30396
30595
|
}
|
|
30397
|
-
|
|
30398
|
-
|
|
30399
|
-
|
|
30596
|
+
|
|
30597
|
+
.tm6s7bo {
|
|
30598
|
+
font-family: Inter;
|
|
30599
|
+
font-style: normal;
|
|
30600
|
+
font-weight: 500;
|
|
30601
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30602
|
+
font-size: 12px;
|
|
30603
|
+
line-height: 18px;
|
|
30400
30604
|
}
|
|
30401
30605
|
|
|
30402
|
-
.
|
|
30403
|
-
|
|
30404
|
-
|
|
30606
|
+
.t19zq6ic {
|
|
30607
|
+
font-family: Inter;
|
|
30608
|
+
font-style: normal;
|
|
30609
|
+
font-weight: normal;
|
|
30610
|
+
font-feature-settings: "zero" on;
|
|
30405
30611
|
font-size: 12px;
|
|
30406
30612
|
line-height: 18px;
|
|
30407
30613
|
}
|
|
30408
30614
|
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30615
|
+
.t1gduru8 {
|
|
30616
|
+
font-family: Inter;
|
|
30617
|
+
font-style: normal;
|
|
30618
|
+
font-weight: 500;
|
|
30619
|
+
font-feature-settings: "zero" on;
|
|
30411
30620
|
font-size: 12px;
|
|
30412
|
-
|
|
30621
|
+
line-height: 18px;
|
|
30413
30622
|
}
|
|
30414
30623
|
|
|
30415
|
-
.
|
|
30416
|
-
|
|
30417
|
-
|
|
30418
|
-
|
|
30419
|
-
|
|
30420
|
-
|
|
30421
|
-
|
|
30624
|
+
.t55raab {
|
|
30625
|
+
font-family: Inter;
|
|
30626
|
+
font-style: normal;
|
|
30627
|
+
font-weight: bold;
|
|
30628
|
+
font-feature-settings: "zero" on;
|
|
30629
|
+
font-size: 16px;
|
|
30630
|
+
line-height: 24px;
|
|
30422
30631
|
}
|
|
30423
30632
|
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30633
|
+
.u1w9abfe {
|
|
30634
|
+
font-family: Inter;
|
|
30635
|
+
font-style: normal;
|
|
30636
|
+
font-weight: normal;
|
|
30637
|
+
font-size: 10px;
|
|
30638
|
+
line-height: 12px;
|
|
30426
30639
|
}
|
|
30427
30640
|
|
|
30428
|
-
.
|
|
30429
|
-
|
|
30430
|
-
|
|
30431
|
-
color: #2d3a56;
|
|
30432
|
-
border-radius: 6px;
|
|
30433
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30434
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30435
|
-
}
|
|
30436
|
-
.ipd9bk.ant-input.ant-input-lg {
|
|
30437
|
-
padding: 8px 16px;
|
|
30438
|
-
line-height: 22px;
|
|
30641
|
+
.cz04yix {
|
|
30642
|
+
display: flex;
|
|
30643
|
+
flex-direction: column;
|
|
30439
30644
|
}
|
|
30440
|
-
|
|
30441
|
-
|
|
30442
|
-
|
|
30645
|
+
|
|
30646
|
+
.m1if5j39 {
|
|
30647
|
+
max-width: 1120px;
|
|
30648
|
+
width: 100%;
|
|
30649
|
+
margin: 0 auto;
|
|
30650
|
+
height: 100%;
|
|
30443
30651
|
}
|
|
30444
|
-
|
|
30445
|
-
|
|
30446
|
-
|
|
30447
|
-
|
|
30652
|
+
|
|
30653
|
+
.w1vvwdlp {
|
|
30654
|
+
max-width: 1120px;
|
|
30655
|
+
width: 100%;
|
|
30656
|
+
margin: 0 auto;
|
|
30657
|
+
display: flex;
|
|
30448
30658
|
}
|
|
30449
|
-
.
|
|
30450
|
-
|
|
30451
|
-
|
|
30452
|
-
|
|
30659
|
+
.w1vvwdlp .left,
|
|
30660
|
+
.w1vvwdlp .right {
|
|
30661
|
+
flex-grow: 0;
|
|
30662
|
+
flex-shrink: 0;
|
|
30663
|
+
flex-basis: 21%;
|
|
30453
30664
|
}
|
|
30454
|
-
.
|
|
30455
|
-
|
|
30456
|
-
|
|
30665
|
+
.w1vvwdlp .left {
|
|
30666
|
+
display: flex;
|
|
30667
|
+
justify-content: flex-end;
|
|
30668
|
+
padding-right: 44px;
|
|
30457
30669
|
}
|
|
30458
|
-
.
|
|
30459
|
-
|
|
30460
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30670
|
+
.w1vvwdlp .right {
|
|
30671
|
+
padding-left: 44px;
|
|
30461
30672
|
}
|
|
30462
|
-
.
|
|
30463
|
-
|
|
30464
|
-
|
|
30673
|
+
.w1vvwdlp .middle {
|
|
30674
|
+
margin-bottom: 40px;
|
|
30675
|
+
flex-grow: 0;
|
|
30676
|
+
flex-shrink: 0;
|
|
30677
|
+
flex-basis: 58%;
|
|
30465
30678
|
}
|
|
30466
|
-
.
|
|
30467
|
-
|
|
30468
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30469
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30679
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30680
|
+
width: 100%;
|
|
30470
30681
|
}
|
|
30471
|
-
.
|
|
30472
|
-
|
|
30473
|
-
border-radius: 6px;
|
|
30474
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30475
|
-
line-height: 20px;
|
|
30476
|
-
color: #2d3a56;
|
|
30477
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30682
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30683
|
+
width: auto;
|
|
30478
30684
|
}
|
|
30479
|
-
|
|
30480
|
-
.
|
|
30481
|
-
|
|
30685
|
+
|
|
30686
|
+
.h1cuopx7 .ant-modal-header {
|
|
30687
|
+
margin: 0 auto;
|
|
30688
|
+
width: 100%;
|
|
30689
|
+
max-width: 648px;
|
|
30482
30690
|
}
|
|
30483
|
-
.
|
|
30484
|
-
|
|
30485
|
-
line-height: 22px;
|
|
30691
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30692
|
+
margin-left: 0;
|
|
30486
30693
|
}
|
|
30487
|
-
.
|
|
30488
|
-
|
|
30489
|
-
|
|
30694
|
+
.h1cuopx7 .ant-modal-body {
|
|
30695
|
+
margin: 0 auto;
|
|
30696
|
+
padding: 0;
|
|
30697
|
+
width: 100%;
|
|
30698
|
+
max-width: 648px;
|
|
30699
|
+
overflow: hidden;
|
|
30490
30700
|
}
|
|
30491
|
-
.
|
|
30492
|
-
|
|
30493
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30701
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30702
|
+
margin-bottom: 40px;
|
|
30494
30703
|
}
|
|
30495
|
-
.
|
|
30496
|
-
|
|
30497
|
-
|
|
30704
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30705
|
+
height: calc(100vh - 225px);
|
|
30706
|
+
overflow-y: auto;
|
|
30498
30707
|
}
|
|
30499
|
-
.
|
|
30500
|
-
|
|
30708
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30709
|
+
margin: 0 auto;
|
|
30710
|
+
max-width: 648px;
|
|
30501
30711
|
}
|
|
30502
|
-
|
|
30503
|
-
|
|
30712
|
+
|
|
30713
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30714
|
+
margin: 0 auto;
|
|
30715
|
+
width: 100%;
|
|
30716
|
+
max-width: 1024px;
|
|
30504
30717
|
}
|
|
30505
|
-
.
|
|
30506
|
-
|
|
30507
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30718
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30719
|
+
margin-left: 0;
|
|
30508
30720
|
}
|
|
30509
|
-
.
|
|
30510
|
-
|
|
30511
|
-
|
|
30721
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30722
|
+
margin: 0 auto;
|
|
30723
|
+
padding: 0;
|
|
30724
|
+
width: 100%;
|
|
30725
|
+
max-width: 1024px;
|
|
30726
|
+
overflow: hidden;
|
|
30512
30727
|
}
|
|
30513
|
-
.
|
|
30514
|
-
|
|
30515
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30516
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30728
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30729
|
+
margin-bottom: 40px;
|
|
30517
30730
|
}
|
|
30518
|
-
|
|
30519
|
-
|
|
30520
|
-
|
|
30731
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30732
|
+
height: calc(100vh - 225px);
|
|
30733
|
+
overflow-y: auto;
|
|
30521
30734
|
}
|
|
30522
|
-
|
|
30523
|
-
|
|
30524
|
-
|
|
30735
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30736
|
+
margin: 0 auto;
|
|
30737
|
+
max-width: 1024px;
|
|
30525
30738
|
}
|
|
30526
|
-
|
|
30527
|
-
|
|
30739
|
+
|
|
30740
|
+
.fxgckuk {
|
|
30741
|
+
flex: 1;
|
|
30528
30742
|
}
|
|
30529
|
-
|
|
30530
|
-
|
|
30531
|
-
height:
|
|
30743
|
+
.fxgckuk label {
|
|
30744
|
+
font-size: 13px;
|
|
30745
|
+
line-height: 20px;
|
|
30746
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30532
30747
|
}
|
|
30533
|
-
|
|
30534
|
-
|
|
30748
|
+
.fxgckuk .title {
|
|
30749
|
+
font-size: 14px;
|
|
30750
|
+
line-height: 20px;
|
|
30751
|
+
color: #2d3a56;
|
|
30752
|
+
margin-bottom: 12px;
|
|
30535
30753
|
}
|
|
30536
|
-
|
|
30537
|
-
|
|
30538
|
-
height: 24px;
|
|
30754
|
+
.fxgckuk.connect-cluster .title {
|
|
30755
|
+
padding-bottom: 26px;
|
|
30539
30756
|
}
|
|
30540
|
-
|
|
30541
|
-
|
|
30757
|
+
|
|
30758
|
+
.f1d0vek1 {
|
|
30759
|
+
padding: 25px 0 15px 0;
|
|
30760
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30761
|
+
margin-bottom: 16px;
|
|
30542
30762
|
}
|
|
30543
30763
|
|
|
30544
|
-
.
|
|
30545
|
-
|
|
30546
|
-
|
|
30764
|
+
.f4u402y {
|
|
30765
|
+
display: flex;
|
|
30766
|
+
align-items: center;
|
|
30767
|
+
margin-bottom: 8px;
|
|
30547
30768
|
}
|
|
30548
|
-
.
|
|
30549
|
-
|
|
30550
|
-
padding: 6px;
|
|
30551
|
-
height: 32px;
|
|
30552
|
-
cursor: pointer;
|
|
30553
|
-
transition: border 150ms;
|
|
30769
|
+
.f4u402y > label {
|
|
30770
|
+
width: 216px;
|
|
30554
30771
|
}
|
|
30555
|
-
.
|
|
30556
|
-
|
|
30557
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30772
|
+
.f4u402y > label + * {
|
|
30773
|
+
width: 100%;
|
|
30558
30774
|
}
|
|
30559
|
-
.
|
|
30560
|
-
|
|
30775
|
+
.f4u402y .ant-select {
|
|
30776
|
+
width: 100%;
|
|
30561
30777
|
}
|
|
30562
|
-
|
|
30563
|
-
|
|
30778
|
+
|
|
30779
|
+
.e1pldf6v {
|
|
30780
|
+
color: #e75a3a;
|
|
30781
|
+
margin-right: 10px;
|
|
30564
30782
|
}
|
|
30565
|
-
|
|
30566
|
-
|
|
30783
|
+
|
|
30784
|
+
.dq0gblh {
|
|
30785
|
+
width: 100%;
|
|
30786
|
+
height: 1px;
|
|
30787
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30788
|
+
margin: 24px 0;
|
|
30567
30789
|
}
|
|
30568
|
-
|
|
30569
|
-
|
|
30570
|
-
|
|
30571
|
-
|
|
30572
|
-
|
|
30790
|
+
|
|
30791
|
+
.l1v7sr0n {
|
|
30792
|
+
display: flex;
|
|
30793
|
+
justify-content: center;
|
|
30794
|
+
align-items: center;
|
|
30795
|
+
height: 100%;
|
|
30573
30796
|
}
|
|
30574
|
-
|
|
30575
|
-
|
|
30576
|
-
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
|
|
30580
|
-
|
|
30797
|
+
|
|
30798
|
+
.d1i4ou6o {
|
|
30799
|
+
display: inline-block;
|
|
30800
|
+
width: 4px;
|
|
30801
|
+
height: 4px;
|
|
30802
|
+
background: #8e9aa9;
|
|
30803
|
+
opacity: 0.4;
|
|
30804
|
+
border-radius: 50%;
|
|
30805
|
+
margin: 0 4px;
|
|
30581
30806
|
}
|
|
30582
|
-
|
|
30583
|
-
|
|
30584
|
-
|
|
30807
|
+
|
|
30808
|
+
.m1jy87hk .ant-modal-header,
|
|
30809
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30810
|
+
width: 648px;
|
|
30811
|
+
margin: 0 auto;
|
|
30585
30812
|
}
|
|
30586
|
-
.
|
|
30587
|
-
|
|
30588
|
-
|
|
30589
|
-
transform: translateY(-50%);
|
|
30590
|
-
left: -16px;
|
|
30591
|
-
transition: left 150ms ease;
|
|
30592
|
-
opacity: 0;
|
|
30813
|
+
.m1jy87hk .ant-modal-header {
|
|
30814
|
+
padding: 35px 0 24px;
|
|
30815
|
+
border: none;
|
|
30593
30816
|
}
|
|
30594
|
-
.
|
|
30595
|
-
|
|
30596
|
-
opacity: 1;
|
|
30817
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30818
|
+
font-size: 30px;
|
|
30597
30819
|
}
|
|
30598
|
-
.
|
|
30599
|
-
|
|
30600
|
-
margin-left: 0px;
|
|
30820
|
+
.m1jy87hk .ant-modal-body {
|
|
30821
|
+
padding: 4px 0 2px;
|
|
30601
30822
|
}
|
|
30602
|
-
.
|
|
30603
|
-
|
|
30823
|
+
.m1jy87hk .ant-modal-footer {
|
|
30824
|
+
border: none;
|
|
30604
30825
|
}
|
|
30605
30826
|
|
|
30606
|
-
|
|
30607
|
-
|
|
30608
|
-
|
|
30827
|
+
.ti7fpyu {
|
|
30828
|
+
font-size: 12px;
|
|
30829
|
+
line-height: 18px;
|
|
30830
|
+
font-weight: bold;
|
|
30831
|
+
color: #fff;
|
|
30832
|
+
padding: 0 4px;
|
|
30833
|
+
border-radius: 4px;
|
|
30834
|
+
display: inline-block;
|
|
30835
|
+
background: var(--ti7fpyu-0);
|
|
30609
30836
|
}
|
|
30610
|
-
|
|
30611
|
-
|
|
30612
|
-
border-top-right-radius: 0;
|
|
30613
|
-
border-bottom-right-radius: 0;
|
|
30837
|
+
.ti7fpyu:not(:first-child) {
|
|
30838
|
+
margin-left: 4px;
|
|
30614
30839
|
}
|
|
30615
30840
|
|
|
30616
|
-
|
|
30617
|
-
|
|
30618
|
-
|
|
30841
|
+
.f1rest1f {
|
|
30842
|
+
width: 100%;
|
|
30843
|
+
height: 100%;
|
|
30844
|
+
display: flex;
|
|
30845
|
+
align-items: center;
|
|
30846
|
+
justify-content: center;
|
|
30619
30847
|
}
|
|
30620
30848
|
|
|
30621
|
-
.
|
|
30622
|
-
|
|
30623
|
-
|
|
30849
|
+
.n1kbdoln {
|
|
30850
|
+
font-size: 90%;
|
|
30851
|
+
font-weight: bold;
|
|
30852
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30853
|
+
padding: 1px 4px 1px;
|
|
30854
|
+
margin-left: 2px;
|
|
30855
|
+
margin-right: 2px;
|
|
30856
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30857
|
+
border-radius: 4px;
|
|
30624
30858
|
}
|
|
30625
30859
|
|
|
30626
|
-
.
|
|
30627
|
-
|
|
30628
|
-
border-bottom-right-radius: 0;
|
|
30860
|
+
.f1y3gta0.form-item-general {
|
|
30861
|
+
width: 640px;
|
|
30629
30862
|
}
|
|
30630
|
-
|
|
30631
|
-
|
|
30632
|
-
border-top-left-radius: 0;
|
|
30633
|
-
border-bottom-left-radius: 0;
|
|
30863
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30864
|
+
margin-top: 16px;
|
|
30634
30865
|
}
|
|
30635
|
-
|
|
30636
|
-
|
|
30637
|
-
display: flex;
|
|
30638
|
-
flex-direction: column;
|
|
30866
|
+
.f1y3gta0.form-item-compact {
|
|
30867
|
+
width: 412px;
|
|
30639
30868
|
}
|
|
30640
|
-
.
|
|
30641
|
-
margin-top:
|
|
30869
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
30870
|
+
margin-top: 8px;
|
|
30642
30871
|
}
|
|
30643
|
-
.
|
|
30644
|
-
width:
|
|
30872
|
+
.f1y3gta0 .form-item {
|
|
30873
|
+
width: auto;
|
|
30645
30874
|
}
|
|
30646
|
-
.
|
|
30647
|
-
|
|
30875
|
+
.f1y3gta0 .form-item-main {
|
|
30876
|
+
position: relative;
|
|
30877
|
+
display: flex;
|
|
30648
30878
|
}
|
|
30649
|
-
.
|
|
30879
|
+
.f1y3gta0 .form-item-extra {
|
|
30880
|
+
margin-top: 4px;
|
|
30650
30881
|
width: 100%;
|
|
30882
|
+
padding: 14px;
|
|
30883
|
+
background: #f2f4f6;
|
|
30884
|
+
font-size: 13px;
|
|
30885
|
+
line-height: 1.8;
|
|
30886
|
+
color: #8e9aa9;
|
|
30651
30887
|
}
|
|
30652
|
-
|
|
30653
|
-
|
|
30654
|
-
font-size:
|
|
30655
|
-
|
|
30656
|
-
|
|
30888
|
+
.f1y3gta0 .form-item-label {
|
|
30889
|
+
padding-right: 12px;
|
|
30890
|
+
font-size: 13px;
|
|
30891
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30892
|
+
}
|
|
30893
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
30894
|
+
text-align: right;
|
|
30895
|
+
}
|
|
30896
|
+
.f1y3gta0 .form-item-label,
|
|
30897
|
+
.f1y3gta0 .form-item-control {
|
|
30898
|
+
line-height: 32px;
|
|
30899
|
+
}
|
|
30900
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
30657
30901
|
line-height: 18px;
|
|
30658
30902
|
}
|
|
30659
|
-
.
|
|
30660
|
-
|
|
30903
|
+
.f1y3gta0 .form-item-children {
|
|
30904
|
+
width: 100%;
|
|
30661
30905
|
}
|
|
30662
|
-
.
|
|
30663
|
-
|
|
30906
|
+
.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 {
|
|
30907
|
+
width: 100%;
|
|
30664
30908
|
}
|
|
30665
|
-
|
|
30666
|
-
|
|
30667
|
-
|
|
30668
|
-
|
|
30669
|
-
margin-top: 12px;
|
|
30909
|
+
.f1y3gta0 .form-item-error {
|
|
30910
|
+
color: #e75a3a;
|
|
30911
|
+
height: 0;
|
|
30912
|
+
overflow: hidden;
|
|
30670
30913
|
}
|
|
30671
|
-
|
|
30672
|
-
|
|
30673
|
-
|
|
30674
|
-
|
|
30675
|
-
|
|
30676
|
-
|
|
30914
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
30915
|
+
margin-top: 4px;
|
|
30916
|
+
height: auto;
|
|
30917
|
+
overflow: auto;
|
|
30918
|
+
}
|
|
30919
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30920
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30921
|
+
border: 1px solid #e75a3a;
|
|
30922
|
+
color: #e75a3a;
|
|
30677
30923
|
}
|
|
30678
30924
|
|
|
30679
|
-
.
|
|
30680
|
-
|
|
30925
|
+
.fujbm7g {
|
|
30926
|
+
color: #2d3a56;
|
|
30927
|
+
font-weight: bold;
|
|
30928
|
+
padding-bottom: 6px;
|
|
30929
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30930
|
+
margin-bottom: 16px;
|
|
30681
30931
|
}
|
|
30682
|
-
.
|
|
30683
|
-
|
|
30684
|
-
font-weight: 500;
|
|
30685
|
-
line-height: 32px;
|
|
30686
|
-
color: #3e4652;
|
|
30932
|
+
.fujbm7g:not(:first-of-type) {
|
|
30933
|
+
margin-top: 16px;
|
|
30687
30934
|
}
|
|
30688
30935
|
|
|
30689
|
-
.
|
|
30690
|
-
|
|
30691
|
-
|
|
30692
|
-
border-radius: 6px;
|
|
30693
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30694
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30695
|
-
font-size: 12px;
|
|
30696
|
-
}
|
|
30697
|
-
.ctcr26a div {
|
|
30698
|
-
line-height: 20px;
|
|
30936
|
+
.e5fsw5s {
|
|
30937
|
+
width: 8px;
|
|
30938
|
+
height: 24px;
|
|
30699
30939
|
display: flex;
|
|
30940
|
+
justify-content: center;
|
|
30700
30941
|
align-items: center;
|
|
30701
|
-
|
|
30702
|
-
|
|
30703
|
-
|
|
30704
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30705
|
-
display: inline-flex;
|
|
30706
|
-
align-items: baseline;
|
|
30707
|
-
white-space: pre-wrap;
|
|
30942
|
+
cursor: pointer;
|
|
30943
|
+
transition: all 200ms ease-out 40ms;
|
|
30708
30944
|
}
|
|
30709
|
-
.
|
|
30945
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
30946
|
+
content: "";
|
|
30947
|
+
width: 1px;
|
|
30948
|
+
height: 6px;
|
|
30949
|
+
border-radius: 1px;
|
|
30950
|
+
background: #ccd4e3;
|
|
30710
30951
|
position: relative;
|
|
30711
|
-
|
|
30712
|
-
|
|
30713
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30714
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30715
|
-
}
|
|
30716
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30717
|
-
border-color: #0080ff;
|
|
30952
|
+
right: 2px;
|
|
30953
|
+
transform: rotate(-45deg);
|
|
30718
30954
|
}
|
|
30719
|
-
.
|
|
30720
|
-
|
|
30721
|
-
|
|
30955
|
+
.e5fsw5s:after {
|
|
30956
|
+
transform: rotate(45deg);
|
|
30957
|
+
left: 1px;
|
|
30722
30958
|
}
|
|
30723
|
-
|
|
30724
|
-
|
|
30725
|
-
|
|
30726
|
-
|
|
30727
|
-
|
|
30728
|
-
background: #fff;
|
|
30959
|
+
|
|
30960
|
+
.w18knsg4.ant-alert-warning {
|
|
30961
|
+
border: 0;
|
|
30962
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30963
|
+
border-radius: 6px;
|
|
30729
30964
|
}
|
|
30730
|
-
.
|
|
30731
|
-
|
|
30965
|
+
.w18knsg4.ant-alert,
|
|
30966
|
+
.w18knsg4 .ant-alert-message {
|
|
30967
|
+
color: #e07f00;
|
|
30732
30968
|
}
|
|
30733
|
-
.
|
|
30734
|
-
|
|
30735
|
-
|
|
30969
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
30970
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30971
|
+
border-bottom-color: #e07f00;
|
|
30736
30972
|
}
|
|
30737
|
-
|
|
30738
|
-
|
|
30739
|
-
|
|
30740
|
-
|
|
30741
|
-
|
|
30742
|
-
|
|
30743
|
-
|
|
30744
|
-
|
|
30745
|
-
|
|
30973
|
+
|
|
30974
|
+
.ng31n2o {
|
|
30975
|
+
display: flex;
|
|
30976
|
+
flex-direction: row;
|
|
30977
|
+
padding: 7px 12px;
|
|
30978
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30979
|
+
border-radius: 6px;
|
|
30980
|
+
color: #e07f00;
|
|
30981
|
+
font-size: 12px;
|
|
30982
|
+
line-height: 18px;
|
|
30746
30983
|
}
|
|
30747
|
-
.
|
|
30748
|
-
|
|
30749
|
-
|
|
30750
|
-
padding-left: 12px;
|
|
30984
|
+
.ng31n2o .icon-wrapper {
|
|
30985
|
+
margin-right: 10px;
|
|
30986
|
+
height: 18px;
|
|
30751
30987
|
}
|
|
30752
|
-
|
|
30753
|
-
|
|
30754
|
-
|
|
30988
|
+
|
|
30989
|
+
.n15x5f5y {
|
|
30990
|
+
display: flex;
|
|
30991
|
+
flex-direction: row;
|
|
30992
|
+
padding: 7px 12px;
|
|
30993
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30994
|
+
border-radius: 6px;
|
|
30755
30995
|
color: rgba(44, 56, 82, 0.6);
|
|
30996
|
+
font-size: 12px;
|
|
30997
|
+
line-height: 18px;
|
|
30756
30998
|
}
|
|
30757
|
-
.
|
|
30758
|
-
|
|
30999
|
+
.n15x5f5y .icon-wrapper {
|
|
31000
|
+
margin-right: 10px;
|
|
31001
|
+
height: 18px;
|
|
30759
31002
|
}
|
|
30760
31003
|
|
|
30761
|
-
.
|
|
30762
|
-
|
|
31004
|
+
.i16ozz3f {
|
|
31005
|
+
display: flex;
|
|
31006
|
+
flex-direction: row;
|
|
31007
|
+
padding: 7px 12px;
|
|
31008
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31009
|
+
border-radius: 6px;
|
|
31010
|
+
color: #005ed1;
|
|
31011
|
+
font-size: 12px;
|
|
31012
|
+
line-height: 18px;
|
|
30763
31013
|
}
|
|
30764
|
-
.
|
|
30765
|
-
|
|
31014
|
+
.i16ozz3f .icon-wrapper {
|
|
31015
|
+
margin-right: 10px;
|
|
31016
|
+
height: 18px;
|
|
30766
31017
|
}
|
|
30767
31018
|
|
|
30768
|
-
.
|
|
30769
|
-
color:
|
|
30770
|
-
|
|
31019
|
+
.dszu9qr {
|
|
31020
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31021
|
+
margin-top: 5px;
|
|
31022
|
+
font-size: 12px;
|
|
31023
|
+
line-height: 18px;
|
|
30771
31024
|
}
|
|
30772
|
-
|
|
30773
|
-
|
|
31025
|
+
|
|
31026
|
+
.snxzgx {
|
|
31027
|
+
color: #f0483e;
|
|
31028
|
+
font-size: 12px;
|
|
31029
|
+
white-space: pre-wrap;
|
|
30774
31030
|
}
|
|
30775
|
-
|
|
30776
|
-
|
|
30777
|
-
|
|
30778
|
-
|
|
31031
|
+
|
|
31032
|
+
.o1i4orqw {
|
|
31033
|
+
display: flex;
|
|
31034
|
+
align-items: center;
|
|
31035
|
+
justify-content: flex-end;
|
|
30779
31036
|
}
|
|
30780
|
-
.
|
|
30781
|
-
|
|
31037
|
+
.o1i4orqw .icon-wrapper {
|
|
31038
|
+
margin-right: 16px;
|
|
30782
31039
|
}
|
|
30783
|
-
|
|
30784
|
-
|
|
30785
|
-
|
|
31040
|
+
|
|
31041
|
+
.t79k8o2 {
|
|
31042
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31043
|
+
}
|
|
31044
|
+
|
|
31045
|
+
.ipd9bk.ant-input {
|
|
31046
|
+
padding: 5px 12px;
|
|
30786
31047
|
line-height: 20px;
|
|
31048
|
+
color: #2d3a56;
|
|
31049
|
+
border-radius: 6px;
|
|
31050
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31051
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30787
31052
|
}
|
|
30788
|
-
.
|
|
30789
|
-
|
|
31053
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
31054
|
+
padding: 8px 16px;
|
|
31055
|
+
line-height: 22px;
|
|
30790
31056
|
}
|
|
30791
|
-
.
|
|
30792
|
-
|
|
31057
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
31058
|
+
padding: 2px 8px;
|
|
31059
|
+
line-height: 18px;
|
|
30793
31060
|
}
|
|
30794
|
-
.
|
|
30795
|
-
|
|
30796
|
-
|
|
31061
|
+
.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 {
|
|
31062
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31063
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31064
|
+
z-index: 1;
|
|
30797
31065
|
}
|
|
30798
|
-
.
|
|
30799
|
-
border-
|
|
31066
|
+
.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 {
|
|
31067
|
+
border-color: #0096ff;
|
|
31068
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31069
|
+
z-index: 1;
|
|
30800
31070
|
}
|
|
30801
|
-
.
|
|
30802
|
-
border-color: #
|
|
31071
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
31072
|
+
border-color: #e75a3a;
|
|
31073
|
+
color: #e75a3a;
|
|
30803
31074
|
}
|
|
30804
|
-
.
|
|
30805
|
-
|
|
31075
|
+
.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 {
|
|
31076
|
+
border-color: #e75a3a;
|
|
31077
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30806
31078
|
}
|
|
30807
|
-
.
|
|
31079
|
+
.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 {
|
|
31080
|
+
border-color: #e75a3a;
|
|
31081
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31082
|
+
}
|
|
31083
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30808
31084
|
background: rgba(211, 218, 235, 0.6);
|
|
30809
|
-
|
|
30810
|
-
|
|
31085
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31086
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30811
31087
|
}
|
|
30812
|
-
.
|
|
30813
|
-
|
|
30814
|
-
border-
|
|
31088
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
31089
|
+
padding: 5px 12px;
|
|
31090
|
+
border-radius: 6px;
|
|
31091
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31092
|
+
line-height: 20px;
|
|
31093
|
+
color: #2d3a56;
|
|
31094
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30815
31095
|
}
|
|
30816
|
-
.
|
|
30817
|
-
|
|
30818
|
-
|
|
30819
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31096
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
31097
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
31098
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30820
31099
|
}
|
|
30821
|
-
.
|
|
30822
|
-
|
|
30823
|
-
|
|
30824
|
-
border: none;
|
|
30825
|
-
padding: 0;
|
|
30826
|
-
width: 36px;
|
|
30827
|
-
background: transparent;
|
|
31100
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31101
|
+
padding: 8px 16px;
|
|
31102
|
+
line-height: 22px;
|
|
30828
31103
|
}
|
|
30829
|
-
.
|
|
30830
|
-
|
|
31104
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31105
|
+
padding: 2px 8px;
|
|
31106
|
+
line-height: 18px;
|
|
30831
31107
|
}
|
|
30832
|
-
.
|
|
30833
|
-
|
|
30834
|
-
|
|
30835
|
-
box-shadow: none;
|
|
31108
|
+
.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 {
|
|
31109
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31110
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30836
31111
|
}
|
|
30837
|
-
.
|
|
30838
|
-
|
|
31112
|
+
.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 {
|
|
31113
|
+
border-color: #0096ff;
|
|
31114
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30839
31115
|
}
|
|
30840
|
-
.
|
|
30841
|
-
|
|
31116
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31117
|
+
border-color: #e75a3a;
|
|
30842
31118
|
}
|
|
30843
|
-
.
|
|
30844
|
-
|
|
30845
|
-
margin-right: 8px;
|
|
30846
|
-
padding: 0;
|
|
30847
|
-
width: 36px;
|
|
31119
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31120
|
+
color: #e75a3a;
|
|
30848
31121
|
}
|
|
30849
|
-
|
|
30850
|
-
|
|
30851
|
-
|
|
30852
|
-
font-style: normal;
|
|
30853
|
-
font-weight: bold;
|
|
30854
|
-
font-size: 32px;
|
|
30855
|
-
line-height: 40px;
|
|
31122
|
+
.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 {
|
|
31123
|
+
border-color: #e75a3a;
|
|
31124
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30856
31125
|
}
|
|
30857
|
-
|
|
30858
|
-
|
|
30859
|
-
|
|
30860
|
-
font-style: normal;
|
|
30861
|
-
font-weight: bold;
|
|
30862
|
-
font-size: 24px;
|
|
30863
|
-
line-height: 32px;
|
|
31126
|
+
.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 {
|
|
31127
|
+
border-color: #e75a3a;
|
|
31128
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30864
31129
|
}
|
|
30865
|
-
|
|
30866
|
-
.
|
|
30867
|
-
|
|
30868
|
-
|
|
30869
|
-
font-weight: normal;
|
|
30870
|
-
font-size: 32px;
|
|
30871
|
-
line-height: 40px;
|
|
31130
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31131
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31132
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31133
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30872
31134
|
}
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
-
font-style: normal;
|
|
30877
|
-
font-weight: bold;
|
|
30878
|
-
font-size: 20px;
|
|
30879
|
-
line-height: 24px;
|
|
31135
|
+
textarea.ipd9bk.ant-input {
|
|
31136
|
+
transition-property: height;
|
|
31137
|
+
transition-delay: 50ms;
|
|
30880
31138
|
}
|
|
30881
|
-
|
|
30882
|
-
|
|
30883
|
-
|
|
30884
|
-
font-style: normal;
|
|
30885
|
-
font-weight: normal;
|
|
30886
|
-
font-size: 20px;
|
|
30887
|
-
line-height: 24px;
|
|
31139
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
31140
|
+
min-height: 40px;
|
|
31141
|
+
height: 40px;
|
|
30888
31142
|
}
|
|
30889
|
-
|
|
30890
|
-
|
|
30891
|
-
font-family: Inter;
|
|
30892
|
-
font-style: normal;
|
|
30893
|
-
font-weight: bold;
|
|
30894
|
-
font-size: 18px;
|
|
30895
|
-
line-height: 22px;
|
|
31143
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
31144
|
+
height: 80px;
|
|
30896
31145
|
}
|
|
30897
|
-
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
font-style: normal;
|
|
30901
|
-
font-weight: normal;
|
|
30902
|
-
font-size: 18px;
|
|
30903
|
-
line-height: 22px;
|
|
31146
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
31147
|
+
min-height: 32px;
|
|
31148
|
+
height: 32px;
|
|
30904
31149
|
}
|
|
30905
|
-
|
|
30906
|
-
|
|
30907
|
-
font-family: Inter;
|
|
30908
|
-
font-style: normal;
|
|
30909
|
-
font-weight: bold;
|
|
30910
|
-
font-size: 16px;
|
|
30911
|
-
line-height: 22px;
|
|
31150
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
31151
|
+
height: 64px;
|
|
30912
31152
|
}
|
|
30913
|
-
|
|
30914
|
-
|
|
30915
|
-
|
|
30916
|
-
font-style: normal;
|
|
30917
|
-
font-weight: normal;
|
|
30918
|
-
font-size: 16px;
|
|
30919
|
-
line-height: 22px;
|
|
31153
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
31154
|
+
min-height: 24px;
|
|
31155
|
+
height: 24px;
|
|
30920
31156
|
}
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
font-family: Inter;
|
|
30924
|
-
font-style: normal;
|
|
30925
|
-
font-weight: bold;
|
|
30926
|
-
font-size: 14px;
|
|
30927
|
-
line-height: 20px;
|
|
31157
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
31158
|
+
height: 40px;
|
|
30928
31159
|
}
|
|
30929
31160
|
|
|
30930
|
-
.
|
|
30931
|
-
|
|
30932
|
-
|
|
30933
|
-
font-weight: normal;
|
|
30934
|
-
font-size: 14px;
|
|
30935
|
-
line-height: 20px;
|
|
31161
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
31162
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31163
|
+
border-radius: 4px;
|
|
30936
31164
|
}
|
|
30937
|
-
|
|
30938
|
-
|
|
30939
|
-
|
|
30940
|
-
|
|
30941
|
-
|
|
30942
|
-
|
|
30943
|
-
line-height: 18px;
|
|
31165
|
+
.kypn5o5.input-tags {
|
|
31166
|
+
position: relative;
|
|
31167
|
+
padding: 6px;
|
|
31168
|
+
height: 32px;
|
|
31169
|
+
cursor: pointer;
|
|
31170
|
+
transition: border 150ms;
|
|
30944
31171
|
}
|
|
30945
|
-
|
|
30946
|
-
|
|
30947
|
-
|
|
30948
|
-
font-style: normal;
|
|
30949
|
-
font-weight: normal;
|
|
30950
|
-
font-size: 12px;
|
|
30951
|
-
line-height: 18px;
|
|
31172
|
+
.kypn5o5.input-tags:hover {
|
|
31173
|
+
border-color: #0080ff;
|
|
31174
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30952
31175
|
}
|
|
30953
|
-
|
|
30954
|
-
|
|
30955
|
-
|
|
30956
|
-
|
|
30957
|
-
|
|
30958
|
-
|
|
30959
|
-
|
|
31176
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
31177
|
+
padding-right: 30px;
|
|
31178
|
+
}
|
|
31179
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
31180
|
+
display: flex;
|
|
31181
|
+
}
|
|
31182
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31183
|
+
display: flex;
|
|
31184
|
+
}
|
|
31185
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
31186
|
+
position: absolute;
|
|
31187
|
+
right: 12px;
|
|
31188
|
+
top: 50%;
|
|
31189
|
+
transform: translateY(-50%);
|
|
31190
|
+
}
|
|
31191
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31192
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30960
31193
|
font-size: 12px;
|
|
30961
|
-
|
|
31194
|
+
cursor: pointer;
|
|
31195
|
+
}
|
|
31196
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31197
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31198
|
+
}
|
|
31199
|
+
.kypn5o5.has-focus-indicator {
|
|
31200
|
+
position: relative;
|
|
31201
|
+
overflow: hidden;
|
|
31202
|
+
}
|
|
31203
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
31204
|
+
position: absolute;
|
|
31205
|
+
top: 50%;
|
|
31206
|
+
transform: translateY(-50%);
|
|
31207
|
+
left: -16px;
|
|
31208
|
+
transition: left 150ms ease;
|
|
31209
|
+
opacity: 0;
|
|
31210
|
+
}
|
|
31211
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31212
|
+
left: 8px;
|
|
31213
|
+
opacity: 1;
|
|
31214
|
+
}
|
|
31215
|
+
.kypn5o5.has-focus-indicator input {
|
|
31216
|
+
transition: margin-left 150ms ease;
|
|
31217
|
+
margin-left: 0px;
|
|
31218
|
+
}
|
|
31219
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
31220
|
+
margin-left: 16px;
|
|
30962
31221
|
}
|
|
30963
31222
|
|
|
30964
|
-
.
|
|
30965
|
-
|
|
30966
|
-
|
|
30967
|
-
font-weight: normal;
|
|
30968
|
-
text-transform: uppercase;
|
|
30969
|
-
font-feature-settings: "cpsp" on;
|
|
30970
|
-
font-size: 12px;
|
|
30971
|
-
line-height: 18px;
|
|
31223
|
+
input.l1ki27se.ant-input {
|
|
31224
|
+
border-top-right-radius: 0;
|
|
31225
|
+
border-bottom-right-radius: 0;
|
|
30972
31226
|
}
|
|
30973
31227
|
|
|
30974
|
-
.
|
|
30975
|
-
|
|
30976
|
-
|
|
30977
|
-
font-weight: normal;
|
|
30978
|
-
font-size: 16px;
|
|
30979
|
-
line-height: 24px;
|
|
31228
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
31229
|
+
border-top-right-radius: 0;
|
|
31230
|
+
border-bottom-right-radius: 0;
|
|
30980
31231
|
}
|
|
30981
31232
|
|
|
30982
|
-
.
|
|
30983
|
-
|
|
30984
|
-
|
|
30985
|
-
font-weight: bold;
|
|
30986
|
-
font-size: 16px;
|
|
30987
|
-
line-height: 24px;
|
|
31233
|
+
input.rrg1fkn.ant-input {
|
|
31234
|
+
border-top-left-radius: 0;
|
|
31235
|
+
border-bottom-left-radius: 0;
|
|
30988
31236
|
}
|
|
30989
31237
|
|
|
30990
|
-
.
|
|
30991
|
-
|
|
30992
|
-
|
|
30993
|
-
font-weight: normal;
|
|
30994
|
-
font-size: 16px;
|
|
30995
|
-
line-height: 24px;
|
|
31238
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
31239
|
+
border-top-left-radius: 0;
|
|
31240
|
+
border-bottom-left-radius: 0;
|
|
30996
31241
|
}
|
|
30997
31242
|
|
|
30998
|
-
.
|
|
30999
|
-
|
|
31000
|
-
|
|
31001
|
-
font-weight: bold;
|
|
31002
|
-
font-size: 16px;
|
|
31003
|
-
line-height: 24px;
|
|
31243
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
31244
|
+
border-top-right-radius: 0;
|
|
31245
|
+
border-bottom-right-radius: 0;
|
|
31004
31246
|
}
|
|
31005
31247
|
|
|
31006
|
-
.
|
|
31007
|
-
|
|
31008
|
-
|
|
31009
|
-
font-weight: normal;
|
|
31010
|
-
text-transform: uppercase;
|
|
31011
|
-
font-feature-settings: "cpsp" on;
|
|
31012
|
-
font-size: 16px;
|
|
31013
|
-
line-height: 24px;
|
|
31248
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31249
|
+
border-top-left-radius: 0;
|
|
31250
|
+
border-bottom-left-radius: 0;
|
|
31014
31251
|
}
|
|
31015
31252
|
|
|
31016
|
-
.
|
|
31017
|
-
|
|
31018
|
-
|
|
31019
|
-
|
|
31020
|
-
|
|
31021
|
-
|
|
31022
|
-
|
|
31023
|
-
|
|
31253
|
+
.c1t6wbwv {
|
|
31254
|
+
display: flex;
|
|
31255
|
+
flex-direction: column;
|
|
31256
|
+
}
|
|
31257
|
+
.c1t6wbwv .select-wrapper {
|
|
31258
|
+
margin-top: 12px;
|
|
31259
|
+
}
|
|
31260
|
+
.c1t6wbwv .select-wrapper .select {
|
|
31261
|
+
width: 100%;
|
|
31262
|
+
}
|
|
31263
|
+
.c1t6wbwv .radio-wrapper {
|
|
31264
|
+
margin-top: 24px;
|
|
31265
|
+
}
|
|
31266
|
+
.c1t6wbwv div.form-item {
|
|
31267
|
+
width: 100%;
|
|
31024
31268
|
}
|
|
31025
31269
|
|
|
31026
|
-
.
|
|
31027
|
-
font-family: Inter;
|
|
31028
|
-
font-style: normal;
|
|
31029
|
-
font-weight: normal;
|
|
31270
|
+
.d1k7vv5v {
|
|
31030
31271
|
font-size: 14px;
|
|
31031
|
-
|
|
31272
|
+
font-weight: 500;
|
|
31273
|
+
color: #3e4652;
|
|
31274
|
+
line-height: 18px;
|
|
31275
|
+
}
|
|
31276
|
+
.d1k7vv5v + .d1k7vv5v {
|
|
31277
|
+
margin-top: 16px;
|
|
31278
|
+
}
|
|
31279
|
+
.d1k7vv5v + * {
|
|
31280
|
+
margin-top: 16px;
|
|
31032
31281
|
}
|
|
31033
31282
|
|
|
31034
|
-
.
|
|
31035
|
-
font-
|
|
31036
|
-
|
|
31037
|
-
|
|
31038
|
-
font-size: 14px;
|
|
31039
|
-
line-height: 22px;
|
|
31283
|
+
.le7b9r4.d1k7vv5v {
|
|
31284
|
+
font-size: 12px;
|
|
31285
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31286
|
+
margin-top: 12px;
|
|
31040
31287
|
}
|
|
31041
31288
|
|
|
31042
|
-
.
|
|
31043
|
-
|
|
31044
|
-
font-
|
|
31045
|
-
|
|
31046
|
-
|
|
31047
|
-
line-height: 22px;
|
|
31289
|
+
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
31290
|
+
line-height: 18px;
|
|
31291
|
+
font-weight: 500;
|
|
31292
|
+
margin-top: 0;
|
|
31293
|
+
white-space: initial;
|
|
31048
31294
|
}
|
|
31049
31295
|
|
|
31050
|
-
.
|
|
31051
|
-
|
|
31052
|
-
|
|
31053
|
-
|
|
31296
|
+
.r12ddqmh {
|
|
31297
|
+
display: block;
|
|
31298
|
+
}
|
|
31299
|
+
.r12ddqmh span {
|
|
31054
31300
|
font-size: 14px;
|
|
31055
|
-
|
|
31301
|
+
font-weight: 500;
|
|
31302
|
+
line-height: 32px;
|
|
31303
|
+
color: #3e4652;
|
|
31056
31304
|
}
|
|
31057
31305
|
|
|
31058
|
-
.
|
|
31059
|
-
|
|
31060
|
-
|
|
31061
|
-
|
|
31062
|
-
|
|
31063
|
-
|
|
31306
|
+
.ctcr26a {
|
|
31307
|
+
margin-top: 8px;
|
|
31308
|
+
padding: 8px;
|
|
31309
|
+
border-radius: 6px;
|
|
31310
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31311
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31312
|
+
font-size: 12px;
|
|
31064
31313
|
}
|
|
31065
|
-
|
|
31066
|
-
|
|
31067
|
-
|
|
31068
|
-
|
|
31069
|
-
|
|
31070
|
-
text-transform: uppercase;
|
|
31071
|
-
font-feature-settings: "cpsp" on;
|
|
31072
|
-
font-size: 14px;
|
|
31073
|
-
line-height: 22px;
|
|
31314
|
+
.ctcr26a div {
|
|
31315
|
+
line-height: 20px;
|
|
31316
|
+
display: flex;
|
|
31317
|
+
align-items: center;
|
|
31318
|
+
word-break: break-all;
|
|
31074
31319
|
}
|
|
31075
31320
|
|
|
31076
|
-
.
|
|
31077
|
-
|
|
31078
|
-
font-style: normal;
|
|
31079
|
-
font-weight: bold;
|
|
31080
|
-
text-transform: uppercase;
|
|
31081
|
-
font-feature-settings: "cpsp" on;
|
|
31082
|
-
font-size: 14px;
|
|
31083
|
-
line-height: 22px;
|
|
31321
|
+
.s1fc623g {
|
|
31322
|
+
width: 430px !important;
|
|
31084
31323
|
}
|
|
31085
31324
|
|
|
31086
|
-
.
|
|
31087
|
-
|
|
31088
|
-
|
|
31089
|
-
|
|
31090
|
-
|
|
31091
|
-
|
|
31325
|
+
.da3mx0o .ant-select-item-group {
|
|
31326
|
+
padding: 8px 16px;
|
|
31327
|
+
line-height: 18px;
|
|
31328
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31329
|
+
height: 34px;
|
|
31330
|
+
min-height: 34px;
|
|
31331
|
+
box-sizing: border-box;
|
|
31332
|
+
margin-top: 8px;
|
|
31092
31333
|
}
|
|
31093
31334
|
|
|
31094
|
-
.
|
|
31095
|
-
|
|
31096
|
-
|
|
31097
|
-
|
|
31098
|
-
|
|
31099
|
-
|
|
31335
|
+
.onr9gzt {
|
|
31336
|
+
display: flex;
|
|
31337
|
+
flex-direction: column;
|
|
31338
|
+
margin: 1px 8px;
|
|
31339
|
+
padding: 8px;
|
|
31340
|
+
border-radius: 4px;
|
|
31100
31341
|
}
|
|
31101
|
-
|
|
31102
|
-
|
|
31103
|
-
font-family: Inter;
|
|
31104
|
-
font-style: normal;
|
|
31105
|
-
font-weight: bold;
|
|
31106
|
-
font-size: 13px;
|
|
31107
|
-
line-height: 20px;
|
|
31342
|
+
.onr9gzt .selected-icon {
|
|
31343
|
+
display: none;
|
|
31108
31344
|
}
|
|
31109
|
-
|
|
31110
|
-
|
|
31111
|
-
font-family: Inter;
|
|
31112
|
-
font-style: normal;
|
|
31113
|
-
font-weight: normal;
|
|
31114
|
-
font-size: 13px;
|
|
31115
|
-
line-height: 20px;
|
|
31345
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31346
|
+
padding-left: 8px;
|
|
31116
31347
|
}
|
|
31117
|
-
|
|
31118
|
-
|
|
31119
|
-
font-family: Inter;
|
|
31120
|
-
font-style: normal;
|
|
31121
|
-
font-weight: 600;
|
|
31122
|
-
font-size: 13px;
|
|
31123
|
-
line-height: 20px;
|
|
31348
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31349
|
+
background-color: white;
|
|
31124
31350
|
}
|
|
31125
|
-
|
|
31126
|
-
|
|
31127
|
-
font-family: Inter;
|
|
31128
|
-
font-style: normal;
|
|
31129
|
-
font-weight: bold;
|
|
31130
|
-
font-size: 13px;
|
|
31131
|
-
line-height: 20px;
|
|
31351
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31352
|
+
color: #0080ff;
|
|
31132
31353
|
}
|
|
31133
|
-
|
|
31134
|
-
|
|
31135
|
-
|
|
31136
|
-
|
|
31137
|
-
|
|
31138
|
-
|
|
31139
|
-
|
|
31140
|
-
|
|
31141
|
-
|
|
31354
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31355
|
+
display: block;
|
|
31356
|
+
}
|
|
31357
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31358
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31359
|
+
}
|
|
31360
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31361
|
+
color: #0080ff;
|
|
31362
|
+
}
|
|
31363
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31364
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31365
|
+
color: #0080ff;
|
|
31142
31366
|
}
|
|
31143
31367
|
|
|
31144
|
-
.
|
|
31145
|
-
|
|
31146
|
-
|
|
31147
|
-
|
|
31148
|
-
text-transform: uppercase;
|
|
31149
|
-
font-feature-settings: "cpsp" on;
|
|
31150
|
-
font-size: 13px;
|
|
31368
|
+
.oiy0apc {
|
|
31369
|
+
display: flex;
|
|
31370
|
+
justify-content: space-between;
|
|
31371
|
+
height: 20px;
|
|
31151
31372
|
line-height: 20px;
|
|
31152
31373
|
}
|
|
31153
|
-
|
|
31154
|
-
|
|
31155
|
-
|
|
31156
|
-
|
|
31157
|
-
font-weight: normal;
|
|
31158
|
-
font-size: 12px;
|
|
31159
|
-
line-height: 18px;
|
|
31374
|
+
.oiy0apc .timezone-title {
|
|
31375
|
+
color: #2d3a56;
|
|
31376
|
+
overflow: hidden;
|
|
31377
|
+
text-overflow: ellipsis;
|
|
31160
31378
|
}
|
|
31161
31379
|
|
|
31162
|
-
.
|
|
31163
|
-
|
|
31164
|
-
|
|
31165
|
-
|
|
31166
|
-
|
|
31380
|
+
.of4y382 {
|
|
31381
|
+
display: flex;
|
|
31382
|
+
justify-content: space-between;
|
|
31383
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31384
|
+
height: 18px;
|
|
31167
31385
|
line-height: 18px;
|
|
31386
|
+
margin-top: 2px;
|
|
31168
31387
|
}
|
|
31169
31388
|
|
|
31170
|
-
.
|
|
31171
|
-
|
|
31172
|
-
|
|
31173
|
-
|
|
31174
|
-
font-size: 12px;
|
|
31175
|
-
line-height: 18px;
|
|
31389
|
+
.t19903l9 {
|
|
31390
|
+
border: none;
|
|
31391
|
+
margin-right: 0;
|
|
31392
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31176
31393
|
}
|
|
31177
31394
|
|
|
31178
|
-
.
|
|
31179
|
-
|
|
31180
|
-
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
line-height: 18px;
|
|
31395
|
+
.ohwbvxu {
|
|
31396
|
+
pointer-events: none;
|
|
31397
|
+
height: 32px;
|
|
31398
|
+
width: 100%;
|
|
31399
|
+
opacity: 0;
|
|
31184
31400
|
}
|
|
31185
31401
|
|
|
31186
|
-
.
|
|
31187
|
-
|
|
31188
|
-
|
|
31189
|
-
|
|
31190
|
-
|
|
31191
|
-
|
|
31402
|
+
.s34f1qb.ant-switch {
|
|
31403
|
+
min-width: 40px;
|
|
31404
|
+
height: 24px;
|
|
31405
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31406
|
+
overflow: hidden;
|
|
31407
|
+
}
|
|
31408
|
+
.s34f1qb.ant-switch:focus {
|
|
31409
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31410
|
+
}
|
|
31411
|
+
.s34f1qb.ant-switch-small {
|
|
31412
|
+
min-width: 26px;
|
|
31413
|
+
height: 16px;
|
|
31414
|
+
}
|
|
31415
|
+
.s34f1qb.ant-switch-large {
|
|
31416
|
+
min-width: 52px;
|
|
31417
|
+
height: 32px;
|
|
31418
|
+
}
|
|
31419
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31420
|
+
height: 20px;
|
|
31421
|
+
width: 20px;
|
|
31422
|
+
}
|
|
31423
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31424
|
+
border-radius: 10px;
|
|
31425
|
+
transition-delay: 120ms;
|
|
31426
|
+
}
|
|
31427
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31428
|
+
height: 14px;
|
|
31429
|
+
width: 14px;
|
|
31430
|
+
top: 1px;
|
|
31431
|
+
left: 1px;
|
|
31432
|
+
}
|
|
31433
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31434
|
+
height: 28px;
|
|
31435
|
+
width: 28px;
|
|
31436
|
+
}
|
|
31437
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31438
|
+
border-radius: 14px;
|
|
31439
|
+
}
|
|
31440
|
+
.s34f1qb.ant-switch-checked {
|
|
31441
|
+
background-color: #00ba5d;
|
|
31442
|
+
}
|
|
31443
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31444
|
+
left: calc(100% - 20px - 2px);
|
|
31445
|
+
}
|
|
31446
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31447
|
+
left: calc(100% - 14px - 1px);
|
|
31448
|
+
}
|
|
31449
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31450
|
+
left: calc(100% - 28px - 2px);
|
|
31192
31451
|
}
|
|
31193
31452
|
|
|
31194
|
-
.
|
|
31195
|
-
|
|
31196
|
-
font-style: normal;
|
|
31197
|
-
font-weight: bold;
|
|
31198
|
-
font-size: 12px;
|
|
31199
|
-
line-height: 18px;
|
|
31453
|
+
.c1to9vb9 {
|
|
31454
|
+
margin-left: 5px;
|
|
31200
31455
|
}
|
|
31201
31456
|
|
|
31202
|
-
.
|
|
31203
|
-
|
|
31204
|
-
|
|
31205
|
-
|
|
31206
|
-
|
|
31207
|
-
|
|
31208
|
-
|
|
31209
|
-
|
|
31457
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
31458
|
+
display: inline-flex;
|
|
31459
|
+
align-items: baseline;
|
|
31460
|
+
white-space: pre-wrap;
|
|
31461
|
+
}
|
|
31462
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
31463
|
+
position: relative;
|
|
31464
|
+
top: 3px;
|
|
31465
|
+
}
|
|
31466
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31467
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31468
|
+
}
|
|
31469
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31470
|
+
border-color: #0080ff;
|
|
31471
|
+
}
|
|
31472
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31473
|
+
border-color: #0080ff;
|
|
31474
|
+
background: #0080ff;
|
|
31475
|
+
}
|
|
31476
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31477
|
+
top: 4px;
|
|
31478
|
+
left: 4px;
|
|
31479
|
+
width: 6px;
|
|
31480
|
+
height: 6px;
|
|
31481
|
+
background: #fff;
|
|
31482
|
+
}
|
|
31483
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31484
|
+
opacity: 0.5;
|
|
31485
|
+
}
|
|
31486
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31487
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31488
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31489
|
+
}
|
|
31490
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31491
|
+
background: #00122e;
|
|
31492
|
+
}
|
|
31493
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31494
|
+
color: #00122e;
|
|
31495
|
+
opacity: 0.5;
|
|
31496
|
+
}
|
|
31497
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31498
|
+
color: #00122e;
|
|
31499
|
+
}
|
|
31500
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31501
|
+
display: inline-block;
|
|
31502
|
+
padding: 0;
|
|
31503
|
+
padding-left: 12px;
|
|
31504
|
+
}
|
|
31505
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31506
|
+
margin-bottom: 0;
|
|
31507
|
+
white-space: pre-wrap;
|
|
31508
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31509
|
+
}
|
|
31510
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31511
|
+
padding-left: 8px;
|
|
31210
31512
|
}
|
|
31211
31513
|
|
|
31212
|
-
.
|
|
31213
|
-
|
|
31214
|
-
|
|
31215
|
-
|
|
31216
|
-
|
|
31217
|
-
font-feature-settings: "cpsp" on;
|
|
31218
|
-
font-size: 12px;
|
|
31219
|
-
line-height: 18px;
|
|
31514
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31515
|
+
border-radius: 5px 0 0 5px;
|
|
31516
|
+
}
|
|
31517
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31518
|
+
border-radius: 0 5px 5px 0;
|
|
31220
31519
|
}
|
|
31221
31520
|
|
|
31222
|
-
.
|
|
31223
|
-
|
|
31224
|
-
|
|
31225
|
-
|
|
31226
|
-
|
|
31227
|
-
|
|
31521
|
+
.r1f0aqcc {
|
|
31522
|
+
color: #00122e;
|
|
31523
|
+
border-color: #ccd4e3;
|
|
31524
|
+
}
|
|
31525
|
+
.r1f0aqcc:first-child {
|
|
31526
|
+
border-color: #a3b4cc;
|
|
31527
|
+
}
|
|
31528
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31529
|
+
padding: 0 12px;
|
|
31530
|
+
line-height: 32px;
|
|
31531
|
+
height: 32px;
|
|
31532
|
+
}
|
|
31533
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31534
|
+
white-space: nowrap;
|
|
31228
31535
|
}
|
|
31229
|
-
|
|
31230
|
-
|
|
31231
|
-
|
|
31232
|
-
font-style: normal;
|
|
31233
|
-
font-weight: normal;
|
|
31234
|
-
font-size: 13px;
|
|
31536
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31537
|
+
height: 22px;
|
|
31538
|
+
padding: 0 7px;
|
|
31235
31539
|
line-height: 20px;
|
|
31236
31540
|
}
|
|
31237
|
-
|
|
31238
|
-
|
|
31239
|
-
font-family: Inter;
|
|
31240
|
-
font-style: normal;
|
|
31241
|
-
font-weight: normal;
|
|
31242
|
-
font-size: 12px;
|
|
31243
|
-
line-height: 18px;
|
|
31541
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31542
|
+
background: #ccd4e3;
|
|
31244
31543
|
}
|
|
31245
|
-
|
|
31246
|
-
|
|
31247
|
-
font-family: Inter;
|
|
31248
|
-
font-style: normal;
|
|
31249
|
-
font-weight: normal;
|
|
31250
|
-
font-size: 12px;
|
|
31251
|
-
line-height: 18px;
|
|
31544
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31545
|
+
background: #0080ff;
|
|
31252
31546
|
}
|
|
31253
|
-
|
|
31254
|
-
|
|
31255
|
-
|
|
31256
|
-
font-style: normal;
|
|
31257
|
-
font-weight: normal;
|
|
31258
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31259
|
-
font-size: 13px;
|
|
31260
|
-
line-height: 20px;
|
|
31547
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31548
|
+
background: #ccd4e3;
|
|
31549
|
+
opacity: 0.5;
|
|
31261
31550
|
}
|
|
31262
|
-
|
|
31263
|
-
|
|
31264
|
-
font-family: Inter;
|
|
31265
|
-
font-style: normal;
|
|
31266
|
-
font-weight: normal;
|
|
31267
|
-
font-feature-settings: "zero" on;
|
|
31268
|
-
font-size: 13px;
|
|
31269
|
-
line-height: 20px;
|
|
31551
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31552
|
+
border-right-color: #0080ff;
|
|
31270
31553
|
}
|
|
31271
|
-
|
|
31272
|
-
|
|
31273
|
-
font-family: Inter;
|
|
31274
|
-
font-style: normal;
|
|
31275
|
-
font-weight: normal;
|
|
31276
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31277
|
-
font-size: 12px;
|
|
31278
|
-
line-height: 18px;
|
|
31554
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31555
|
+
border-color: #0080ff;
|
|
31279
31556
|
}
|
|
31280
|
-
|
|
31281
|
-
.
|
|
31282
|
-
font-family: Inter;
|
|
31283
|
-
font-style: normal;
|
|
31284
|
-
font-weight: 500;
|
|
31285
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31286
|
-
font-size: 12px;
|
|
31287
|
-
line-height: 18px;
|
|
31557
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31558
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31288
31559
|
}
|
|
31289
|
-
|
|
31290
|
-
.
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
font-weight: normal;
|
|
31294
|
-
font-feature-settings: "zero" on;
|
|
31295
|
-
font-size: 12px;
|
|
31296
|
-
line-height: 18px;
|
|
31560
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31561
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31562
|
+
border-color: #ccd4e3;
|
|
31563
|
+
opacity: 0.5;
|
|
31297
31564
|
}
|
|
31298
|
-
|
|
31299
|
-
|
|
31300
|
-
|
|
31301
|
-
font-style: normal;
|
|
31302
|
-
font-weight: 500;
|
|
31303
|
-
font-feature-settings: "zero" on;
|
|
31304
|
-
font-size: 12px;
|
|
31305
|
-
line-height: 18px;
|
|
31565
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31566
|
+
color: #00122e;
|
|
31567
|
+
border-color: #ccd4e3;
|
|
31306
31568
|
}
|
|
31307
|
-
|
|
31308
|
-
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
font-weight: bold;
|
|
31312
|
-
font-feature-settings: "zero" on;
|
|
31313
|
-
font-size: 16px;
|
|
31314
|
-
line-height: 24px;
|
|
31569
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31570
|
+
color: #00122e;
|
|
31571
|
+
border-color: #ccd4e3;
|
|
31572
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31315
31573
|
}
|
|
31316
|
-
|
|
31317
|
-
|
|
31318
|
-
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
|
|
31574
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
31575
|
+
margin-right: 8px;
|
|
31576
|
+
display: inline;
|
|
31577
|
+
border: none;
|
|
31578
|
+
padding: 0;
|
|
31579
|
+
width: 36px;
|
|
31580
|
+
background: transparent;
|
|
31581
|
+
}
|
|
31582
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31583
|
+
box-shadow: none;
|
|
31584
|
+
}
|
|
31585
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31586
|
+
margin-right: 0;
|
|
31587
|
+
width: initial;
|
|
31588
|
+
box-shadow: none;
|
|
31589
|
+
}
|
|
31590
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31591
|
+
display: none;
|
|
31592
|
+
}
|
|
31593
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31594
|
+
display: inline;
|
|
31595
|
+
}
|
|
31596
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31597
|
+
display: inline;
|
|
31598
|
+
margin-right: 8px;
|
|
31599
|
+
padding: 0;
|
|
31600
|
+
width: 36px;
|
|
31323
31601
|
}
|
|
31324
31602
|
|
|
31325
31603
|
.t1upn1sz {
|
|
@@ -31686,85 +31964,74 @@ input.rrg1fkn.ant-input {
|
|
|
31686
31964
|
background: #fff;
|
|
31687
31965
|
}
|
|
31688
31966
|
|
|
31689
|
-
.
|
|
31690
|
-
width: 430px !important;
|
|
31691
|
-
}
|
|
31692
|
-
|
|
31693
|
-
.da3mx0o .ant-select-item-group {
|
|
31694
|
-
padding: 8px 16px;
|
|
31695
|
-
line-height: 18px;
|
|
31696
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31697
|
-
height: 34px;
|
|
31698
|
-
min-height: 34px;
|
|
31699
|
-
box-sizing: border-box;
|
|
31700
|
-
margin-top: 8px;
|
|
31701
|
-
}
|
|
31702
|
-
|
|
31703
|
-
.onr9gzt {
|
|
31967
|
+
.s1ebs0ra {
|
|
31704
31968
|
display: flex;
|
|
31705
|
-
|
|
31706
|
-
|
|
31707
|
-
|
|
31708
|
-
|
|
31709
|
-
|
|
31710
|
-
|
|
31711
|
-
|
|
31969
|
+
align-items: center;
|
|
31970
|
+
justify-content: space-between;
|
|
31971
|
+
background: #edf0f7;
|
|
31972
|
+
padding: 8px 12px;
|
|
31973
|
+
position: sticky;
|
|
31974
|
+
top: 0;
|
|
31975
|
+
z-index: 1;
|
|
31976
|
+
margin-bottom: -52px;
|
|
31712
31977
|
}
|
|
31713
|
-
.
|
|
31714
|
-
|
|
31978
|
+
.s1ebs0ra .select-total {
|
|
31979
|
+
display: flex;
|
|
31980
|
+
align-items: center;
|
|
31981
|
+
font-weight: 700;
|
|
31982
|
+
flex-shrink: 0;
|
|
31715
31983
|
}
|
|
31716
|
-
.
|
|
31717
|
-
|
|
31984
|
+
.s1ebs0ra .select-total .icon-wrapper {
|
|
31985
|
+
cursor: pointer;
|
|
31986
|
+
margin-left: 8px;
|
|
31987
|
+
width: 32px;
|
|
31988
|
+
height: 32px;
|
|
31989
|
+
border-radius: 50%;
|
|
31990
|
+
justify-content: center;
|
|
31718
31991
|
}
|
|
31719
|
-
.
|
|
31720
|
-
|
|
31992
|
+
.s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31993
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31721
31994
|
}
|
|
31722
|
-
.
|
|
31723
|
-
|
|
31995
|
+
.s1ebs0ra .action-group {
|
|
31996
|
+
flex: 1;
|
|
31997
|
+
margin-left: 88px;
|
|
31998
|
+
white-space: nowrap;
|
|
31999
|
+
text-align: right;
|
|
32000
|
+
position: relative;
|
|
32001
|
+
padding: 4px 0;
|
|
32002
|
+
margin-top: -4px;
|
|
32003
|
+
overflow: hidden;
|
|
31724
32004
|
}
|
|
31725
|
-
.
|
|
31726
|
-
|
|
32005
|
+
.s1ebs0ra .action-group .sub-menu-delete {
|
|
32006
|
+
transform: translateY(-4px);
|
|
31727
32007
|
}
|
|
31728
|
-
.
|
|
31729
|
-
|
|
32008
|
+
.s1ebs0ra .action-group button {
|
|
32009
|
+
border: none;
|
|
31730
32010
|
}
|
|
31731
|
-
.
|
|
31732
|
-
|
|
31733
|
-
color: #0080ff;
|
|
32011
|
+
.s1ebs0ra .action-group > *:not(:last-child) {
|
|
32012
|
+
margin-right: 8px;
|
|
31734
32013
|
}
|
|
31735
|
-
|
|
31736
|
-
|
|
31737
|
-
display: flex;
|
|
31738
|
-
justify-content: space-between;
|
|
31739
|
-
height: 20px;
|
|
31740
|
-
line-height: 20px;
|
|
32014
|
+
.s1ebs0ra .action-group > button:last-child {
|
|
32015
|
+
margin-right: 4px;
|
|
31741
32016
|
}
|
|
31742
|
-
.
|
|
31743
|
-
|
|
31744
|
-
|
|
31745
|
-
|
|
32017
|
+
.s1ebs0ra .action-group .more-btn {
|
|
32018
|
+
cursor: pointer;
|
|
32019
|
+
width: 32px;
|
|
32020
|
+
height: 32px;
|
|
32021
|
+
justify-content: center;
|
|
32022
|
+
border-radius: 50%;
|
|
31746
32023
|
}
|
|
31747
|
-
|
|
31748
|
-
|
|
31749
|
-
display: flex;
|
|
31750
|
-
justify-content: space-between;
|
|
31751
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31752
|
-
height: 18px;
|
|
31753
|
-
line-height: 18px;
|
|
31754
|
-
margin-top: 2px;
|
|
32024
|
+
.s1ebs0ra .action-group .more-btn:hover {
|
|
32025
|
+
background: #fff;
|
|
31755
32026
|
}
|
|
31756
32027
|
|
|
31757
|
-
.
|
|
31758
|
-
|
|
31759
|
-
margin-right: 0;
|
|
31760
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32028
|
+
.obf05yr {
|
|
32029
|
+
display: inline-block;
|
|
31761
32030
|
}
|
|
31762
32031
|
|
|
31763
|
-
.
|
|
31764
|
-
|
|
31765
|
-
|
|
31766
|
-
width: 100%;
|
|
31767
|
-
opacity: 0;
|
|
32032
|
+
.hsms1n6 {
|
|
32033
|
+
visibility: hidden;
|
|
32034
|
+
position: absolute;
|
|
31768
32035
|
}
|
|
31769
32036
|
|
|
31770
32037
|
.c1up1pdz {
|
|
@@ -31907,273 +32174,20 @@ input.rrg1fkn.ant-input {
|
|
|
31907
32174
|
color: #fff;
|
|
31908
32175
|
}
|
|
31909
32176
|
|
|
31910
|
-
.s1ebs0ra {
|
|
31911
|
-
display: flex;
|
|
31912
|
-
align-items: center;
|
|
31913
|
-
justify-content: space-between;
|
|
31914
|
-
background: #edf0f7;
|
|
31915
|
-
padding: 8px 12px;
|
|
31916
|
-
position: sticky;
|
|
31917
|
-
top: 0;
|
|
31918
|
-
z-index: 1;
|
|
31919
|
-
margin-bottom: -52px;
|
|
31920
|
-
}
|
|
31921
|
-
.s1ebs0ra .select-total {
|
|
31922
|
-
display: flex;
|
|
31923
|
-
align-items: center;
|
|
31924
|
-
font-weight: 700;
|
|
31925
|
-
flex-shrink: 0;
|
|
31926
|
-
}
|
|
31927
|
-
.s1ebs0ra .select-total .icon-wrapper {
|
|
31928
|
-
cursor: pointer;
|
|
31929
|
-
margin-left: 8px;
|
|
31930
|
-
width: 32px;
|
|
31931
|
-
height: 32px;
|
|
31932
|
-
border-radius: 50%;
|
|
31933
|
-
justify-content: center;
|
|
31934
|
-
}
|
|
31935
|
-
.s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31936
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31937
|
-
}
|
|
31938
|
-
.s1ebs0ra .action-group {
|
|
31939
|
-
flex: 1;
|
|
31940
|
-
margin-left: 88px;
|
|
31941
|
-
white-space: nowrap;
|
|
31942
|
-
text-align: right;
|
|
31943
|
-
position: relative;
|
|
31944
|
-
padding: 4px 0;
|
|
31945
|
-
margin-top: -4px;
|
|
31946
|
-
overflow: hidden;
|
|
31947
|
-
}
|
|
31948
|
-
.s1ebs0ra .action-group .sub-menu-delete {
|
|
31949
|
-
transform: translateY(-4px);
|
|
31950
|
-
}
|
|
31951
|
-
.s1ebs0ra .action-group button {
|
|
31952
|
-
border: none;
|
|
31953
|
-
}
|
|
31954
|
-
.s1ebs0ra .action-group > *:not(:last-child) {
|
|
31955
|
-
margin-right: 8px;
|
|
31956
|
-
}
|
|
31957
|
-
.s1ebs0ra .action-group > button:last-child {
|
|
31958
|
-
margin-right: 4px;
|
|
31959
|
-
}
|
|
31960
|
-
.s1ebs0ra .action-group .more-btn {
|
|
31961
|
-
cursor: pointer;
|
|
31962
|
-
width: 32px;
|
|
31963
|
-
height: 32px;
|
|
31964
|
-
justify-content: center;
|
|
31965
|
-
border-radius: 50%;
|
|
31966
|
-
}
|
|
31967
|
-
.s1ebs0ra .action-group .more-btn:hover {
|
|
31968
|
-
background: #fff;
|
|
31969
|
-
}
|
|
31970
|
-
|
|
31971
|
-
.c1uzzomf {
|
|
31972
|
-
margin-bottom: 16px;
|
|
31973
|
-
}
|
|
31974
|
-
.c1uzzomf .card-title {
|
|
31975
|
-
font-size: 16px;
|
|
31976
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31977
|
-
font-weight: 700;
|
|
31978
|
-
line-height: 32px;
|
|
31979
|
-
}
|
|
31980
|
-
.c1uzzomf .card-body {
|
|
31981
|
-
padding: 24px;
|
|
31982
|
-
border-radius: 8px;
|
|
31983
|
-
background: #fff;
|
|
31984
|
-
}
|
|
31985
|
-
.c1uzzomf .empty {
|
|
31986
|
-
font-weight: 700;
|
|
31987
|
-
font-size: 14px;
|
|
31988
|
-
line-height: 22px;
|
|
31989
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31990
|
-
text-align: center;
|
|
31991
|
-
}
|
|
31992
|
-
|
|
31993
|
-
.c18gxmrl {
|
|
31994
|
-
border: 1px solid #d8deeb;
|
|
31995
|
-
border-radius: 4px;
|
|
31996
|
-
}
|
|
31997
|
-
.c18gxmrl + .c18gxmrl {
|
|
31998
|
-
margin-top: 8px;
|
|
31999
|
-
}
|
|
32000
|
-
.c18gxmrl:hover {
|
|
32001
|
-
border-color: #0080ff;
|
|
32002
|
-
}
|
|
32003
|
-
.c18gxmrl:hover > header {
|
|
32004
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32005
|
-
}
|
|
32006
|
-
.c18gxmrl.active header {
|
|
32007
|
-
border-bottom: 1px solid #d8deeb;
|
|
32008
|
-
}
|
|
32009
|
-
.c18gxmrl > header {
|
|
32010
|
-
padding: 8px 12px;
|
|
32011
|
-
}
|
|
32012
|
-
|
|
32013
|
-
.c1bus5hc {
|
|
32014
|
-
--color: white;
|
|
32015
|
-
height: 14px;
|
|
32016
|
-
width: 14px;
|
|
32017
|
-
border-radius: 50%;
|
|
32018
|
-
flex-shrink: 0;
|
|
32019
|
-
display: flex;
|
|
32020
|
-
align-items: center;
|
|
32021
|
-
justify-content: center;
|
|
32022
|
-
border: 1px solid var(--color);
|
|
32023
|
-
}
|
|
32024
|
-
.c1bus5hc .circle-inner {
|
|
32025
|
-
position: relative;
|
|
32026
|
-
height: 10px;
|
|
32027
|
-
width: 10px;
|
|
32028
|
-
border-radius: 50%;
|
|
32029
|
-
overflow: hidden;
|
|
32030
|
-
}
|
|
32031
|
-
.c1bus5hc .circle-content {
|
|
32032
|
-
position: absolute;
|
|
32033
|
-
height: 100%;
|
|
32034
|
-
width: 100%;
|
|
32035
|
-
left: 0;
|
|
32036
|
-
top: 0;
|
|
32037
|
-
border-radius: 50%;
|
|
32038
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32039
|
-
transform: rotate(180deg);
|
|
32040
|
-
}
|
|
32041
|
-
.c1bus5hc .circle-child {
|
|
32042
|
-
position: absolute;
|
|
32043
|
-
height: 100%;
|
|
32044
|
-
width: 100%;
|
|
32045
|
-
left: 0;
|
|
32046
|
-
top: 0;
|
|
32047
|
-
margin-left: 50%;
|
|
32048
|
-
transform-origin: left;
|
|
32049
|
-
background: white;
|
|
32050
|
-
transform: rotate(0deg);
|
|
32051
|
-
}
|
|
32052
|
-
|
|
32053
32177
|
.berrcjl {
|
|
32054
32178
|
color: rgba(10, 37, 85, 0.6);
|
|
32055
32179
|
margin-bottom: 4px;
|
|
32056
32180
|
}
|
|
32057
32181
|
.berrcjl .breadcrumb-link {
|
|
32058
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32059
|
-
cursor: pointer;
|
|
32060
|
-
transition: color 160ms ease;
|
|
32061
|
-
}
|
|
32062
|
-
.berrcjl .breadcrumb-link:hover {
|
|
32063
|
-
color: #0080ff;
|
|
32064
|
-
}
|
|
32065
|
-
.berrcjl .breadcrumb-link:active {
|
|
32066
|
-
color: #005ed1;
|
|
32067
|
-
}
|
|
32068
|
-
|
|
32069
|
-
.c18bcrac {
|
|
32070
|
-
display: inline-block;
|
|
32071
|
-
width: 100%;
|
|
32072
|
-
}
|
|
32073
|
-
.c18bcrac .recharts-wrapper {
|
|
32074
|
-
margin-left: 4px;
|
|
32075
|
-
}
|
|
32076
|
-
|
|
32077
|
-
.cro7kg2 {
|
|
32078
|
-
padding: 4px;
|
|
32079
|
-
}
|
|
32080
|
-
|
|
32081
|
-
.c14wcxf0 {
|
|
32082
|
-
display: flex;
|
|
32083
|
-
justify-content: space-between;
|
|
32084
|
-
align-items: center;
|
|
32085
|
-
font-size: 13px;
|
|
32086
|
-
line-height: 24px;
|
|
32087
|
-
color: #cccccc;
|
|
32088
|
-
white-space: nowrap;
|
|
32089
|
-
}
|
|
32090
|
-
.c14wcxf0 label {
|
|
32091
|
-
margin-right: 32px;
|
|
32092
|
-
}
|
|
32093
|
-
|
|
32094
|
-
.coy29mj.c14wcxf0 {
|
|
32095
|
-
font-weight: bold;
|
|
32096
|
-
color: white;
|
|
32097
|
-
}
|
|
32098
|
-
|
|
32099
|
-
.s11212zy {
|
|
32100
|
-
width: 8px;
|
|
32101
|
-
height: 8px;
|
|
32102
|
-
border-radius: 2px;
|
|
32103
|
-
display: inline-block;
|
|
32104
|
-
background: var(--s11212zy-0);
|
|
32105
|
-
border: 1px solid #fff;
|
|
32106
|
-
box-sizing: content-box;
|
|
32107
|
-
margin-right: 6px;
|
|
32108
|
-
}
|
|
32109
|
-
|
|
32110
|
-
.p1lyky6c > :first-child {
|
|
32111
|
-
font-weight: bold;
|
|
32112
|
-
color: white;
|
|
32113
|
-
margin-right: 4px;
|
|
32114
|
-
}
|
|
32115
|
-
|
|
32116
|
-
.gmyahx3 {
|
|
32117
|
-
cursor: pointer;
|
|
32118
|
-
}
|
|
32119
|
-
.gmyahx3 .link-text {
|
|
32120
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32121
|
-
}
|
|
32122
|
-
.gmyahx3:hover .link-text {
|
|
32123
|
-
color: #0080ff;
|
|
32124
|
-
}
|
|
32125
|
-
|
|
32126
|
-
.n12mqh7z {
|
|
32127
|
-
display: flex;
|
|
32128
|
-
align-items: center;
|
|
32129
|
-
font-size: 12px;
|
|
32130
|
-
line-height: 18px;
|
|
32131
|
-
}
|
|
32132
|
-
.n12mqh7z:not(:last-child) {
|
|
32133
|
-
margin-bottom: 4px;
|
|
32134
|
-
}
|
|
32135
|
-
|
|
32136
|
-
.tf5bynu {
|
|
32137
|
-
margin: 0 3px;
|
|
32138
|
-
}
|
|
32139
|
-
|
|
32140
|
-
.tcckoz1 {
|
|
32141
|
-
max-height: 400px;
|
|
32142
|
-
overflow: "auto";
|
|
32143
|
-
}
|
|
32144
|
-
|
|
32145
|
-
.s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32146
|
-
margin-right: 2px;
|
|
32147
|
-
}
|
|
32148
|
-
|
|
32149
|
-
.s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32150
|
-
padding-left: 8px;
|
|
32151
|
-
padding-right: 8px;
|
|
32152
|
-
}
|
|
32153
|
-
.s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32154
|
-
border-radius: 4px;
|
|
32155
|
-
}
|
|
32156
|
-
.s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32157
|
-
border-radius: 4px;
|
|
32158
|
-
}
|
|
32159
|
-
|
|
32160
|
-
.ma64lna .ant-segmented-item-label {
|
|
32161
|
-
padding-left: 12px;
|
|
32162
|
-
padding-right: 12px;
|
|
32163
|
-
}
|
|
32164
|
-
|
|
32165
|
-
.ckld275 {
|
|
32166
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32167
|
-
}
|
|
32168
|
-
.ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32169
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32170
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32182
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32183
|
+
cursor: pointer;
|
|
32184
|
+
transition: color 160ms ease;
|
|
32171
32185
|
}
|
|
32172
|
-
.
|
|
32173
|
-
|
|
32186
|
+
.berrcjl .breadcrumb-link:hover {
|
|
32187
|
+
color: #0080ff;
|
|
32174
32188
|
}
|
|
32175
|
-
.
|
|
32176
|
-
|
|
32189
|
+
.berrcjl .breadcrumb-link:active {
|
|
32190
|
+
color: #005ed1;
|
|
32177
32191
|
}
|
|
32178
32192
|
|
|
32179
32193
|
.clm1wy1 {
|
|
@@ -32359,77 +32373,224 @@ input.rrg1fkn.ant-input {
|
|
|
32359
32373
|
padding-right: 12px;
|
|
32360
32374
|
}
|
|
32361
32375
|
|
|
32362
|
-
.
|
|
32363
|
-
|
|
32364
|
-
overflow: inherit;
|
|
32365
|
-
white-space: inherit;
|
|
32366
|
-
text-overflow: ellipsis;
|
|
32376
|
+
.s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32377
|
+
margin-right: 2px;
|
|
32367
32378
|
}
|
|
32368
32379
|
|
|
32369
|
-
.
|
|
32380
|
+
.s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32381
|
+
padding-left: 8px;
|
|
32382
|
+
padding-right: 8px;
|
|
32383
|
+
}
|
|
32384
|
+
.s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32385
|
+
border-radius: 4px;
|
|
32386
|
+
}
|
|
32387
|
+
.s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32388
|
+
border-radius: 4px;
|
|
32389
|
+
}
|
|
32390
|
+
|
|
32391
|
+
.ma64lna .ant-segmented-item-label {
|
|
32392
|
+
padding-left: 12px;
|
|
32393
|
+
padding-right: 12px;
|
|
32394
|
+
}
|
|
32395
|
+
|
|
32396
|
+
.ckld275 {
|
|
32397
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32398
|
+
}
|
|
32399
|
+
.ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32400
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32401
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32402
|
+
}
|
|
32403
|
+
.ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32404
|
+
background-color: transparent;
|
|
32405
|
+
}
|
|
32406
|
+
.ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32407
|
+
background-color: transparent;
|
|
32408
|
+
}
|
|
32409
|
+
|
|
32410
|
+
.c1bus5hc {
|
|
32411
|
+
--color: white;
|
|
32412
|
+
height: 14px;
|
|
32413
|
+
width: 14px;
|
|
32414
|
+
border-radius: 50%;
|
|
32415
|
+
flex-shrink: 0;
|
|
32370
32416
|
display: flex;
|
|
32371
32417
|
align-items: center;
|
|
32418
|
+
justify-content: center;
|
|
32419
|
+
border: 1px solid var(--color);
|
|
32372
32420
|
}
|
|
32373
|
-
.
|
|
32374
|
-
|
|
32421
|
+
.c1bus5hc .circle-inner {
|
|
32422
|
+
position: relative;
|
|
32423
|
+
height: 10px;
|
|
32424
|
+
width: 10px;
|
|
32425
|
+
border-radius: 50%;
|
|
32426
|
+
overflow: hidden;
|
|
32427
|
+
}
|
|
32428
|
+
.c1bus5hc .circle-content {
|
|
32429
|
+
position: absolute;
|
|
32430
|
+
height: 100%;
|
|
32431
|
+
width: 100%;
|
|
32432
|
+
left: 0;
|
|
32433
|
+
top: 0;
|
|
32434
|
+
border-radius: 50%;
|
|
32435
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32436
|
+
transform: rotate(180deg);
|
|
32437
|
+
}
|
|
32438
|
+
.c1bus5hc .circle-child {
|
|
32439
|
+
position: absolute;
|
|
32440
|
+
height: 100%;
|
|
32441
|
+
width: 100%;
|
|
32442
|
+
left: 0;
|
|
32443
|
+
top: 0;
|
|
32444
|
+
margin-left: 50%;
|
|
32445
|
+
transform-origin: left;
|
|
32446
|
+
background: white;
|
|
32447
|
+
transform: rotate(0deg);
|
|
32375
32448
|
}
|
|
32376
32449
|
|
|
32377
|
-
.
|
|
32450
|
+
.c18bcrac {
|
|
32451
|
+
display: inline-block;
|
|
32452
|
+
width: 100%;
|
|
32453
|
+
}
|
|
32454
|
+
.c18bcrac .recharts-wrapper {
|
|
32455
|
+
margin-left: 4px;
|
|
32456
|
+
}
|
|
32457
|
+
|
|
32458
|
+
.cro7kg2 {
|
|
32459
|
+
padding: 4px;
|
|
32460
|
+
}
|
|
32461
|
+
|
|
32462
|
+
.c14wcxf0 {
|
|
32378
32463
|
display: flex;
|
|
32379
32464
|
justify-content: space-between;
|
|
32380
|
-
|
|
32465
|
+
align-items: center;
|
|
32466
|
+
font-size: 13px;
|
|
32467
|
+
line-height: 24px;
|
|
32468
|
+
color: #cccccc;
|
|
32469
|
+
white-space: nowrap;
|
|
32381
32470
|
}
|
|
32382
|
-
.
|
|
32383
|
-
margin-
|
|
32471
|
+
.c14wcxf0 label {
|
|
32472
|
+
margin-right: 32px;
|
|
32384
32473
|
}
|
|
32385
32474
|
|
|
32386
|
-
.
|
|
32387
|
-
|
|
32475
|
+
.coy29mj.c14wcxf0 {
|
|
32476
|
+
font-weight: bold;
|
|
32477
|
+
color: white;
|
|
32388
32478
|
}
|
|
32389
32479
|
|
|
32390
|
-
.
|
|
32391
|
-
|
|
32480
|
+
.s11212zy {
|
|
32481
|
+
width: 8px;
|
|
32482
|
+
height: 8px;
|
|
32483
|
+
border-radius: 2px;
|
|
32484
|
+
display: inline-block;
|
|
32485
|
+
background: var(--s11212zy-0);
|
|
32486
|
+
border: 1px solid #fff;
|
|
32487
|
+
box-sizing: content-box;
|
|
32488
|
+
margin-right: 6px;
|
|
32392
32489
|
}
|
|
32393
|
-
|
|
32394
|
-
|
|
32490
|
+
|
|
32491
|
+
.p1lyky6c > :first-child {
|
|
32492
|
+
font-weight: bold;
|
|
32493
|
+
color: white;
|
|
32494
|
+
margin-right: 4px;
|
|
32395
32495
|
}
|
|
32396
32496
|
|
|
32397
|
-
.
|
|
32398
|
-
|
|
32399
|
-
|
|
32497
|
+
.c18gxmrl {
|
|
32498
|
+
border: 1px solid #d8deeb;
|
|
32499
|
+
border-radius: 4px;
|
|
32500
|
+
}
|
|
32501
|
+
.c18gxmrl + .c18gxmrl {
|
|
32502
|
+
margin-top: 8px;
|
|
32503
|
+
}
|
|
32504
|
+
.c18gxmrl:hover {
|
|
32505
|
+
border-color: #0080ff;
|
|
32506
|
+
}
|
|
32507
|
+
.c18gxmrl:hover > header {
|
|
32508
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32509
|
+
}
|
|
32510
|
+
.c18gxmrl.active header {
|
|
32511
|
+
border-bottom: 1px solid #d8deeb;
|
|
32512
|
+
}
|
|
32513
|
+
.c18gxmrl > header {
|
|
32514
|
+
padding: 8px 12px;
|
|
32400
32515
|
}
|
|
32401
32516
|
|
|
32402
|
-
.
|
|
32403
|
-
|
|
32517
|
+
.gmyahx3 {
|
|
32518
|
+
cursor: pointer;
|
|
32519
|
+
}
|
|
32520
|
+
.gmyahx3 .link-text {
|
|
32521
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32522
|
+
}
|
|
32523
|
+
.gmyahx3:hover .link-text {
|
|
32524
|
+
color: #0080ff;
|
|
32404
32525
|
}
|
|
32405
32526
|
|
|
32406
|
-
.
|
|
32407
|
-
display:
|
|
32408
|
-
-
|
|
32409
|
-
-
|
|
32410
|
-
|
|
32527
|
+
.n12mqh7z {
|
|
32528
|
+
display: flex;
|
|
32529
|
+
align-items: center;
|
|
32530
|
+
font-size: 12px;
|
|
32531
|
+
line-height: 18px;
|
|
32532
|
+
}
|
|
32533
|
+
.n12mqh7z:not(:last-child) {
|
|
32534
|
+
margin-bottom: 4px;
|
|
32411
32535
|
}
|
|
32412
32536
|
|
|
32413
|
-
.
|
|
32414
|
-
|
|
32415
|
-
background-color: #fff;
|
|
32537
|
+
.tf5bynu {
|
|
32538
|
+
margin: 0 3px;
|
|
32416
32539
|
}
|
|
32417
|
-
|
|
32418
|
-
|
|
32419
|
-
|
|
32420
|
-
|
|
32421
|
-
padding-right: 24px;
|
|
32540
|
+
|
|
32541
|
+
.tcckoz1 {
|
|
32542
|
+
max-height: 400px;
|
|
32543
|
+
overflow: "auto";
|
|
32422
32544
|
}
|
|
32423
|
-
|
|
32424
|
-
|
|
32545
|
+
|
|
32546
|
+
.c1uzzomf {
|
|
32547
|
+
margin-bottom: 16px;
|
|
32425
32548
|
}
|
|
32426
|
-
.
|
|
32427
|
-
|
|
32549
|
+
.c1uzzomf .card-title {
|
|
32550
|
+
font-size: 16px;
|
|
32551
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32552
|
+
font-weight: 700;
|
|
32553
|
+
line-height: 32px;
|
|
32554
|
+
}
|
|
32555
|
+
.c1uzzomf .card-body {
|
|
32556
|
+
padding: 24px;
|
|
32557
|
+
border-radius: 8px;
|
|
32558
|
+
background: #fff;
|
|
32559
|
+
}
|
|
32560
|
+
.c1uzzomf .empty {
|
|
32561
|
+
font-weight: 700;
|
|
32562
|
+
font-size: 14px;
|
|
32563
|
+
line-height: 22px;
|
|
32564
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32565
|
+
text-align: center;
|
|
32428
32566
|
}
|
|
32429
32567
|
|
|
32430
|
-
.
|
|
32431
|
-
|
|
32432
|
-
|
|
32568
|
+
.s1iv0tp1 .enabled-switch {
|
|
32569
|
+
display: flex;
|
|
32570
|
+
align-items: center;
|
|
32571
|
+
}
|
|
32572
|
+
.s1iv0tp1 .enabled-text {
|
|
32573
|
+
margin-right: 8px;
|
|
32574
|
+
}
|
|
32575
|
+
|
|
32576
|
+
.m15dvk92 {
|
|
32577
|
+
display: flex;
|
|
32578
|
+
justify-content: space-between;
|
|
32579
|
+
width: 100%;
|
|
32580
|
+
}
|
|
32581
|
+
.m15dvk92 .action {
|
|
32582
|
+
margin-left: 16px;
|
|
32583
|
+
}
|
|
32584
|
+
|
|
32585
|
+
.aql8iqz .ant-alert-message {
|
|
32586
|
+
width: 100%;
|
|
32587
|
+
}
|
|
32588
|
+
|
|
32589
|
+
.tje3huy {
|
|
32590
|
+
width: 100%;
|
|
32591
|
+
overflow: inherit;
|
|
32592
|
+
white-space: inherit;
|
|
32593
|
+
text-overflow: ellipsis;
|
|
32433
32594
|
}
|
|
32434
32595
|
|
|
32435
32596
|
.wg1tsps {
|
|
@@ -32447,16 +32608,34 @@ input.rrg1fkn.ant-input {
|
|
|
32447
32608
|
display: inline-block;
|
|
32448
32609
|
width: 100%;
|
|
32449
32610
|
}
|
|
32450
|
-
|
|
32451
|
-
.u1p8acpn {
|
|
32452
|
-
min-width: 40px;
|
|
32611
|
+
|
|
32612
|
+
.u1p8acpn {
|
|
32613
|
+
min-width: 40px;
|
|
32614
|
+
}
|
|
32615
|
+
.u1p8acpn .unit {
|
|
32616
|
+
color: #00122e !important;
|
|
32617
|
+
}
|
|
32618
|
+
|
|
32619
|
+
.cav9p2m .ant-collapse-item {
|
|
32620
|
+
border: 0px;
|
|
32621
|
+
background-color: #fff;
|
|
32622
|
+
}
|
|
32623
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32624
|
+
padding-top: 0px;
|
|
32625
|
+
padding-bottom: 0px;
|
|
32626
|
+
padding-left: 0px !important;
|
|
32627
|
+
padding-right: 24px;
|
|
32453
32628
|
}
|
|
32454
|
-
.
|
|
32455
|
-
|
|
32629
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32630
|
+
right: 0px;
|
|
32631
|
+
}
|
|
32632
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32633
|
+
padding: 0px;
|
|
32456
32634
|
}
|
|
32457
32635
|
|
|
32458
|
-
.
|
|
32459
|
-
|
|
32636
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32637
|
+
padding-right: 0px;
|
|
32638
|
+
cursor: default;
|
|
32460
32639
|
}
|
|
32461
32640
|
|
|
32462
32641
|
button.lujuy3j {
|
|
@@ -32491,284 +32670,279 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32491
32670
|
color: #00122e;
|
|
32492
32671
|
}
|
|
32493
32672
|
|
|
32494
|
-
.
|
|
32495
|
-
|
|
32673
|
+
.tqjc4ui {
|
|
32674
|
+
margin: 0 2px;
|
|
32496
32675
|
}
|
|
32497
32676
|
|
|
32498
|
-
.
|
|
32499
|
-
|
|
32500
|
-
height: 64px;
|
|
32501
|
-
display: flex;
|
|
32502
|
-
align-items: center;
|
|
32503
|
-
justify-content: center;
|
|
32504
|
-
position: relative;
|
|
32505
|
-
opacity: 0.2;
|
|
32677
|
+
.c10crapj {
|
|
32678
|
+
border-radius: 8px;
|
|
32506
32679
|
}
|
|
32507
|
-
|
|
32508
|
-
|
|
32509
|
-
position: absolute;
|
|
32510
|
-
width: 5px;
|
|
32511
|
-
height: 48px;
|
|
32512
|
-
left: 9.33px;
|
|
32513
|
-
top: 40.5px;
|
|
32514
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32515
|
-
border-radius: 5px;
|
|
32516
|
-
transform: rotate(-128deg);
|
|
32517
|
-
transform-origin: top left;
|
|
32518
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32680
|
+
.c10crapj .ant-card-body {
|
|
32681
|
+
padding: 20px 24px 24px 24px;
|
|
32519
32682
|
}
|
|
32520
32683
|
|
|
32521
|
-
.
|
|
32522
|
-
|
|
32523
|
-
|
|
32524
|
-
height: 48px;
|
|
32525
|
-
left: 40.8px;
|
|
32526
|
-
top: 8.4px;
|
|
32527
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32528
|
-
border-radius: 5px;
|
|
32529
|
-
transform: rotate(-8deg);
|
|
32530
|
-
transform-origin: top left;
|
|
32531
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32684
|
+
.o8ocss1 {
|
|
32685
|
+
overflow: hidden;
|
|
32686
|
+
text-overflow: ellipsis;
|
|
32532
32687
|
}
|
|
32533
32688
|
|
|
32534
|
-
.
|
|
32535
|
-
|
|
32536
|
-
width: 5px;
|
|
32537
|
-
height: 48px;
|
|
32538
|
-
left: 52.9px;
|
|
32539
|
-
top: 51.8px;
|
|
32540
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32541
|
-
border-radius: 5px;
|
|
32542
|
-
transform: rotate(112deg);
|
|
32543
|
-
transform-origin: top left;
|
|
32544
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32689
|
+
.s17syc35 {
|
|
32690
|
+
white-space: nowrap;
|
|
32545
32691
|
}
|
|
32546
32692
|
|
|
32547
|
-
.
|
|
32548
|
-
|
|
32693
|
+
.m1rk4s1l {
|
|
32694
|
+
display: -webkit-box;
|
|
32695
|
+
-webkit-line-clamp: var(--m1rk4s1l-0);
|
|
32696
|
+
-webkit-box-orient: vertical;
|
|
32697
|
+
word-break: break-all;
|
|
32549
32698
|
}
|
|
32550
32699
|
|
|
32551
|
-
.
|
|
32552
|
-
|
|
32553
|
-
border-radius: 20px;
|
|
32554
|
-
padding: 2px 10px;
|
|
32555
|
-
height: 22px;
|
|
32556
|
-
}
|
|
32557
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32558
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32559
|
-
}
|
|
32560
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32561
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32562
|
-
}
|
|
32563
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32564
|
-
color: #00122e;
|
|
32565
|
-
}
|
|
32566
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32567
|
-
margin-right: 6px;
|
|
32568
|
-
}
|
|
32569
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32570
|
-
margin-left: 4px;
|
|
32571
|
-
}
|
|
32572
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32573
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32574
|
-
}
|
|
32575
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32576
|
-
background-color: #0080ff;
|
|
32577
|
-
}
|
|
32578
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32579
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
32580
|
-
}
|
|
32581
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32582
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32583
|
-
}
|
|
32584
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32585
|
-
background-color: #f0483e;
|
|
32586
|
-
}
|
|
32587
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32588
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32700
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32701
|
+
display: flex;
|
|
32589
32702
|
}
|
|
32590
|
-
|
|
32591
|
-
|
|
32703
|
+
|
|
32704
|
+
.sq6vos1 {
|
|
32705
|
+
--item-min-width: 60px;
|
|
32592
32706
|
}
|
|
32593
|
-
.
|
|
32594
|
-
|
|
32707
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32708
|
+
display: none !important;
|
|
32595
32709
|
}
|
|
32596
|
-
.
|
|
32597
|
-
|
|
32710
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32711
|
+
flex-shrink: 0 !important;
|
|
32598
32712
|
}
|
|
32599
|
-
.
|
|
32600
|
-
|
|
32713
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32714
|
+
color: #0080ff;
|
|
32601
32715
|
}
|
|
32602
|
-
.
|
|
32603
|
-
|
|
32716
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32717
|
+
color: #0080ff;
|
|
32718
|
+
font-weight: normal;
|
|
32604
32719
|
}
|
|
32605
|
-
.
|
|
32606
|
-
|
|
32720
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32721
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32607
32722
|
}
|
|
32608
|
-
.
|
|
32609
|
-
|
|
32723
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32724
|
+
color: #00122e;
|
|
32610
32725
|
}
|
|
32611
|
-
.
|
|
32612
|
-
|
|
32726
|
+
.sq6vos1 .step-item-text {
|
|
32727
|
+
display: inline-block;
|
|
32613
32728
|
}
|
|
32614
|
-
.
|
|
32615
|
-
|
|
32729
|
+
.sq6vos1 .step-item-title {
|
|
32730
|
+
overflow: hidden;
|
|
32731
|
+
white-space: nowrap;
|
|
32732
|
+
text-overflow: ellipsis;
|
|
32616
32733
|
}
|
|
32617
32734
|
|
|
32618
|
-
.
|
|
32619
|
-
width:
|
|
32620
|
-
height: 8px;
|
|
32621
|
-
border-radius: 50%;
|
|
32622
|
-
display: inline-block;
|
|
32735
|
+
.hjtnwxg .ant-steps-item-container {
|
|
32736
|
+
min-width: var(--item-min-width);
|
|
32623
32737
|
}
|
|
32624
|
-
|
|
32625
|
-
|
|
32626
|
-
padding: 0 8px;
|
|
32627
|
-
border-radius: 4px;
|
|
32738
|
+
.hjtnwxg .ant-steps-item-disabled {
|
|
32739
|
+
cursor: not-allowed !important;
|
|
32628
32740
|
}
|
|
32629
|
-
|
|
32630
|
-
|
|
32631
|
-
|
|
32632
|
-
border-radius: 3px;
|
|
32741
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32742
|
+
flex-direction: row;
|
|
32743
|
+
justify-content: stretch;
|
|
32633
32744
|
}
|
|
32634
|
-
|
|
32635
|
-
|
|
32636
|
-
|
|
32637
|
-
|
|
32745
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32746
|
+
padding: 0;
|
|
32747
|
+
margin-right: 4px;
|
|
32748
|
+
flex: 1;
|
|
32749
|
+
overflow: visible;
|
|
32638
32750
|
}
|
|
32639
|
-
|
|
32640
|
-
|
|
32641
|
-
|
|
32751
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32752
|
+
width: 100%;
|
|
32753
|
+
min-height: unset;
|
|
32642
32754
|
}
|
|
32643
|
-
.
|
|
32644
|
-
|
|
32645
|
-
|
|
32646
|
-
|
|
32647
|
-
|
|
32648
|
-
|
|
32755
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32756
|
+
height: 26px;
|
|
32757
|
+
line-height: 26px;
|
|
32758
|
+
width: 100%;
|
|
32759
|
+
padding: 0;
|
|
32760
|
+
font-size: 12px;
|
|
32649
32761
|
}
|
|
32650
|
-
.
|
|
32651
|
-
|
|
32652
|
-
height: 16px;
|
|
32653
|
-
color: inherit;
|
|
32654
|
-
margin-left: 4px;
|
|
32655
|
-
opacity: 0.6;
|
|
32656
|
-
display: inline-flex;
|
|
32762
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32763
|
+
margin-right: 10px;
|
|
32657
32764
|
}
|
|
32658
|
-
.
|
|
32659
|
-
|
|
32765
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32766
|
+
display: none;
|
|
32660
32767
|
}
|
|
32661
|
-
.
|
|
32662
|
-
|
|
32663
|
-
|
|
32768
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32769
|
+
padding-left: 8px;
|
|
32770
|
+
padding-right: 4px;
|
|
32771
|
+
border-radius: 4px 0 0 4px;
|
|
32664
32772
|
}
|
|
32665
|
-
.
|
|
32666
|
-
|
|
32667
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32773
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32774
|
+
margin-right: 0;
|
|
32668
32775
|
}
|
|
32669
|
-
.
|
|
32670
|
-
|
|
32671
|
-
|
|
32776
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32777
|
+
padding-right: 8px;
|
|
32778
|
+
padding-left: 12px;
|
|
32779
|
+
border-radius: 0 4px 4px 0;
|
|
32672
32780
|
}
|
|
32673
|
-
.
|
|
32674
|
-
|
|
32675
|
-
|
|
32781
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
32782
|
+
content: "";
|
|
32783
|
+
width: 0;
|
|
32784
|
+
height: 0;
|
|
32785
|
+
border: 13px solid transparent;
|
|
32786
|
+
position: absolute;
|
|
32787
|
+
top: 0;
|
|
32788
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32789
|
+
z-index: 2;
|
|
32790
|
+
position: relative;
|
|
32791
|
+
top: -50%;
|
|
32792
|
+
right: -100%;
|
|
32676
32793
|
}
|
|
32677
|
-
.
|
|
32678
|
-
|
|
32679
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32794
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32795
|
+
padding: 0 4px 0 12px;
|
|
32680
32796
|
}
|
|
32681
|
-
.
|
|
32682
|
-
|
|
32683
|
-
|
|
32797
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
32798
|
+
content: "";
|
|
32799
|
+
width: 0;
|
|
32800
|
+
height: 0;
|
|
32801
|
+
border: 13px solid transparent;
|
|
32802
|
+
position: absolute;
|
|
32803
|
+
top: 0;
|
|
32804
|
+
border-left: 8px solid #fff;
|
|
32805
|
+
left: 0;
|
|
32684
32806
|
}
|
|
32685
|
-
.
|
|
32686
|
-
|
|
32807
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32808
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32687
32809
|
}
|
|
32688
|
-
.
|
|
32689
|
-
background-color:
|
|
32810
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32811
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32690
32812
|
}
|
|
32691
|
-
.
|
|
32692
|
-
|
|
32813
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32814
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32693
32815
|
}
|
|
32694
|
-
.
|
|
32695
|
-
|
|
32816
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32817
|
+
cursor: pointer;
|
|
32818
|
+
min-width: var(--item-min-width);
|
|
32696
32819
|
}
|
|
32697
|
-
.
|
|
32698
|
-
|
|
32820
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32821
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32822
|
+
min-width: var(--item-min-width);
|
|
32699
32823
|
}
|
|
32700
|
-
.
|
|
32701
|
-
|
|
32824
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32825
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32826
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32702
32827
|
}
|
|
32703
|
-
.
|
|
32704
|
-
|
|
32828
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32829
|
+
padding: 0;
|
|
32705
32830
|
}
|
|
32706
32831
|
|
|
32707
|
-
.
|
|
32708
|
-
|
|
32709
|
-
|
|
32710
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
32711
|
-
width: 100%;
|
|
32712
|
-
color: #2d3a56;
|
|
32713
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32714
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32715
|
-
font-size: 13px;
|
|
32832
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32833
|
+
width: 192px;
|
|
32834
|
+
row-gap: 2px;
|
|
32716
32835
|
}
|
|
32717
|
-
.
|
|
32718
|
-
|
|
32836
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
32837
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32719
32838
|
}
|
|
32720
|
-
.
|
|
32721
|
-
|
|
32722
|
-
font-size: 13px;
|
|
32839
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
32840
|
+
color: #00122e !important;
|
|
32723
32841
|
}
|
|
32724
|
-
.
|
|
32725
|
-
|
|
32726
|
-
transition: 160ms ease;
|
|
32842
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
32843
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32727
32844
|
}
|
|
32728
|
-
.
|
|
32729
|
-
|
|
32845
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32846
|
+
padding: 0 8px;
|
|
32847
|
+
border-radius: 4px;
|
|
32848
|
+
height: 32px;
|
|
32849
|
+
display: flex;
|
|
32850
|
+
align-items: center;
|
|
32730
32851
|
}
|
|
32731
|
-
.
|
|
32732
|
-
|
|
32733
|
-
|
|
32852
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32853
|
+
min-height: auto;
|
|
32854
|
+
white-space: nowrap;
|
|
32734
32855
|
}
|
|
32735
|
-
.
|
|
32736
|
-
|
|
32856
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32857
|
+
font-size: 13px;
|
|
32858
|
+
line-height: 20px;
|
|
32859
|
+
max-width: 100%;
|
|
32860
|
+
padding-right: 0;
|
|
32737
32861
|
}
|
|
32738
|
-
.
|
|
32739
|
-
|
|
32740
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32862
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32863
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32741
32864
|
}
|
|
32742
|
-
|
|
32743
|
-
|
|
32865
|
+
|
|
32866
|
+
.h1xo7yjb {
|
|
32867
|
+
width: 100%;
|
|
32868
|
+
display: inline-flex;
|
|
32869
|
+
align-items: center;
|
|
32870
|
+
justify-content: center;
|
|
32871
|
+
column-gap: 4px;
|
|
32744
32872
|
}
|
|
32745
|
-
.
|
|
32746
|
-
|
|
32747
|
-
|
|
32748
|
-
|
|
32873
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32874
|
+
display: inline-flex;
|
|
32875
|
+
align-items: center;
|
|
32876
|
+
width: 18px;
|
|
32877
|
+
height: 18px;
|
|
32878
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32879
|
+
justify-content: center;
|
|
32749
32880
|
}
|
|
32750
|
-
|
|
32751
|
-
|
|
32881
|
+
|
|
32882
|
+
.v1f2f7cy {
|
|
32883
|
+
width: 100%;
|
|
32884
|
+
display: flex;
|
|
32885
|
+
align-items: center;
|
|
32886
|
+
justify-content: center;
|
|
32887
|
+
column-gap: 6px;
|
|
32888
|
+
font-size: 13px;
|
|
32752
32889
|
}
|
|
32753
|
-
.
|
|
32754
|
-
|
|
32890
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32891
|
+
display: inline-flex;
|
|
32892
|
+
align-items: center;
|
|
32893
|
+
min-width: 20px;
|
|
32894
|
+
min-height: 20px;
|
|
32895
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32896
|
+
justify-content: center;
|
|
32755
32897
|
}
|
|
32756
|
-
|
|
32757
|
-
|
|
32758
|
-
|
|
32898
|
+
|
|
32899
|
+
.l4bld33 {
|
|
32900
|
+
width: 64px;
|
|
32901
|
+
height: 64px;
|
|
32902
|
+
display: flex;
|
|
32903
|
+
align-items: center;
|
|
32904
|
+
justify-content: center;
|
|
32905
|
+
position: relative;
|
|
32906
|
+
opacity: 0.2;
|
|
32759
32907
|
}
|
|
32760
|
-
|
|
32761
|
-
|
|
32908
|
+
|
|
32909
|
+
.lgitjoj {
|
|
32910
|
+
position: absolute;
|
|
32911
|
+
width: 5px;
|
|
32912
|
+
height: 48px;
|
|
32913
|
+
left: 9.33px;
|
|
32914
|
+
top: 40.5px;
|
|
32915
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32916
|
+
border-radius: 5px;
|
|
32917
|
+
transform: rotate(-128deg);
|
|
32918
|
+
transform-origin: top left;
|
|
32919
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32762
32920
|
}
|
|
32763
32921
|
|
|
32764
|
-
.
|
|
32765
|
-
|
|
32766
|
-
width:
|
|
32767
|
-
|
|
32922
|
+
.l13g0exg {
|
|
32923
|
+
position: absolute;
|
|
32924
|
+
width: 5px;
|
|
32925
|
+
height: 48px;
|
|
32926
|
+
left: 40.8px;
|
|
32927
|
+
top: 8.4px;
|
|
32928
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32929
|
+
border-radius: 5px;
|
|
32930
|
+
transform: rotate(-8deg);
|
|
32931
|
+
transform-origin: top left;
|
|
32932
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32768
32933
|
}
|
|
32769
32934
|
|
|
32770
|
-
.
|
|
32771
|
-
|
|
32935
|
+
.l1exo3h6 {
|
|
32936
|
+
position: absolute;
|
|
32937
|
+
width: 5px;
|
|
32938
|
+
height: 48px;
|
|
32939
|
+
left: 52.9px;
|
|
32940
|
+
top: 51.8px;
|
|
32941
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32942
|
+
border-radius: 5px;
|
|
32943
|
+
transform: rotate(112deg);
|
|
32944
|
+
transform-origin: top left;
|
|
32945
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32772
32946
|
}
|
|
32773
32947
|
|
|
32774
32948
|
.m1thnes4 {
|
|
@@ -32921,210 +33095,242 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32921
33095
|
font-size: 12px;
|
|
32922
33096
|
padding: 3px 6px;
|
|
32923
33097
|
}
|
|
32924
|
-
.t1kgldps:first-child {
|
|
32925
|
-
padding-top: 3px;
|
|
33098
|
+
.t1kgldps:first-child {
|
|
33099
|
+
padding-top: 3px;
|
|
33100
|
+
}
|
|
33101
|
+
.t1kgldps:last-child {
|
|
33102
|
+
padding-bottom: 3px;
|
|
33103
|
+
}
|
|
33104
|
+
.t1kgldps .column-value {
|
|
33105
|
+
color: #fff;
|
|
33106
|
+
margin-left: 8px;
|
|
33107
|
+
}
|
|
33108
|
+
|
|
33109
|
+
.t19ustft .date {
|
|
33110
|
+
margin-right: 4px;
|
|
33111
|
+
}
|
|
33112
|
+
|
|
33113
|
+
.s1uupxds {
|
|
33114
|
+
padding: 0 8px;
|
|
33115
|
+
border-radius: 4px;
|
|
33116
|
+
}
|
|
33117
|
+
|
|
33118
|
+
.m10sqwut {
|
|
33119
|
+
padding: 2px 8px;
|
|
33120
|
+
border-radius: 3px;
|
|
33121
|
+
}
|
|
33122
|
+
|
|
33123
|
+
.l1d492wb {
|
|
33124
|
+
padding: 3px 8px;
|
|
33125
|
+
border-radius: 2px;
|
|
33126
|
+
}
|
|
33127
|
+
|
|
33128
|
+
.t1lzavmu.ant-tag:hover {
|
|
33129
|
+
opacity: unset;
|
|
33130
|
+
}
|
|
33131
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
33132
|
+
margin: 0;
|
|
33133
|
+
margin-right: 8px;
|
|
33134
|
+
display: inline-flex;
|
|
33135
|
+
align-items: center;
|
|
33136
|
+
border: none;
|
|
33137
|
+
}
|
|
33138
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
33139
|
+
width: 16px;
|
|
33140
|
+
height: 16px;
|
|
33141
|
+
color: inherit;
|
|
33142
|
+
margin-left: 4px;
|
|
33143
|
+
opacity: 0.6;
|
|
33144
|
+
display: inline-flex;
|
|
33145
|
+
}
|
|
33146
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
33147
|
+
opacity: 1;
|
|
33148
|
+
}
|
|
33149
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
33150
|
+
color: #0080ff;
|
|
33151
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33152
|
+
}
|
|
33153
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
33154
|
+
color: #f0483e;
|
|
33155
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33156
|
+
}
|
|
33157
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
33158
|
+
color: #e07f00;
|
|
33159
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
33160
|
+
}
|
|
33161
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
33162
|
+
color: #008f4c;
|
|
33163
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32926
33164
|
}
|
|
32927
|
-
.
|
|
32928
|
-
|
|
33165
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
33166
|
+
color: #1d326c;
|
|
33167
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32929
33168
|
}
|
|
32930
|
-
.
|
|
32931
|
-
color: #
|
|
32932
|
-
|
|
33169
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
33170
|
+
color: #7E41FF;
|
|
33171
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32933
33172
|
}
|
|
32934
|
-
|
|
32935
|
-
|
|
32936
|
-
--item-min-width: 60px;
|
|
33173
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
33174
|
+
color: #fff;
|
|
32937
33175
|
}
|
|
32938
|
-
.
|
|
32939
|
-
|
|
33176
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
33177
|
+
background-color: #f0483e;
|
|
32940
33178
|
}
|
|
32941
|
-
.
|
|
32942
|
-
|
|
33179
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
33180
|
+
background-color: #fea008;
|
|
32943
33181
|
}
|
|
32944
|
-
.
|
|
32945
|
-
color: #
|
|
33182
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
33183
|
+
background-color: #00ba5d;
|
|
32946
33184
|
}
|
|
32947
|
-
.
|
|
32948
|
-
color: #0080ff;
|
|
32949
|
-
font-weight: normal;
|
|
33185
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
33186
|
+
background-color: #0080ff;
|
|
32950
33187
|
}
|
|
32951
|
-
.
|
|
32952
|
-
color:
|
|
33188
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
33189
|
+
background-color: #6b7d99;
|
|
32953
33190
|
}
|
|
32954
|
-
.
|
|
32955
|
-
color: #
|
|
33191
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
33192
|
+
background-color: #7E41FF;
|
|
32956
33193
|
}
|
|
32957
|
-
|
|
32958
|
-
|
|
33194
|
+
|
|
33195
|
+
.igz4le8 {
|
|
33196
|
+
height: 24px;
|
|
33197
|
+
width: 56px !important;
|
|
33198
|
+
margin-right: 4px;
|
|
32959
33199
|
}
|
|
32960
|
-
|
|
32961
|
-
|
|
32962
|
-
|
|
32963
|
-
text-overflow: ellipsis;
|
|
33200
|
+
|
|
33201
|
+
.c1riexje {
|
|
33202
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32964
33203
|
}
|
|
32965
33204
|
|
|
32966
|
-
.
|
|
32967
|
-
|
|
33205
|
+
.s14dk8r1 {
|
|
33206
|
+
margin: 0;
|
|
33207
|
+
border-radius: 20px;
|
|
33208
|
+
padding: 2px 10px;
|
|
33209
|
+
height: 22px;
|
|
32968
33210
|
}
|
|
32969
|
-
.
|
|
32970
|
-
|
|
33211
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
33212
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32971
33213
|
}
|
|
32972
|
-
.
|
|
32973
|
-
|
|
32974
|
-
justify-content: stretch;
|
|
33214
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33215
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32975
33216
|
}
|
|
32976
|
-
.
|
|
32977
|
-
|
|
32978
|
-
margin-right: 4px;
|
|
32979
|
-
flex: 1;
|
|
32980
|
-
overflow: visible;
|
|
33217
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
33218
|
+
color: #00122e;
|
|
32981
33219
|
}
|
|
32982
|
-
.
|
|
32983
|
-
|
|
32984
|
-
min-height: unset;
|
|
33220
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33221
|
+
margin-right: 6px;
|
|
32985
33222
|
}
|
|
32986
|
-
.
|
|
32987
|
-
|
|
32988
|
-
line-height: 26px;
|
|
32989
|
-
width: 100%;
|
|
32990
|
-
padding: 0;
|
|
32991
|
-
font-size: 12px;
|
|
33223
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33224
|
+
margin-left: 4px;
|
|
32992
33225
|
}
|
|
32993
|
-
.
|
|
32994
|
-
|
|
33226
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33227
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32995
33228
|
}
|
|
32996
|
-
.
|
|
32997
|
-
|
|
33229
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33230
|
+
background-color: #0080ff;
|
|
32998
33231
|
}
|
|
32999
|
-
.
|
|
33000
|
-
|
|
33001
|
-
padding-right: 4px;
|
|
33002
|
-
border-radius: 4px 0 0 4px;
|
|
33232
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
33233
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33003
33234
|
}
|
|
33004
|
-
.
|
|
33005
|
-
|
|
33235
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33236
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33006
33237
|
}
|
|
33007
|
-
.
|
|
33008
|
-
|
|
33009
|
-
padding-left: 12px;
|
|
33010
|
-
border-radius: 0 4px 4px 0;
|
|
33238
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33239
|
+
background-color: #f0483e;
|
|
33011
33240
|
}
|
|
33012
|
-
.
|
|
33013
|
-
|
|
33014
|
-
width: 0;
|
|
33015
|
-
height: 0;
|
|
33016
|
-
border: 13px solid transparent;
|
|
33017
|
-
position: absolute;
|
|
33018
|
-
top: 0;
|
|
33019
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33020
|
-
z-index: 2;
|
|
33021
|
-
position: relative;
|
|
33022
|
-
top: -50%;
|
|
33023
|
-
right: -100%;
|
|
33241
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
33242
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33024
33243
|
}
|
|
33025
|
-
.
|
|
33026
|
-
|
|
33244
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33245
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33027
33246
|
}
|
|
33028
|
-
.
|
|
33029
|
-
|
|
33030
|
-
width: 0;
|
|
33031
|
-
height: 0;
|
|
33032
|
-
border: 13px solid transparent;
|
|
33033
|
-
position: absolute;
|
|
33034
|
-
top: 0;
|
|
33035
|
-
border-left: 8px solid #fff;
|
|
33036
|
-
left: 0;
|
|
33247
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33248
|
+
background-color: #fea008;
|
|
33037
33249
|
}
|
|
33038
|
-
.
|
|
33039
|
-
|
|
33250
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
33251
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33040
33252
|
}
|
|
33041
|
-
.
|
|
33042
|
-
background-color: rgba(
|
|
33253
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33254
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33043
33255
|
}
|
|
33044
|
-
.
|
|
33045
|
-
|
|
33256
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33257
|
+
background-color: #00ba5d;
|
|
33046
33258
|
}
|
|
33047
|
-
.
|
|
33048
|
-
|
|
33049
|
-
min-width: var(--item-min-width);
|
|
33259
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
33260
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33050
33261
|
}
|
|
33051
|
-
.
|
|
33052
|
-
|
|
33053
|
-
min-width: var(--item-min-width);
|
|
33262
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33263
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33054
33264
|
}
|
|
33055
|
-
.
|
|
33056
|
-
|
|
33057
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33265
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33266
|
+
background-color: #6b7d99;
|
|
33058
33267
|
}
|
|
33059
|
-
.
|
|
33060
|
-
|
|
33268
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
33269
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33061
33270
|
}
|
|
33062
33271
|
|
|
33063
|
-
.
|
|
33064
|
-
width:
|
|
33065
|
-
|
|
33272
|
+
.s1uupoto {
|
|
33273
|
+
width: 8px;
|
|
33274
|
+
height: 8px;
|
|
33275
|
+
border-radius: 50%;
|
|
33276
|
+
display: inline-block;
|
|
33066
33277
|
}
|
|
33067
|
-
|
|
33068
|
-
|
|
33278
|
+
|
|
33279
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
33280
|
+
border-radius: 6px;
|
|
33069
33281
|
}
|
|
33070
|
-
.
|
|
33071
|
-
|
|
33282
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
33283
|
+
width: 100%;
|
|
33284
|
+
color: #2d3a56;
|
|
33285
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
33286
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
33287
|
+
font-size: 13px;
|
|
33072
33288
|
}
|
|
33073
|
-
.
|
|
33074
|
-
|
|
33289
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
33290
|
+
height: 30px;
|
|
33075
33291
|
}
|
|
33076
|
-
.
|
|
33077
|
-
|
|
33078
|
-
|
|
33079
|
-
height: 32px;
|
|
33080
|
-
display: flex;
|
|
33081
|
-
align-items: center;
|
|
33292
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
33293
|
+
height: 38px;
|
|
33294
|
+
font-size: 13px;
|
|
33082
33295
|
}
|
|
33083
|
-
.
|
|
33084
|
-
|
|
33085
|
-
|
|
33296
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
33297
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
33298
|
+
transition: 160ms ease;
|
|
33086
33299
|
}
|
|
33087
|
-
.
|
|
33088
|
-
|
|
33089
|
-
line-height: 20px;
|
|
33090
|
-
max-width: 100%;
|
|
33091
|
-
padding-right: 0;
|
|
33300
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
33301
|
+
color: #0080ff;
|
|
33092
33302
|
}
|
|
33093
|
-
.
|
|
33094
|
-
|
|
33303
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
33304
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
33305
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
33095
33306
|
}
|
|
33096
|
-
|
|
33097
|
-
|
|
33098
|
-
|
|
33099
|
-
|
|
33100
|
-
|
|
33101
|
-
|
|
33102
|
-
|
|
33307
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33308
|
+
color: #0080ff;
|
|
33309
|
+
}
|
|
33310
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
33311
|
+
border-color: #0080ff;
|
|
33312
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33313
|
+
}
|
|
33314
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33315
|
+
transform: rotate(180deg);
|
|
33316
|
+
}
|
|
33317
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
33318
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33319
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
33320
|
+
cursor: "not-allowed";
|
|
33321
|
+
}
|
|
33322
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
33323
|
+
border-color: #f0483e !important;
|
|
33103
33324
|
}
|
|
33104
|
-
.
|
|
33105
|
-
|
|
33106
|
-
align-items: center;
|
|
33107
|
-
width: 18px;
|
|
33108
|
-
height: 18px;
|
|
33109
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33110
|
-
justify-content: center;
|
|
33325
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33326
|
+
color: #1d326c;
|
|
33111
33327
|
}
|
|
33112
|
-
|
|
33113
|
-
|
|
33114
|
-
|
|
33115
|
-
display: flex;
|
|
33116
|
-
align-items: center;
|
|
33117
|
-
justify-content: center;
|
|
33118
|
-
column-gap: 6px;
|
|
33119
|
-
font-size: 13px;
|
|
33328
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
33329
|
+
border-color: #0080ff;
|
|
33330
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33120
33331
|
}
|
|
33121
|
-
.
|
|
33122
|
-
|
|
33123
|
-
align-items: center;
|
|
33124
|
-
min-width: 20px;
|
|
33125
|
-
min-height: 20px;
|
|
33126
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33127
|
-
justify-content: center;
|
|
33332
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33333
|
+
transform: rotate(180deg);
|
|
33128
33334
|
}
|
|
33129
33335
|
|
|
33130
33336
|
.t1gz6wqf {
|
|
@@ -33829,421 +34035,216 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33829
34035
|
display: block;
|
|
33830
34036
|
overflow: hidden;
|
|
33831
34037
|
text-overflow: ellipsis;
|
|
33832
|
-
white-space: nowrap;
|
|
33833
|
-
}
|
|
33834
|
-
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
33835
|
-
content: " ";
|
|
33836
|
-
height: 1px;
|
|
33837
|
-
width: calc(100% + 10px);
|
|
33838
|
-
background: rgba(172, 186, 211, 0.6);
|
|
33839
|
-
display: block;
|
|
33840
|
-
}
|
|
33841
|
-
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
33842
|
-
color: #0080ff;
|
|
33843
|
-
background: transparent;
|
|
33844
|
-
}
|
|
33845
|
-
|
|
33846
|
-
.c1igej8b {
|
|
33847
|
-
color: #2d3a56;
|
|
33848
|
-
line-height: 22px;
|
|
33849
|
-
display: inline-flex;
|
|
33850
|
-
}
|
|
33851
|
-
.c1igej8b .ant-checkbox {
|
|
33852
|
-
height: 22px;
|
|
33853
|
-
display: flex;
|
|
33854
|
-
align-items: center;
|
|
33855
|
-
top: 0;
|
|
33856
|
-
}
|
|
33857
|
-
.c1igej8b .ant-checkbox-checked::after {
|
|
33858
|
-
border: none;
|
|
33859
|
-
}
|
|
33860
|
-
.c1igej8b.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c1igej8b.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .c1igej8b .ant-checkbox:hover .ant-checkbox-inner {
|
|
33861
|
-
border-color: #0080ff;
|
|
33862
|
-
}
|
|
33863
|
-
.c1igej8b .ant-checkbox .ant-checkbox-inner {
|
|
33864
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33865
|
-
}
|
|
33866
|
-
.c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33867
|
-
border: 1px solid #0080ff;
|
|
33868
|
-
}
|
|
33869
|
-
.c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33870
|
-
background: #0080ff;
|
|
33871
|
-
}
|
|
33872
|
-
.c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33873
|
-
background-color: #fff;
|
|
33874
|
-
height: 2px;
|
|
33875
|
-
width: 10px;
|
|
33876
|
-
border-radius: 2px;
|
|
33877
|
-
}
|
|
33878
|
-
.c1igej8b.ant-checkbox-wrapper-disabled {
|
|
33879
|
-
opacity: 0.5;
|
|
33880
|
-
}
|
|
33881
|
-
.c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33882
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33883
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33884
|
-
}
|
|
33885
|
-
.c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33886
|
-
border-color: #2d3a56;
|
|
33887
|
-
}
|
|
33888
|
-
.c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33889
|
-
background: #2d3a56;
|
|
33890
|
-
}
|
|
33891
|
-
.c1igej8b .ant-checkbox + span, .c1igej8b .ant-checkbox-disabled + span {
|
|
33892
|
-
padding: 0;
|
|
33893
|
-
}
|
|
33894
|
-
.c1igej8b .ant-checkbox + span .main, .c1igej8b .ant-checkbox-disabled + span .main {
|
|
33895
|
-
display: inline-block;
|
|
33896
|
-
margin-left: 12px;
|
|
33897
|
-
color: #2d3a56;
|
|
33898
|
-
}
|
|
33899
|
-
.c1igej8b .ant-checkbox + span .sub, .c1igej8b .ant-checkbox-disabled + span .sub {
|
|
33900
|
-
margin-left: 28px;
|
|
33901
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33902
|
-
}
|
|
33903
|
-
.c1igej8b.compact .ant-checkbox + span .main, .c1igej8b.compact .ant-checkbox-disabled + span .main {
|
|
33904
|
-
margin-left: 8px;
|
|
33905
|
-
}
|
|
33906
|
-
.c1igej8b.compact .ant-checkbox + span .sub, .c1igej8b.compact .ant-checkbox-disabled + span .sub {
|
|
33907
|
-
margin-left: 24px;
|
|
33908
|
-
}
|
|
33909
|
-
|
|
33910
|
-
.s6rjqv7 {
|
|
33911
|
-
height: 24px;
|
|
33912
|
-
width: 24px;
|
|
33913
|
-
border-radius: 6px;
|
|
33914
|
-
padding: 4px;
|
|
33915
|
-
}
|
|
33916
|
-
.s6rjqv7:hover {
|
|
33917
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33918
|
-
}
|
|
33919
|
-
.s6rjqv7:hover svg path {
|
|
33920
|
-
fill: blue;
|
|
33921
|
-
}
|
|
33922
|
-
|
|
33923
|
-
.rrwcpby {
|
|
33924
|
-
display: flex;
|
|
33925
|
-
align-items: center;
|
|
33926
|
-
}
|
|
33927
|
-
.rrwcpby .order {
|
|
33928
|
-
height: 24px;
|
|
33929
|
-
width: 24px;
|
|
33930
|
-
border-radius: 20px;
|
|
33931
|
-
color: #0080ff;
|
|
33932
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33933
|
-
display: flex;
|
|
33934
|
-
align-items: center;
|
|
33935
|
-
justify-content: center;
|
|
33936
|
-
margin-right: 6px;
|
|
33937
|
-
}
|
|
33938
|
-
|
|
33939
|
-
.f1p9ti6d {
|
|
33940
|
-
width: 100%;
|
|
33941
|
-
margin-bottom: 0 !important;
|
|
33942
|
-
flex-flow: nowrap !important;
|
|
33943
|
-
line-break: auto;
|
|
33944
|
-
}
|
|
33945
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
33946
|
-
text-align: left !important;
|
|
33947
|
-
padding-bottom: 0 !important;
|
|
33948
|
-
}
|
|
33949
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
33950
|
-
min-height: 32px;
|
|
33951
|
-
height: auto;
|
|
33952
|
-
font-size: 13px;
|
|
33953
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33954
|
-
white-space: normal;
|
|
33955
|
-
}
|
|
33956
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33957
|
-
border-color: #ff4d4f !important;
|
|
33958
|
-
}
|
|
33959
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
33960
|
-
margin-top: 4px;
|
|
33961
|
-
font-size: 12px;
|
|
33962
|
-
min-height: 0px;
|
|
33963
|
-
}
|
|
33964
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
33965
|
-
font-size: 12px;
|
|
33966
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33967
|
-
min-height: 0px;
|
|
33968
|
-
}
|
|
33969
|
-
|
|
33970
|
-
.c1k4vanq {
|
|
33971
|
-
padding: 0 12px 14px 12px;
|
|
33972
|
-
}
|
|
33973
|
-
|
|
33974
|
-
.c1udgdh2 {
|
|
33975
|
-
color: #2d3a56;
|
|
33976
|
-
padding: 7px 12px;
|
|
33977
|
-
display: flex;
|
|
33978
|
-
justify-content: space-between;
|
|
33979
|
-
align-items: center;
|
|
33980
|
-
}
|
|
33981
|
-
.c1udgdh2.has-arrow {
|
|
33982
|
-
padding-left: 10px;
|
|
33983
|
-
}
|
|
33984
|
-
.c1udgdh2.has-arrow .title-wrapper {
|
|
33985
|
-
cursor: pointer;
|
|
33986
|
-
color: #00122e;
|
|
33987
|
-
}
|
|
33988
|
-
.c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
33989
|
-
color: #2d3a56;
|
|
33990
|
-
font-weight: 600;
|
|
33991
|
-
}
|
|
33992
|
-
.c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33993
|
-
transform: rotate(90deg);
|
|
33994
|
-
}
|
|
33995
|
-
.c1udgdh2 .sub-info {
|
|
33996
|
-
font-size: 12px;
|
|
33997
|
-
line-height: 18px;
|
|
33998
|
-
}
|
|
33999
|
-
.c1udgdh2 .title-wrapper {
|
|
34000
|
-
display: flex;
|
|
34001
|
-
align-items: center;
|
|
34002
|
-
user-select: none;
|
|
34003
|
-
flex-grow: 1;
|
|
34004
|
-
font-size: 12px;
|
|
34005
|
-
line-height: 18px;
|
|
34006
|
-
color: #2d3a56;
|
|
34007
|
-
font-weight: 700;
|
|
34008
|
-
}
|
|
34009
|
-
.c1udgdh2 .collapse-arrow {
|
|
34010
|
-
transition: all 50ms ease-out 0ms;
|
|
34011
|
-
margin-right: 2px;
|
|
34012
|
-
}
|
|
34013
|
-
|
|
34014
|
-
.skwah65 {
|
|
34015
|
-
height: 8px;
|
|
34016
|
-
box-sizing: border-box;
|
|
34017
|
-
border-radius: 2px;
|
|
34018
|
-
background: #f5f7fa;
|
|
34019
|
-
display: flex;
|
|
34020
|
-
width: 100%;
|
|
34021
|
-
overflow: hidden;
|
|
34022
|
-
}
|
|
34023
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
34024
|
-
margin-left: 1px;
|
|
34025
|
-
}
|
|
34026
|
-
|
|
34027
|
-
.bab9xum {
|
|
34028
|
-
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);
|
|
34029
|
-
}
|
|
34030
|
-
|
|
34031
|
-
.cav4gt6 {
|
|
34032
|
-
border-radius: 8px;
|
|
34033
|
-
background-color: white;
|
|
34034
|
-
}
|
|
34035
|
-
.cav4gt6.hoverable {
|
|
34036
|
-
cursor: pointer;
|
|
34037
|
-
}
|
|
34038
|
-
.cav4gt6.hoverable:hover {
|
|
34039
|
-
transition: all 200ms ease;
|
|
34040
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34041
|
-
transform: translateY(-4px);
|
|
34042
|
-
}
|
|
34043
|
-
|
|
34044
|
-
.damzgq8 {
|
|
34045
|
-
width: 400px;
|
|
34046
|
-
}
|
|
34047
|
-
.damzgq8 .bottom {
|
|
34048
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34049
|
-
}
|
|
34050
|
-
|
|
34051
|
-
.c1t5t7l0 {
|
|
34052
|
-
display: flex;
|
|
34053
|
-
flex-direction: row;
|
|
34054
|
-
justify-content: space-between;
|
|
34055
|
-
}
|
|
34056
|
-
.c1t5t7l0 .label {
|
|
34057
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34058
|
-
font-weight: 400;
|
|
34038
|
+
white-space: nowrap;
|
|
34059
34039
|
}
|
|
34060
|
-
|
|
34061
|
-
|
|
34062
|
-
|
|
34063
|
-
|
|
34064
|
-
|
|
34065
|
-
|
|
34066
|
-
height: 240px;
|
|
34067
|
-
width: 432px;
|
|
34040
|
+
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
34041
|
+
content: " ";
|
|
34042
|
+
height: 1px;
|
|
34043
|
+
width: calc(100% + 10px);
|
|
34044
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34045
|
+
display: block;
|
|
34068
34046
|
}
|
|
34069
|
-
|
|
34070
|
-
|
|
34071
|
-
|
|
34072
|
-
box-shadow: unset;
|
|
34073
|
-
border: 0;
|
|
34074
|
-
border-bottom: 1px solid #e4e9f2;
|
|
34047
|
+
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
34048
|
+
color: #0080ff;
|
|
34049
|
+
background: transparent;
|
|
34075
34050
|
}
|
|
34076
34051
|
|
|
34077
|
-
.
|
|
34052
|
+
.s6rjqv7 {
|
|
34053
|
+
height: 24px;
|
|
34054
|
+
width: 24px;
|
|
34055
|
+
border-radius: 6px;
|
|
34078
34056
|
padding: 4px;
|
|
34079
34057
|
}
|
|
34080
|
-
.
|
|
34081
|
-
|
|
34082
|
-
}
|
|
34083
|
-
.c1sqzi2s.antd5 .antd5-selector .antd5-selection-search-input {
|
|
34084
|
-
height: 22px;
|
|
34085
|
-
}
|
|
34086
|
-
.c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow {
|
|
34087
|
-
row-gap: 2px;
|
|
34058
|
+
.s6rjqv7:hover {
|
|
34059
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34088
34060
|
}
|
|
34089
|
-
.
|
|
34090
|
-
|
|
34061
|
+
.s6rjqv7:hover svg path {
|
|
34062
|
+
fill: blue;
|
|
34091
34063
|
}
|
|
34092
34064
|
|
|
34093
|
-
.
|
|
34094
|
-
|
|
34065
|
+
.c1k4vanq {
|
|
34066
|
+
padding: 0 12px 14px 12px;
|
|
34095
34067
|
}
|
|
34096
34068
|
|
|
34097
|
-
.
|
|
34098
|
-
padding: 7px 14px;
|
|
34099
|
-
height: 20px;
|
|
34100
|
-
font-weight: 400;
|
|
34101
|
-
box-sizing: content-box;
|
|
34102
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34069
|
+
.rrwcpby {
|
|
34103
34070
|
display: flex;
|
|
34104
|
-
flex-direction: row;
|
|
34105
|
-
justify-content: space-between;
|
|
34106
34071
|
align-items: center;
|
|
34107
|
-
|
|
34072
|
+
}
|
|
34073
|
+
.rrwcpby .order {
|
|
34074
|
+
height: 24px;
|
|
34075
|
+
width: 24px;
|
|
34076
|
+
border-radius: 20px;
|
|
34077
|
+
color: #0080ff;
|
|
34078
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34079
|
+
display: flex;
|
|
34080
|
+
align-items: center;
|
|
34081
|
+
justify-content: center;
|
|
34082
|
+
margin-right: 6px;
|
|
34108
34083
|
}
|
|
34109
34084
|
|
|
34110
|
-
.
|
|
34111
|
-
|
|
34112
|
-
|
|
34113
|
-
|
|
34085
|
+
.c1udgdh2 {
|
|
34086
|
+
color: #2d3a56;
|
|
34087
|
+
padding: 7px 12px;
|
|
34088
|
+
display: flex;
|
|
34089
|
+
justify-content: space-between;
|
|
34090
|
+
align-items: center;
|
|
34114
34091
|
}
|
|
34115
|
-
.
|
|
34116
|
-
padding:
|
|
34117
|
-
height: 240px;
|
|
34092
|
+
.c1udgdh2.has-arrow {
|
|
34093
|
+
padding-left: 10px;
|
|
34118
34094
|
}
|
|
34119
|
-
.
|
|
34120
|
-
|
|
34121
|
-
padding: 4px 4px 4px 8px;
|
|
34095
|
+
.c1udgdh2.has-arrow .title-wrapper {
|
|
34096
|
+
cursor: pointer;
|
|
34122
34097
|
color: #00122e;
|
|
34123
|
-
margin-bottom: 2px;
|
|
34124
|
-
}
|
|
34125
|
-
.cz3vc94:not(:has(.cg9brz0)) li .icon-wrapper {
|
|
34126
|
-
vertical-align: middle;
|
|
34127
|
-
}
|
|
34128
|
-
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active {
|
|
34129
|
-
font-weight: 400;
|
|
34130
|
-
}
|
|
34131
|
-
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active:hover {
|
|
34132
|
-
font-weight: 400;
|
|
34133
|
-
}
|
|
34134
|
-
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active:active {
|
|
34135
|
-
background: rgba(0, 136, 255, 0.2);
|
|
34136
34098
|
}
|
|
34137
|
-
.
|
|
34138
|
-
|
|
34099
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
34100
|
+
color: #2d3a56;
|
|
34101
|
+
font-weight: 600;
|
|
34139
34102
|
}
|
|
34140
|
-
.
|
|
34141
|
-
|
|
34142
|
-
font-weight: 400;
|
|
34103
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34104
|
+
transform: rotate(90deg);
|
|
34143
34105
|
}
|
|
34144
|
-
.
|
|
34145
|
-
|
|
34106
|
+
.c1udgdh2 .sub-info {
|
|
34107
|
+
font-size: 12px;
|
|
34108
|
+
line-height: 18px;
|
|
34146
34109
|
}
|
|
34147
|
-
.
|
|
34148
|
-
|
|
34110
|
+
.c1udgdh2 .title-wrapper {
|
|
34111
|
+
display: flex;
|
|
34112
|
+
align-items: center;
|
|
34113
|
+
user-select: none;
|
|
34114
|
+
flex-grow: 1;
|
|
34115
|
+
font-size: 12px;
|
|
34116
|
+
line-height: 18px;
|
|
34117
|
+
color: #2d3a56;
|
|
34118
|
+
font-weight: 700;
|
|
34149
34119
|
}
|
|
34150
|
-
.
|
|
34151
|
-
|
|
34120
|
+
.c1udgdh2 .collapse-arrow {
|
|
34121
|
+
transition: all 50ms ease-out 0ms;
|
|
34122
|
+
margin-right: 2px;
|
|
34152
34123
|
}
|
|
34153
|
-
|
|
34154
|
-
|
|
34124
|
+
|
|
34125
|
+
.c1igej8b {
|
|
34126
|
+
color: #2d3a56;
|
|
34127
|
+
line-height: 22px;
|
|
34128
|
+
display: inline-flex;
|
|
34155
34129
|
}
|
|
34156
|
-
.
|
|
34130
|
+
.c1igej8b .ant-checkbox {
|
|
34157
34131
|
height: 22px;
|
|
34158
34132
|
display: flex;
|
|
34159
34133
|
align-items: center;
|
|
34160
34134
|
top: 0;
|
|
34161
34135
|
}
|
|
34162
|
-
.
|
|
34136
|
+
.c1igej8b .ant-checkbox-checked::after {
|
|
34163
34137
|
border: none;
|
|
34164
34138
|
}
|
|
34165
|
-
.
|
|
34139
|
+
.c1igej8b.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c1igej8b.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .c1igej8b .ant-checkbox:hover .ant-checkbox-inner {
|
|
34166
34140
|
border-color: #0080ff;
|
|
34167
34141
|
}
|
|
34168
|
-
.
|
|
34142
|
+
.c1igej8b .ant-checkbox .ant-checkbox-inner {
|
|
34169
34143
|
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34170
34144
|
}
|
|
34171
|
-
.
|
|
34145
|
+
.c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34172
34146
|
border: 1px solid #0080ff;
|
|
34173
34147
|
}
|
|
34174
|
-
.
|
|
34148
|
+
.c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34175
34149
|
background: #0080ff;
|
|
34176
34150
|
}
|
|
34177
|
-
.
|
|
34151
|
+
.c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34178
34152
|
background-color: #fff;
|
|
34179
34153
|
height: 2px;
|
|
34180
34154
|
width: 10px;
|
|
34181
34155
|
border-radius: 2px;
|
|
34182
34156
|
}
|
|
34183
|
-
.
|
|
34157
|
+
.c1igej8b.ant-checkbox-wrapper-disabled {
|
|
34184
34158
|
opacity: 0.5;
|
|
34185
34159
|
}
|
|
34186
|
-
.
|
|
34160
|
+
.c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34187
34161
|
background: rgba(211, 218, 235, 0.6);
|
|
34188
34162
|
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34189
34163
|
}
|
|
34190
|
-
.
|
|
34164
|
+
.c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34191
34165
|
border-color: #2d3a56;
|
|
34192
34166
|
}
|
|
34193
|
-
.
|
|
34167
|
+
.c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34194
34168
|
background: #2d3a56;
|
|
34195
34169
|
}
|
|
34196
|
-
.
|
|
34170
|
+
.c1igej8b .ant-checkbox + span, .c1igej8b .ant-checkbox-disabled + span {
|
|
34197
34171
|
padding: 0;
|
|
34198
34172
|
}
|
|
34199
|
-
.
|
|
34173
|
+
.c1igej8b .ant-checkbox + span .main, .c1igej8b .ant-checkbox-disabled + span .main {
|
|
34200
34174
|
display: inline-block;
|
|
34201
34175
|
margin-left: 12px;
|
|
34202
34176
|
color: #2d3a56;
|
|
34203
34177
|
}
|
|
34204
|
-
.
|
|
34178
|
+
.c1igej8b .ant-checkbox + span .sub, .c1igej8b .ant-checkbox-disabled + span .sub {
|
|
34205
34179
|
margin-left: 28px;
|
|
34206
34180
|
color: rgba(44, 56, 82, 0.6);
|
|
34207
34181
|
}
|
|
34208
|
-
.
|
|
34182
|
+
.c1igej8b.compact .ant-checkbox + span .main, .c1igej8b.compact .ant-checkbox-disabled + span .main {
|
|
34209
34183
|
margin-left: 8px;
|
|
34210
34184
|
}
|
|
34211
|
-
.
|
|
34185
|
+
.c1igej8b.compact .ant-checkbox + span .sub, .c1igej8b.compact .ant-checkbox-disabled + span .sub {
|
|
34212
34186
|
margin-left: 24px;
|
|
34213
34187
|
}
|
|
34214
34188
|
|
|
34215
|
-
.
|
|
34216
|
-
|
|
34217
|
-
height: 158px;
|
|
34189
|
+
.bab9xum {
|
|
34190
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34218
34191
|
}
|
|
34219
|
-
|
|
34220
|
-
|
|
34192
|
+
|
|
34193
|
+
.cav4gt6 {
|
|
34194
|
+
border-radius: 8px;
|
|
34195
|
+
background-color: white;
|
|
34221
34196
|
}
|
|
34222
|
-
.
|
|
34223
|
-
|
|
34224
|
-
font-size: 12px;
|
|
34197
|
+
.cav4gt6.hoverable {
|
|
34198
|
+
cursor: pointer;
|
|
34225
34199
|
}
|
|
34226
|
-
.
|
|
34227
|
-
|
|
34228
|
-
|
|
34229
|
-
|
|
34200
|
+
.cav4gt6.hoverable:hover {
|
|
34201
|
+
transition: all 200ms ease;
|
|
34202
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34203
|
+
transform: translateY(-4px);
|
|
34230
34204
|
}
|
|
34231
34205
|
|
|
34232
|
-
.
|
|
34233
|
-
|
|
34234
|
-
|
|
34206
|
+
.f1p9ti6d {
|
|
34207
|
+
width: 100%;
|
|
34208
|
+
margin-bottom: 0 !important;
|
|
34209
|
+
flex-flow: nowrap !important;
|
|
34210
|
+
line-break: auto;
|
|
34235
34211
|
}
|
|
34236
|
-
.
|
|
34237
|
-
|
|
34212
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
34213
|
+
text-align: left !important;
|
|
34214
|
+
padding-bottom: 0 !important;
|
|
34238
34215
|
}
|
|
34239
|
-
.
|
|
34240
|
-
min-
|
|
34241
|
-
|
|
34216
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
34217
|
+
min-height: 32px;
|
|
34218
|
+
height: auto;
|
|
34219
|
+
font-size: 13px;
|
|
34220
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34221
|
+
white-space: normal;
|
|
34242
34222
|
}
|
|
34243
|
-
.
|
|
34244
|
-
|
|
34245
|
-
|
|
34246
|
-
|
|
34223
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
34224
|
+
border-color: #ff4d4f !important;
|
|
34225
|
+
}
|
|
34226
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
34227
|
+
margin-top: 4px;
|
|
34228
|
+
font-size: 12px;
|
|
34229
|
+
min-height: 0px;
|
|
34230
|
+
}
|
|
34231
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
34232
|
+
font-size: 12px;
|
|
34233
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34234
|
+
min-height: 0px;
|
|
34235
|
+
}
|
|
34236
|
+
|
|
34237
|
+
.skwah65 {
|
|
34238
|
+
height: 8px;
|
|
34239
|
+
box-sizing: border-box;
|
|
34240
|
+
border-radius: 2px;
|
|
34241
|
+
background: #f5f7fa;
|
|
34242
|
+
display: flex;
|
|
34243
|
+
width: 100%;
|
|
34244
|
+
overflow: hidden;
|
|
34245
|
+
}
|
|
34246
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
34247
|
+
margin-left: 1px;
|
|
34247
34248
|
}
|
|
34248
34249
|
|
|
34249
34250
|
.tc40oxa {
|
|
@@ -34439,6 +34440,11 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34439
34440
|
margin-right: 8px;
|
|
34440
34441
|
}
|
|
34441
34442
|
|
|
34443
|
+
.iwsze0q {
|
|
34444
|
+
margin-right: 4px;
|
|
34445
|
+
height: 16px;
|
|
34446
|
+
}
|
|
34447
|
+
|
|
34442
34448
|
.sut42l0 {
|
|
34443
34449
|
padding: 0 8px;
|
|
34444
34450
|
height: 18px;
|
|
@@ -34468,11 +34474,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34468
34474
|
white-space: normal;
|
|
34469
34475
|
}
|
|
34470
34476
|
|
|
34471
|
-
.iwsze0q {
|
|
34472
|
-
margin-right: 4px;
|
|
34473
|
-
height: 16px;
|
|
34474
|
-
}
|
|
34475
|
-
|
|
34476
34477
|
.w1xcixj5.outside-tag {
|
|
34477
34478
|
padding-left: 0;
|
|
34478
34479
|
}
|