@cloudtower/eagle 0.27.4 → 0.27.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Styled/Styled.stories.d.ts +11 -0
- package/dist/components/Styled/index.d.ts +14 -0
- package/dist/components.css +1493 -1425
- package/dist/esm/index.js +25 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/style.css +1201 -1133
- package/dist/umd/index.js +30 -0
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29837,6 +29837,19 @@ html body {
|
|
|
29837
29837
|
border-radius: unset;
|
|
29838
29838
|
}
|
|
29839
29839
|
|
|
29840
|
+
.iap75of {
|
|
29841
|
+
height: 18px;
|
|
29842
|
+
line-height: 18px;
|
|
29843
|
+
padding: 0 4px;
|
|
29844
|
+
border-radius: 4px;
|
|
29845
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29846
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29847
|
+
display: flex;
|
|
29848
|
+
align-items: center;
|
|
29849
|
+
white-space: nowrap;
|
|
29850
|
+
margin-right: 4px;
|
|
29851
|
+
}
|
|
29852
|
+
|
|
29840
29853
|
.fde5mpd {
|
|
29841
29854
|
width: 100%;
|
|
29842
29855
|
height: 100%;
|
|
@@ -29852,19 +29865,6 @@ html body {
|
|
|
29852
29865
|
font-size: 18px;
|
|
29853
29866
|
}
|
|
29854
29867
|
|
|
29855
|
-
.iap75of {
|
|
29856
|
-
height: 18px;
|
|
29857
|
-
line-height: 18px;
|
|
29858
|
-
padding: 0 4px;
|
|
29859
|
-
border-radius: 4px;
|
|
29860
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29861
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29862
|
-
display: flex;
|
|
29863
|
-
align-items: center;
|
|
29864
|
-
white-space: nowrap;
|
|
29865
|
-
margin-right: 4px;
|
|
29866
|
-
}
|
|
29867
|
-
|
|
29868
29868
|
.i1mrf09m {
|
|
29869
29869
|
display: inline-flex;
|
|
29870
29870
|
align-items: center;
|
|
@@ -29949,6 +29949,152 @@ html body {
|
|
|
29949
29949
|
line-height: 18px;
|
|
29950
29950
|
}
|
|
29951
29951
|
|
|
29952
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
29953
|
+
display: inline-flex;
|
|
29954
|
+
align-items: baseline;
|
|
29955
|
+
white-space: pre-wrap;
|
|
29956
|
+
}
|
|
29957
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29958
|
+
position: relative;
|
|
29959
|
+
top: 3px;
|
|
29960
|
+
}
|
|
29961
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29962
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29963
|
+
}
|
|
29964
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29965
|
+
border-color: #0080ff;
|
|
29966
|
+
}
|
|
29967
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29968
|
+
border-color: #0080ff;
|
|
29969
|
+
background: #0080ff;
|
|
29970
|
+
}
|
|
29971
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29972
|
+
top: 4px;
|
|
29973
|
+
left: 4px;
|
|
29974
|
+
width: 6px;
|
|
29975
|
+
height: 6px;
|
|
29976
|
+
background: #fff;
|
|
29977
|
+
}
|
|
29978
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29979
|
+
opacity: 0.5;
|
|
29980
|
+
}
|
|
29981
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29982
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29983
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29984
|
+
}
|
|
29985
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
29986
|
+
background: #00122e;
|
|
29987
|
+
}
|
|
29988
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
29989
|
+
color: #00122e;
|
|
29990
|
+
opacity: 0.5;
|
|
29991
|
+
}
|
|
29992
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
29993
|
+
color: #00122e;
|
|
29994
|
+
}
|
|
29995
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
29996
|
+
display: inline-block;
|
|
29997
|
+
padding: 0;
|
|
29998
|
+
padding-left: 12px;
|
|
29999
|
+
}
|
|
30000
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30001
|
+
margin-bottom: 0;
|
|
30002
|
+
white-space: pre-wrap;
|
|
30003
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30004
|
+
}
|
|
30005
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30006
|
+
padding-left: 8px;
|
|
30007
|
+
}
|
|
30008
|
+
|
|
30009
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30010
|
+
border-radius: 5px 0 0 5px;
|
|
30011
|
+
}
|
|
30012
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30013
|
+
border-radius: 0 5px 5px 0;
|
|
30014
|
+
}
|
|
30015
|
+
|
|
30016
|
+
.r1f0aqcc {
|
|
30017
|
+
color: #00122e;
|
|
30018
|
+
border-color: #ccd4e3;
|
|
30019
|
+
}
|
|
30020
|
+
.r1f0aqcc:first-child {
|
|
30021
|
+
border-color: #a3b4cc;
|
|
30022
|
+
}
|
|
30023
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30024
|
+
padding: 0 12px;
|
|
30025
|
+
line-height: 32px;
|
|
30026
|
+
height: 32px;
|
|
30027
|
+
}
|
|
30028
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30029
|
+
white-space: nowrap;
|
|
30030
|
+
}
|
|
30031
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30032
|
+
height: 22px;
|
|
30033
|
+
padding: 0 7px;
|
|
30034
|
+
line-height: 20px;
|
|
30035
|
+
}
|
|
30036
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30037
|
+
background: #ccd4e3;
|
|
30038
|
+
}
|
|
30039
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30040
|
+
background: #0080ff;
|
|
30041
|
+
}
|
|
30042
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30043
|
+
background: #ccd4e3;
|
|
30044
|
+
opacity: 0.5;
|
|
30045
|
+
}
|
|
30046
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30047
|
+
border-right-color: #0080ff;
|
|
30048
|
+
}
|
|
30049
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30050
|
+
border-color: #0080ff;
|
|
30051
|
+
}
|
|
30052
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30053
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30054
|
+
}
|
|
30055
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30056
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30057
|
+
border-color: #ccd4e3;
|
|
30058
|
+
opacity: 0.5;
|
|
30059
|
+
}
|
|
30060
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30061
|
+
color: #00122e;
|
|
30062
|
+
border-color: #ccd4e3;
|
|
30063
|
+
}
|
|
30064
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30065
|
+
color: #00122e;
|
|
30066
|
+
border-color: #ccd4e3;
|
|
30067
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30068
|
+
}
|
|
30069
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30070
|
+
margin-right: 8px;
|
|
30071
|
+
display: inline;
|
|
30072
|
+
border: none;
|
|
30073
|
+
padding: 0;
|
|
30074
|
+
width: 36px;
|
|
30075
|
+
background: transparent;
|
|
30076
|
+
}
|
|
30077
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30078
|
+
box-shadow: none;
|
|
30079
|
+
}
|
|
30080
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30081
|
+
margin-right: 0;
|
|
30082
|
+
width: initial;
|
|
30083
|
+
box-shadow: none;
|
|
30084
|
+
}
|
|
30085
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30086
|
+
display: none;
|
|
30087
|
+
}
|
|
30088
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30089
|
+
display: inline;
|
|
30090
|
+
}
|
|
30091
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30092
|
+
display: inline;
|
|
30093
|
+
margin-right: 8px;
|
|
30094
|
+
padding: 0;
|
|
30095
|
+
width: 36px;
|
|
30096
|
+
}
|
|
30097
|
+
|
|
29952
30098
|
.cz04yix {
|
|
29953
30099
|
display: flex;
|
|
29954
30100
|
flex-direction: column;
|
|
@@ -30561,1269 +30707,1191 @@ input.rrg1fkn.ant-input {
|
|
|
30561
30707
|
border-bottom-left-radius: 0;
|
|
30562
30708
|
}
|
|
30563
30709
|
|
|
30564
|
-
.
|
|
30565
|
-
|
|
30566
|
-
|
|
30567
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30568
|
-
overflow: hidden;
|
|
30569
|
-
}
|
|
30570
|
-
.s34f1qb.ant-switch:focus {
|
|
30571
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30572
|
-
}
|
|
30573
|
-
.s34f1qb.ant-switch-small {
|
|
30574
|
-
min-width: 26px;
|
|
30575
|
-
height: 16px;
|
|
30576
|
-
}
|
|
30577
|
-
.s34f1qb.ant-switch-large {
|
|
30578
|
-
min-width: 52px;
|
|
30579
|
-
height: 32px;
|
|
30580
|
-
}
|
|
30581
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30582
|
-
height: 20px;
|
|
30583
|
-
width: 20px;
|
|
30584
|
-
}
|
|
30585
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30586
|
-
border-radius: 10px;
|
|
30587
|
-
transition-delay: 120ms;
|
|
30710
|
+
.c1t6wbwv {
|
|
30711
|
+
display: flex;
|
|
30712
|
+
flex-direction: column;
|
|
30588
30713
|
}
|
|
30589
|
-
.
|
|
30590
|
-
|
|
30591
|
-
width: 14px;
|
|
30592
|
-
top: 1px;
|
|
30593
|
-
left: 1px;
|
|
30714
|
+
.c1t6wbwv .select-wrapper {
|
|
30715
|
+
margin-top: 12px;
|
|
30594
30716
|
}
|
|
30595
|
-
.
|
|
30596
|
-
|
|
30597
|
-
width: 28px;
|
|
30717
|
+
.c1t6wbwv .select-wrapper .select {
|
|
30718
|
+
width: 100%;
|
|
30598
30719
|
}
|
|
30599
|
-
.
|
|
30600
|
-
|
|
30720
|
+
.c1t6wbwv .radio-wrapper {
|
|
30721
|
+
margin-top: 24px;
|
|
30601
30722
|
}
|
|
30602
|
-
.
|
|
30603
|
-
|
|
30723
|
+
.c1t6wbwv .form-item {
|
|
30724
|
+
width: 100%;
|
|
30604
30725
|
}
|
|
30605
|
-
|
|
30606
|
-
|
|
30726
|
+
|
|
30727
|
+
.d1k7vv5v {
|
|
30728
|
+
font-size: 14px;
|
|
30729
|
+
font-weight: 500;
|
|
30730
|
+
color: #3e4652;
|
|
30731
|
+
line-height: 18px;
|
|
30607
30732
|
}
|
|
30608
|
-
.
|
|
30609
|
-
|
|
30733
|
+
.d1k7vv5v + .d1k7vv5v {
|
|
30734
|
+
margin-top: 16px;
|
|
30610
30735
|
}
|
|
30611
|
-
.
|
|
30612
|
-
|
|
30736
|
+
.d1k7vv5v + * {
|
|
30737
|
+
margin-top: 16px;
|
|
30613
30738
|
}
|
|
30614
30739
|
|
|
30615
|
-
.
|
|
30616
|
-
|
|
30740
|
+
.le7b9r4.d1k7vv5v {
|
|
30741
|
+
font-size: 12px;
|
|
30742
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30743
|
+
margin-top: 12px;
|
|
30617
30744
|
}
|
|
30618
30745
|
|
|
30619
|
-
.
|
|
30620
|
-
|
|
30621
|
-
font-
|
|
30622
|
-
|
|
30623
|
-
|
|
30624
|
-
line-height: 40px;
|
|
30746
|
+
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
30747
|
+
line-height: 18px;
|
|
30748
|
+
font-weight: 500;
|
|
30749
|
+
margin-top: 0;
|
|
30750
|
+
white-space: initial;
|
|
30625
30751
|
}
|
|
30626
30752
|
|
|
30627
|
-
.
|
|
30628
|
-
|
|
30629
|
-
|
|
30630
|
-
|
|
30631
|
-
font-size:
|
|
30753
|
+
.r12ddqmh {
|
|
30754
|
+
display: block;
|
|
30755
|
+
}
|
|
30756
|
+
.r12ddqmh span {
|
|
30757
|
+
font-size: 14px;
|
|
30758
|
+
font-weight: 500;
|
|
30632
30759
|
line-height: 32px;
|
|
30760
|
+
color: #3e4652;
|
|
30633
30761
|
}
|
|
30634
30762
|
|
|
30635
|
-
.
|
|
30636
|
-
|
|
30637
|
-
|
|
30638
|
-
|
|
30639
|
-
|
|
30640
|
-
|
|
30763
|
+
.ctcr26a {
|
|
30764
|
+
margin-top: 8px;
|
|
30765
|
+
padding: 8px;
|
|
30766
|
+
border-radius: 6px;
|
|
30767
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30768
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30769
|
+
font-size: 12px;
|
|
30641
30770
|
}
|
|
30642
|
-
|
|
30643
|
-
|
|
30644
|
-
|
|
30645
|
-
|
|
30646
|
-
|
|
30647
|
-
font-size: 20px;
|
|
30648
|
-
line-height: 24px;
|
|
30771
|
+
.ctcr26a div {
|
|
30772
|
+
line-height: 20px;
|
|
30773
|
+
display: flex;
|
|
30774
|
+
align-items: center;
|
|
30775
|
+
word-break: break-all;
|
|
30649
30776
|
}
|
|
30650
30777
|
|
|
30651
|
-
.
|
|
30652
|
-
|
|
30653
|
-
font-style: normal;
|
|
30654
|
-
font-weight: normal;
|
|
30655
|
-
font-size: 20px;
|
|
30656
|
-
line-height: 24px;
|
|
30778
|
+
.s1fc623g {
|
|
30779
|
+
width: 430px !important;
|
|
30657
30780
|
}
|
|
30658
30781
|
|
|
30659
|
-
.
|
|
30660
|
-
|
|
30661
|
-
|
|
30662
|
-
|
|
30663
|
-
|
|
30664
|
-
|
|
30782
|
+
.da3mx0o .ant-select-item-group {
|
|
30783
|
+
padding: 8px 16px;
|
|
30784
|
+
line-height: 18px;
|
|
30785
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30786
|
+
height: 34px;
|
|
30787
|
+
min-height: 34px;
|
|
30788
|
+
box-sizing: border-box;
|
|
30789
|
+
margin-top: 8px;
|
|
30665
30790
|
}
|
|
30666
30791
|
|
|
30667
|
-
.
|
|
30668
|
-
|
|
30669
|
-
|
|
30670
|
-
|
|
30671
|
-
|
|
30672
|
-
|
|
30792
|
+
.onr9gzt {
|
|
30793
|
+
display: flex;
|
|
30794
|
+
flex-direction: column;
|
|
30795
|
+
margin: 1px 8px;
|
|
30796
|
+
padding: 8px;
|
|
30797
|
+
border-radius: 4px;
|
|
30673
30798
|
}
|
|
30674
|
-
|
|
30675
|
-
|
|
30676
|
-
font-family: Inter;
|
|
30677
|
-
font-style: normal;
|
|
30678
|
-
font-weight: bold;
|
|
30679
|
-
font-size: 16px;
|
|
30680
|
-
line-height: 22px;
|
|
30799
|
+
.onr9gzt .selected-icon {
|
|
30800
|
+
display: none;
|
|
30681
30801
|
}
|
|
30682
|
-
|
|
30683
|
-
|
|
30684
|
-
font-family: Inter;
|
|
30685
|
-
font-style: normal;
|
|
30686
|
-
font-weight: normal;
|
|
30687
|
-
font-size: 16px;
|
|
30688
|
-
line-height: 22px;
|
|
30802
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30803
|
+
padding-left: 8px;
|
|
30689
30804
|
}
|
|
30690
|
-
|
|
30691
|
-
|
|
30692
|
-
|
|
30693
|
-
|
|
30694
|
-
|
|
30695
|
-
|
|
30696
|
-
|
|
30805
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30806
|
+
background-color: white;
|
|
30807
|
+
}
|
|
30808
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30809
|
+
color: #0080ff;
|
|
30810
|
+
}
|
|
30811
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30812
|
+
display: block;
|
|
30813
|
+
}
|
|
30814
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30815
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30816
|
+
}
|
|
30817
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30818
|
+
color: #0080ff;
|
|
30819
|
+
}
|
|
30820
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30821
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30822
|
+
color: #0080ff;
|
|
30697
30823
|
}
|
|
30698
30824
|
|
|
30699
|
-
.
|
|
30700
|
-
|
|
30701
|
-
|
|
30702
|
-
|
|
30703
|
-
font-size: 14px;
|
|
30825
|
+
.oiy0apc {
|
|
30826
|
+
display: flex;
|
|
30827
|
+
justify-content: space-between;
|
|
30828
|
+
height: 20px;
|
|
30704
30829
|
line-height: 20px;
|
|
30705
30830
|
}
|
|
30706
|
-
|
|
30707
|
-
|
|
30708
|
-
|
|
30709
|
-
|
|
30710
|
-
font-weight: bold;
|
|
30711
|
-
font-size: 12px;
|
|
30712
|
-
line-height: 18px;
|
|
30831
|
+
.oiy0apc .timezone-title {
|
|
30832
|
+
color: #2d3a56;
|
|
30833
|
+
overflow: hidden;
|
|
30834
|
+
text-overflow: ellipsis;
|
|
30713
30835
|
}
|
|
30714
30836
|
|
|
30715
|
-
.
|
|
30716
|
-
|
|
30717
|
-
|
|
30718
|
-
|
|
30719
|
-
|
|
30837
|
+
.of4y382 {
|
|
30838
|
+
display: flex;
|
|
30839
|
+
justify-content: space-between;
|
|
30840
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30841
|
+
height: 18px;
|
|
30720
30842
|
line-height: 18px;
|
|
30843
|
+
margin-top: 2px;
|
|
30721
30844
|
}
|
|
30722
30845
|
|
|
30723
|
-
.
|
|
30724
|
-
|
|
30725
|
-
|
|
30726
|
-
|
|
30727
|
-
text-transform: uppercase;
|
|
30728
|
-
font-feature-settings: "cpsp" on;
|
|
30729
|
-
font-size: 12px;
|
|
30730
|
-
line-height: 18px;
|
|
30846
|
+
.t19903l9 {
|
|
30847
|
+
border: none;
|
|
30848
|
+
margin-right: 0;
|
|
30849
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30731
30850
|
}
|
|
30732
30851
|
|
|
30733
|
-
.
|
|
30734
|
-
|
|
30735
|
-
|
|
30736
|
-
|
|
30737
|
-
|
|
30738
|
-
font-feature-settings: "cpsp" on;
|
|
30739
|
-
font-size: 12px;
|
|
30740
|
-
line-height: 18px;
|
|
30852
|
+
.ohwbvxu {
|
|
30853
|
+
pointer-events: none;
|
|
30854
|
+
height: 32px;
|
|
30855
|
+
width: 100%;
|
|
30856
|
+
opacity: 0;
|
|
30741
30857
|
}
|
|
30742
30858
|
|
|
30743
|
-
.
|
|
30744
|
-
|
|
30745
|
-
|
|
30746
|
-
|
|
30747
|
-
|
|
30748
|
-
line-height: 24px;
|
|
30859
|
+
.s34f1qb.ant-switch {
|
|
30860
|
+
min-width: 40px;
|
|
30861
|
+
height: 24px;
|
|
30862
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30863
|
+
overflow: hidden;
|
|
30749
30864
|
}
|
|
30750
|
-
|
|
30751
|
-
.
|
|
30752
|
-
font-family: Inter;
|
|
30753
|
-
font-style: normal;
|
|
30754
|
-
font-weight: bold;
|
|
30755
|
-
font-size: 16px;
|
|
30756
|
-
line-height: 24px;
|
|
30865
|
+
.s34f1qb.ant-switch:focus {
|
|
30866
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30757
30867
|
}
|
|
30758
|
-
|
|
30759
|
-
|
|
30760
|
-
|
|
30761
|
-
font-style: normal;
|
|
30762
|
-
font-weight: normal;
|
|
30763
|
-
font-size: 16px;
|
|
30764
|
-
line-height: 24px;
|
|
30868
|
+
.s34f1qb.ant-switch-small {
|
|
30869
|
+
min-width: 26px;
|
|
30870
|
+
height: 16px;
|
|
30765
30871
|
}
|
|
30766
|
-
|
|
30767
|
-
|
|
30768
|
-
|
|
30769
|
-
font-style: normal;
|
|
30770
|
-
font-weight: bold;
|
|
30771
|
-
font-size: 16px;
|
|
30772
|
-
line-height: 24px;
|
|
30872
|
+
.s34f1qb.ant-switch-large {
|
|
30873
|
+
min-width: 52px;
|
|
30874
|
+
height: 32px;
|
|
30773
30875
|
}
|
|
30774
|
-
|
|
30775
|
-
|
|
30776
|
-
|
|
30777
|
-
font-style: normal;
|
|
30778
|
-
font-weight: normal;
|
|
30779
|
-
text-transform: uppercase;
|
|
30780
|
-
font-feature-settings: "cpsp" on;
|
|
30781
|
-
font-size: 16px;
|
|
30782
|
-
line-height: 24px;
|
|
30876
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30877
|
+
height: 20px;
|
|
30878
|
+
width: 20px;
|
|
30783
30879
|
}
|
|
30784
|
-
|
|
30785
|
-
|
|
30786
|
-
|
|
30787
|
-
|
|
30788
|
-
|
|
30789
|
-
|
|
30790
|
-
|
|
30791
|
-
|
|
30792
|
-
|
|
30880
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30881
|
+
border-radius: 10px;
|
|
30882
|
+
transition-delay: 120ms;
|
|
30883
|
+
}
|
|
30884
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30885
|
+
height: 14px;
|
|
30886
|
+
width: 14px;
|
|
30887
|
+
top: 1px;
|
|
30888
|
+
left: 1px;
|
|
30889
|
+
}
|
|
30890
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30891
|
+
height: 28px;
|
|
30892
|
+
width: 28px;
|
|
30893
|
+
}
|
|
30894
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30895
|
+
border-radius: 14px;
|
|
30896
|
+
}
|
|
30897
|
+
.s34f1qb.ant-switch-checked {
|
|
30898
|
+
background-color: #00ba5d;
|
|
30899
|
+
}
|
|
30900
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30901
|
+
left: calc(100% - 20px - 2px);
|
|
30902
|
+
}
|
|
30903
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30904
|
+
left: calc(100% - 14px - 1px);
|
|
30905
|
+
}
|
|
30906
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30907
|
+
left: calc(100% - 28px - 2px);
|
|
30793
30908
|
}
|
|
30794
30909
|
|
|
30795
|
-
.
|
|
30796
|
-
|
|
30797
|
-
font-style: normal;
|
|
30798
|
-
font-weight: normal;
|
|
30799
|
-
font-size: 14px;
|
|
30800
|
-
line-height: 22px;
|
|
30910
|
+
.c1to9vb9 {
|
|
30911
|
+
margin-left: 5px;
|
|
30801
30912
|
}
|
|
30802
30913
|
|
|
30803
|
-
.
|
|
30804
|
-
|
|
30805
|
-
font-style: normal;
|
|
30806
|
-
font-weight: 500;
|
|
30807
|
-
font-size: 14px;
|
|
30808
|
-
line-height: 22px;
|
|
30914
|
+
.i1e4sgug {
|
|
30915
|
+
display: inline-block;
|
|
30809
30916
|
}
|
|
30810
30917
|
|
|
30811
|
-
.
|
|
30812
|
-
|
|
30813
|
-
font-style: normal;
|
|
30814
|
-
font-weight: bold;
|
|
30815
|
-
font-size: 14px;
|
|
30816
|
-
line-height: 22px;
|
|
30918
|
+
.t1upn1sz {
|
|
30919
|
+
height: 100%;
|
|
30817
30920
|
}
|
|
30818
30921
|
|
|
30819
|
-
.
|
|
30820
|
-
|
|
30821
|
-
font-style: normal;
|
|
30822
|
-
font-weight: normal;
|
|
30823
|
-
font-size: 14px;
|
|
30824
|
-
line-height: 22px;
|
|
30922
|
+
.tta5kd2 {
|
|
30923
|
+
height: 100%;
|
|
30825
30924
|
}
|
|
30826
|
-
|
|
30827
|
-
|
|
30828
|
-
|
|
30829
|
-
font-style: normal;
|
|
30830
|
-
font-weight: bold;
|
|
30831
|
-
font-size: 14px;
|
|
30832
|
-
line-height: 22px;
|
|
30925
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
30926
|
+
overflow: visible !important;
|
|
30927
|
+
height: 100%;
|
|
30833
30928
|
}
|
|
30834
|
-
|
|
30835
|
-
|
|
30836
|
-
font-family: Inter;
|
|
30837
|
-
font-style: normal;
|
|
30838
|
-
font-weight: normal;
|
|
30839
|
-
text-transform: uppercase;
|
|
30840
|
-
font-feature-settings: "cpsp" on;
|
|
30841
|
-
font-size: 14px;
|
|
30842
|
-
line-height: 22px;
|
|
30929
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30930
|
+
height: 100%;
|
|
30843
30931
|
}
|
|
30844
|
-
|
|
30845
|
-
|
|
30846
|
-
|
|
30847
|
-
font-style: normal;
|
|
30848
|
-
font-weight: bold;
|
|
30849
|
-
text-transform: uppercase;
|
|
30850
|
-
font-feature-settings: "cpsp" on;
|
|
30851
|
-
font-size: 14px;
|
|
30852
|
-
line-height: 22px;
|
|
30932
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
30933
|
+
width: 100% !important;
|
|
30934
|
+
height: 100%;
|
|
30853
30935
|
}
|
|
30854
|
-
|
|
30855
|
-
|
|
30856
|
-
font-family: Inter;
|
|
30857
|
-
font-style: normal;
|
|
30858
|
-
font-weight: normal;
|
|
30859
|
-
font-size: 13px;
|
|
30860
|
-
line-height: 20px;
|
|
30936
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30937
|
+
padding: 15px 0;
|
|
30861
30938
|
}
|
|
30862
|
-
|
|
30863
|
-
|
|
30864
|
-
font-family: Inter;
|
|
30865
|
-
font-style: normal;
|
|
30866
|
-
font-weight: 600;
|
|
30867
|
-
font-size: 13px;
|
|
30868
|
-
line-height: 20px;
|
|
30939
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30940
|
+
display: none;
|
|
30869
30941
|
}
|
|
30870
|
-
|
|
30871
|
-
|
|
30872
|
-
font-family: Inter;
|
|
30873
|
-
font-style: normal;
|
|
30874
|
-
font-weight: bold;
|
|
30875
|
-
font-size: 13px;
|
|
30876
|
-
line-height: 20px;
|
|
30942
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
30943
|
+
font-weight: 700;
|
|
30877
30944
|
}
|
|
30878
|
-
|
|
30879
|
-
|
|
30880
|
-
font-family: Inter;
|
|
30881
|
-
font-style: normal;
|
|
30882
|
-
font-weight: normal;
|
|
30883
|
-
font-size: 13px;
|
|
30884
|
-
line-height: 20px;
|
|
30945
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30946
|
+
font-weight: 700;
|
|
30885
30947
|
}
|
|
30886
|
-
|
|
30887
|
-
|
|
30888
|
-
font-family: Inter;
|
|
30889
|
-
font-style: normal;
|
|
30890
|
-
font-weight: 600;
|
|
30891
|
-
font-size: 13px;
|
|
30892
|
-
line-height: 20px;
|
|
30948
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
30949
|
+
height: 100%;
|
|
30893
30950
|
}
|
|
30894
|
-
|
|
30895
|
-
|
|
30896
|
-
|
|
30897
|
-
font-style: normal;
|
|
30898
|
-
font-weight: bold;
|
|
30899
|
-
font-size: 13px;
|
|
30900
|
-
line-height: 20px;
|
|
30951
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30952
|
+
height: 100%;
|
|
30953
|
+
overflow: visible;
|
|
30901
30954
|
}
|
|
30902
|
-
|
|
30903
|
-
|
|
30904
|
-
font-family: Inter;
|
|
30905
|
-
font-style: normal;
|
|
30906
|
-
font-weight: normal;
|
|
30907
|
-
text-transform: uppercase;
|
|
30908
|
-
font-feature-settings: "cpsp" on;
|
|
30909
|
-
font-size: 13px;
|
|
30910
|
-
line-height: 20px;
|
|
30955
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30956
|
+
max-height: none;
|
|
30911
30957
|
}
|
|
30912
|
-
|
|
30913
|
-
.
|
|
30914
|
-
|
|
30915
|
-
font-style: normal;
|
|
30916
|
-
font-weight: bold;
|
|
30917
|
-
text-transform: uppercase;
|
|
30918
|
-
font-feature-settings: "cpsp" on;
|
|
30919
|
-
font-size: 13px;
|
|
30920
|
-
line-height: 20px;
|
|
30958
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
30959
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30960
|
+
display: none;
|
|
30921
30961
|
}
|
|
30922
|
-
|
|
30923
|
-
|
|
30924
|
-
font-family: Inter;
|
|
30925
|
-
font-style: normal;
|
|
30926
|
-
font-weight: normal;
|
|
30927
|
-
font-size: 12px;
|
|
30928
|
-
line-height: 18px;
|
|
30962
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
30963
|
+
background: transparent;
|
|
30929
30964
|
}
|
|
30930
|
-
|
|
30931
|
-
.
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
font-weight: 500;
|
|
30935
|
-
font-size: 12px;
|
|
30936
|
-
line-height: 18px;
|
|
30965
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
30966
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
30967
|
+
background: #fff;
|
|
30968
|
+
padding: 0 !important;
|
|
30937
30969
|
}
|
|
30938
|
-
|
|
30939
|
-
.
|
|
30940
|
-
|
|
30941
|
-
|
|
30942
|
-
|
|
30943
|
-
|
|
30944
|
-
line-height: 18px;
|
|
30970
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
30971
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30972
|
+
display: flex;
|
|
30973
|
+
align-items: center;
|
|
30974
|
+
height: 100%;
|
|
30975
|
+
padding: 8px;
|
|
30945
30976
|
}
|
|
30946
|
-
|
|
30947
|
-
.
|
|
30948
|
-
|
|
30949
|
-
|
|
30950
|
-
|
|
30951
|
-
font-size: 12px;
|
|
30952
|
-
line-height: 18px;
|
|
30977
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30978
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30979
|
+
overflow: hidden;
|
|
30980
|
+
text-overflow: ellipsis;
|
|
30981
|
+
width: 100%;
|
|
30953
30982
|
}
|
|
30954
|
-
|
|
30955
|
-
|
|
30956
|
-
font-family: Inter;
|
|
30957
|
-
font-style: normal;
|
|
30958
|
-
font-weight: 500;
|
|
30959
|
-
font-size: 12px;
|
|
30960
|
-
line-height: 18px;
|
|
30983
|
+
.tta5kd2 .ant-table-container {
|
|
30984
|
+
height: 100%;
|
|
30961
30985
|
}
|
|
30962
|
-
|
|
30963
|
-
|
|
30964
|
-
font-family: Inter;
|
|
30965
|
-
font-style: normal;
|
|
30966
|
-
font-weight: bold;
|
|
30967
|
-
font-size: 12px;
|
|
30968
|
-
line-height: 18px;
|
|
30986
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
30987
|
+
box-shadow: none !important;
|
|
30969
30988
|
}
|
|
30970
|
-
|
|
30971
|
-
|
|
30972
|
-
|
|
30973
|
-
|
|
30974
|
-
|
|
30975
|
-
|
|
30976
|
-
font-feature-settings: "cpsp" on;
|
|
30989
|
+
.tta5kd2 .ant-table {
|
|
30990
|
+
border-radius: 0px;
|
|
30991
|
+
border-left: none;
|
|
30992
|
+
border-right: none;
|
|
30993
|
+
border-bottom: none;
|
|
30994
|
+
height: 100%;
|
|
30977
30995
|
font-size: 12px;
|
|
30978
|
-
|
|
30996
|
+
background: transparent;
|
|
30979
30997
|
}
|
|
30980
|
-
|
|
30981
|
-
|
|
30982
|
-
|
|
30983
|
-
|
|
30984
|
-
|
|
30985
|
-
text-transform: uppercase;
|
|
30986
|
-
font-feature-settings: "cpsp" on;
|
|
30987
|
-
font-size: 12px;
|
|
30988
|
-
line-height: 18px;
|
|
30998
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
30999
|
+
position: relative;
|
|
31000
|
+
z-index: 3;
|
|
31001
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31002
|
+
margin-bottom: -1px;
|
|
30989
31003
|
}
|
|
30990
|
-
|
|
30991
|
-
.
|
|
30992
|
-
|
|
30993
|
-
font-style: normal;
|
|
30994
|
-
font-weight: normal;
|
|
30995
|
-
font-size: 13px;
|
|
30996
|
-
line-height: 20px;
|
|
31004
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31005
|
+
.tta5kd2 .ant-table .value {
|
|
31006
|
+
color: #2d3a56;
|
|
30997
31007
|
}
|
|
30998
|
-
|
|
30999
|
-
.
|
|
31000
|
-
|
|
31001
|
-
font-style: normal;
|
|
31002
|
-
font-weight: normal;
|
|
31003
|
-
font-size: 13px;
|
|
31004
|
-
line-height: 20px;
|
|
31008
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31009
|
+
.tta5kd2 .ant-table .unit {
|
|
31010
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31005
31011
|
}
|
|
31006
|
-
|
|
31007
|
-
|
|
31008
|
-
|
|
31009
|
-
font-style: normal;
|
|
31010
|
-
font-weight: normal;
|
|
31011
|
-
font-size: 12px;
|
|
31012
|
-
line-height: 18px;
|
|
31012
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31013
|
+
position: unset;
|
|
31014
|
+
text-align: center;
|
|
31013
31015
|
}
|
|
31014
|
-
|
|
31015
|
-
|
|
31016
|
-
font-family: Inter;
|
|
31017
|
-
font-style: normal;
|
|
31018
|
-
font-weight: normal;
|
|
31019
|
-
font-size: 12px;
|
|
31020
|
-
line-height: 18px;
|
|
31016
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31017
|
+
background: #fff;
|
|
31021
31018
|
}
|
|
31022
|
-
|
|
31023
|
-
|
|
31024
|
-
|
|
31025
|
-
|
|
31026
|
-
|
|
31027
|
-
|
|
31028
|
-
font-size: 13px;
|
|
31029
|
-
line-height: 20px;
|
|
31019
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31020
|
+
cursor: pointer;
|
|
31021
|
+
position: absolute;
|
|
31022
|
+
top: 50%;
|
|
31023
|
+
right: 12px;
|
|
31024
|
+
transform: translateY(-50%);
|
|
31030
31025
|
}
|
|
31031
|
-
|
|
31032
|
-
|
|
31033
|
-
|
|
31034
|
-
|
|
31035
|
-
font-weight: normal;
|
|
31036
|
-
font-feature-settings: "zero" on;
|
|
31037
|
-
font-size: 13px;
|
|
31038
|
-
line-height: 20px;
|
|
31026
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31027
|
+
box-shadow: none;
|
|
31028
|
+
width: 1px;
|
|
31029
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31039
31030
|
}
|
|
31040
|
-
|
|
31041
|
-
|
|
31042
|
-
|
|
31043
|
-
|
|
31044
|
-
font-weight: normal;
|
|
31045
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31046
|
-
font-size: 12px;
|
|
31047
|
-
line-height: 18px;
|
|
31031
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31032
|
+
box-shadow: none;
|
|
31033
|
+
width: 1px;
|
|
31034
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31048
31035
|
}
|
|
31049
|
-
|
|
31050
|
-
|
|
31051
|
-
font-family: Inter;
|
|
31052
|
-
font-style: normal;
|
|
31053
|
-
font-weight: 500;
|
|
31054
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31055
|
-
font-size: 12px;
|
|
31056
|
-
line-height: 18px;
|
|
31036
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31037
|
+
position: relative;
|
|
31057
31038
|
}
|
|
31058
|
-
|
|
31059
|
-
.
|
|
31060
|
-
|
|
31061
|
-
|
|
31062
|
-
|
|
31063
|
-
|
|
31064
|
-
|
|
31065
|
-
line-height: 18px;
|
|
31039
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31040
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31041
|
+
border-bottom: 1px solid white;
|
|
31042
|
+
height: 40px;
|
|
31043
|
+
vertical-align: middle;
|
|
31044
|
+
transition: background 0ms;
|
|
31045
|
+
color: #00122e;
|
|
31066
31046
|
}
|
|
31067
|
-
|
|
31068
|
-
|
|
31069
|
-
|
|
31070
|
-
font-style: normal;
|
|
31071
|
-
font-weight: 500;
|
|
31072
|
-
font-feature-settings: "zero" on;
|
|
31073
|
-
font-size: 12px;
|
|
31074
|
-
line-height: 18px;
|
|
31047
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31048
|
+
background: #f2f5fa;
|
|
31049
|
+
border-bottom-color: #f2f5fa;
|
|
31075
31050
|
}
|
|
31076
|
-
|
|
31077
|
-
|
|
31078
|
-
|
|
31079
|
-
font-
|
|
31080
|
-
|
|
31081
|
-
|
|
31082
|
-
|
|
31083
|
-
|
|
31051
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31052
|
+
height: auto;
|
|
31053
|
+
color: #00122e;
|
|
31054
|
+
font-size: 12px;
|
|
31055
|
+
text-align: left;
|
|
31056
|
+
transition: none;
|
|
31057
|
+
overflow: hidden;
|
|
31058
|
+
text-overflow: ellipsis;
|
|
31059
|
+
white-space: nowrap;
|
|
31084
31060
|
}
|
|
31085
|
-
|
|
31086
|
-
|
|
31087
|
-
font-family: Inter;
|
|
31088
|
-
font-style: normal;
|
|
31089
|
-
font-weight: normal;
|
|
31090
|
-
font-size: 10px;
|
|
31091
|
-
line-height: 12px;
|
|
31061
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31062
|
+
color: #0096ff;
|
|
31092
31063
|
}
|
|
31093
|
-
|
|
31094
|
-
|
|
31095
|
-
|
|
31096
|
-
|
|
31097
|
-
|
|
31064
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31065
|
+
overflow: hidden;
|
|
31066
|
+
text-overflow: ellipsis;
|
|
31067
|
+
width: 100%;
|
|
31068
|
+
vertical-align: middle;
|
|
31098
31069
|
}
|
|
31099
|
-
.
|
|
31100
|
-
|
|
31101
|
-
top: 3px;
|
|
31070
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31071
|
+
line-height: 0px;
|
|
31102
31072
|
}
|
|
31103
|
-
.
|
|
31104
|
-
|
|
31073
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31074
|
+
padding-right: 25px;
|
|
31105
31075
|
}
|
|
31106
|
-
.
|
|
31107
|
-
border-color:
|
|
31076
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31077
|
+
border-top-color: transparent;
|
|
31108
31078
|
}
|
|
31109
|
-
.
|
|
31110
|
-
|
|
31111
|
-
|
|
31079
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31080
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31081
|
+
border-color: transparent transparent white;
|
|
31112
31082
|
}
|
|
31113
|
-
.
|
|
31114
|
-
|
|
31115
|
-
left: 4px;
|
|
31116
|
-
width: 6px;
|
|
31117
|
-
height: 6px;
|
|
31118
|
-
background: #fff;
|
|
31083
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31084
|
+
border-radius: 8px 0 0 8px;
|
|
31119
31085
|
}
|
|
31120
|
-
.
|
|
31121
|
-
|
|
31086
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31087
|
+
border-radius: 8px 0 0 8px;
|
|
31122
31088
|
}
|
|
31123
|
-
.
|
|
31124
|
-
|
|
31125
|
-
|
|
31089
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31090
|
+
content: "";
|
|
31091
|
+
width: 4px;
|
|
31092
|
+
top: -1px;
|
|
31093
|
+
bottom: -1px;
|
|
31094
|
+
background: white;
|
|
31126
31095
|
}
|
|
31127
|
-
.
|
|
31128
|
-
|
|
31096
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31097
|
+
border-radius: 0 8px 8px 0;
|
|
31129
31098
|
}
|
|
31130
|
-
.
|
|
31131
|
-
|
|
31132
|
-
|
|
31099
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31100
|
+
border-radius: 0;
|
|
31101
|
+
background: white;
|
|
31102
|
+
border-top: none;
|
|
31133
31103
|
}
|
|
31134
|
-
.
|
|
31135
|
-
|
|
31104
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31105
|
+
border-top: 1px solid transparent;
|
|
31106
|
+
border-radius: 0 8px 8px 0;
|
|
31107
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31136
31108
|
}
|
|
31137
|
-
.
|
|
31138
|
-
|
|
31139
|
-
|
|
31140
|
-
padding-left: 12px;
|
|
31109
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31110
|
+
background: white;
|
|
31111
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31141
31112
|
}
|
|
31142
|
-
.
|
|
31143
|
-
|
|
31144
|
-
|
|
31145
|
-
|
|
31113
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31114
|
+
display: flex;
|
|
31115
|
+
align-items: center;
|
|
31116
|
+
height: 100%;
|
|
31117
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31146
31118
|
}
|
|
31147
|
-
.
|
|
31148
|
-
|
|
31119
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31120
|
+
background: white;
|
|
31121
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31149
31122
|
}
|
|
31150
|
-
|
|
31151
|
-
|
|
31152
|
-
|
|
31123
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31124
|
+
display: flex;
|
|
31125
|
+
align-items: center;
|
|
31126
|
+
height: 100%;
|
|
31127
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31153
31128
|
}
|
|
31154
|
-
.
|
|
31155
|
-
border-
|
|
31129
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31130
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31156
31131
|
}
|
|
31157
|
-
|
|
31158
|
-
.
|
|
31159
|
-
|
|
31160
|
-
border-color: #ccd4e3;
|
|
31132
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31133
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31134
|
+
border-radius: 8px;
|
|
31161
31135
|
}
|
|
31162
|
-
.
|
|
31163
|
-
border-color:
|
|
31136
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31137
|
+
border-top-color: white;
|
|
31164
31138
|
}
|
|
31165
|
-
.
|
|
31166
|
-
|
|
31167
|
-
|
|
31168
|
-
|
|
31139
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31140
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31141
|
+
border-bottom-color: transparent;
|
|
31142
|
+
border-top-color: transparent;
|
|
31169
31143
|
}
|
|
31170
|
-
.
|
|
31171
|
-
|
|
31144
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31145
|
+
border-radius: 8px 0 0 8px;
|
|
31172
31146
|
}
|
|
31173
|
-
.ant-
|
|
31174
|
-
|
|
31175
|
-
padding: 0 7px;
|
|
31176
|
-
line-height: 20px;
|
|
31147
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31148
|
+
border-radius: 0 8px 8px 0;
|
|
31177
31149
|
}
|
|
31178
|
-
.
|
|
31179
|
-
background:
|
|
31150
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31151
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31180
31152
|
}
|
|
31181
|
-
.
|
|
31182
|
-
background: #
|
|
31153
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31154
|
+
background: #fff;
|
|
31155
|
+
font-weight: 400;
|
|
31156
|
+
position: relative;
|
|
31157
|
+
border-bottom: none;
|
|
31158
|
+
color: #00122e;
|
|
31159
|
+
transition: none;
|
|
31160
|
+
padding: 15px 8px 15px 8px;
|
|
31183
31161
|
}
|
|
31184
|
-
.
|
|
31185
|
-
|
|
31186
|
-
|
|
31162
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31163
|
+
content: "";
|
|
31164
|
+
width: 1px;
|
|
31165
|
+
top: 0;
|
|
31166
|
+
bottom: 0;
|
|
31167
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31168
|
+
position: absolute;
|
|
31169
|
+
right: 0;
|
|
31187
31170
|
}
|
|
31188
|
-
.
|
|
31189
|
-
|
|
31190
|
-
}
|
|
31191
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31192
|
-
border-color: #0080ff;
|
|
31171
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31172
|
+
padding: unset;
|
|
31193
31173
|
}
|
|
31194
|
-
.
|
|
31195
|
-
|
|
31174
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31175
|
+
display: none;
|
|
31196
31176
|
}
|
|
31197
|
-
.
|
|
31198
|
-
|
|
31199
|
-
|
|
31200
|
-
|
|
31177
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31178
|
+
width: 100%;
|
|
31179
|
+
overflow: hidden;
|
|
31180
|
+
white-space: nowrap;
|
|
31181
|
+
text-overflow: ellipsis;
|
|
31201
31182
|
}
|
|
31202
|
-
.
|
|
31203
|
-
|
|
31204
|
-
|
|
31183
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31184
|
+
overflow: hidden;
|
|
31185
|
+
text-overflow: ellipsis;
|
|
31186
|
+
flex: 1;
|
|
31205
31187
|
}
|
|
31206
|
-
.
|
|
31207
|
-
|
|
31208
|
-
border-color: #ccd4e3;
|
|
31209
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31188
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31189
|
+
padding: 15px 25px 15px 8px;
|
|
31210
31190
|
}
|
|
31211
|
-
.
|
|
31212
|
-
margin-right: 8px;
|
|
31213
|
-
display: inline;
|
|
31214
|
-
border: none;
|
|
31191
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31215
31192
|
padding: 0;
|
|
31216
|
-
width: 36px;
|
|
31217
|
-
background: transparent;
|
|
31218
|
-
}
|
|
31219
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31220
|
-
box-shadow: none;
|
|
31221
|
-
}
|
|
31222
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31223
|
-
margin-right: 0;
|
|
31224
|
-
width: initial;
|
|
31225
|
-
box-shadow: none;
|
|
31226
31193
|
}
|
|
31227
|
-
.
|
|
31194
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31195
|
+
position: absolute;
|
|
31196
|
+
right: 6px;
|
|
31197
|
+
top: 50%;
|
|
31198
|
+
transform: translateY(-50%);
|
|
31199
|
+
height: 16px;
|
|
31228
31200
|
display: none;
|
|
31201
|
+
transition: transform 320ms ease;
|
|
31229
31202
|
}
|
|
31230
|
-
.
|
|
31231
|
-
display:
|
|
31232
|
-
|
|
31233
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31234
|
-
display: inline;
|
|
31235
|
-
margin-right: 8px;
|
|
31236
|
-
padding: 0;
|
|
31237
|
-
width: 36px;
|
|
31203
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31204
|
+
display: block;
|
|
31205
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31238
31206
|
}
|
|
31239
|
-
|
|
31240
|
-
|
|
31241
|
-
width: 648px;
|
|
31207
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31208
|
+
display: block;
|
|
31242
31209
|
}
|
|
31243
|
-
.
|
|
31244
|
-
|
|
31210
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31211
|
+
display: none;
|
|
31245
31212
|
}
|
|
31246
|
-
.
|
|
31247
|
-
|
|
31213
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31214
|
+
transform: translateY(-50%);
|
|
31248
31215
|
}
|
|
31249
|
-
.
|
|
31250
|
-
|
|
31216
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31217
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31251
31218
|
}
|
|
31252
|
-
.
|
|
31253
|
-
|
|
31254
|
-
padding: 10px 0;
|
|
31255
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31219
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31220
|
+
background: #f2f5fa;
|
|
31256
31221
|
}
|
|
31257
|
-
.
|
|
31258
|
-
|
|
31259
|
-
padding-bottom: 0;
|
|
31222
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31223
|
+
display: block;
|
|
31260
31224
|
}
|
|
31261
|
-
.
|
|
31262
|
-
|
|
31263
|
-
width: 100px;
|
|
31264
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31225
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31226
|
+
padding-right: 25px;
|
|
31265
31227
|
}
|
|
31266
|
-
.
|
|
31267
|
-
|
|
31268
|
-
margin-top: 5px;
|
|
31228
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31229
|
+
padding: 0 !important;
|
|
31269
31230
|
}
|
|
31270
|
-
.
|
|
31271
|
-
|
|
31272
|
-
|
|
31231
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31232
|
+
position: absolute;
|
|
31233
|
+
left: 50%;
|
|
31234
|
+
top: 50%;
|
|
31235
|
+
transform: translate(-50%, -50%);
|
|
31273
31236
|
}
|
|
31274
|
-
|
|
31275
|
-
|
|
31276
|
-
display: flex;
|
|
31277
|
-
align-items: center;
|
|
31278
|
-
justify-content: space-between;
|
|
31279
|
-
word-break: keep-all;
|
|
31237
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31238
|
+
display: none;
|
|
31280
31239
|
}
|
|
31281
|
-
.
|
|
31282
|
-
|
|
31240
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31241
|
+
background: #fff;
|
|
31283
31242
|
}
|
|
31284
|
-
.
|
|
31285
|
-
|
|
31243
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31244
|
+
background: inherit;
|
|
31286
31245
|
}
|
|
31287
|
-
.
|
|
31288
|
-
|
|
31289
|
-
|
|
31290
|
-
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
white-space: nowrap;
|
|
31246
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31247
|
+
position: static;
|
|
31248
|
+
border: none;
|
|
31249
|
+
background: inherit !important;
|
|
31250
|
+
height: 100px;
|
|
31251
|
+
vertical-align: middle;
|
|
31294
31252
|
}
|
|
31295
|
-
.
|
|
31296
|
-
|
|
31297
|
-
|
|
31298
|
-
|
|
31253
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31254
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31255
|
+
font-weight: bold;
|
|
31256
|
+
font-size: 20px;
|
|
31257
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31299
31258
|
}
|
|
31300
|
-
.
|
|
31301
|
-
|
|
31302
|
-
|
|
31259
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31260
|
+
padding: 0 !important;
|
|
31261
|
+
position: relative;
|
|
31262
|
+
background: #fff;
|
|
31303
31263
|
}
|
|
31304
|
-
.
|
|
31264
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31265
|
+
height: 100%;
|
|
31305
31266
|
display: flex;
|
|
31306
|
-
flex-direction: row-reverse;
|
|
31307
31267
|
align-items: center;
|
|
31268
|
+
justify-content: flex-end;
|
|
31269
|
+
padding-right: 8px;
|
|
31308
31270
|
}
|
|
31309
|
-
.
|
|
31310
|
-
|
|
31311
|
-
|
|
31312
|
-
.c156wh19 .close {
|
|
31313
|
-
padding-left: 14px;
|
|
31314
|
-
margin-left: 14px;
|
|
31315
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31271
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31272
|
+
width: 24px;
|
|
31273
|
+
height: 24px;
|
|
31316
31274
|
cursor: pointer;
|
|
31275
|
+
justify-content: center;
|
|
31276
|
+
border-radius: 4px;
|
|
31277
|
+
}
|
|
31278
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31279
|
+
background: #fff;
|
|
31317
31280
|
}
|
|
31318
31281
|
|
|
31319
|
-
.
|
|
31320
|
-
|
|
31321
|
-
|
|
31282
|
+
.d6j0lbj {
|
|
31283
|
+
font-family: Inter;
|
|
31284
|
+
font-style: normal;
|
|
31285
|
+
font-weight: bold;
|
|
31286
|
+
font-size: 32px;
|
|
31287
|
+
line-height: 40px;
|
|
31322
31288
|
}
|
|
31323
|
-
|
|
31324
|
-
|
|
31325
|
-
|
|
31326
|
-
|
|
31289
|
+
|
|
31290
|
+
.d1xhvvxe {
|
|
31291
|
+
font-family: Inter;
|
|
31292
|
+
font-style: normal;
|
|
31293
|
+
font-weight: bold;
|
|
31294
|
+
font-size: 24px;
|
|
31295
|
+
line-height: 32px;
|
|
31327
31296
|
}
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
|
|
31297
|
+
|
|
31298
|
+
.dk10mxq {
|
|
31299
|
+
font-family: Inter;
|
|
31300
|
+
font-style: normal;
|
|
31301
|
+
font-weight: normal;
|
|
31302
|
+
font-size: 32px;
|
|
31303
|
+
line-height: 40px;
|
|
31331
31304
|
}
|
|
31332
31305
|
|
|
31333
|
-
.
|
|
31334
|
-
|
|
31335
|
-
|
|
31306
|
+
.dxsait {
|
|
31307
|
+
font-family: Inter;
|
|
31308
|
+
font-style: normal;
|
|
31309
|
+
font-weight: bold;
|
|
31310
|
+
font-size: 20px;
|
|
31311
|
+
line-height: 24px;
|
|
31336
31312
|
}
|
|
31337
|
-
|
|
31338
|
-
.
|
|
31339
|
-
|
|
31340
|
-
|
|
31341
|
-
|
|
31313
|
+
|
|
31314
|
+
.dokn0h3 {
|
|
31315
|
+
font-family: Inter;
|
|
31316
|
+
font-style: normal;
|
|
31317
|
+
font-weight: normal;
|
|
31318
|
+
font-size: 20px;
|
|
31319
|
+
line-height: 24px;
|
|
31342
31320
|
}
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31346
|
-
|
|
31321
|
+
|
|
31322
|
+
.dobau4p {
|
|
31323
|
+
font-family: Inter;
|
|
31324
|
+
font-style: normal;
|
|
31325
|
+
font-weight: bold;
|
|
31326
|
+
font-size: 18px;
|
|
31327
|
+
line-height: 22px;
|
|
31347
31328
|
}
|
|
31348
|
-
|
|
31349
|
-
.
|
|
31350
|
-
|
|
31351
|
-
|
|
31352
|
-
|
|
31353
|
-
|
|
31329
|
+
|
|
31330
|
+
.dvolwok {
|
|
31331
|
+
font-family: Inter;
|
|
31332
|
+
font-style: normal;
|
|
31333
|
+
font-weight: normal;
|
|
31334
|
+
font-size: 18px;
|
|
31335
|
+
line-height: 22px;
|
|
31354
31336
|
}
|
|
31355
|
-
|
|
31356
|
-
.
|
|
31357
|
-
|
|
31358
|
-
|
|
31359
|
-
|
|
31360
|
-
|
|
31361
|
-
|
|
31362
|
-
border-color: #0096ff;
|
|
31363
|
-
color: #fff;
|
|
31337
|
+
|
|
31338
|
+
.h181qhg4 {
|
|
31339
|
+
font-family: Inter;
|
|
31340
|
+
font-style: normal;
|
|
31341
|
+
font-weight: bold;
|
|
31342
|
+
font-size: 16px;
|
|
31343
|
+
line-height: 22px;
|
|
31364
31344
|
}
|
|
31365
|
-
|
|
31366
|
-
|
|
31367
|
-
|
|
31345
|
+
|
|
31346
|
+
.h1phgmcq {
|
|
31347
|
+
font-family: Inter;
|
|
31348
|
+
font-style: normal;
|
|
31349
|
+
font-weight: normal;
|
|
31350
|
+
font-size: 16px;
|
|
31351
|
+
line-height: 22px;
|
|
31368
31352
|
}
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
|
|
31372
|
-
|
|
31353
|
+
|
|
31354
|
+
.h173xnl1 {
|
|
31355
|
+
font-family: Inter;
|
|
31356
|
+
font-style: normal;
|
|
31357
|
+
font-weight: bold;
|
|
31358
|
+
font-size: 14px;
|
|
31359
|
+
line-height: 20px;
|
|
31373
31360
|
}
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
|
|
31377
|
-
|
|
31361
|
+
|
|
31362
|
+
.hedm4pz {
|
|
31363
|
+
font-family: Inter;
|
|
31364
|
+
font-style: normal;
|
|
31365
|
+
font-weight: normal;
|
|
31366
|
+
font-size: 14px;
|
|
31367
|
+
line-height: 20px;
|
|
31378
31368
|
}
|
|
31379
31369
|
|
|
31380
|
-
.
|
|
31381
|
-
|
|
31370
|
+
.h1kd8xld {
|
|
31371
|
+
font-family: Inter;
|
|
31372
|
+
font-style: normal;
|
|
31373
|
+
font-weight: bold;
|
|
31374
|
+
font-size: 12px;
|
|
31375
|
+
line-height: 18px;
|
|
31382
31376
|
}
|
|
31383
31377
|
|
|
31384
|
-
.
|
|
31385
|
-
|
|
31378
|
+
.hp14fr {
|
|
31379
|
+
font-family: Inter;
|
|
31380
|
+
font-style: normal;
|
|
31381
|
+
font-weight: normal;
|
|
31382
|
+
font-size: 12px;
|
|
31383
|
+
line-height: 18px;
|
|
31386
31384
|
}
|
|
31387
|
-
|
|
31388
|
-
|
|
31389
|
-
|
|
31385
|
+
|
|
31386
|
+
.hgrg7mn {
|
|
31387
|
+
font-family: Inter;
|
|
31388
|
+
font-style: normal;
|
|
31389
|
+
font-weight: bold;
|
|
31390
|
+
text-transform: uppercase;
|
|
31391
|
+
font-feature-settings: "cpsp" on;
|
|
31392
|
+
font-size: 12px;
|
|
31393
|
+
line-height: 18px;
|
|
31390
31394
|
}
|
|
31391
|
-
|
|
31392
|
-
|
|
31395
|
+
|
|
31396
|
+
.h6zme9x {
|
|
31397
|
+
font-family: Inter;
|
|
31398
|
+
font-style: normal;
|
|
31399
|
+
font-weight: normal;
|
|
31400
|
+
text-transform: uppercase;
|
|
31401
|
+
font-feature-settings: "cpsp" on;
|
|
31402
|
+
font-size: 12px;
|
|
31403
|
+
line-height: 18px;
|
|
31393
31404
|
}
|
|
31394
|
-
|
|
31395
|
-
|
|
31396
|
-
|
|
31405
|
+
|
|
31406
|
+
.locjvsv {
|
|
31407
|
+
font-family: Inter;
|
|
31408
|
+
font-style: normal;
|
|
31409
|
+
font-weight: normal;
|
|
31410
|
+
font-size: 16px;
|
|
31411
|
+
line-height: 24px;
|
|
31397
31412
|
}
|
|
31398
|
-
|
|
31399
|
-
|
|
31413
|
+
|
|
31414
|
+
.l13gi131 {
|
|
31415
|
+
font-family: Inter;
|
|
31416
|
+
font-style: normal;
|
|
31417
|
+
font-weight: bold;
|
|
31418
|
+
font-size: 16px;
|
|
31419
|
+
line-height: 24px;
|
|
31400
31420
|
}
|
|
31401
|
-
|
|
31402
|
-
|
|
31421
|
+
|
|
31422
|
+
.l1ynemsu {
|
|
31423
|
+
font-family: Inter;
|
|
31424
|
+
font-style: normal;
|
|
31425
|
+
font-weight: normal;
|
|
31426
|
+
font-size: 16px;
|
|
31427
|
+
line-height: 24px;
|
|
31403
31428
|
}
|
|
31404
|
-
|
|
31405
|
-
|
|
31429
|
+
|
|
31430
|
+
.l1cft1cx {
|
|
31431
|
+
font-family: Inter;
|
|
31432
|
+
font-style: normal;
|
|
31433
|
+
font-weight: bold;
|
|
31434
|
+
font-size: 16px;
|
|
31435
|
+
line-height: 24px;
|
|
31406
31436
|
}
|
|
31407
|
-
|
|
31408
|
-
|
|
31437
|
+
|
|
31438
|
+
.l17tqc8p {
|
|
31439
|
+
font-family: Inter;
|
|
31440
|
+
font-style: normal;
|
|
31441
|
+
font-weight: normal;
|
|
31442
|
+
text-transform: uppercase;
|
|
31443
|
+
font-feature-settings: "cpsp" on;
|
|
31444
|
+
font-size: 16px;
|
|
31445
|
+
line-height: 24px;
|
|
31409
31446
|
}
|
|
31410
|
-
|
|
31411
|
-
|
|
31447
|
+
|
|
31448
|
+
.l1j1e5w7 {
|
|
31449
|
+
font-family: Inter;
|
|
31450
|
+
font-style: normal;
|
|
31451
|
+
font-weight: bold;
|
|
31452
|
+
text-transform: uppercase;
|
|
31453
|
+
font-feature-settings: "cpsp" on;
|
|
31454
|
+
font-size: 16px;
|
|
31455
|
+
line-height: 24px;
|
|
31412
31456
|
}
|
|
31413
|
-
|
|
31414
|
-
|
|
31415
|
-
|
|
31457
|
+
|
|
31458
|
+
.l1gf91jb {
|
|
31459
|
+
font-family: Inter;
|
|
31460
|
+
font-style: normal;
|
|
31461
|
+
font-weight: normal;
|
|
31462
|
+
font-size: 14px;
|
|
31463
|
+
line-height: 22px;
|
|
31416
31464
|
}
|
|
31417
|
-
|
|
31418
|
-
|
|
31465
|
+
|
|
31466
|
+
.lu7hlr6 {
|
|
31467
|
+
font-family: Inter;
|
|
31468
|
+
font-style: normal;
|
|
31469
|
+
font-weight: 500;
|
|
31470
|
+
font-size: 14px;
|
|
31471
|
+
line-height: 22px;
|
|
31419
31472
|
}
|
|
31420
|
-
|
|
31421
|
-
.
|
|
31422
|
-
|
|
31473
|
+
|
|
31474
|
+
.l3l3jf0 {
|
|
31475
|
+
font-family: Inter;
|
|
31476
|
+
font-style: normal;
|
|
31477
|
+
font-weight: bold;
|
|
31478
|
+
font-size: 14px;
|
|
31479
|
+
line-height: 22px;
|
|
31423
31480
|
}
|
|
31424
|
-
|
|
31425
|
-
|
|
31481
|
+
|
|
31482
|
+
.l12j5nqp {
|
|
31483
|
+
font-family: Inter;
|
|
31484
|
+
font-style: normal;
|
|
31485
|
+
font-weight: normal;
|
|
31486
|
+
font-size: 14px;
|
|
31487
|
+
line-height: 22px;
|
|
31426
31488
|
}
|
|
31427
|
-
|
|
31428
|
-
.
|
|
31429
|
-
|
|
31430
|
-
|
|
31489
|
+
|
|
31490
|
+
.l1tecqht {
|
|
31491
|
+
font-family: Inter;
|
|
31492
|
+
font-style: normal;
|
|
31493
|
+
font-weight: bold;
|
|
31494
|
+
font-size: 14px;
|
|
31495
|
+
line-height: 22px;
|
|
31431
31496
|
}
|
|
31432
|
-
|
|
31433
|
-
.
|
|
31434
|
-
|
|
31435
|
-
|
|
31436
|
-
|
|
31437
|
-
|
|
31497
|
+
|
|
31498
|
+
.l6sa990 {
|
|
31499
|
+
font-family: Inter;
|
|
31500
|
+
font-style: normal;
|
|
31501
|
+
font-weight: normal;
|
|
31502
|
+
text-transform: uppercase;
|
|
31503
|
+
font-feature-settings: "cpsp" on;
|
|
31504
|
+
font-size: 14px;
|
|
31505
|
+
line-height: 22px;
|
|
31438
31506
|
}
|
|
31439
|
-
|
|
31440
|
-
.
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31507
|
+
|
|
31508
|
+
.lckqe8j {
|
|
31509
|
+
font-family: Inter;
|
|
31510
|
+
font-style: normal;
|
|
31511
|
+
font-weight: bold;
|
|
31512
|
+
text-transform: uppercase;
|
|
31513
|
+
font-feature-settings: "cpsp" on;
|
|
31514
|
+
font-size: 14px;
|
|
31515
|
+
line-height: 22px;
|
|
31444
31516
|
}
|
|
31445
|
-
|
|
31446
|
-
|
|
31517
|
+
|
|
31518
|
+
.l1kuminb {
|
|
31519
|
+
font-family: Inter;
|
|
31520
|
+
font-style: normal;
|
|
31521
|
+
font-weight: normal;
|
|
31522
|
+
font-size: 13px;
|
|
31523
|
+
line-height: 20px;
|
|
31447
31524
|
}
|
|
31448
|
-
|
|
31449
|
-
|
|
31525
|
+
|
|
31526
|
+
.l1pbuf5j {
|
|
31527
|
+
font-family: Inter;
|
|
31528
|
+
font-style: normal;
|
|
31529
|
+
font-weight: 600;
|
|
31530
|
+
font-size: 13px;
|
|
31531
|
+
line-height: 20px;
|
|
31450
31532
|
}
|
|
31451
|
-
|
|
31452
|
-
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
|
|
31457
|
-
|
|
31458
|
-
background: transparent;
|
|
31533
|
+
|
|
31534
|
+
.l1r4ztu {
|
|
31535
|
+
font-family: Inter;
|
|
31536
|
+
font-style: normal;
|
|
31537
|
+
font-weight: bold;
|
|
31538
|
+
font-size: 13px;
|
|
31539
|
+
line-height: 20px;
|
|
31459
31540
|
}
|
|
31460
|
-
|
|
31461
|
-
|
|
31462
|
-
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
|
|
31466
|
-
|
|
31467
|
-
.tta5kd2 .ant-table .value {
|
|
31468
|
-
color: #2d3a56;
|
|
31469
|
-
}
|
|
31470
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31471
|
-
.tta5kd2 .ant-table .unit {
|
|
31472
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31473
|
-
}
|
|
31474
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
31475
|
-
position: unset;
|
|
31476
|
-
text-align: center;
|
|
31477
|
-
}
|
|
31478
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31479
|
-
background: #fff;
|
|
31480
|
-
}
|
|
31481
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
31482
|
-
cursor: pointer;
|
|
31483
|
-
position: absolute;
|
|
31484
|
-
top: 50%;
|
|
31485
|
-
right: 12px;
|
|
31486
|
-
transform: translateY(-50%);
|
|
31487
|
-
}
|
|
31488
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31489
|
-
box-shadow: none;
|
|
31490
|
-
width: 1px;
|
|
31491
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31541
|
+
|
|
31542
|
+
.ly8vzok {
|
|
31543
|
+
font-family: Inter;
|
|
31544
|
+
font-style: normal;
|
|
31545
|
+
font-weight: normal;
|
|
31546
|
+
font-size: 13px;
|
|
31547
|
+
line-height: 20px;
|
|
31492
31548
|
}
|
|
31493
|
-
|
|
31494
|
-
|
|
31495
|
-
|
|
31496
|
-
|
|
31549
|
+
|
|
31550
|
+
.lumfmf {
|
|
31551
|
+
font-family: Inter;
|
|
31552
|
+
font-style: normal;
|
|
31553
|
+
font-weight: 600;
|
|
31554
|
+
font-size: 13px;
|
|
31555
|
+
line-height: 20px;
|
|
31497
31556
|
}
|
|
31498
|
-
|
|
31499
|
-
|
|
31557
|
+
|
|
31558
|
+
.l16ujwmv {
|
|
31559
|
+
font-family: Inter;
|
|
31560
|
+
font-style: normal;
|
|
31561
|
+
font-weight: bold;
|
|
31562
|
+
font-size: 13px;
|
|
31563
|
+
line-height: 20px;
|
|
31500
31564
|
}
|
|
31501
|
-
|
|
31502
|
-
|
|
31503
|
-
|
|
31504
|
-
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
|
|
31565
|
+
|
|
31566
|
+
.l17o1ffr {
|
|
31567
|
+
font-family: Inter;
|
|
31568
|
+
font-style: normal;
|
|
31569
|
+
font-weight: normal;
|
|
31570
|
+
text-transform: uppercase;
|
|
31571
|
+
font-feature-settings: "cpsp" on;
|
|
31572
|
+
font-size: 13px;
|
|
31573
|
+
line-height: 20px;
|
|
31508
31574
|
}
|
|
31509
|
-
|
|
31510
|
-
|
|
31511
|
-
|
|
31575
|
+
|
|
31576
|
+
.lngllvn {
|
|
31577
|
+
font-family: Inter;
|
|
31578
|
+
font-style: normal;
|
|
31579
|
+
font-weight: bold;
|
|
31580
|
+
text-transform: uppercase;
|
|
31581
|
+
font-feature-settings: "cpsp" on;
|
|
31582
|
+
font-size: 13px;
|
|
31583
|
+
line-height: 20px;
|
|
31512
31584
|
}
|
|
31513
|
-
|
|
31514
|
-
|
|
31515
|
-
|
|
31585
|
+
|
|
31586
|
+
.l2i7fo9 {
|
|
31587
|
+
font-family: Inter;
|
|
31588
|
+
font-style: normal;
|
|
31589
|
+
font-weight: normal;
|
|
31516
31590
|
font-size: 12px;
|
|
31517
|
-
|
|
31518
|
-
transition: none;
|
|
31519
|
-
overflow: hidden;
|
|
31520
|
-
text-overflow: ellipsis;
|
|
31521
|
-
white-space: nowrap;
|
|
31522
|
-
}
|
|
31523
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31524
|
-
color: #0096ff;
|
|
31525
|
-
}
|
|
31526
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31527
|
-
overflow: hidden;
|
|
31528
|
-
text-overflow: ellipsis;
|
|
31529
|
-
width: 100%;
|
|
31530
|
-
vertical-align: middle;
|
|
31531
|
-
}
|
|
31532
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31533
|
-
line-height: 0px;
|
|
31534
|
-
}
|
|
31535
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31536
|
-
padding-right: 25px;
|
|
31537
|
-
}
|
|
31538
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31539
|
-
border-top-color: transparent;
|
|
31540
|
-
}
|
|
31541
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31542
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31543
|
-
border-color: transparent transparent white;
|
|
31544
|
-
}
|
|
31545
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31546
|
-
border-radius: 8px 0 0 8px;
|
|
31547
|
-
}
|
|
31548
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31549
|
-
border-radius: 8px 0 0 8px;
|
|
31550
|
-
}
|
|
31551
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31552
|
-
content: "";
|
|
31553
|
-
width: 4px;
|
|
31554
|
-
top: -1px;
|
|
31555
|
-
bottom: -1px;
|
|
31556
|
-
background: white;
|
|
31557
|
-
}
|
|
31558
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31559
|
-
border-radius: 0 8px 8px 0;
|
|
31560
|
-
}
|
|
31561
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31562
|
-
border-radius: 0;
|
|
31563
|
-
background: white;
|
|
31564
|
-
border-top: none;
|
|
31565
|
-
}
|
|
31566
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31567
|
-
border-top: 1px solid transparent;
|
|
31568
|
-
border-radius: 0 8px 8px 0;
|
|
31569
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31570
|
-
}
|
|
31571
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31572
|
-
background: white;
|
|
31573
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31574
|
-
}
|
|
31575
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31576
|
-
display: flex;
|
|
31577
|
-
align-items: center;
|
|
31578
|
-
height: 100%;
|
|
31579
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31580
|
-
}
|
|
31581
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31582
|
-
background: white;
|
|
31583
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31584
|
-
}
|
|
31585
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31586
|
-
display: flex;
|
|
31587
|
-
align-items: center;
|
|
31588
|
-
height: 100%;
|
|
31589
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31590
|
-
}
|
|
31591
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31592
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31593
|
-
}
|
|
31594
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31595
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31596
|
-
border-radius: 8px;
|
|
31597
|
-
}
|
|
31598
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31599
|
-
border-top-color: white;
|
|
31600
|
-
}
|
|
31601
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31602
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31603
|
-
border-bottom-color: transparent;
|
|
31604
|
-
border-top-color: transparent;
|
|
31591
|
+
line-height: 18px;
|
|
31605
31592
|
}
|
|
31606
|
-
|
|
31607
|
-
|
|
31593
|
+
|
|
31594
|
+
.l1x7hscx {
|
|
31595
|
+
font-family: Inter;
|
|
31596
|
+
font-style: normal;
|
|
31597
|
+
font-weight: 500;
|
|
31598
|
+
font-size: 12px;
|
|
31599
|
+
line-height: 18px;
|
|
31608
31600
|
}
|
|
31609
|
-
|
|
31610
|
-
|
|
31601
|
+
|
|
31602
|
+
.le1jwan {
|
|
31603
|
+
font-family: Inter;
|
|
31604
|
+
font-style: normal;
|
|
31605
|
+
font-weight: bold;
|
|
31606
|
+
font-size: 12px;
|
|
31607
|
+
line-height: 18px;
|
|
31611
31608
|
}
|
|
31612
|
-
|
|
31613
|
-
|
|
31609
|
+
|
|
31610
|
+
.lyxynfj {
|
|
31611
|
+
font-family: Inter;
|
|
31612
|
+
font-style: normal;
|
|
31613
|
+
font-weight: normal;
|
|
31614
|
+
font-size: 12px;
|
|
31615
|
+
line-height: 18px;
|
|
31614
31616
|
}
|
|
31615
|
-
|
|
31616
|
-
|
|
31617
|
-
font-
|
|
31618
|
-
|
|
31619
|
-
|
|
31620
|
-
|
|
31621
|
-
|
|
31622
|
-
padding: 15px 8px 15px 8px;
|
|
31617
|
+
|
|
31618
|
+
.lpb2nxv {
|
|
31619
|
+
font-family: Inter;
|
|
31620
|
+
font-style: normal;
|
|
31621
|
+
font-weight: 500;
|
|
31622
|
+
font-size: 12px;
|
|
31623
|
+
line-height: 18px;
|
|
31623
31624
|
}
|
|
31624
|
-
|
|
31625
|
-
|
|
31626
|
-
|
|
31627
|
-
|
|
31628
|
-
|
|
31629
|
-
|
|
31630
|
-
|
|
31631
|
-
right: 0;
|
|
31625
|
+
|
|
31626
|
+
.l1r8o3vv {
|
|
31627
|
+
font-family: Inter;
|
|
31628
|
+
font-style: normal;
|
|
31629
|
+
font-weight: bold;
|
|
31630
|
+
font-size: 12px;
|
|
31631
|
+
line-height: 18px;
|
|
31632
31632
|
}
|
|
31633
|
-
|
|
31634
|
-
|
|
31633
|
+
|
|
31634
|
+
.lemnjy2 {
|
|
31635
|
+
font-family: Inter;
|
|
31636
|
+
font-style: normal;
|
|
31637
|
+
font-weight: normal;
|
|
31638
|
+
text-transform: uppercase;
|
|
31639
|
+
font-feature-settings: "cpsp" on;
|
|
31640
|
+
font-size: 12px;
|
|
31641
|
+
line-height: 18px;
|
|
31635
31642
|
}
|
|
31636
|
-
|
|
31637
|
-
|
|
31643
|
+
|
|
31644
|
+
.lrc42gb {
|
|
31645
|
+
font-family: Inter;
|
|
31646
|
+
font-style: normal;
|
|
31647
|
+
font-weight: bold;
|
|
31648
|
+
text-transform: uppercase;
|
|
31649
|
+
font-feature-settings: "cpsp" on;
|
|
31650
|
+
font-size: 12px;
|
|
31651
|
+
line-height: 18px;
|
|
31638
31652
|
}
|
|
31639
|
-
|
|
31640
|
-
|
|
31641
|
-
|
|
31642
|
-
|
|
31643
|
-
|
|
31653
|
+
|
|
31654
|
+
.fqaz4mb {
|
|
31655
|
+
font-family: Inter;
|
|
31656
|
+
font-style: normal;
|
|
31657
|
+
font-weight: normal;
|
|
31658
|
+
font-size: 13px;
|
|
31659
|
+
line-height: 20px;
|
|
31644
31660
|
}
|
|
31645
|
-
|
|
31646
|
-
|
|
31647
|
-
|
|
31648
|
-
|
|
31661
|
+
|
|
31662
|
+
.f13we5o {
|
|
31663
|
+
font-family: Inter;
|
|
31664
|
+
font-style: normal;
|
|
31665
|
+
font-weight: normal;
|
|
31666
|
+
font-size: 13px;
|
|
31667
|
+
line-height: 20px;
|
|
31649
31668
|
}
|
|
31650
|
-
|
|
31651
|
-
|
|
31669
|
+
|
|
31670
|
+
.ffmjua2 {
|
|
31671
|
+
font-family: Inter;
|
|
31672
|
+
font-style: normal;
|
|
31673
|
+
font-weight: normal;
|
|
31674
|
+
font-size: 12px;
|
|
31675
|
+
line-height: 18px;
|
|
31652
31676
|
}
|
|
31653
|
-
|
|
31654
|
-
|
|
31677
|
+
|
|
31678
|
+
.fz2mxw0 {
|
|
31679
|
+
font-family: Inter;
|
|
31680
|
+
font-style: normal;
|
|
31681
|
+
font-weight: normal;
|
|
31682
|
+
font-size: 12px;
|
|
31683
|
+
line-height: 18px;
|
|
31655
31684
|
}
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
|
|
31662
|
-
|
|
31663
|
-
|
|
31685
|
+
|
|
31686
|
+
.t1ertzoh {
|
|
31687
|
+
font-family: Inter;
|
|
31688
|
+
font-style: normal;
|
|
31689
|
+
font-weight: normal;
|
|
31690
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31691
|
+
font-size: 13px;
|
|
31692
|
+
line-height: 20px;
|
|
31664
31693
|
}
|
|
31665
|
-
|
|
31666
|
-
|
|
31667
|
-
|
|
31694
|
+
|
|
31695
|
+
.t19bge8r {
|
|
31696
|
+
font-family: Inter;
|
|
31697
|
+
font-style: normal;
|
|
31698
|
+
font-weight: normal;
|
|
31699
|
+
font-feature-settings: "zero" on;
|
|
31700
|
+
font-size: 13px;
|
|
31701
|
+
line-height: 20px;
|
|
31668
31702
|
}
|
|
31669
|
-
|
|
31670
|
-
|
|
31703
|
+
|
|
31704
|
+
.tjrzfyl {
|
|
31705
|
+
font-family: Inter;
|
|
31706
|
+
font-style: normal;
|
|
31707
|
+
font-weight: normal;
|
|
31708
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31709
|
+
font-size: 12px;
|
|
31710
|
+
line-height: 18px;
|
|
31671
31711
|
}
|
|
31672
|
-
|
|
31673
|
-
|
|
31712
|
+
|
|
31713
|
+
.tm6s7bo {
|
|
31714
|
+
font-family: Inter;
|
|
31715
|
+
font-style: normal;
|
|
31716
|
+
font-weight: 500;
|
|
31717
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31718
|
+
font-size: 12px;
|
|
31719
|
+
line-height: 18px;
|
|
31674
31720
|
}
|
|
31675
|
-
|
|
31676
|
-
|
|
31721
|
+
|
|
31722
|
+
.t19zq6ic {
|
|
31723
|
+
font-family: Inter;
|
|
31724
|
+
font-style: normal;
|
|
31725
|
+
font-weight: normal;
|
|
31726
|
+
font-feature-settings: "zero" on;
|
|
31727
|
+
font-size: 12px;
|
|
31728
|
+
line-height: 18px;
|
|
31677
31729
|
}
|
|
31678
|
-
|
|
31679
|
-
|
|
31730
|
+
|
|
31731
|
+
.t1gduru8 {
|
|
31732
|
+
font-family: Inter;
|
|
31733
|
+
font-style: normal;
|
|
31734
|
+
font-weight: 500;
|
|
31735
|
+
font-feature-settings: "zero" on;
|
|
31736
|
+
font-size: 12px;
|
|
31737
|
+
line-height: 18px;
|
|
31680
31738
|
}
|
|
31681
|
-
|
|
31682
|
-
|
|
31739
|
+
|
|
31740
|
+
.t55raab {
|
|
31741
|
+
font-family: Inter;
|
|
31742
|
+
font-style: normal;
|
|
31743
|
+
font-weight: bold;
|
|
31744
|
+
font-feature-settings: "zero" on;
|
|
31745
|
+
font-size: 16px;
|
|
31746
|
+
line-height: 24px;
|
|
31683
31747
|
}
|
|
31684
|
-
|
|
31685
|
-
|
|
31748
|
+
|
|
31749
|
+
.u1w9abfe {
|
|
31750
|
+
font-family: Inter;
|
|
31751
|
+
font-style: normal;
|
|
31752
|
+
font-weight: normal;
|
|
31753
|
+
font-size: 10px;
|
|
31754
|
+
line-height: 12px;
|
|
31686
31755
|
}
|
|
31687
|
-
|
|
31688
|
-
|
|
31756
|
+
|
|
31757
|
+
.c1up1pdz {
|
|
31758
|
+
width: 648px;
|
|
31689
31759
|
}
|
|
31690
|
-
.
|
|
31691
|
-
|
|
31760
|
+
.c1up1pdz.active {
|
|
31761
|
+
border-color: #0080ff;
|
|
31692
31762
|
}
|
|
31693
|
-
.
|
|
31694
|
-
|
|
31695
|
-
left: 50%;
|
|
31696
|
-
top: 50%;
|
|
31697
|
-
transform: translate(-50%, -50%);
|
|
31763
|
+
.c1up1pdz.active > header {
|
|
31764
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31698
31765
|
}
|
|
31699
|
-
.
|
|
31700
|
-
|
|
31766
|
+
.c1up1pdz .expand {
|
|
31767
|
+
padding: 12px;
|
|
31701
31768
|
}
|
|
31702
|
-
.
|
|
31703
|
-
|
|
31769
|
+
.c1up1pdz .field-item {
|
|
31770
|
+
display: flex;
|
|
31771
|
+
padding: 10px 0;
|
|
31772
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31704
31773
|
}
|
|
31705
|
-
.
|
|
31706
|
-
|
|
31774
|
+
.c1up1pdz .field-item:last-child {
|
|
31775
|
+
border-bottom: none;
|
|
31776
|
+
padding-bottom: 0;
|
|
31707
31777
|
}
|
|
31708
|
-
.
|
|
31709
|
-
|
|
31710
|
-
|
|
31711
|
-
|
|
31712
|
-
height: 100px;
|
|
31713
|
-
vertical-align: middle;
|
|
31778
|
+
.c1up1pdz .field-item label {
|
|
31779
|
+
line-height: 32px;
|
|
31780
|
+
width: 100px;
|
|
31781
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31714
31782
|
}
|
|
31715
|
-
.
|
|
31716
|
-
|
|
31717
|
-
|
|
31718
|
-
font-size: 20px;
|
|
31719
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31783
|
+
.c1up1pdz .help {
|
|
31784
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31785
|
+
margin-top: 5px;
|
|
31720
31786
|
}
|
|
31721
|
-
.
|
|
31722
|
-
|
|
31723
|
-
|
|
31724
|
-
background: #fff;
|
|
31787
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
31788
|
+
.c1up1pdz .ant-picker {
|
|
31789
|
+
width: 128px;
|
|
31725
31790
|
}
|
|
31726
|
-
|
|
31727
|
-
|
|
31791
|
+
|
|
31792
|
+
.c156wh19 {
|
|
31728
31793
|
display: flex;
|
|
31729
31794
|
align-items: center;
|
|
31730
|
-
justify-content:
|
|
31731
|
-
|
|
31795
|
+
justify-content: space-between;
|
|
31796
|
+
word-break: keep-all;
|
|
31732
31797
|
}
|
|
31733
|
-
.
|
|
31734
|
-
|
|
31735
|
-
height: 24px;
|
|
31736
|
-
cursor: pointer;
|
|
31737
|
-
justify-content: center;
|
|
31738
|
-
border-radius: 4px;
|
|
31798
|
+
.c156wh19 .title {
|
|
31799
|
+
margin: 0 16px 0 8px;
|
|
31739
31800
|
}
|
|
31740
|
-
.
|
|
31741
|
-
|
|
31801
|
+
.c156wh19 .retain {
|
|
31802
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31742
31803
|
}
|
|
31743
|
-
|
|
31744
|
-
|
|
31745
|
-
display:
|
|
31804
|
+
.c156wh19 .left {
|
|
31805
|
+
flex: 1;
|
|
31806
|
+
display: flex;
|
|
31807
|
+
overflow: hidden;
|
|
31808
|
+
align-items: center;
|
|
31809
|
+
justify-content: flex-start;
|
|
31810
|
+
white-space: nowrap;
|
|
31746
31811
|
}
|
|
31747
|
-
|
|
31748
|
-
|
|
31749
|
-
|
|
31812
|
+
.c156wh19 .left .title {
|
|
31813
|
+
max-width: 100%;
|
|
31814
|
+
overflow: hidden;
|
|
31815
|
+
text-overflow: ellipsis;
|
|
31750
31816
|
}
|
|
31751
|
-
|
|
31752
|
-
|
|
31753
|
-
|
|
31754
|
-
line-height: 18px;
|
|
31755
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31756
|
-
height: 34px;
|
|
31757
|
-
min-height: 34px;
|
|
31758
|
-
box-sizing: border-box;
|
|
31759
|
-
margin-top: 8px;
|
|
31817
|
+
.c156wh19 .right {
|
|
31818
|
+
display: flex;
|
|
31819
|
+
align-items: center;
|
|
31760
31820
|
}
|
|
31761
|
-
|
|
31762
|
-
.onr9gzt {
|
|
31821
|
+
.c156wh19 .reverse {
|
|
31763
31822
|
display: flex;
|
|
31764
|
-
flex-direction:
|
|
31765
|
-
|
|
31766
|
-
padding: 8px;
|
|
31767
|
-
border-radius: 4px;
|
|
31823
|
+
flex-direction: row-reverse;
|
|
31824
|
+
align-items: center;
|
|
31768
31825
|
}
|
|
31769
|
-
.
|
|
31770
|
-
|
|
31826
|
+
.c156wh19 .reverse .ant-switch {
|
|
31827
|
+
margin-left: 8px;
|
|
31771
31828
|
}
|
|
31772
|
-
.
|
|
31773
|
-
padding-left:
|
|
31829
|
+
.c156wh19 .close {
|
|
31830
|
+
padding-left: 14px;
|
|
31831
|
+
margin-left: 14px;
|
|
31832
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31833
|
+
cursor: pointer;
|
|
31774
31834
|
}
|
|
31775
|
-
|
|
31776
|
-
|
|
31835
|
+
|
|
31836
|
+
.m126spxy {
|
|
31837
|
+
padding-bottom: 4px;
|
|
31838
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31777
31839
|
}
|
|
31778
|
-
.
|
|
31779
|
-
|
|
31840
|
+
.m126spxy .ant-btn-link {
|
|
31841
|
+
padding: 1px 10px;
|
|
31842
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31843
|
+
border-radius: 4px;
|
|
31780
31844
|
}
|
|
31781
|
-
.
|
|
31782
|
-
|
|
31845
|
+
.m126spxy .ant-btn-link.active {
|
|
31846
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31847
|
+
color: #0096ff;
|
|
31783
31848
|
}
|
|
31784
|
-
|
|
31785
|
-
|
|
31849
|
+
|
|
31850
|
+
.wpbf4pq {
|
|
31851
|
+
padding: 10px 0;
|
|
31852
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31786
31853
|
}
|
|
31787
|
-
.
|
|
31788
|
-
|
|
31854
|
+
.wpbf4pq .ant-input,
|
|
31855
|
+
.wpbf4pq .ant-picker {
|
|
31856
|
+
width: 80px;
|
|
31857
|
+
margin: 0 9px;
|
|
31858
|
+
text-align: center;
|
|
31789
31859
|
}
|
|
31790
|
-
.
|
|
31791
|
-
|
|
31792
|
-
|
|
31860
|
+
.wpbf4pq .options {
|
|
31861
|
+
padding: 12px 0 12px 16px;
|
|
31862
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31863
|
+
margin: 5px 0 5px 8px;
|
|
31793
31864
|
}
|
|
31794
|
-
|
|
31795
|
-
.
|
|
31796
|
-
|
|
31797
|
-
|
|
31798
|
-
|
|
31799
|
-
|
|
31865
|
+
.wpbf4pq .week-day-option,
|
|
31866
|
+
.wpbf4pq .month-day-option {
|
|
31867
|
+
background: #f5f7fa;
|
|
31868
|
+
box-sizing: border-box;
|
|
31869
|
+
border-radius: 16px;
|
|
31870
|
+
margin-right: 8px;
|
|
31800
31871
|
}
|
|
31801
|
-
.
|
|
31802
|
-
|
|
31803
|
-
|
|
31804
|
-
|
|
31872
|
+
.wpbf4pq .week-day-option:focus,
|
|
31873
|
+
.wpbf4pq .month-day-option:focus {
|
|
31874
|
+
color: inherit;
|
|
31875
|
+
border-color: #d9d9d9;
|
|
31805
31876
|
}
|
|
31806
|
-
|
|
31807
|
-
|
|
31808
|
-
|
|
31809
|
-
|
|
31810
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31811
|
-
height: 18px;
|
|
31812
|
-
line-height: 18px;
|
|
31813
|
-
margin-top: 2px;
|
|
31877
|
+
.wpbf4pq .week-day-option.active {
|
|
31878
|
+
background-color: #0096ff;
|
|
31879
|
+
border-color: #0096ff;
|
|
31880
|
+
color: #fff;
|
|
31814
31881
|
}
|
|
31815
|
-
|
|
31816
|
-
|
|
31817
|
-
|
|
31818
|
-
margin-right: 0;
|
|
31819
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31882
|
+
.wpbf4pq .week-day-option.en-text {
|
|
31883
|
+
width: 110px;
|
|
31884
|
+
margin-top: 4px;
|
|
31820
31885
|
}
|
|
31821
|
-
|
|
31822
|
-
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
|
|
31886
|
+
.wpbf4pq .month-day-option {
|
|
31887
|
+
width: 32px;
|
|
31888
|
+
padding: 0;
|
|
31889
|
+
margin-bottom: 8px;
|
|
31890
|
+
}
|
|
31891
|
+
.wpbf4pq .month-day-option.active {
|
|
31892
|
+
background-color: #0096ff;
|
|
31893
|
+
border-color: #0096ff;
|
|
31894
|
+
color: #fff;
|
|
31827
31895
|
}
|
|
31828
31896
|
|
|
31829
31897
|
.c18gxmrl {
|
|
@@ -32385,6 +32453,55 @@ input.rrg1fkn.ant-input {
|
|
|
32385
32453
|
background-color: #7E41FF;
|
|
32386
32454
|
}
|
|
32387
32455
|
|
|
32456
|
+
.l4bld33 {
|
|
32457
|
+
width: 64px;
|
|
32458
|
+
height: 64px;
|
|
32459
|
+
display: flex;
|
|
32460
|
+
align-items: center;
|
|
32461
|
+
justify-content: center;
|
|
32462
|
+
position: relative;
|
|
32463
|
+
opacity: 0.2;
|
|
32464
|
+
}
|
|
32465
|
+
|
|
32466
|
+
.lgitjoj {
|
|
32467
|
+
position: absolute;
|
|
32468
|
+
width: 5px;
|
|
32469
|
+
height: 48px;
|
|
32470
|
+
left: 9.33px;
|
|
32471
|
+
top: 40.5px;
|
|
32472
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32473
|
+
border-radius: 5px;
|
|
32474
|
+
transform: rotate(-128deg);
|
|
32475
|
+
transform-origin: top left;
|
|
32476
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32477
|
+
}
|
|
32478
|
+
|
|
32479
|
+
.l13g0exg {
|
|
32480
|
+
position: absolute;
|
|
32481
|
+
width: 5px;
|
|
32482
|
+
height: 48px;
|
|
32483
|
+
left: 40.8px;
|
|
32484
|
+
top: 8.4px;
|
|
32485
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32486
|
+
border-radius: 5px;
|
|
32487
|
+
transform: rotate(-8deg);
|
|
32488
|
+
transform-origin: top left;
|
|
32489
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32490
|
+
}
|
|
32491
|
+
|
|
32492
|
+
.l1exo3h6 {
|
|
32493
|
+
position: absolute;
|
|
32494
|
+
width: 5px;
|
|
32495
|
+
height: 48px;
|
|
32496
|
+
left: 52.9px;
|
|
32497
|
+
top: 51.8px;
|
|
32498
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32499
|
+
border-radius: 5px;
|
|
32500
|
+
transform: rotate(112deg);
|
|
32501
|
+
transform-origin: top left;
|
|
32502
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32503
|
+
}
|
|
32504
|
+
|
|
32388
32505
|
.m1thnes4 {
|
|
32389
32506
|
color: rgba(44, 56, 82, 0.6);
|
|
32390
32507
|
text-align: center;
|
|
@@ -32546,85 +32663,6 @@ input.rrg1fkn.ant-input {
|
|
|
32546
32663
|
margin-left: 8px;
|
|
32547
32664
|
}
|
|
32548
32665
|
|
|
32549
|
-
.l4bld33 {
|
|
32550
|
-
width: 64px;
|
|
32551
|
-
height: 64px;
|
|
32552
|
-
display: flex;
|
|
32553
|
-
align-items: center;
|
|
32554
|
-
justify-content: center;
|
|
32555
|
-
position: relative;
|
|
32556
|
-
opacity: 0.2;
|
|
32557
|
-
}
|
|
32558
|
-
|
|
32559
|
-
.lgitjoj {
|
|
32560
|
-
position: absolute;
|
|
32561
|
-
width: 5px;
|
|
32562
|
-
height: 48px;
|
|
32563
|
-
left: 9.33px;
|
|
32564
|
-
top: 40.5px;
|
|
32565
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32566
|
-
border-radius: 5px;
|
|
32567
|
-
transform: rotate(-128deg);
|
|
32568
|
-
transform-origin: top left;
|
|
32569
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32570
|
-
}
|
|
32571
|
-
|
|
32572
|
-
.l13g0exg {
|
|
32573
|
-
position: absolute;
|
|
32574
|
-
width: 5px;
|
|
32575
|
-
height: 48px;
|
|
32576
|
-
left: 40.8px;
|
|
32577
|
-
top: 8.4px;
|
|
32578
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32579
|
-
border-radius: 5px;
|
|
32580
|
-
transform: rotate(-8deg);
|
|
32581
|
-
transform-origin: top left;
|
|
32582
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32583
|
-
}
|
|
32584
|
-
|
|
32585
|
-
.l1exo3h6 {
|
|
32586
|
-
position: absolute;
|
|
32587
|
-
width: 5px;
|
|
32588
|
-
height: 48px;
|
|
32589
|
-
left: 52.9px;
|
|
32590
|
-
top: 51.8px;
|
|
32591
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32592
|
-
border-radius: 5px;
|
|
32593
|
-
transform: rotate(112deg);
|
|
32594
|
-
transform-origin: top left;
|
|
32595
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32596
|
-
}
|
|
32597
|
-
|
|
32598
|
-
.t1gz6wqf {
|
|
32599
|
-
height: 100%;
|
|
32600
|
-
}
|
|
32601
|
-
.t1gz6wqf .table-loading-item {
|
|
32602
|
-
padding: 12px 4px;
|
|
32603
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32604
|
-
display: flex;
|
|
32605
|
-
}
|
|
32606
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32607
|
-
height: 16px;
|
|
32608
|
-
margin: 4px;
|
|
32609
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32610
|
-
border-radius: 2px;
|
|
32611
|
-
}
|
|
32612
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32613
|
-
width: 16px;
|
|
32614
|
-
}
|
|
32615
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32616
|
-
flex: 1;
|
|
32617
|
-
}
|
|
32618
|
-
.t1gz6wqf :nth-child(1) {
|
|
32619
|
-
padding: 8px 4px;
|
|
32620
|
-
}
|
|
32621
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32622
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32623
|
-
}
|
|
32624
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32625
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32626
|
-
}
|
|
32627
|
-
|
|
32628
32666
|
.sq6vos1 {
|
|
32629
32667
|
--item-min-width: 60px;
|
|
32630
32668
|
}
|
|
@@ -32810,6 +32848,36 @@ input.rrg1fkn.ant-input {
|
|
|
32810
32848
|
justify-content: center;
|
|
32811
32849
|
}
|
|
32812
32850
|
|
|
32851
|
+
.t1gz6wqf {
|
|
32852
|
+
height: 100%;
|
|
32853
|
+
}
|
|
32854
|
+
.t1gz6wqf .table-loading-item {
|
|
32855
|
+
padding: 12px 4px;
|
|
32856
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32857
|
+
display: flex;
|
|
32858
|
+
}
|
|
32859
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32860
|
+
height: 16px;
|
|
32861
|
+
margin: 4px;
|
|
32862
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32863
|
+
border-radius: 2px;
|
|
32864
|
+
}
|
|
32865
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32866
|
+
width: 16px;
|
|
32867
|
+
}
|
|
32868
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32869
|
+
flex: 1;
|
|
32870
|
+
}
|
|
32871
|
+
.t1gz6wqf :nth-child(1) {
|
|
32872
|
+
padding: 8px 4px;
|
|
32873
|
+
}
|
|
32874
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32875
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32876
|
+
}
|
|
32877
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32878
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32879
|
+
}
|
|
32880
|
+
|
|
32813
32881
|
.c1k4vanq {
|
|
32814
32882
|
padding: 0 12px 14px 12px;
|
|
32815
32883
|
}
|
|
@@ -33124,15 +33192,6 @@ input.rrg1fkn.ant-input {
|
|
|
33124
33192
|
min-height: 0px;
|
|
33125
33193
|
}
|
|
33126
33194
|
|
|
33127
|
-
.w1xcixj5.outside-tag {
|
|
33128
|
-
padding-left: 0;
|
|
33129
|
-
}
|
|
33130
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33131
|
-
border-radius: 4px 0 0 4px;
|
|
33132
|
-
padding-right: 4px;
|
|
33133
|
-
margin-right: 4px;
|
|
33134
|
-
}
|
|
33135
|
-
|
|
33136
33195
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33137
33196
|
display: var(--at4ovwe-0);
|
|
33138
33197
|
}
|
|
@@ -33183,6 +33242,15 @@ input.rrg1fkn.ant-input {
|
|
|
33183
33242
|
font-size: inherit;
|
|
33184
33243
|
}
|
|
33185
33244
|
|
|
33245
|
+
.w1xcixj5.outside-tag {
|
|
33246
|
+
padding-left: 0;
|
|
33247
|
+
}
|
|
33248
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33249
|
+
border-radius: 4px 0 0 4px;
|
|
33250
|
+
padding-right: 4px;
|
|
33251
|
+
margin-right: 4px;
|
|
33252
|
+
}
|
|
33253
|
+
|
|
33186
33254
|
.sut42l0 {
|
|
33187
33255
|
padding: 0 8px;
|
|
33188
33256
|
height: 18px;
|