@cloudtower/eagle 0.27.3 → 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/index.d.ts +10 -0
- package/dist/components.css +573 -422
- package/dist/coreX/BarChart/BarChart.stories.d.ts +6 -0
- package/dist/coreX/BarChart/index.d.ts +10 -0
- package/dist/coreX/ChartWithTooltip/ChartWithTooltip.stories.d.ts +7 -0
- package/dist/coreX/ChartWithTooltip/index.d.ts +40 -0
- package/dist/coreX/DonutChart/DonutChart.stories.d.ts +6 -0
- package/dist/coreX/DonutChart/index.d.ts +12 -0
- package/dist/coreX/UnitWithChart/UnitWithChart.stories.d.ts +7 -0
- package/dist/coreX/UnitWithChart/index.d.ts +30 -0
- package/dist/esm/index.js +1619 -1294
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +7 -0
- package/dist/style.css +1369 -1218
- package/dist/umd/index.js +1620 -1289
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/tower.d.ts +1 -0
- 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%;
|
|
@@ -29870,17 +29883,216 @@ html body {
|
|
|
29870
29883
|
animation: rotate 680ms linear infinite;
|
|
29871
29884
|
}
|
|
29872
29885
|
|
|
29873
|
-
.
|
|
29874
|
-
|
|
29875
|
-
|
|
29876
|
-
|
|
29877
|
-
|
|
29878
|
-
|
|
29879
|
-
|
|
29886
|
+
.obf05yr {
|
|
29887
|
+
display: inline-block;
|
|
29888
|
+
}
|
|
29889
|
+
|
|
29890
|
+
.hsms1n6 {
|
|
29891
|
+
visibility: hidden;
|
|
29892
|
+
position: absolute;
|
|
29893
|
+
}
|
|
29894
|
+
|
|
29895
|
+
.p12gwtiw {
|
|
29896
|
+
display: flex;
|
|
29897
|
+
justify-content: space-between;
|
|
29898
|
+
align-items: center;
|
|
29899
|
+
padding: 10px 0;
|
|
29900
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29901
|
+
font-size: 12px;
|
|
29902
|
+
line-height: 24px;
|
|
29903
|
+
}
|
|
29904
|
+
.p12gwtiw .pagination-left {
|
|
29905
|
+
padding: 2px 8px;
|
|
29906
|
+
}
|
|
29907
|
+
.p12gwtiw .dropdown-trigger {
|
|
29908
|
+
display: flex;
|
|
29909
|
+
align-items: center;
|
|
29910
|
+
border-radius: 6px;
|
|
29911
|
+
cursor: pointer;
|
|
29912
|
+
transition: all 0.3s ease;
|
|
29913
|
+
}
|
|
29914
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
29915
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29916
|
+
color: #0080ff;
|
|
29917
|
+
}
|
|
29918
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29919
|
+
margin-left: 4px;
|
|
29920
|
+
}
|
|
29921
|
+
.p12gwtiw .pagination-right {
|
|
29880
29922
|
display: flex;
|
|
29881
29923
|
align-items: center;
|
|
29924
|
+
color: #0080ff;
|
|
29925
|
+
font-weight: bold;
|
|
29926
|
+
}
|
|
29927
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
29928
|
+
margin-left: 4px;
|
|
29929
|
+
}
|
|
29930
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
29931
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
29932
|
+
padding: 0 8px;
|
|
29933
|
+
}
|
|
29934
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
29935
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
29936
|
+
color: #0080ff;
|
|
29937
|
+
}
|
|
29938
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29939
|
+
transform: rotate(180deg);
|
|
29940
|
+
}
|
|
29941
|
+
|
|
29942
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29943
|
+
max-height: calc(100vh - 128px);
|
|
29944
|
+
overflow-y: auto;
|
|
29945
|
+
}
|
|
29946
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29947
|
+
padding: 4px 20px;
|
|
29948
|
+
font-size: 12px;
|
|
29949
|
+
line-height: 18px;
|
|
29950
|
+
}
|
|
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 {
|
|
29882
30029
|
white-space: nowrap;
|
|
29883
|
-
|
|
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;
|
|
29884
30096
|
}
|
|
29885
30097
|
|
|
29886
30098
|
.cz04yix {
|
|
@@ -30495,216 +30707,153 @@ input.rrg1fkn.ant-input {
|
|
|
30495
30707
|
border-bottom-left-radius: 0;
|
|
30496
30708
|
}
|
|
30497
30709
|
|
|
30498
|
-
.
|
|
30499
|
-
display:
|
|
30500
|
-
|
|
30501
|
-
white-space: pre-wrap;
|
|
30502
|
-
}
|
|
30503
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30504
|
-
position: relative;
|
|
30505
|
-
top: 3px;
|
|
30710
|
+
.c1t6wbwv {
|
|
30711
|
+
display: flex;
|
|
30712
|
+
flex-direction: column;
|
|
30506
30713
|
}
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30714
|
+
.c1t6wbwv .select-wrapper {
|
|
30715
|
+
margin-top: 12px;
|
|
30509
30716
|
}
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30717
|
+
.c1t6wbwv .select-wrapper .select {
|
|
30718
|
+
width: 100%;
|
|
30512
30719
|
}
|
|
30513
|
-
.
|
|
30514
|
-
|
|
30515
|
-
background: #0080ff;
|
|
30720
|
+
.c1t6wbwv .radio-wrapper {
|
|
30721
|
+
margin-top: 24px;
|
|
30516
30722
|
}
|
|
30517
|
-
.
|
|
30518
|
-
|
|
30519
|
-
left: 4px;
|
|
30520
|
-
width: 6px;
|
|
30521
|
-
height: 6px;
|
|
30522
|
-
background: #fff;
|
|
30723
|
+
.c1t6wbwv .form-item {
|
|
30724
|
+
width: 100%;
|
|
30523
30725
|
}
|
|
30524
|
-
|
|
30525
|
-
|
|
30526
|
-
|
|
30527
|
-
|
|
30528
|
-
|
|
30529
|
-
|
|
30530
|
-
}
|
|
30531
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30532
|
-
background: #00122e;
|
|
30533
|
-
}
|
|
30534
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30535
|
-
color: #00122e;
|
|
30536
|
-
opacity: 0.5;
|
|
30726
|
+
|
|
30727
|
+
.d1k7vv5v {
|
|
30728
|
+
font-size: 14px;
|
|
30729
|
+
font-weight: 500;
|
|
30730
|
+
color: #3e4652;
|
|
30731
|
+
line-height: 18px;
|
|
30537
30732
|
}
|
|
30538
|
-
.
|
|
30539
|
-
|
|
30733
|
+
.d1k7vv5v + .d1k7vv5v {
|
|
30734
|
+
margin-top: 16px;
|
|
30540
30735
|
}
|
|
30541
|
-
.
|
|
30542
|
-
|
|
30543
|
-
padding: 0;
|
|
30544
|
-
padding-left: 12px;
|
|
30736
|
+
.d1k7vv5v + * {
|
|
30737
|
+
margin-top: 16px;
|
|
30545
30738
|
}
|
|
30546
|
-
|
|
30547
|
-
|
|
30548
|
-
|
|
30739
|
+
|
|
30740
|
+
.le7b9r4.d1k7vv5v {
|
|
30741
|
+
font-size: 12px;
|
|
30549
30742
|
color: rgba(44, 56, 82, 0.6);
|
|
30550
|
-
|
|
30551
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30552
|
-
padding-left: 8px;
|
|
30743
|
+
margin-top: 12px;
|
|
30553
30744
|
}
|
|
30554
30745
|
|
|
30555
|
-
.
|
|
30556
|
-
|
|
30557
|
-
|
|
30558
|
-
|
|
30559
|
-
|
|
30746
|
+
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
30747
|
+
line-height: 18px;
|
|
30748
|
+
font-weight: 500;
|
|
30749
|
+
margin-top: 0;
|
|
30750
|
+
white-space: initial;
|
|
30560
30751
|
}
|
|
30561
30752
|
|
|
30562
|
-
.
|
|
30563
|
-
|
|
30564
|
-
border-color: #ccd4e3;
|
|
30565
|
-
}
|
|
30566
|
-
.r1f0aqcc:first-child {
|
|
30567
|
-
border-color: #a3b4cc;
|
|
30753
|
+
.r12ddqmh {
|
|
30754
|
+
display: block;
|
|
30568
30755
|
}
|
|
30569
|
-
.
|
|
30570
|
-
|
|
30756
|
+
.r12ddqmh span {
|
|
30757
|
+
font-size: 14px;
|
|
30758
|
+
font-weight: 500;
|
|
30571
30759
|
line-height: 32px;
|
|
30572
|
-
|
|
30760
|
+
color: #3e4652;
|
|
30573
30761
|
}
|
|
30574
|
-
|
|
30575
|
-
|
|
30762
|
+
|
|
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;
|
|
30576
30770
|
}
|
|
30577
|
-
.
|
|
30578
|
-
height: 22px;
|
|
30579
|
-
padding: 0 7px;
|
|
30771
|
+
.ctcr26a div {
|
|
30580
30772
|
line-height: 20px;
|
|
30773
|
+
display: flex;
|
|
30774
|
+
align-items: center;
|
|
30775
|
+
word-break: break-all;
|
|
30581
30776
|
}
|
|
30582
|
-
|
|
30583
|
-
|
|
30584
|
-
|
|
30585
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30586
|
-
background: #0080ff;
|
|
30587
|
-
}
|
|
30588
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30589
|
-
background: #ccd4e3;
|
|
30590
|
-
opacity: 0.5;
|
|
30591
|
-
}
|
|
30592
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30593
|
-
border-right-color: #0080ff;
|
|
30594
|
-
}
|
|
30595
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30596
|
-
border-color: #0080ff;
|
|
30777
|
+
|
|
30778
|
+
.s1fc623g {
|
|
30779
|
+
width: 430px !important;
|
|
30597
30780
|
}
|
|
30598
|
-
|
|
30599
|
-
|
|
30781
|
+
|
|
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;
|
|
30600
30790
|
}
|
|
30601
|
-
|
|
30602
|
-
|
|
30603
|
-
|
|
30604
|
-
|
|
30791
|
+
|
|
30792
|
+
.onr9gzt {
|
|
30793
|
+
display: flex;
|
|
30794
|
+
flex-direction: column;
|
|
30795
|
+
margin: 1px 8px;
|
|
30796
|
+
padding: 8px;
|
|
30797
|
+
border-radius: 4px;
|
|
30605
30798
|
}
|
|
30606
|
-
.
|
|
30607
|
-
|
|
30608
|
-
border-color: #ccd4e3;
|
|
30799
|
+
.onr9gzt .selected-icon {
|
|
30800
|
+
display: none;
|
|
30609
30801
|
}
|
|
30610
|
-
.
|
|
30611
|
-
|
|
30612
|
-
border-color: #ccd4e3;
|
|
30613
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30802
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30803
|
+
padding-left: 8px;
|
|
30614
30804
|
}
|
|
30615
|
-
.
|
|
30616
|
-
|
|
30617
|
-
display: inline;
|
|
30618
|
-
border: none;
|
|
30619
|
-
padding: 0;
|
|
30620
|
-
width: 36px;
|
|
30621
|
-
background: transparent;
|
|
30805
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30806
|
+
background-color: white;
|
|
30622
30807
|
}
|
|
30623
|
-
.
|
|
30624
|
-
|
|
30808
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30809
|
+
color: #0080ff;
|
|
30625
30810
|
}
|
|
30626
|
-
.
|
|
30627
|
-
|
|
30628
|
-
width: initial;
|
|
30629
|
-
box-shadow: none;
|
|
30811
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30812
|
+
display: block;
|
|
30630
30813
|
}
|
|
30631
|
-
.
|
|
30632
|
-
|
|
30814
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30815
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30633
30816
|
}
|
|
30634
|
-
.
|
|
30635
|
-
|
|
30817
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30818
|
+
color: #0080ff;
|
|
30636
30819
|
}
|
|
30637
|
-
.
|
|
30638
|
-
|
|
30639
|
-
|
|
30640
|
-
padding: 0;
|
|
30641
|
-
width: 36px;
|
|
30820
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30821
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30822
|
+
color: #0080ff;
|
|
30642
30823
|
}
|
|
30643
30824
|
|
|
30644
|
-
.
|
|
30645
|
-
display:
|
|
30825
|
+
.oiy0apc {
|
|
30826
|
+
display: flex;
|
|
30827
|
+
justify-content: space-between;
|
|
30828
|
+
height: 20px;
|
|
30829
|
+
line-height: 20px;
|
|
30646
30830
|
}
|
|
30647
|
-
|
|
30648
|
-
|
|
30649
|
-
|
|
30650
|
-
|
|
30831
|
+
.oiy0apc .timezone-title {
|
|
30832
|
+
color: #2d3a56;
|
|
30833
|
+
overflow: hidden;
|
|
30834
|
+
text-overflow: ellipsis;
|
|
30651
30835
|
}
|
|
30652
30836
|
|
|
30653
|
-
.
|
|
30837
|
+
.of4y382 {
|
|
30654
30838
|
display: flex;
|
|
30655
30839
|
justify-content: space-between;
|
|
30656
|
-
align-items: center;
|
|
30657
|
-
padding: 10px 0;
|
|
30658
30840
|
color: rgba(44, 56, 82, 0.6);
|
|
30659
|
-
|
|
30660
|
-
line-height:
|
|
30661
|
-
|
|
30662
|
-
.p12gwtiw .pagination-left {
|
|
30663
|
-
padding: 2px 8px;
|
|
30664
|
-
}
|
|
30665
|
-
.p12gwtiw .dropdown-trigger {
|
|
30666
|
-
display: flex;
|
|
30667
|
-
align-items: center;
|
|
30668
|
-
border-radius: 6px;
|
|
30669
|
-
cursor: pointer;
|
|
30670
|
-
transition: all 0.3s ease;
|
|
30671
|
-
}
|
|
30672
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30673
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30674
|
-
color: #0080ff;
|
|
30675
|
-
}
|
|
30676
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30677
|
-
margin-left: 4px;
|
|
30678
|
-
}
|
|
30679
|
-
.p12gwtiw .pagination-right {
|
|
30680
|
-
display: flex;
|
|
30681
|
-
align-items: center;
|
|
30682
|
-
color: #0080ff;
|
|
30683
|
-
font-weight: bold;
|
|
30684
|
-
}
|
|
30685
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30686
|
-
margin-left: 4px;
|
|
30687
|
-
}
|
|
30688
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30689
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30690
|
-
padding: 0 8px;
|
|
30691
|
-
}
|
|
30692
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30693
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30694
|
-
color: #0080ff;
|
|
30695
|
-
}
|
|
30696
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30697
|
-
transform: rotate(180deg);
|
|
30841
|
+
height: 18px;
|
|
30842
|
+
line-height: 18px;
|
|
30843
|
+
margin-top: 2px;
|
|
30698
30844
|
}
|
|
30699
30845
|
|
|
30700
|
-
.
|
|
30701
|
-
|
|
30702
|
-
|
|
30846
|
+
.t19903l9 {
|
|
30847
|
+
border: none;
|
|
30848
|
+
margin-right: 0;
|
|
30849
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30703
30850
|
}
|
|
30704
|
-
|
|
30705
|
-
|
|
30706
|
-
|
|
30707
|
-
|
|
30851
|
+
|
|
30852
|
+
.ohwbvxu {
|
|
30853
|
+
pointer-events: none;
|
|
30854
|
+
height: 32px;
|
|
30855
|
+
width: 100%;
|
|
30856
|
+
opacity: 0;
|
|
30708
30857
|
}
|
|
30709
30858
|
|
|
30710
30859
|
.s34f1qb.ant-switch {
|
|
@@ -30766,924 +30915,843 @@ input.rrg1fkn.ant-input {
|
|
|
30766
30915
|
display: inline-block;
|
|
30767
30916
|
}
|
|
30768
30917
|
|
|
30769
|
-
.
|
|
30770
|
-
|
|
30771
|
-
font-style: normal;
|
|
30772
|
-
font-weight: bold;
|
|
30773
|
-
font-size: 32px;
|
|
30774
|
-
line-height: 40px;
|
|
30918
|
+
.t1upn1sz {
|
|
30919
|
+
height: 100%;
|
|
30775
30920
|
}
|
|
30776
30921
|
|
|
30777
|
-
.
|
|
30778
|
-
|
|
30779
|
-
font-style: normal;
|
|
30780
|
-
font-weight: bold;
|
|
30781
|
-
font-size: 24px;
|
|
30782
|
-
line-height: 32px;
|
|
30922
|
+
.tta5kd2 {
|
|
30923
|
+
height: 100%;
|
|
30783
30924
|
}
|
|
30784
|
-
|
|
30785
|
-
|
|
30786
|
-
|
|
30787
|
-
font-style: normal;
|
|
30788
|
-
font-weight: normal;
|
|
30789
|
-
font-size: 32px;
|
|
30790
|
-
line-height: 40px;
|
|
30925
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
30926
|
+
overflow: visible !important;
|
|
30927
|
+
height: 100%;
|
|
30791
30928
|
}
|
|
30792
|
-
|
|
30793
|
-
|
|
30794
|
-
font-family: Inter;
|
|
30795
|
-
font-style: normal;
|
|
30796
|
-
font-weight: bold;
|
|
30797
|
-
font-size: 20px;
|
|
30798
|
-
line-height: 24px;
|
|
30929
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30930
|
+
height: 100%;
|
|
30799
30931
|
}
|
|
30800
|
-
|
|
30801
|
-
|
|
30802
|
-
|
|
30803
|
-
font-style: normal;
|
|
30804
|
-
font-weight: normal;
|
|
30805
|
-
font-size: 20px;
|
|
30806
|
-
line-height: 24px;
|
|
30932
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
30933
|
+
width: 100% !important;
|
|
30934
|
+
height: 100%;
|
|
30807
30935
|
}
|
|
30808
|
-
|
|
30809
|
-
|
|
30810
|
-
font-family: Inter;
|
|
30811
|
-
font-style: normal;
|
|
30812
|
-
font-weight: bold;
|
|
30813
|
-
font-size: 18px;
|
|
30814
|
-
line-height: 22px;
|
|
30936
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30937
|
+
padding: 15px 0;
|
|
30815
30938
|
}
|
|
30816
|
-
|
|
30817
|
-
|
|
30818
|
-
font-family: Inter;
|
|
30819
|
-
font-style: normal;
|
|
30820
|
-
font-weight: normal;
|
|
30821
|
-
font-size: 18px;
|
|
30822
|
-
line-height: 22px;
|
|
30939
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30940
|
+
display: none;
|
|
30823
30941
|
}
|
|
30824
|
-
|
|
30825
|
-
|
|
30826
|
-
font-family: Inter;
|
|
30827
|
-
font-style: normal;
|
|
30828
|
-
font-weight: bold;
|
|
30829
|
-
font-size: 16px;
|
|
30830
|
-
line-height: 22px;
|
|
30942
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
30943
|
+
font-weight: 700;
|
|
30831
30944
|
}
|
|
30832
|
-
|
|
30833
|
-
|
|
30834
|
-
font-family: Inter;
|
|
30835
|
-
font-style: normal;
|
|
30836
|
-
font-weight: normal;
|
|
30837
|
-
font-size: 16px;
|
|
30838
|
-
line-height: 22px;
|
|
30945
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30946
|
+
font-weight: 700;
|
|
30839
30947
|
}
|
|
30840
|
-
|
|
30841
|
-
|
|
30842
|
-
font-family: Inter;
|
|
30843
|
-
font-style: normal;
|
|
30844
|
-
font-weight: bold;
|
|
30845
|
-
font-size: 14px;
|
|
30846
|
-
line-height: 20px;
|
|
30948
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
30949
|
+
height: 100%;
|
|
30847
30950
|
}
|
|
30848
|
-
|
|
30849
|
-
|
|
30850
|
-
|
|
30851
|
-
font-style: normal;
|
|
30852
|
-
font-weight: normal;
|
|
30853
|
-
font-size: 14px;
|
|
30854
|
-
line-height: 20px;
|
|
30951
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30952
|
+
height: 100%;
|
|
30953
|
+
overflow: visible;
|
|
30855
30954
|
}
|
|
30856
|
-
|
|
30857
|
-
|
|
30858
|
-
font-family: Inter;
|
|
30859
|
-
font-style: normal;
|
|
30860
|
-
font-weight: bold;
|
|
30861
|
-
font-size: 12px;
|
|
30862
|
-
line-height: 18px;
|
|
30955
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30956
|
+
max-height: none;
|
|
30863
30957
|
}
|
|
30864
|
-
|
|
30865
|
-
.
|
|
30866
|
-
|
|
30867
|
-
font-style: normal;
|
|
30868
|
-
font-weight: normal;
|
|
30869
|
-
font-size: 12px;
|
|
30870
|
-
line-height: 18px;
|
|
30958
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
30959
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30960
|
+
display: none;
|
|
30871
30961
|
}
|
|
30872
|
-
|
|
30873
|
-
|
|
30874
|
-
font-family: Inter;
|
|
30875
|
-
font-style: normal;
|
|
30876
|
-
font-weight: bold;
|
|
30877
|
-
text-transform: uppercase;
|
|
30878
|
-
font-feature-settings: "cpsp" on;
|
|
30879
|
-
font-size: 12px;
|
|
30880
|
-
line-height: 18px;
|
|
30962
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
30963
|
+
background: transparent;
|
|
30881
30964
|
}
|
|
30882
|
-
|
|
30883
|
-
.
|
|
30884
|
-
|
|
30885
|
-
|
|
30886
|
-
font-weight: normal;
|
|
30887
|
-
text-transform: uppercase;
|
|
30888
|
-
font-feature-settings: "cpsp" on;
|
|
30889
|
-
font-size: 12px;
|
|
30890
|
-
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;
|
|
30891
30969
|
}
|
|
30892
|
-
|
|
30893
|
-
.
|
|
30894
|
-
|
|
30895
|
-
|
|
30896
|
-
|
|
30897
|
-
|
|
30898
|
-
line-height: 24px;
|
|
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;
|
|
30899
30976
|
}
|
|
30900
|
-
|
|
30901
|
-
.
|
|
30902
|
-
|
|
30903
|
-
|
|
30904
|
-
|
|
30905
|
-
font-size: 16px;
|
|
30906
|
-
line-height: 24px;
|
|
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%;
|
|
30907
30982
|
}
|
|
30908
|
-
|
|
30909
|
-
|
|
30910
|
-
font-family: Inter;
|
|
30911
|
-
font-style: normal;
|
|
30912
|
-
font-weight: normal;
|
|
30913
|
-
font-size: 16px;
|
|
30914
|
-
line-height: 24px;
|
|
30983
|
+
.tta5kd2 .ant-table-container {
|
|
30984
|
+
height: 100%;
|
|
30915
30985
|
}
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
font-family: Inter;
|
|
30919
|
-
font-style: normal;
|
|
30920
|
-
font-weight: bold;
|
|
30921
|
-
font-size: 16px;
|
|
30922
|
-
line-height: 24px;
|
|
30986
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
30987
|
+
box-shadow: none !important;
|
|
30923
30988
|
}
|
|
30924
|
-
|
|
30925
|
-
|
|
30926
|
-
|
|
30927
|
-
|
|
30928
|
-
|
|
30929
|
-
|
|
30930
|
-
font-
|
|
30931
|
-
|
|
30932
|
-
line-height: 24px;
|
|
30989
|
+
.tta5kd2 .ant-table {
|
|
30990
|
+
border-radius: 0px;
|
|
30991
|
+
border-left: none;
|
|
30992
|
+
border-right: none;
|
|
30993
|
+
border-bottom: none;
|
|
30994
|
+
height: 100%;
|
|
30995
|
+
font-size: 12px;
|
|
30996
|
+
background: transparent;
|
|
30933
30997
|
}
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
|
|
30937
|
-
|
|
30938
|
-
|
|
30939
|
-
text-transform: uppercase;
|
|
30940
|
-
font-feature-settings: "cpsp" on;
|
|
30941
|
-
font-size: 16px;
|
|
30942
|
-
line-height: 24px;
|
|
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;
|
|
30943
31003
|
}
|
|
30944
|
-
|
|
30945
|
-
.
|
|
30946
|
-
|
|
30947
|
-
font-style: normal;
|
|
30948
|
-
font-weight: normal;
|
|
30949
|
-
font-size: 14px;
|
|
30950
|
-
line-height: 22px;
|
|
31004
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31005
|
+
.tta5kd2 .ant-table .value {
|
|
31006
|
+
color: #2d3a56;
|
|
30951
31007
|
}
|
|
30952
|
-
|
|
30953
|
-
.
|
|
30954
|
-
|
|
30955
|
-
font-style: normal;
|
|
30956
|
-
font-weight: 500;
|
|
30957
|
-
font-size: 14px;
|
|
30958
|
-
line-height: 22px;
|
|
31008
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31009
|
+
.tta5kd2 .ant-table .unit {
|
|
31010
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30959
31011
|
}
|
|
30960
|
-
|
|
30961
|
-
|
|
30962
|
-
|
|
30963
|
-
font-style: normal;
|
|
30964
|
-
font-weight: bold;
|
|
30965
|
-
font-size: 14px;
|
|
30966
|
-
line-height: 22px;
|
|
31012
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31013
|
+
position: unset;
|
|
31014
|
+
text-align: center;
|
|
30967
31015
|
}
|
|
30968
|
-
|
|
30969
|
-
|
|
30970
|
-
font-family: Inter;
|
|
30971
|
-
font-style: normal;
|
|
30972
|
-
font-weight: normal;
|
|
30973
|
-
font-size: 14px;
|
|
30974
|
-
line-height: 22px;
|
|
31016
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31017
|
+
background: #fff;
|
|
30975
31018
|
}
|
|
30976
|
-
|
|
30977
|
-
|
|
30978
|
-
|
|
30979
|
-
|
|
30980
|
-
|
|
30981
|
-
|
|
30982
|
-
line-height: 22px;
|
|
31019
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31020
|
+
cursor: pointer;
|
|
31021
|
+
position: absolute;
|
|
31022
|
+
top: 50%;
|
|
31023
|
+
right: 12px;
|
|
31024
|
+
transform: translateY(-50%);
|
|
30983
31025
|
}
|
|
30984
|
-
|
|
30985
|
-
|
|
30986
|
-
|
|
30987
|
-
|
|
30988
|
-
font-weight: normal;
|
|
30989
|
-
text-transform: uppercase;
|
|
30990
|
-
font-feature-settings: "cpsp" on;
|
|
30991
|
-
font-size: 14px;
|
|
30992
|
-
line-height: 22px;
|
|
30993
|
-
}
|
|
30994
|
-
|
|
30995
|
-
.lckqe8j {
|
|
30996
|
-
font-family: Inter;
|
|
30997
|
-
font-style: normal;
|
|
30998
|
-
font-weight: bold;
|
|
30999
|
-
text-transform: uppercase;
|
|
31000
|
-
font-feature-settings: "cpsp" on;
|
|
31001
|
-
font-size: 14px;
|
|
31002
|
-
line-height: 22px;
|
|
31003
|
-
}
|
|
31004
|
-
|
|
31005
|
-
.l1kuminb {
|
|
31006
|
-
font-family: Inter;
|
|
31007
|
-
font-style: normal;
|
|
31008
|
-
font-weight: normal;
|
|
31009
|
-
font-size: 13px;
|
|
31010
|
-
line-height: 20px;
|
|
31011
|
-
}
|
|
31012
|
-
|
|
31013
|
-
.l1pbuf5j {
|
|
31014
|
-
font-family: Inter;
|
|
31015
|
-
font-style: normal;
|
|
31016
|
-
font-weight: 600;
|
|
31017
|
-
font-size: 13px;
|
|
31018
|
-
line-height: 20px;
|
|
31019
|
-
}
|
|
31020
|
-
|
|
31021
|
-
.l1r4ztu {
|
|
31022
|
-
font-family: Inter;
|
|
31023
|
-
font-style: normal;
|
|
31024
|
-
font-weight: bold;
|
|
31025
|
-
font-size: 13px;
|
|
31026
|
-
line-height: 20px;
|
|
31027
|
-
}
|
|
31028
|
-
|
|
31029
|
-
.ly8vzok {
|
|
31030
|
-
font-family: Inter;
|
|
31031
|
-
font-style: normal;
|
|
31032
|
-
font-weight: normal;
|
|
31033
|
-
font-size: 13px;
|
|
31034
|
-
line-height: 20px;
|
|
31035
|
-
}
|
|
31036
|
-
|
|
31037
|
-
.lumfmf {
|
|
31038
|
-
font-family: Inter;
|
|
31039
|
-
font-style: normal;
|
|
31040
|
-
font-weight: 600;
|
|
31041
|
-
font-size: 13px;
|
|
31042
|
-
line-height: 20px;
|
|
31043
|
-
}
|
|
31044
|
-
|
|
31045
|
-
.l16ujwmv {
|
|
31046
|
-
font-family: Inter;
|
|
31047
|
-
font-style: normal;
|
|
31048
|
-
font-weight: bold;
|
|
31049
|
-
font-size: 13px;
|
|
31050
|
-
line-height: 20px;
|
|
31051
|
-
}
|
|
31052
|
-
|
|
31053
|
-
.l17o1ffr {
|
|
31054
|
-
font-family: Inter;
|
|
31055
|
-
font-style: normal;
|
|
31056
|
-
font-weight: normal;
|
|
31057
|
-
text-transform: uppercase;
|
|
31058
|
-
font-feature-settings: "cpsp" on;
|
|
31059
|
-
font-size: 13px;
|
|
31060
|
-
line-height: 20px;
|
|
31061
|
-
}
|
|
31062
|
-
|
|
31063
|
-
.lngllvn {
|
|
31064
|
-
font-family: Inter;
|
|
31065
|
-
font-style: normal;
|
|
31066
|
-
font-weight: bold;
|
|
31067
|
-
text-transform: uppercase;
|
|
31068
|
-
font-feature-settings: "cpsp" on;
|
|
31069
|
-
font-size: 13px;
|
|
31070
|
-
line-height: 20px;
|
|
31071
|
-
}
|
|
31072
|
-
|
|
31073
|
-
.l2i7fo9 {
|
|
31074
|
-
font-family: Inter;
|
|
31075
|
-
font-style: normal;
|
|
31076
|
-
font-weight: normal;
|
|
31077
|
-
font-size: 12px;
|
|
31078
|
-
line-height: 18px;
|
|
31079
|
-
}
|
|
31080
|
-
|
|
31081
|
-
.l1x7hscx {
|
|
31082
|
-
font-family: Inter;
|
|
31083
|
-
font-style: normal;
|
|
31084
|
-
font-weight: 500;
|
|
31085
|
-
font-size: 12px;
|
|
31086
|
-
line-height: 18px;
|
|
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);
|
|
31087
31030
|
}
|
|
31088
|
-
|
|
31089
|
-
|
|
31090
|
-
|
|
31091
|
-
|
|
31092
|
-
font-weight: bold;
|
|
31093
|
-
font-size: 12px;
|
|
31094
|
-
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);
|
|
31095
31035
|
}
|
|
31096
|
-
|
|
31097
|
-
|
|
31098
|
-
font-family: Inter;
|
|
31099
|
-
font-style: normal;
|
|
31100
|
-
font-weight: normal;
|
|
31101
|
-
font-size: 12px;
|
|
31102
|
-
line-height: 18px;
|
|
31036
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31037
|
+
position: relative;
|
|
31103
31038
|
}
|
|
31104
|
-
|
|
31105
|
-
.
|
|
31106
|
-
|
|
31107
|
-
|
|
31108
|
-
|
|
31109
|
-
|
|
31110
|
-
|
|
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;
|
|
31111
31046
|
}
|
|
31112
|
-
|
|
31113
|
-
|
|
31114
|
-
|
|
31115
|
-
font-style: normal;
|
|
31116
|
-
font-weight: bold;
|
|
31117
|
-
font-size: 12px;
|
|
31118
|
-
line-height: 18px;
|
|
31047
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31048
|
+
background: #f2f5fa;
|
|
31049
|
+
border-bottom-color: #f2f5fa;
|
|
31119
31050
|
}
|
|
31120
|
-
|
|
31121
|
-
|
|
31122
|
-
|
|
31123
|
-
font-style: normal;
|
|
31124
|
-
font-weight: normal;
|
|
31125
|
-
text-transform: uppercase;
|
|
31126
|
-
font-feature-settings: "cpsp" on;
|
|
31051
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31052
|
+
height: auto;
|
|
31053
|
+
color: #00122e;
|
|
31127
31054
|
font-size: 12px;
|
|
31128
|
-
|
|
31055
|
+
text-align: left;
|
|
31056
|
+
transition: none;
|
|
31057
|
+
overflow: hidden;
|
|
31058
|
+
text-overflow: ellipsis;
|
|
31059
|
+
white-space: nowrap;
|
|
31129
31060
|
}
|
|
31130
|
-
|
|
31131
|
-
|
|
31132
|
-
font-family: Inter;
|
|
31133
|
-
font-style: normal;
|
|
31134
|
-
font-weight: bold;
|
|
31135
|
-
text-transform: uppercase;
|
|
31136
|
-
font-feature-settings: "cpsp" on;
|
|
31137
|
-
font-size: 12px;
|
|
31138
|
-
line-height: 18px;
|
|
31061
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31062
|
+
color: #0096ff;
|
|
31139
31063
|
}
|
|
31140
|
-
|
|
31141
|
-
|
|
31142
|
-
|
|
31143
|
-
|
|
31144
|
-
|
|
31145
|
-
font-size: 13px;
|
|
31146
|
-
line-height: 20px;
|
|
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;
|
|
31147
31069
|
}
|
|
31148
|
-
|
|
31149
|
-
|
|
31150
|
-
font-family: Inter;
|
|
31151
|
-
font-style: normal;
|
|
31152
|
-
font-weight: normal;
|
|
31153
|
-
font-size: 13px;
|
|
31154
|
-
line-height: 20px;
|
|
31070
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31071
|
+
line-height: 0px;
|
|
31155
31072
|
}
|
|
31156
|
-
|
|
31157
|
-
|
|
31158
|
-
font-family: Inter;
|
|
31159
|
-
font-style: normal;
|
|
31160
|
-
font-weight: normal;
|
|
31161
|
-
font-size: 12px;
|
|
31162
|
-
line-height: 18px;
|
|
31073
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31074
|
+
padding-right: 25px;
|
|
31163
31075
|
}
|
|
31164
|
-
|
|
31165
|
-
|
|
31166
|
-
font-family: Inter;
|
|
31167
|
-
font-style: normal;
|
|
31168
|
-
font-weight: normal;
|
|
31169
|
-
font-size: 12px;
|
|
31170
|
-
line-height: 18px;
|
|
31076
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31077
|
+
border-top-color: transparent;
|
|
31171
31078
|
}
|
|
31172
|
-
|
|
31173
|
-
.
|
|
31174
|
-
|
|
31175
|
-
font-style: normal;
|
|
31176
|
-
font-weight: normal;
|
|
31177
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31178
|
-
font-size: 13px;
|
|
31179
|
-
line-height: 20px;
|
|
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;
|
|
31180
31082
|
}
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
font-family: Inter;
|
|
31184
|
-
font-style: normal;
|
|
31185
|
-
font-weight: normal;
|
|
31186
|
-
font-feature-settings: "zero" on;
|
|
31187
|
-
font-size: 13px;
|
|
31188
|
-
line-height: 20px;
|
|
31083
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31084
|
+
border-radius: 8px 0 0 8px;
|
|
31189
31085
|
}
|
|
31190
|
-
|
|
31191
|
-
|
|
31192
|
-
font-family: Inter;
|
|
31193
|
-
font-style: normal;
|
|
31194
|
-
font-weight: normal;
|
|
31195
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31196
|
-
font-size: 12px;
|
|
31197
|
-
line-height: 18px;
|
|
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;
|
|
31198
31088
|
}
|
|
31199
|
-
|
|
31200
|
-
|
|
31201
|
-
|
|
31202
|
-
|
|
31203
|
-
|
|
31204
|
-
|
|
31205
|
-
font-size: 12px;
|
|
31206
|
-
line-height: 18px;
|
|
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;
|
|
31207
31095
|
}
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
font-family: Inter;
|
|
31211
|
-
font-style: normal;
|
|
31212
|
-
font-weight: normal;
|
|
31213
|
-
font-feature-settings: "zero" on;
|
|
31214
|
-
font-size: 12px;
|
|
31215
|
-
line-height: 18px;
|
|
31096
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31097
|
+
border-radius: 0 8px 8px 0;
|
|
31216
31098
|
}
|
|
31217
|
-
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
|
|
31221
|
-
font-weight: 500;
|
|
31222
|
-
font-feature-settings: "zero" on;
|
|
31223
|
-
font-size: 12px;
|
|
31224
|
-
line-height: 18px;
|
|
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;
|
|
31225
31103
|
}
|
|
31226
|
-
|
|
31227
|
-
|
|
31228
|
-
|
|
31229
|
-
|
|
31230
|
-
font-weight: bold;
|
|
31231
|
-
font-feature-settings: "zero" on;
|
|
31232
|
-
font-size: 16px;
|
|
31233
|
-
line-height: 24px;
|
|
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);
|
|
31234
31108
|
}
|
|
31235
|
-
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
font-style: normal;
|
|
31239
|
-
font-weight: normal;
|
|
31240
|
-
font-size: 10px;
|
|
31241
|
-
line-height: 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);
|
|
31242
31112
|
}
|
|
31243
|
-
|
|
31244
|
-
|
|
31245
|
-
|
|
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);
|
|
31246
31118
|
}
|
|
31247
|
-
|
|
31248
|
-
|
|
31249
|
-
padding: 8px 16px;
|
|
31250
|
-
line-height: 18px;
|
|
31119
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31120
|
+
background: white;
|
|
31251
31121
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31252
|
-
height: 34px;
|
|
31253
|
-
min-height: 34px;
|
|
31254
|
-
box-sizing: border-box;
|
|
31255
|
-
margin-top: 8px;
|
|
31256
31122
|
}
|
|
31257
|
-
|
|
31258
|
-
.onr9gzt {
|
|
31123
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31259
31124
|
display: flex;
|
|
31260
|
-
|
|
31261
|
-
|
|
31262
|
-
|
|
31263
|
-
border-radius: 4px;
|
|
31264
|
-
}
|
|
31265
|
-
.onr9gzt .selected-icon {
|
|
31266
|
-
display: none;
|
|
31125
|
+
align-items: center;
|
|
31126
|
+
height: 100%;
|
|
31127
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31267
31128
|
}
|
|
31268
|
-
.
|
|
31269
|
-
|
|
31129
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31130
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31270
31131
|
}
|
|
31271
|
-
.
|
|
31272
|
-
|
|
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;
|
|
31273
31135
|
}
|
|
31274
|
-
.
|
|
31275
|
-
color:
|
|
31136
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31137
|
+
border-top-color: white;
|
|
31276
31138
|
}
|
|
31277
|
-
.
|
|
31278
|
-
|
|
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;
|
|
31279
31143
|
}
|
|
31280
|
-
.
|
|
31281
|
-
|
|
31144
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31145
|
+
border-radius: 8px 0 0 8px;
|
|
31282
31146
|
}
|
|
31283
|
-
.
|
|
31284
|
-
|
|
31147
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31148
|
+
border-radius: 0 8px 8px 0;
|
|
31285
31149
|
}
|
|
31286
|
-
.
|
|
31150
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31287
31151
|
background: rgba(0, 136, 255, 0.1);
|
|
31288
|
-
color: #0080ff;
|
|
31289
31152
|
}
|
|
31290
|
-
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
|
|
31294
|
-
|
|
31295
|
-
|
|
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;
|
|
31296
31161
|
}
|
|
31297
|
-
.
|
|
31298
|
-
|
|
31299
|
-
|
|
31300
|
-
|
|
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;
|
|
31301
31170
|
}
|
|
31302
|
-
|
|
31303
|
-
|
|
31304
|
-
display: flex;
|
|
31305
|
-
justify-content: space-between;
|
|
31306
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31307
|
-
height: 18px;
|
|
31308
|
-
line-height: 18px;
|
|
31309
|
-
margin-top: 2px;
|
|
31171
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31172
|
+
padding: unset;
|
|
31310
31173
|
}
|
|
31311
|
-
|
|
31312
|
-
|
|
31313
|
-
border: none;
|
|
31314
|
-
margin-right: 0;
|
|
31315
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31174
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31175
|
+
display: none;
|
|
31316
31176
|
}
|
|
31317
|
-
|
|
31318
|
-
.ohwbvxu {
|
|
31319
|
-
pointer-events: none;
|
|
31320
|
-
height: 32px;
|
|
31177
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31321
31178
|
width: 100%;
|
|
31322
|
-
|
|
31179
|
+
overflow: hidden;
|
|
31180
|
+
white-space: nowrap;
|
|
31181
|
+
text-overflow: ellipsis;
|
|
31323
31182
|
}
|
|
31324
|
-
|
|
31325
|
-
|
|
31326
|
-
|
|
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;
|
|
31327
31187
|
}
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
height: 100%;
|
|
31188
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31189
|
+
padding: 15px 25px 15px 8px;
|
|
31331
31190
|
}
|
|
31332
|
-
.tta5kd2.
|
|
31333
|
-
|
|
31334
|
-
height: 100%;
|
|
31191
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31192
|
+
padding: 0;
|
|
31335
31193
|
}
|
|
31336
|
-
.tta5kd2.
|
|
31337
|
-
|
|
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;
|
|
31200
|
+
display: none;
|
|
31201
|
+
transition: transform 320ms ease;
|
|
31338
31202
|
}
|
|
31339
|
-
.tta5kd2.
|
|
31340
|
-
|
|
31341
|
-
|
|
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);
|
|
31342
31206
|
}
|
|
31343
|
-
.tta5kd2.
|
|
31344
|
-
|
|
31207
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31208
|
+
display: block;
|
|
31345
31209
|
}
|
|
31346
|
-
.tta5kd2.
|
|
31210
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31347
31211
|
display: none;
|
|
31348
31212
|
}
|
|
31349
|
-
.tta5kd2 .
|
|
31350
|
-
|
|
31351
|
-
}
|
|
31352
|
-
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31353
|
-
font-weight: 700;
|
|
31354
|
-
}
|
|
31355
|
-
.tta5kd2 .ant-spin-nested-loading {
|
|
31356
|
-
height: 100%;
|
|
31213
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31214
|
+
transform: translateY(-50%);
|
|
31357
31215
|
}
|
|
31358
|
-
.tta5kd2 .ant-
|
|
31359
|
-
|
|
31360
|
-
overflow: visible;
|
|
31216
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31217
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31361
31218
|
}
|
|
31362
|
-
.tta5kd2 .ant-
|
|
31363
|
-
|
|
31219
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31220
|
+
background: #f2f5fa;
|
|
31364
31221
|
}
|
|
31365
|
-
.tta5kd2.table-
|
|
31366
|
-
|
|
31367
|
-
display: none;
|
|
31222
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31223
|
+
display: block;
|
|
31368
31224
|
}
|
|
31369
|
-
.tta5kd2
|
|
31370
|
-
|
|
31225
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31226
|
+
padding-right: 25px;
|
|
31371
31227
|
}
|
|
31372
|
-
.tta5kd2
|
|
31373
|
-
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31374
|
-
background: #fff;
|
|
31228
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31375
31229
|
padding: 0 !important;
|
|
31376
31230
|
}
|
|
31377
|
-
.tta5kd2
|
|
31378
|
-
|
|
31379
|
-
|
|
31380
|
-
|
|
31381
|
-
|
|
31382
|
-
padding: 8px;
|
|
31383
|
-
}
|
|
31384
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31385
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31386
|
-
overflow: hidden;
|
|
31387
|
-
text-overflow: ellipsis;
|
|
31388
|
-
width: 100%;
|
|
31389
|
-
}
|
|
31390
|
-
.tta5kd2 .ant-table-container {
|
|
31391
|
-
height: 100%;
|
|
31392
|
-
}
|
|
31393
|
-
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31394
|
-
box-shadow: none !important;
|
|
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%);
|
|
31395
31236
|
}
|
|
31396
|
-
.tta5kd2 .ant-table {
|
|
31397
|
-
|
|
31398
|
-
border-left: none;
|
|
31399
|
-
border-right: none;
|
|
31400
|
-
border-bottom: none;
|
|
31401
|
-
height: 100%;
|
|
31402
|
-
font-size: 12px;
|
|
31403
|
-
background: transparent;
|
|
31237
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31238
|
+
display: none;
|
|
31404
31239
|
}
|
|
31405
|
-
.tta5kd2 .ant-table .ant-table-
|
|
31406
|
-
|
|
31407
|
-
z-index: 3;
|
|
31408
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31409
|
-
margin-bottom: -1px;
|
|
31240
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31241
|
+
background: #fff;
|
|
31410
31242
|
}
|
|
31411
|
-
.tta5kd2 .ant-table .
|
|
31412
|
-
|
|
31413
|
-
color: #2d3a56;
|
|
31243
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31244
|
+
background: inherit;
|
|
31414
31245
|
}
|
|
31415
|
-
.tta5kd2 .ant-table .
|
|
31416
|
-
|
|
31417
|
-
|
|
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;
|
|
31418
31252
|
}
|
|
31419
|
-
.tta5kd2 .ant-table .ant-table-
|
|
31420
|
-
|
|
31421
|
-
|
|
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);
|
|
31422
31258
|
}
|
|
31423
|
-
.tta5kd2 .ant-table .
|
|
31259
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31260
|
+
padding: 0 !important;
|
|
31261
|
+
position: relative;
|
|
31424
31262
|
background: #fff;
|
|
31425
31263
|
}
|
|
31426
|
-
.tta5kd2 .ant-table .
|
|
31264
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31265
|
+
height: 100%;
|
|
31266
|
+
display: flex;
|
|
31267
|
+
align-items: center;
|
|
31268
|
+
justify-content: flex-end;
|
|
31269
|
+
padding-right: 8px;
|
|
31270
|
+
}
|
|
31271
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31272
|
+
width: 24px;
|
|
31273
|
+
height: 24px;
|
|
31427
31274
|
cursor: pointer;
|
|
31428
|
-
|
|
31429
|
-
|
|
31430
|
-
right: 12px;
|
|
31431
|
-
transform: translateY(-50%);
|
|
31275
|
+
justify-content: center;
|
|
31276
|
+
border-radius: 4px;
|
|
31432
31277
|
}
|
|
31433
|
-
.tta5kd2 .ant-table.
|
|
31434
|
-
|
|
31435
|
-
width: 1px;
|
|
31436
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31278
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31279
|
+
background: #fff;
|
|
31437
31280
|
}
|
|
31438
|
-
|
|
31439
|
-
|
|
31440
|
-
|
|
31441
|
-
|
|
31281
|
+
|
|
31282
|
+
.d6j0lbj {
|
|
31283
|
+
font-family: Inter;
|
|
31284
|
+
font-style: normal;
|
|
31285
|
+
font-weight: bold;
|
|
31286
|
+
font-size: 32px;
|
|
31287
|
+
line-height: 40px;
|
|
31442
31288
|
}
|
|
31443
|
-
|
|
31444
|
-
|
|
31289
|
+
|
|
31290
|
+
.d1xhvvxe {
|
|
31291
|
+
font-family: Inter;
|
|
31292
|
+
font-style: normal;
|
|
31293
|
+
font-weight: bold;
|
|
31294
|
+
font-size: 24px;
|
|
31295
|
+
line-height: 32px;
|
|
31445
31296
|
}
|
|
31446
|
-
|
|
31447
|
-
|
|
31448
|
-
|
|
31449
|
-
|
|
31450
|
-
|
|
31451
|
-
|
|
31452
|
-
|
|
31297
|
+
|
|
31298
|
+
.dk10mxq {
|
|
31299
|
+
font-family: Inter;
|
|
31300
|
+
font-style: normal;
|
|
31301
|
+
font-weight: normal;
|
|
31302
|
+
font-size: 32px;
|
|
31303
|
+
line-height: 40px;
|
|
31453
31304
|
}
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
|
|
31305
|
+
|
|
31306
|
+
.dxsait {
|
|
31307
|
+
font-family: Inter;
|
|
31308
|
+
font-style: normal;
|
|
31309
|
+
font-weight: bold;
|
|
31310
|
+
font-size: 20px;
|
|
31311
|
+
line-height: 24px;
|
|
31457
31312
|
}
|
|
31458
|
-
|
|
31459
|
-
|
|
31460
|
-
|
|
31461
|
-
font-
|
|
31462
|
-
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
text-overflow: ellipsis;
|
|
31466
|
-
white-space: nowrap;
|
|
31313
|
+
|
|
31314
|
+
.dokn0h3 {
|
|
31315
|
+
font-family: Inter;
|
|
31316
|
+
font-style: normal;
|
|
31317
|
+
font-weight: normal;
|
|
31318
|
+
font-size: 20px;
|
|
31319
|
+
line-height: 24px;
|
|
31467
31320
|
}
|
|
31468
|
-
|
|
31469
|
-
|
|
31321
|
+
|
|
31322
|
+
.dobau4p {
|
|
31323
|
+
font-family: Inter;
|
|
31324
|
+
font-style: normal;
|
|
31325
|
+
font-weight: bold;
|
|
31326
|
+
font-size: 18px;
|
|
31327
|
+
line-height: 22px;
|
|
31470
31328
|
}
|
|
31471
|
-
|
|
31472
|
-
|
|
31473
|
-
|
|
31474
|
-
|
|
31475
|
-
|
|
31329
|
+
|
|
31330
|
+
.dvolwok {
|
|
31331
|
+
font-family: Inter;
|
|
31332
|
+
font-style: normal;
|
|
31333
|
+
font-weight: normal;
|
|
31334
|
+
font-size: 18px;
|
|
31335
|
+
line-height: 22px;
|
|
31476
31336
|
}
|
|
31477
|
-
|
|
31478
|
-
|
|
31337
|
+
|
|
31338
|
+
.h181qhg4 {
|
|
31339
|
+
font-family: Inter;
|
|
31340
|
+
font-style: normal;
|
|
31341
|
+
font-weight: bold;
|
|
31342
|
+
font-size: 16px;
|
|
31343
|
+
line-height: 22px;
|
|
31479
31344
|
}
|
|
31480
|
-
|
|
31481
|
-
|
|
31345
|
+
|
|
31346
|
+
.h1phgmcq {
|
|
31347
|
+
font-family: Inter;
|
|
31348
|
+
font-style: normal;
|
|
31349
|
+
font-weight: normal;
|
|
31350
|
+
font-size: 16px;
|
|
31351
|
+
line-height: 22px;
|
|
31482
31352
|
}
|
|
31483
|
-
|
|
31484
|
-
|
|
31353
|
+
|
|
31354
|
+
.h173xnl1 {
|
|
31355
|
+
font-family: Inter;
|
|
31356
|
+
font-style: normal;
|
|
31357
|
+
font-weight: bold;
|
|
31358
|
+
font-size: 14px;
|
|
31359
|
+
line-height: 20px;
|
|
31485
31360
|
}
|
|
31486
|
-
|
|
31487
|
-
|
|
31488
|
-
|
|
31361
|
+
|
|
31362
|
+
.hedm4pz {
|
|
31363
|
+
font-family: Inter;
|
|
31364
|
+
font-style: normal;
|
|
31365
|
+
font-weight: normal;
|
|
31366
|
+
font-size: 14px;
|
|
31367
|
+
line-height: 20px;
|
|
31489
31368
|
}
|
|
31490
|
-
|
|
31491
|
-
|
|
31369
|
+
|
|
31370
|
+
.h1kd8xld {
|
|
31371
|
+
font-family: Inter;
|
|
31372
|
+
font-style: normal;
|
|
31373
|
+
font-weight: bold;
|
|
31374
|
+
font-size: 12px;
|
|
31375
|
+
line-height: 18px;
|
|
31492
31376
|
}
|
|
31493
|
-
|
|
31494
|
-
|
|
31377
|
+
|
|
31378
|
+
.hp14fr {
|
|
31379
|
+
font-family: Inter;
|
|
31380
|
+
font-style: normal;
|
|
31381
|
+
font-weight: normal;
|
|
31382
|
+
font-size: 12px;
|
|
31383
|
+
line-height: 18px;
|
|
31495
31384
|
}
|
|
31496
|
-
|
|
31497
|
-
|
|
31498
|
-
|
|
31499
|
-
|
|
31500
|
-
|
|
31501
|
-
|
|
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;
|
|
31502
31394
|
}
|
|
31503
|
-
|
|
31504
|
-
|
|
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;
|
|
31505
31404
|
}
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
|
|
31509
|
-
|
|
31405
|
+
|
|
31406
|
+
.locjvsv {
|
|
31407
|
+
font-family: Inter;
|
|
31408
|
+
font-style: normal;
|
|
31409
|
+
font-weight: normal;
|
|
31410
|
+
font-size: 16px;
|
|
31411
|
+
line-height: 24px;
|
|
31510
31412
|
}
|
|
31511
|
-
|
|
31512
|
-
|
|
31513
|
-
|
|
31514
|
-
|
|
31413
|
+
|
|
31414
|
+
.l13gi131 {
|
|
31415
|
+
font-family: Inter;
|
|
31416
|
+
font-style: normal;
|
|
31417
|
+
font-weight: bold;
|
|
31418
|
+
font-size: 16px;
|
|
31419
|
+
line-height: 24px;
|
|
31515
31420
|
}
|
|
31516
|
-
|
|
31517
|
-
|
|
31518
|
-
|
|
31421
|
+
|
|
31422
|
+
.l1ynemsu {
|
|
31423
|
+
font-family: Inter;
|
|
31424
|
+
font-style: normal;
|
|
31425
|
+
font-weight: normal;
|
|
31426
|
+
font-size: 16px;
|
|
31427
|
+
line-height: 24px;
|
|
31519
31428
|
}
|
|
31520
|
-
|
|
31521
|
-
|
|
31522
|
-
|
|
31523
|
-
|
|
31524
|
-
|
|
31429
|
+
|
|
31430
|
+
.l1cft1cx {
|
|
31431
|
+
font-family: Inter;
|
|
31432
|
+
font-style: normal;
|
|
31433
|
+
font-weight: bold;
|
|
31434
|
+
font-size: 16px;
|
|
31435
|
+
line-height: 24px;
|
|
31525
31436
|
}
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
|
|
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;
|
|
31529
31446
|
}
|
|
31530
|
-
|
|
31531
|
-
|
|
31532
|
-
|
|
31533
|
-
|
|
31534
|
-
|
|
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;
|
|
31535
31456
|
}
|
|
31536
|
-
|
|
31537
|
-
|
|
31457
|
+
|
|
31458
|
+
.l1gf91jb {
|
|
31459
|
+
font-family: Inter;
|
|
31460
|
+
font-style: normal;
|
|
31461
|
+
font-weight: normal;
|
|
31462
|
+
font-size: 14px;
|
|
31463
|
+
line-height: 22px;
|
|
31538
31464
|
}
|
|
31539
|
-
|
|
31540
|
-
|
|
31541
|
-
|
|
31465
|
+
|
|
31466
|
+
.lu7hlr6 {
|
|
31467
|
+
font-family: Inter;
|
|
31468
|
+
font-style: normal;
|
|
31469
|
+
font-weight: 500;
|
|
31470
|
+
font-size: 14px;
|
|
31471
|
+
line-height: 22px;
|
|
31542
31472
|
}
|
|
31543
|
-
|
|
31544
|
-
|
|
31473
|
+
|
|
31474
|
+
.l3l3jf0 {
|
|
31475
|
+
font-family: Inter;
|
|
31476
|
+
font-style: normal;
|
|
31477
|
+
font-weight: bold;
|
|
31478
|
+
font-size: 14px;
|
|
31479
|
+
line-height: 22px;
|
|
31545
31480
|
}
|
|
31546
|
-
|
|
31547
|
-
|
|
31548
|
-
|
|
31549
|
-
|
|
31481
|
+
|
|
31482
|
+
.l12j5nqp {
|
|
31483
|
+
font-family: Inter;
|
|
31484
|
+
font-style: normal;
|
|
31485
|
+
font-weight: normal;
|
|
31486
|
+
font-size: 14px;
|
|
31487
|
+
line-height: 22px;
|
|
31550
31488
|
}
|
|
31551
|
-
|
|
31552
|
-
|
|
31489
|
+
|
|
31490
|
+
.l1tecqht {
|
|
31491
|
+
font-family: Inter;
|
|
31492
|
+
font-style: normal;
|
|
31493
|
+
font-weight: bold;
|
|
31494
|
+
font-size: 14px;
|
|
31495
|
+
line-height: 22px;
|
|
31553
31496
|
}
|
|
31554
|
-
|
|
31555
|
-
|
|
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;
|
|
31556
31506
|
}
|
|
31557
|
-
|
|
31558
|
-
|
|
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;
|
|
31559
31516
|
}
|
|
31560
|
-
|
|
31561
|
-
|
|
31562
|
-
font-
|
|
31563
|
-
|
|
31564
|
-
|
|
31565
|
-
|
|
31566
|
-
|
|
31567
|
-
padding: 15px 8px 15px 8px;
|
|
31517
|
+
|
|
31518
|
+
.l1kuminb {
|
|
31519
|
+
font-family: Inter;
|
|
31520
|
+
font-style: normal;
|
|
31521
|
+
font-weight: normal;
|
|
31522
|
+
font-size: 13px;
|
|
31523
|
+
line-height: 20px;
|
|
31568
31524
|
}
|
|
31569
|
-
|
|
31570
|
-
|
|
31571
|
-
|
|
31572
|
-
|
|
31573
|
-
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
right: 0;
|
|
31525
|
+
|
|
31526
|
+
.l1pbuf5j {
|
|
31527
|
+
font-family: Inter;
|
|
31528
|
+
font-style: normal;
|
|
31529
|
+
font-weight: 600;
|
|
31530
|
+
font-size: 13px;
|
|
31531
|
+
line-height: 20px;
|
|
31577
31532
|
}
|
|
31578
|
-
|
|
31579
|
-
|
|
31533
|
+
|
|
31534
|
+
.l1r4ztu {
|
|
31535
|
+
font-family: Inter;
|
|
31536
|
+
font-style: normal;
|
|
31537
|
+
font-weight: bold;
|
|
31538
|
+
font-size: 13px;
|
|
31539
|
+
line-height: 20px;
|
|
31580
31540
|
}
|
|
31581
|
-
|
|
31582
|
-
|
|
31541
|
+
|
|
31542
|
+
.ly8vzok {
|
|
31543
|
+
font-family: Inter;
|
|
31544
|
+
font-style: normal;
|
|
31545
|
+
font-weight: normal;
|
|
31546
|
+
font-size: 13px;
|
|
31547
|
+
line-height: 20px;
|
|
31583
31548
|
}
|
|
31584
|
-
|
|
31585
|
-
|
|
31586
|
-
|
|
31587
|
-
|
|
31588
|
-
|
|
31549
|
+
|
|
31550
|
+
.lumfmf {
|
|
31551
|
+
font-family: Inter;
|
|
31552
|
+
font-style: normal;
|
|
31553
|
+
font-weight: 600;
|
|
31554
|
+
font-size: 13px;
|
|
31555
|
+
line-height: 20px;
|
|
31589
31556
|
}
|
|
31590
|
-
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
-
|
|
31557
|
+
|
|
31558
|
+
.l16ujwmv {
|
|
31559
|
+
font-family: Inter;
|
|
31560
|
+
font-style: normal;
|
|
31561
|
+
font-weight: bold;
|
|
31562
|
+
font-size: 13px;
|
|
31563
|
+
line-height: 20px;
|
|
31594
31564
|
}
|
|
31595
|
-
|
|
31596
|
-
|
|
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;
|
|
31597
31574
|
}
|
|
31598
|
-
|
|
31599
|
-
|
|
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;
|
|
31600
31584
|
}
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
|
|
31606
|
-
|
|
31607
|
-
|
|
31608
|
-
transition: transform 320ms ease;
|
|
31585
|
+
|
|
31586
|
+
.l2i7fo9 {
|
|
31587
|
+
font-family: Inter;
|
|
31588
|
+
font-style: normal;
|
|
31589
|
+
font-weight: normal;
|
|
31590
|
+
font-size: 12px;
|
|
31591
|
+
line-height: 18px;
|
|
31609
31592
|
}
|
|
31610
|
-
|
|
31611
|
-
|
|
31612
|
-
|
|
31593
|
+
|
|
31594
|
+
.l1x7hscx {
|
|
31595
|
+
font-family: Inter;
|
|
31596
|
+
font-style: normal;
|
|
31597
|
+
font-weight: 500;
|
|
31598
|
+
font-size: 12px;
|
|
31599
|
+
line-height: 18px;
|
|
31613
31600
|
}
|
|
31614
|
-
|
|
31615
|
-
|
|
31601
|
+
|
|
31602
|
+
.le1jwan {
|
|
31603
|
+
font-family: Inter;
|
|
31604
|
+
font-style: normal;
|
|
31605
|
+
font-weight: bold;
|
|
31606
|
+
font-size: 12px;
|
|
31607
|
+
line-height: 18px;
|
|
31616
31608
|
}
|
|
31617
|
-
|
|
31618
|
-
|
|
31609
|
+
|
|
31610
|
+
.lyxynfj {
|
|
31611
|
+
font-family: Inter;
|
|
31612
|
+
font-style: normal;
|
|
31613
|
+
font-weight: normal;
|
|
31614
|
+
font-size: 12px;
|
|
31615
|
+
line-height: 18px;
|
|
31619
31616
|
}
|
|
31620
|
-
|
|
31621
|
-
|
|
31617
|
+
|
|
31618
|
+
.lpb2nxv {
|
|
31619
|
+
font-family: Inter;
|
|
31620
|
+
font-style: normal;
|
|
31621
|
+
font-weight: 500;
|
|
31622
|
+
font-size: 12px;
|
|
31623
|
+
line-height: 18px;
|
|
31622
31624
|
}
|
|
31623
|
-
|
|
31624
|
-
|
|
31625
|
+
|
|
31626
|
+
.l1r8o3vv {
|
|
31627
|
+
font-family: Inter;
|
|
31628
|
+
font-style: normal;
|
|
31629
|
+
font-weight: bold;
|
|
31630
|
+
font-size: 12px;
|
|
31631
|
+
line-height: 18px;
|
|
31625
31632
|
}
|
|
31626
|
-
|
|
31627
|
-
|
|
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;
|
|
31628
31642
|
}
|
|
31629
|
-
|
|
31630
|
-
|
|
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;
|
|
31631
31652
|
}
|
|
31632
|
-
|
|
31633
|
-
|
|
31653
|
+
|
|
31654
|
+
.fqaz4mb {
|
|
31655
|
+
font-family: Inter;
|
|
31656
|
+
font-style: normal;
|
|
31657
|
+
font-weight: normal;
|
|
31658
|
+
font-size: 13px;
|
|
31659
|
+
line-height: 20px;
|
|
31634
31660
|
}
|
|
31635
|
-
|
|
31636
|
-
|
|
31661
|
+
|
|
31662
|
+
.f13we5o {
|
|
31663
|
+
font-family: Inter;
|
|
31664
|
+
font-style: normal;
|
|
31665
|
+
font-weight: normal;
|
|
31666
|
+
font-size: 13px;
|
|
31667
|
+
line-height: 20px;
|
|
31637
31668
|
}
|
|
31638
|
-
|
|
31639
|
-
|
|
31640
|
-
|
|
31641
|
-
|
|
31642
|
-
|
|
31669
|
+
|
|
31670
|
+
.ffmjua2 {
|
|
31671
|
+
font-family: Inter;
|
|
31672
|
+
font-style: normal;
|
|
31673
|
+
font-weight: normal;
|
|
31674
|
+
font-size: 12px;
|
|
31675
|
+
line-height: 18px;
|
|
31643
31676
|
}
|
|
31644
|
-
|
|
31645
|
-
|
|
31677
|
+
|
|
31678
|
+
.fz2mxw0 {
|
|
31679
|
+
font-family: Inter;
|
|
31680
|
+
font-style: normal;
|
|
31681
|
+
font-weight: normal;
|
|
31682
|
+
font-size: 12px;
|
|
31683
|
+
line-height: 18px;
|
|
31646
31684
|
}
|
|
31647
|
-
|
|
31648
|
-
|
|
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;
|
|
31649
31693
|
}
|
|
31650
|
-
|
|
31651
|
-
|
|
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;
|
|
31652
31702
|
}
|
|
31653
|
-
|
|
31654
|
-
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
|
|
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;
|
|
31659
31711
|
}
|
|
31660
|
-
|
|
31661
|
-
.
|
|
31662
|
-
font-
|
|
31663
|
-
font-
|
|
31664
|
-
|
|
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;
|
|
31665
31720
|
}
|
|
31666
|
-
|
|
31667
|
-
|
|
31668
|
-
|
|
31669
|
-
|
|
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;
|
|
31670
31729
|
}
|
|
31671
|
-
|
|
31672
|
-
|
|
31673
|
-
|
|
31674
|
-
|
|
31675
|
-
|
|
31676
|
-
|
|
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;
|
|
31677
31738
|
}
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
-
|
|
31683
|
-
|
|
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;
|
|
31684
31747
|
}
|
|
31685
|
-
|
|
31686
|
-
|
|
31748
|
+
|
|
31749
|
+
.u1w9abfe {
|
|
31750
|
+
font-family: Inter;
|
|
31751
|
+
font-style: normal;
|
|
31752
|
+
font-weight: normal;
|
|
31753
|
+
font-size: 10px;
|
|
31754
|
+
line-height: 12px;
|
|
31687
31755
|
}
|
|
31688
31756
|
|
|
31689
31757
|
.c1up1pdz {
|
|
@@ -31826,53 +31894,24 @@ input.rrg1fkn.ant-input {
|
|
|
31826
31894
|
color: #fff;
|
|
31827
31895
|
}
|
|
31828
31896
|
|
|
31829
|
-
.
|
|
31830
|
-
|
|
31831
|
-
|
|
31832
|
-
font-size: 12px;
|
|
31833
|
-
line-height: 18px;
|
|
31834
|
-
}
|
|
31835
|
-
.n12mqh7z:not(:last-child) {
|
|
31836
|
-
margin-bottom: 4px;
|
|
31837
|
-
}
|
|
31838
|
-
|
|
31839
|
-
.tf5bynu {
|
|
31840
|
-
margin: 0 3px;
|
|
31841
|
-
}
|
|
31842
|
-
|
|
31843
|
-
.tcckoz1 {
|
|
31844
|
-
max-height: 400px;
|
|
31845
|
-
overflow: "auto";
|
|
31846
|
-
}
|
|
31847
|
-
|
|
31848
|
-
.c1uzzomf {
|
|
31849
|
-
margin-bottom: 16px;
|
|
31897
|
+
.c18gxmrl {
|
|
31898
|
+
border: 1px solid #d8deeb;
|
|
31899
|
+
border-radius: 4px;
|
|
31850
31900
|
}
|
|
31851
|
-
.
|
|
31852
|
-
|
|
31853
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31854
|
-
font-weight: 700;
|
|
31855
|
-
line-height: 32px;
|
|
31901
|
+
.c18gxmrl + .c18gxmrl {
|
|
31902
|
+
margin-top: 8px;
|
|
31856
31903
|
}
|
|
31857
|
-
.
|
|
31858
|
-
|
|
31859
|
-
border-radius: 8px;
|
|
31860
|
-
background: #fff;
|
|
31904
|
+
.c18gxmrl:hover {
|
|
31905
|
+
border-color: #0080ff;
|
|
31861
31906
|
}
|
|
31862
|
-
.
|
|
31863
|
-
|
|
31864
|
-
font-size: 14px;
|
|
31865
|
-
line-height: 22px;
|
|
31866
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31867
|
-
text-align: center;
|
|
31907
|
+
.c18gxmrl:hover > header {
|
|
31908
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31868
31909
|
}
|
|
31869
|
-
|
|
31870
|
-
|
|
31871
|
-
display: flex;
|
|
31872
|
-
align-items: center;
|
|
31910
|
+
.c18gxmrl.active header {
|
|
31911
|
+
border-bottom: 1px solid #d8deeb;
|
|
31873
31912
|
}
|
|
31874
|
-
.
|
|
31875
|
-
|
|
31913
|
+
.c18gxmrl > header {
|
|
31914
|
+
padding: 8px 12px;
|
|
31876
31915
|
}
|
|
31877
31916
|
|
|
31878
31917
|
.berrcjl {
|
|
@@ -31891,31 +31930,26 @@ input.rrg1fkn.ant-input {
|
|
|
31891
31930
|
color: #005ed1;
|
|
31892
31931
|
}
|
|
31893
31932
|
|
|
31894
|
-
.
|
|
31895
|
-
|
|
31896
|
-
border-radius: 4px;
|
|
31897
|
-
}
|
|
31898
|
-
.c18gxmrl + .c18gxmrl {
|
|
31899
|
-
margin-top: 8px;
|
|
31900
|
-
}
|
|
31901
|
-
.c18gxmrl:hover {
|
|
31902
|
-
border-color: #0080ff;
|
|
31903
|
-
}
|
|
31904
|
-
.c18gxmrl:hover > header {
|
|
31905
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31933
|
+
.c1uzzomf {
|
|
31934
|
+
margin-bottom: 16px;
|
|
31906
31935
|
}
|
|
31907
|
-
.
|
|
31908
|
-
|
|
31936
|
+
.c1uzzomf .card-title {
|
|
31937
|
+
font-size: 16px;
|
|
31938
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31939
|
+
font-weight: 700;
|
|
31940
|
+
line-height: 32px;
|
|
31909
31941
|
}
|
|
31910
|
-
.
|
|
31911
|
-
padding:
|
|
31942
|
+
.c1uzzomf .card-body {
|
|
31943
|
+
padding: 24px;
|
|
31944
|
+
border-radius: 8px;
|
|
31945
|
+
background: #fff;
|
|
31912
31946
|
}
|
|
31913
|
-
|
|
31914
|
-
|
|
31915
|
-
|
|
31916
|
-
|
|
31917
|
-
|
|
31918
|
-
text-
|
|
31947
|
+
.c1uzzomf .empty {
|
|
31948
|
+
font-weight: 700;
|
|
31949
|
+
font-size: 14px;
|
|
31950
|
+
line-height: 22px;
|
|
31951
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31952
|
+
text-align: center;
|
|
31919
31953
|
}
|
|
31920
31954
|
|
|
31921
31955
|
.c1bus5hc {
|
|
@@ -31958,46 +31992,121 @@ input.rrg1fkn.ant-input {
|
|
|
31958
31992
|
transform: rotate(0deg);
|
|
31959
31993
|
}
|
|
31960
31994
|
|
|
31961
|
-
.
|
|
31995
|
+
.c18bcrac {
|
|
31996
|
+
display: inline-block;
|
|
31997
|
+
width: 100%;
|
|
31998
|
+
}
|
|
31999
|
+
.c18bcrac .recharts-wrapper {
|
|
32000
|
+
margin-left: 4px;
|
|
32001
|
+
}
|
|
32002
|
+
|
|
32003
|
+
.cro7kg2 {
|
|
32004
|
+
padding: 4px;
|
|
32005
|
+
}
|
|
32006
|
+
|
|
32007
|
+
.c14wcxf0 {
|
|
31962
32008
|
display: flex;
|
|
31963
32009
|
justify-content: space-between;
|
|
31964
|
-
|
|
32010
|
+
align-items: center;
|
|
32011
|
+
font-size: 13px;
|
|
32012
|
+
line-height: 24px;
|
|
32013
|
+
color: #cccccc;
|
|
32014
|
+
white-space: nowrap;
|
|
31965
32015
|
}
|
|
31966
|
-
.
|
|
31967
|
-
margin-
|
|
32016
|
+
.c14wcxf0 label {
|
|
32017
|
+
margin-right: 32px;
|
|
31968
32018
|
}
|
|
31969
32019
|
|
|
31970
|
-
.
|
|
32020
|
+
.coy29mj.c14wcxf0 {
|
|
32021
|
+
font-weight: bold;
|
|
32022
|
+
color: white;
|
|
32023
|
+
}
|
|
32024
|
+
|
|
32025
|
+
.s11212zy {
|
|
32026
|
+
width: 8px;
|
|
32027
|
+
height: 8px;
|
|
32028
|
+
border-radius: 2px;
|
|
32029
|
+
display: inline-block;
|
|
32030
|
+
background: var(--s11212zy-0);
|
|
32031
|
+
border: 1px solid #fff;
|
|
32032
|
+
box-sizing: content-box;
|
|
32033
|
+
margin-right: 6px;
|
|
32034
|
+
}
|
|
32035
|
+
|
|
32036
|
+
.p1lyky6c > :first-child {
|
|
32037
|
+
font-weight: bold;
|
|
32038
|
+
color: white;
|
|
32039
|
+
margin-right: 4px;
|
|
32040
|
+
}
|
|
32041
|
+
|
|
32042
|
+
.n12mqh7z {
|
|
32043
|
+
display: flex;
|
|
32044
|
+
align-items: center;
|
|
32045
|
+
font-size: 12px;
|
|
32046
|
+
line-height: 18px;
|
|
32047
|
+
}
|
|
32048
|
+
.n12mqh7z:not(:last-child) {
|
|
32049
|
+
margin-bottom: 4px;
|
|
32050
|
+
}
|
|
32051
|
+
|
|
32052
|
+
.tf5bynu {
|
|
32053
|
+
margin: 0 3px;
|
|
32054
|
+
}
|
|
32055
|
+
|
|
32056
|
+
.tcckoz1 {
|
|
32057
|
+
max-height: 400px;
|
|
32058
|
+
overflow: "auto";
|
|
32059
|
+
}
|
|
32060
|
+
|
|
32061
|
+
.s1iv0tp1 .enabled-switch {
|
|
32062
|
+
display: flex;
|
|
32063
|
+
align-items: center;
|
|
32064
|
+
}
|
|
32065
|
+
.s1iv0tp1 .enabled-text {
|
|
32066
|
+
margin-right: 8px;
|
|
32067
|
+
}
|
|
32068
|
+
|
|
32069
|
+
.tje3huy {
|
|
31971
32070
|
width: 100%;
|
|
32071
|
+
overflow: inherit;
|
|
32072
|
+
white-space: inherit;
|
|
32073
|
+
text-overflow: ellipsis;
|
|
31972
32074
|
}
|
|
31973
32075
|
|
|
31974
|
-
.
|
|
31975
|
-
|
|
32076
|
+
.wg1tsps {
|
|
32077
|
+
display: flex;
|
|
32078
|
+
align-items: center;
|
|
32079
|
+
justify-content: flex-end;
|
|
31976
32080
|
}
|
|
31977
|
-
|
|
31978
|
-
|
|
32081
|
+
|
|
32082
|
+
.b1ctd5xy {
|
|
32083
|
+
display: flex;
|
|
32084
|
+
align-items: center;
|
|
32085
|
+
width: calc(100% - 40px);
|
|
32086
|
+
}
|
|
32087
|
+
.b1ctd5xy .chart {
|
|
32088
|
+
display: inline-block;
|
|
32089
|
+
width: 100%;
|
|
31979
32090
|
}
|
|
31980
32091
|
|
|
31981
|
-
.
|
|
31982
|
-
|
|
31983
|
-
background-color: #fff;
|
|
32092
|
+
.u1p8acpn {
|
|
32093
|
+
width: 40px;
|
|
31984
32094
|
}
|
|
31985
|
-
.
|
|
31986
|
-
|
|
31987
|
-
padding-bottom: 0px;
|
|
31988
|
-
padding-left: 0px !important;
|
|
31989
|
-
padding-right: 24px;
|
|
32095
|
+
.u1p8acpn .unit {
|
|
32096
|
+
color: #00122e !important;
|
|
31990
32097
|
}
|
|
31991
|
-
|
|
31992
|
-
|
|
32098
|
+
|
|
32099
|
+
.m15dvk92 {
|
|
32100
|
+
display: flex;
|
|
32101
|
+
justify-content: space-between;
|
|
32102
|
+
width: 100%;
|
|
31993
32103
|
}
|
|
31994
|
-
.
|
|
31995
|
-
|
|
32104
|
+
.m15dvk92 .action {
|
|
32105
|
+
margin-left: 16px;
|
|
31996
32106
|
}
|
|
31997
32107
|
|
|
31998
|
-
.
|
|
31999
|
-
|
|
32000
|
-
cursor: default;
|
|
32108
|
+
.aql8iqz .ant-alert-message {
|
|
32109
|
+
width: 100%;
|
|
32001
32110
|
}
|
|
32002
32111
|
|
|
32003
32112
|
.c198s9j3 {
|
|
@@ -32071,6 +32180,35 @@ input.rrg1fkn.ant-input {
|
|
|
32071
32180
|
margin-left: 24px;
|
|
32072
32181
|
}
|
|
32073
32182
|
|
|
32183
|
+
.c10crapj {
|
|
32184
|
+
border-radius: 8px;
|
|
32185
|
+
}
|
|
32186
|
+
.c10crapj .ant-card-body {
|
|
32187
|
+
padding: 20px 24px 24px 24px;
|
|
32188
|
+
}
|
|
32189
|
+
|
|
32190
|
+
.cav9p2m .ant-collapse-item {
|
|
32191
|
+
border: 0px;
|
|
32192
|
+
background-color: #fff;
|
|
32193
|
+
}
|
|
32194
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32195
|
+
padding-top: 0px;
|
|
32196
|
+
padding-bottom: 0px;
|
|
32197
|
+
padding-left: 0px !important;
|
|
32198
|
+
padding-right: 24px;
|
|
32199
|
+
}
|
|
32200
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32201
|
+
right: 0px;
|
|
32202
|
+
}
|
|
32203
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32204
|
+
padding: 0px;
|
|
32205
|
+
}
|
|
32206
|
+
|
|
32207
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32208
|
+
padding-right: 0px;
|
|
32209
|
+
cursor: default;
|
|
32210
|
+
}
|
|
32211
|
+
|
|
32074
32212
|
.t3qomhu {
|
|
32075
32213
|
margin: 0 2px;
|
|
32076
32214
|
}
|
|
@@ -32084,20 +32222,6 @@ input.rrg1fkn.ant-input {
|
|
|
32084
32222
|
white-space: nowrap;
|
|
32085
32223
|
}
|
|
32086
32224
|
|
|
32087
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32088
|
-
display: flex;
|
|
32089
|
-
}
|
|
32090
|
-
|
|
32091
|
-
.igz4le8 {
|
|
32092
|
-
height: 24px;
|
|
32093
|
-
width: 56px !important;
|
|
32094
|
-
margin-right: 4px;
|
|
32095
|
-
}
|
|
32096
|
-
|
|
32097
|
-
.c1riexje {
|
|
32098
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32099
|
-
}
|
|
32100
|
-
|
|
32101
32225
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32102
32226
|
border-radius: 6px;
|
|
32103
32227
|
}
|
|
@@ -32155,6 +32279,20 @@ input.rrg1fkn.ant-input {
|
|
|
32155
32279
|
transform: rotate(180deg);
|
|
32156
32280
|
}
|
|
32157
32281
|
|
|
32282
|
+
.igz4le8 {
|
|
32283
|
+
height: 24px;
|
|
32284
|
+
width: 56px !important;
|
|
32285
|
+
margin-right: 4px;
|
|
32286
|
+
}
|
|
32287
|
+
|
|
32288
|
+
.c1riexje {
|
|
32289
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32290
|
+
}
|
|
32291
|
+
|
|
32292
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32293
|
+
display: flex;
|
|
32294
|
+
}
|
|
32295
|
+
|
|
32158
32296
|
.s14dk8r1 {
|
|
32159
32297
|
margin: 0;
|
|
32160
32298
|
border-radius: 20px;
|
|
@@ -32221,12 +32359,98 @@ input.rrg1fkn.ant-input {
|
|
|
32221
32359
|
.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 {
|
|
32222
32360
|
background-color: rgba(211, 218, 235, 0.6);
|
|
32223
32361
|
}
|
|
32224
|
-
|
|
32225
|
-
.s1uupoto {
|
|
32226
|
-
width: 8px;
|
|
32227
|
-
height: 8px;
|
|
32228
|
-
border-radius: 50%;
|
|
32229
|
-
display: inline-block;
|
|
32362
|
+
|
|
32363
|
+
.s1uupoto {
|
|
32364
|
+
width: 8px;
|
|
32365
|
+
height: 8px;
|
|
32366
|
+
border-radius: 50%;
|
|
32367
|
+
display: inline-block;
|
|
32368
|
+
}
|
|
32369
|
+
|
|
32370
|
+
.t19ustft .date {
|
|
32371
|
+
margin-right: 4px;
|
|
32372
|
+
}
|
|
32373
|
+
|
|
32374
|
+
.s1uupxds {
|
|
32375
|
+
padding: 0 8px;
|
|
32376
|
+
border-radius: 4px;
|
|
32377
|
+
}
|
|
32378
|
+
|
|
32379
|
+
.m10sqwut {
|
|
32380
|
+
padding: 2px 8px;
|
|
32381
|
+
border-radius: 3px;
|
|
32382
|
+
}
|
|
32383
|
+
|
|
32384
|
+
.l1d492wb {
|
|
32385
|
+
padding: 3px 8px;
|
|
32386
|
+
border-radius: 2px;
|
|
32387
|
+
}
|
|
32388
|
+
|
|
32389
|
+
.t1lzavmu.ant-tag:hover {
|
|
32390
|
+
opacity: unset;
|
|
32391
|
+
}
|
|
32392
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32393
|
+
margin: 0;
|
|
32394
|
+
margin-right: 8px;
|
|
32395
|
+
display: inline-flex;
|
|
32396
|
+
align-items: center;
|
|
32397
|
+
border: none;
|
|
32398
|
+
}
|
|
32399
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32400
|
+
width: 16px;
|
|
32401
|
+
height: 16px;
|
|
32402
|
+
color: inherit;
|
|
32403
|
+
margin-left: 4px;
|
|
32404
|
+
opacity: 0.6;
|
|
32405
|
+
display: inline-flex;
|
|
32406
|
+
}
|
|
32407
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32408
|
+
opacity: 1;
|
|
32409
|
+
}
|
|
32410
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32411
|
+
color: #0080ff;
|
|
32412
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32413
|
+
}
|
|
32414
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32415
|
+
color: #f0483e;
|
|
32416
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32417
|
+
}
|
|
32418
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32419
|
+
color: #e07f00;
|
|
32420
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32421
|
+
}
|
|
32422
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32423
|
+
color: #008f4c;
|
|
32424
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32425
|
+
}
|
|
32426
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32427
|
+
color: #1d326c;
|
|
32428
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32429
|
+
}
|
|
32430
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32431
|
+
color: #7E41FF;
|
|
32432
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32433
|
+
}
|
|
32434
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32435
|
+
color: #fff;
|
|
32436
|
+
}
|
|
32437
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32438
|
+
background-color: #f0483e;
|
|
32439
|
+
}
|
|
32440
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32441
|
+
background-color: #fea008;
|
|
32442
|
+
}
|
|
32443
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32444
|
+
background-color: #00ba5d;
|
|
32445
|
+
}
|
|
32446
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32447
|
+
background-color: #0080ff;
|
|
32448
|
+
}
|
|
32449
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32450
|
+
background-color: #6b7d99;
|
|
32451
|
+
}
|
|
32452
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32453
|
+
background-color: #7E41FF;
|
|
32230
32454
|
}
|
|
32231
32455
|
|
|
32232
32456
|
.l4bld33 {
|
|
@@ -32439,92 +32663,6 @@ input.rrg1fkn.ant-input {
|
|
|
32439
32663
|
margin-left: 8px;
|
|
32440
32664
|
}
|
|
32441
32665
|
|
|
32442
|
-
.t19ustft .date {
|
|
32443
|
-
margin-right: 4px;
|
|
32444
|
-
}
|
|
32445
|
-
|
|
32446
|
-
.s1uupxds {
|
|
32447
|
-
padding: 0 8px;
|
|
32448
|
-
border-radius: 4px;
|
|
32449
|
-
}
|
|
32450
|
-
|
|
32451
|
-
.m10sqwut {
|
|
32452
|
-
padding: 2px 8px;
|
|
32453
|
-
border-radius: 3px;
|
|
32454
|
-
}
|
|
32455
|
-
|
|
32456
|
-
.l1d492wb {
|
|
32457
|
-
padding: 3px 8px;
|
|
32458
|
-
border-radius: 2px;
|
|
32459
|
-
}
|
|
32460
|
-
|
|
32461
|
-
.t1lzavmu.ant-tag:hover {
|
|
32462
|
-
opacity: unset;
|
|
32463
|
-
}
|
|
32464
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32465
|
-
margin: 0;
|
|
32466
|
-
margin-right: 8px;
|
|
32467
|
-
display: inline-flex;
|
|
32468
|
-
align-items: center;
|
|
32469
|
-
border: none;
|
|
32470
|
-
}
|
|
32471
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32472
|
-
width: 16px;
|
|
32473
|
-
height: 16px;
|
|
32474
|
-
color: inherit;
|
|
32475
|
-
margin-left: 4px;
|
|
32476
|
-
opacity: 0.6;
|
|
32477
|
-
display: inline-flex;
|
|
32478
|
-
}
|
|
32479
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32480
|
-
opacity: 1;
|
|
32481
|
-
}
|
|
32482
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32483
|
-
color: #0080ff;
|
|
32484
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32485
|
-
}
|
|
32486
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32487
|
-
color: #f0483e;
|
|
32488
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32489
|
-
}
|
|
32490
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32491
|
-
color: #e07f00;
|
|
32492
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32493
|
-
}
|
|
32494
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32495
|
-
color: #008f4c;
|
|
32496
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32497
|
-
}
|
|
32498
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32499
|
-
color: #1d326c;
|
|
32500
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32501
|
-
}
|
|
32502
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32503
|
-
color: #7E41FF;
|
|
32504
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32505
|
-
}
|
|
32506
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32507
|
-
color: #fff;
|
|
32508
|
-
}
|
|
32509
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32510
|
-
background-color: #f0483e;
|
|
32511
|
-
}
|
|
32512
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32513
|
-
background-color: #fea008;
|
|
32514
|
-
}
|
|
32515
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32516
|
-
background-color: #00ba5d;
|
|
32517
|
-
}
|
|
32518
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32519
|
-
background-color: #0080ff;
|
|
32520
|
-
}
|
|
32521
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32522
|
-
background-color: #6b7d99;
|
|
32523
|
-
}
|
|
32524
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32525
|
-
background-color: #7E41FF;
|
|
32526
|
-
}
|
|
32527
|
-
|
|
32528
32666
|
.sq6vos1 {
|
|
32529
32667
|
--item-min-width: 60px;
|
|
32530
32668
|
}
|
|
@@ -32740,22 +32878,6 @@ input.rrg1fkn.ant-input {
|
|
|
32740
32878
|
background: rgba(163, 180, 204, 0.18);
|
|
32741
32879
|
}
|
|
32742
32880
|
|
|
32743
|
-
.rrwcpby {
|
|
32744
|
-
display: flex;
|
|
32745
|
-
align-items: center;
|
|
32746
|
-
}
|
|
32747
|
-
.rrwcpby .order {
|
|
32748
|
-
height: 24px;
|
|
32749
|
-
width: 24px;
|
|
32750
|
-
border-radius: 20px;
|
|
32751
|
-
color: #0080ff;
|
|
32752
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32753
|
-
display: flex;
|
|
32754
|
-
align-items: center;
|
|
32755
|
-
justify-content: center;
|
|
32756
|
-
margin-right: 6px;
|
|
32757
|
-
}
|
|
32758
|
-
|
|
32759
32881
|
.c1k4vanq {
|
|
32760
32882
|
padding: 0 12px 14px 12px;
|
|
32761
32883
|
}
|
|
@@ -32800,6 +32922,19 @@ input.rrg1fkn.ant-input {
|
|
|
32800
32922
|
margin-right: 2px;
|
|
32801
32923
|
}
|
|
32802
32924
|
|
|
32925
|
+
.skwah65 {
|
|
32926
|
+
height: 8px;
|
|
32927
|
+
box-sizing: border-box;
|
|
32928
|
+
border-radius: 2px;
|
|
32929
|
+
background: #f5f7fa;
|
|
32930
|
+
display: flex;
|
|
32931
|
+
width: 100%;
|
|
32932
|
+
overflow: hidden;
|
|
32933
|
+
}
|
|
32934
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32935
|
+
margin-left: 1px;
|
|
32936
|
+
}
|
|
32937
|
+
|
|
32803
32938
|
.bab9xum {
|
|
32804
32939
|
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);
|
|
32805
32940
|
}
|
|
@@ -32817,6 +32952,22 @@ input.rrg1fkn.ant-input {
|
|
|
32817
32952
|
transform: translateY(-4px);
|
|
32818
32953
|
}
|
|
32819
32954
|
|
|
32955
|
+
.rrwcpby {
|
|
32956
|
+
display: flex;
|
|
32957
|
+
align-items: center;
|
|
32958
|
+
}
|
|
32959
|
+
.rrwcpby .order {
|
|
32960
|
+
height: 24px;
|
|
32961
|
+
width: 24px;
|
|
32962
|
+
border-radius: 20px;
|
|
32963
|
+
color: #0080ff;
|
|
32964
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32965
|
+
display: flex;
|
|
32966
|
+
align-items: center;
|
|
32967
|
+
justify-content: center;
|
|
32968
|
+
margin-right: 6px;
|
|
32969
|
+
}
|
|
32970
|
+
|
|
32820
32971
|
.tc40oxa {
|
|
32821
32972
|
margin-bottom: 4px;
|
|
32822
32973
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33010,46 +33161,6 @@ input.rrg1fkn.ant-input {
|
|
|
33010
33161
|
margin-right: 8px;
|
|
33011
33162
|
}
|
|
33012
33163
|
|
|
33013
|
-
.sut42l0 {
|
|
33014
|
-
padding: 0 8px;
|
|
33015
|
-
height: 18px;
|
|
33016
|
-
}
|
|
33017
|
-
|
|
33018
|
-
.mfsz1jz {
|
|
33019
|
-
padding: 2px 8px;
|
|
33020
|
-
height: 24px;
|
|
33021
|
-
}
|
|
33022
|
-
|
|
33023
|
-
.tnd6h4m {
|
|
33024
|
-
margin: 0;
|
|
33025
|
-
}
|
|
33026
|
-
|
|
33027
|
-
.i1qw4clm {
|
|
33028
|
-
margin-right: 4px;
|
|
33029
|
-
height: 16px;
|
|
33030
|
-
}
|
|
33031
|
-
|
|
33032
|
-
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33033
|
-
font-weight: 700;
|
|
33034
|
-
color: #00122e;
|
|
33035
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33036
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33037
|
-
}
|
|
33038
|
-
|
|
33039
|
-
.iwsze0q {
|
|
33040
|
-
margin-right: 4px;
|
|
33041
|
-
height: 16px;
|
|
33042
|
-
}
|
|
33043
|
-
|
|
33044
|
-
.w1xcixj5.outside-tag {
|
|
33045
|
-
padding-left: 0;
|
|
33046
|
-
}
|
|
33047
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33048
|
-
border-radius: 4px 0 0 4px;
|
|
33049
|
-
padding-right: 4px;
|
|
33050
|
-
margin-right: 4px;
|
|
33051
|
-
}
|
|
33052
|
-
|
|
33053
33164
|
.f1p9ti6d {
|
|
33054
33165
|
width: 100%;
|
|
33055
33166
|
margin-bottom: 0 !important;
|
|
@@ -33131,6 +33242,65 @@ input.rrg1fkn.ant-input {
|
|
|
33131
33242
|
font-size: inherit;
|
|
33132
33243
|
}
|
|
33133
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
|
+
|
|
33254
|
+
.sut42l0 {
|
|
33255
|
+
padding: 0 8px;
|
|
33256
|
+
height: 18px;
|
|
33257
|
+
}
|
|
33258
|
+
|
|
33259
|
+
.mfsz1jz {
|
|
33260
|
+
padding: 2px 8px;
|
|
33261
|
+
height: 24px;
|
|
33262
|
+
}
|
|
33263
|
+
|
|
33264
|
+
.tnd6h4m {
|
|
33265
|
+
margin: 0;
|
|
33266
|
+
}
|
|
33267
|
+
|
|
33268
|
+
.i1qw4clm {
|
|
33269
|
+
margin-right: 4px;
|
|
33270
|
+
height: 16px;
|
|
33271
|
+
}
|
|
33272
|
+
|
|
33273
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33274
|
+
font-weight: 700;
|
|
33275
|
+
color: #00122e;
|
|
33276
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33277
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33278
|
+
}
|
|
33279
|
+
|
|
33280
|
+
.iwsze0q {
|
|
33281
|
+
margin-right: 4px;
|
|
33282
|
+
height: 16px;
|
|
33283
|
+
}
|
|
33284
|
+
|
|
33285
|
+
.feau332.ant-form-item {
|
|
33286
|
+
margin-bottom: 0;
|
|
33287
|
+
}
|
|
33288
|
+
.feau332 .ant-form-item-explain {
|
|
33289
|
+
display: none;
|
|
33290
|
+
min-height: 18px;
|
|
33291
|
+
margin-top: 5px;
|
|
33292
|
+
font-family: "Inter";
|
|
33293
|
+
font-weight: 400;
|
|
33294
|
+
font-size: 12px;
|
|
33295
|
+
line-height: 18px;
|
|
33296
|
+
}
|
|
33297
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33298
|
+
white-space: pre-wrap;
|
|
33299
|
+
}
|
|
33300
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33301
|
+
display: block;
|
|
33302
|
+
}
|
|
33303
|
+
|
|
33134
33304
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33135
33305
|
display: var(--a6dbbkm-0);
|
|
33136
33306
|
}
|
|
@@ -33160,23 +33330,4 @@ input.rrg1fkn.ant-input {
|
|
|
33160
33330
|
margin: 0;
|
|
33161
33331
|
height: auto;
|
|
33162
33332
|
font-size: inherit;
|
|
33163
|
-
}
|
|
33164
|
-
|
|
33165
|
-
.feau332.ant-form-item {
|
|
33166
|
-
margin-bottom: 0;
|
|
33167
|
-
}
|
|
33168
|
-
.feau332 .ant-form-item-explain {
|
|
33169
|
-
display: none;
|
|
33170
|
-
min-height: 18px;
|
|
33171
|
-
margin-top: 5px;
|
|
33172
|
-
font-family: "Inter";
|
|
33173
|
-
font-weight: 400;
|
|
33174
|
-
font-size: 12px;
|
|
33175
|
-
line-height: 18px;
|
|
33176
|
-
}
|
|
33177
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33178
|
-
white-space: pre-wrap;
|
|
33179
|
-
}
|
|
33180
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33181
|
-
display: block;
|
|
33182
33333
|
}
|