@cloudtower/eagle 0.23.1 → 0.23.2
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/esm/index.js +5 -21
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +876 -876
- package/dist/umd/index.js +5 -21
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,52 +1597,6 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
-
.fde5mpd {
|
|
1601
|
-
width: 100%;
|
|
1602
|
-
height: 100%;
|
|
1603
|
-
min-height: 124px;
|
|
1604
|
-
display: flex;
|
|
1605
|
-
flex-direction: column;
|
|
1606
|
-
justify-content: center;
|
|
1607
|
-
align-items: center;
|
|
1608
|
-
}
|
|
1609
|
-
.fde5mpd .error-text {
|
|
1610
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
-
margin-bottom: 16px;
|
|
1612
|
-
font-size: 18px;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
.iap75of {
|
|
1616
|
-
height: 18px;
|
|
1617
|
-
line-height: 18px;
|
|
1618
|
-
padding: 0 4px;
|
|
1619
|
-
border-radius: 4px;
|
|
1620
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1621
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1622
|
-
display: flex;
|
|
1623
|
-
align-items: center;
|
|
1624
|
-
white-space: nowrap;
|
|
1625
|
-
margin-right: 4px;
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
.i1mrf09m {
|
|
1629
|
-
display: inline-flex;
|
|
1630
|
-
align-items: center;
|
|
1631
|
-
}
|
|
1632
|
-
.i1mrf09m .icon-inner {
|
|
1633
|
-
display: inline-flex;
|
|
1634
|
-
align-items: center;
|
|
1635
|
-
justify-content: center;
|
|
1636
|
-
}
|
|
1637
|
-
.i1mrf09m .icon-inner + span,
|
|
1638
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1639
|
-
margin-left: 4px;
|
|
1640
|
-
}
|
|
1641
|
-
.i1mrf09m.is-rotate img,
|
|
1642
|
-
.i1mrf09m.is-rotate svg {
|
|
1643
|
-
animation: rotate 680ms linear infinite;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
1600
|
.bpq0js6 {
|
|
1647
1601
|
padding: 4px 11px;
|
|
1648
1602
|
}
|
|
@@ -1920,6 +1874,52 @@ input[type=submit] {
|
|
|
1920
1874
|
padding: 0;
|
|
1921
1875
|
}
|
|
1922
1876
|
|
|
1877
|
+
.fde5mpd {
|
|
1878
|
+
width: 100%;
|
|
1879
|
+
height: 100%;
|
|
1880
|
+
min-height: 124px;
|
|
1881
|
+
display: flex;
|
|
1882
|
+
flex-direction: column;
|
|
1883
|
+
justify-content: center;
|
|
1884
|
+
align-items: center;
|
|
1885
|
+
}
|
|
1886
|
+
.fde5mpd .error-text {
|
|
1887
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1888
|
+
margin-bottom: 16px;
|
|
1889
|
+
font-size: 18px;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.i1mrf09m {
|
|
1893
|
+
display: inline-flex;
|
|
1894
|
+
align-items: center;
|
|
1895
|
+
}
|
|
1896
|
+
.i1mrf09m .icon-inner {
|
|
1897
|
+
display: inline-flex;
|
|
1898
|
+
align-items: center;
|
|
1899
|
+
justify-content: center;
|
|
1900
|
+
}
|
|
1901
|
+
.i1mrf09m .icon-inner + span,
|
|
1902
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1903
|
+
margin-left: 4px;
|
|
1904
|
+
}
|
|
1905
|
+
.i1mrf09m.is-rotate img,
|
|
1906
|
+
.i1mrf09m.is-rotate svg {
|
|
1907
|
+
animation: rotate 680ms linear infinite;
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
.iap75of {
|
|
1911
|
+
height: 18px;
|
|
1912
|
+
line-height: 18px;
|
|
1913
|
+
padding: 0 4px;
|
|
1914
|
+
border-radius: 4px;
|
|
1915
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1916
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1917
|
+
display: flex;
|
|
1918
|
+
align-items: center;
|
|
1919
|
+
white-space: nowrap;
|
|
1920
|
+
margin-right: 4px;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
1923
|
.obf05yr {
|
|
1924
1924
|
display: inline-block;
|
|
1925
1925
|
}
|
|
@@ -2706,6 +2706,89 @@ input.rrg1fkn.ant-input {
|
|
|
2706
2706
|
line-height: 18px;
|
|
2707
2707
|
}
|
|
2708
2708
|
|
|
2709
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2710
|
+
flex-direction: row;
|
|
2711
|
+
justify-content: stretch;
|
|
2712
|
+
}
|
|
2713
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2714
|
+
padding: 0;
|
|
2715
|
+
margin-right: 4px;
|
|
2716
|
+
flex: 1;
|
|
2717
|
+
overflow: visible;
|
|
2718
|
+
}
|
|
2719
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2720
|
+
display: none;
|
|
2721
|
+
}
|
|
2722
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2723
|
+
width: 100%;
|
|
2724
|
+
min-height: unset;
|
|
2725
|
+
}
|
|
2726
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2727
|
+
height: 26px;
|
|
2728
|
+
line-height: 26px;
|
|
2729
|
+
width: 100%;
|
|
2730
|
+
text-align: center;
|
|
2731
|
+
padding: 0;
|
|
2732
|
+
font-size: 12px;
|
|
2733
|
+
font-weight: normal;
|
|
2734
|
+
}
|
|
2735
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2736
|
+
margin-right: 10px;
|
|
2737
|
+
}
|
|
2738
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2739
|
+
display: none;
|
|
2740
|
+
}
|
|
2741
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2742
|
+
border-radius: 4px 0 0 4px;
|
|
2743
|
+
}
|
|
2744
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2745
|
+
margin-right: 0;
|
|
2746
|
+
}
|
|
2747
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2748
|
+
border-radius: 0 4px 4px 0;
|
|
2749
|
+
}
|
|
2750
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2751
|
+
content: "";
|
|
2752
|
+
width: 0;
|
|
2753
|
+
height: 0;
|
|
2754
|
+
border: 13px solid transparent;
|
|
2755
|
+
position: absolute;
|
|
2756
|
+
top: 0;
|
|
2757
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2758
|
+
right: -21px;
|
|
2759
|
+
z-index: 2;
|
|
2760
|
+
}
|
|
2761
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2762
|
+
content: "";
|
|
2763
|
+
width: 0;
|
|
2764
|
+
height: 0;
|
|
2765
|
+
border: 13px solid transparent;
|
|
2766
|
+
position: absolute;
|
|
2767
|
+
top: 0;
|
|
2768
|
+
border-left: 8px solid #fff;
|
|
2769
|
+
left: 0;
|
|
2770
|
+
}
|
|
2771
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2772
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2773
|
+
}
|
|
2774
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2775
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2776
|
+
}
|
|
2777
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2778
|
+
color: #005ed1;
|
|
2779
|
+
}
|
|
2780
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2781
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2782
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2783
|
+
}
|
|
2784
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2785
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2786
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2787
|
+
}
|
|
2788
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2789
|
+
padding: 0;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2709
2792
|
.rxbeqvl.ant-radio-wrapper {
|
|
2710
2793
|
display: inline-flex;
|
|
2711
2794
|
align-items: baseline;
|
|
@@ -2848,1003 +2931,920 @@ input.rrg1fkn.ant-input {
|
|
|
2848
2931
|
width: 36px;
|
|
2849
2932
|
}
|
|
2850
2933
|
|
|
2851
|
-
.
|
|
2852
|
-
|
|
2853
|
-
justify-content: stretch;
|
|
2934
|
+
.s1fc623g {
|
|
2935
|
+
width: 430px !important;
|
|
2854
2936
|
}
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2937
|
+
|
|
2938
|
+
.da3mx0o .ant-select-item-group {
|
|
2939
|
+
padding: 8px 16px;
|
|
2940
|
+
line-height: 18px;
|
|
2941
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2942
|
+
height: 34px;
|
|
2943
|
+
min-height: 34px;
|
|
2944
|
+
box-sizing: border-box;
|
|
2945
|
+
margin-top: 8px;
|
|
2860
2946
|
}
|
|
2861
|
-
|
|
2947
|
+
|
|
2948
|
+
.onr9gzt {
|
|
2949
|
+
display: flex;
|
|
2950
|
+
flex-direction: column;
|
|
2951
|
+
margin: 1px 8px;
|
|
2952
|
+
padding: 8px;
|
|
2953
|
+
border-radius: 4px;
|
|
2954
|
+
}
|
|
2955
|
+
.onr9gzt .selected-icon {
|
|
2862
2956
|
display: none;
|
|
2863
2957
|
}
|
|
2864
|
-
.
|
|
2865
|
-
|
|
2866
|
-
min-height: unset;
|
|
2958
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
2959
|
+
padding-left: 8px;
|
|
2867
2960
|
}
|
|
2868
|
-
.
|
|
2869
|
-
|
|
2870
|
-
line-height: 26px;
|
|
2871
|
-
width: 100%;
|
|
2872
|
-
text-align: center;
|
|
2873
|
-
padding: 0;
|
|
2874
|
-
font-size: 12px;
|
|
2875
|
-
font-weight: normal;
|
|
2961
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
2962
|
+
background-color: white;
|
|
2876
2963
|
}
|
|
2877
|
-
.
|
|
2878
|
-
|
|
2964
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
2965
|
+
color: #0080ff;
|
|
2879
2966
|
}
|
|
2880
|
-
.
|
|
2881
|
-
display:
|
|
2967
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
2968
|
+
display: block;
|
|
2882
2969
|
}
|
|
2883
|
-
.
|
|
2884
|
-
|
|
2970
|
+
.onr9gzt.ant-select-item-option-active {
|
|
2971
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2885
2972
|
}
|
|
2886
|
-
.
|
|
2887
|
-
|
|
2973
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
2974
|
+
color: #0080ff;
|
|
2888
2975
|
}
|
|
2889
|
-
.
|
|
2890
|
-
|
|
2976
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
2977
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2978
|
+
color: #0080ff;
|
|
2891
2979
|
}
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
top: 0;
|
|
2899
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2900
|
-
right: -21px;
|
|
2901
|
-
z-index: 2;
|
|
2980
|
+
|
|
2981
|
+
.oiy0apc {
|
|
2982
|
+
display: flex;
|
|
2983
|
+
justify-content: space-between;
|
|
2984
|
+
height: 20px;
|
|
2985
|
+
line-height: 20px;
|
|
2902
2986
|
}
|
|
2903
|
-
.
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
border: 13px solid transparent;
|
|
2908
|
-
position: absolute;
|
|
2909
|
-
top: 0;
|
|
2910
|
-
border-left: 8px solid #fff;
|
|
2911
|
-
left: 0;
|
|
2987
|
+
.oiy0apc .timezone-title {
|
|
2988
|
+
color: #2d3a56;
|
|
2989
|
+
overflow: hidden;
|
|
2990
|
+
text-overflow: ellipsis;
|
|
2912
2991
|
}
|
|
2913
|
-
|
|
2914
|
-
|
|
2992
|
+
|
|
2993
|
+
.of4y382 {
|
|
2994
|
+
display: flex;
|
|
2995
|
+
justify-content: space-between;
|
|
2996
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2997
|
+
height: 18px;
|
|
2998
|
+
line-height: 18px;
|
|
2999
|
+
margin-top: 2px;
|
|
2915
3000
|
}
|
|
2916
|
-
|
|
2917
|
-
|
|
3001
|
+
|
|
3002
|
+
.t19903l9 {
|
|
3003
|
+
border: none;
|
|
3004
|
+
margin-right: 0;
|
|
3005
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2918
3006
|
}
|
|
2919
|
-
|
|
2920
|
-
|
|
3007
|
+
|
|
3008
|
+
.i1e4sgug {
|
|
3009
|
+
display: inline-block;
|
|
2921
3010
|
}
|
|
2922
|
-
|
|
2923
|
-
.
|
|
2924
|
-
|
|
3011
|
+
|
|
3012
|
+
.d6j0lbj {
|
|
3013
|
+
font-family: Inter;
|
|
3014
|
+
font-style: normal;
|
|
3015
|
+
font-weight: bold;
|
|
3016
|
+
font-size: 32px;
|
|
3017
|
+
line-height: 40px;
|
|
2925
3018
|
}
|
|
2926
|
-
|
|
2927
|
-
.
|
|
2928
|
-
|
|
3019
|
+
|
|
3020
|
+
.d1xhvvxe {
|
|
3021
|
+
font-family: Inter;
|
|
3022
|
+
font-style: normal;
|
|
3023
|
+
font-weight: bold;
|
|
3024
|
+
font-size: 24px;
|
|
3025
|
+
line-height: 32px;
|
|
2929
3026
|
}
|
|
2930
|
-
|
|
2931
|
-
|
|
3027
|
+
|
|
3028
|
+
.dk10mxq {
|
|
3029
|
+
font-family: Inter;
|
|
3030
|
+
font-style: normal;
|
|
3031
|
+
font-weight: normal;
|
|
3032
|
+
font-size: 32px;
|
|
3033
|
+
line-height: 40px;
|
|
2932
3034
|
}
|
|
2933
3035
|
|
|
2934
|
-
.
|
|
2935
|
-
|
|
3036
|
+
.dxsait {
|
|
3037
|
+
font-family: Inter;
|
|
3038
|
+
font-style: normal;
|
|
3039
|
+
font-weight: bold;
|
|
3040
|
+
font-size: 20px;
|
|
3041
|
+
line-height: 24px;
|
|
2936
3042
|
}
|
|
2937
3043
|
|
|
2938
|
-
.
|
|
2939
|
-
|
|
3044
|
+
.dokn0h3 {
|
|
3045
|
+
font-family: Inter;
|
|
3046
|
+
font-style: normal;
|
|
3047
|
+
font-weight: normal;
|
|
3048
|
+
font-size: 20px;
|
|
3049
|
+
line-height: 24px;
|
|
2940
3050
|
}
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
3051
|
+
|
|
3052
|
+
.dobau4p {
|
|
3053
|
+
font-family: Inter;
|
|
3054
|
+
font-style: normal;
|
|
3055
|
+
font-weight: bold;
|
|
3056
|
+
font-size: 18px;
|
|
3057
|
+
line-height: 22px;
|
|
2944
3058
|
}
|
|
2945
|
-
|
|
2946
|
-
|
|
3059
|
+
|
|
3060
|
+
.dvolwok {
|
|
3061
|
+
font-family: Inter;
|
|
3062
|
+
font-style: normal;
|
|
3063
|
+
font-weight: normal;
|
|
3064
|
+
font-size: 18px;
|
|
3065
|
+
line-height: 22px;
|
|
2947
3066
|
}
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
3067
|
+
|
|
3068
|
+
.h181qhg4 {
|
|
3069
|
+
font-family: Inter;
|
|
3070
|
+
font-style: normal;
|
|
3071
|
+
font-weight: bold;
|
|
3072
|
+
font-size: 16px;
|
|
3073
|
+
line-height: 22px;
|
|
2951
3074
|
}
|
|
2952
|
-
|
|
2953
|
-
|
|
3075
|
+
|
|
3076
|
+
.h1phgmcq {
|
|
3077
|
+
font-family: Inter;
|
|
3078
|
+
font-style: normal;
|
|
3079
|
+
font-weight: normal;
|
|
3080
|
+
font-size: 16px;
|
|
3081
|
+
line-height: 22px;
|
|
2954
3082
|
}
|
|
2955
|
-
|
|
2956
|
-
|
|
3083
|
+
|
|
3084
|
+
.h173xnl1 {
|
|
3085
|
+
font-family: Inter;
|
|
3086
|
+
font-style: normal;
|
|
3087
|
+
font-weight: bold;
|
|
3088
|
+
font-size: 14px;
|
|
3089
|
+
line-height: 20px;
|
|
2957
3090
|
}
|
|
2958
|
-
|
|
2959
|
-
|
|
3091
|
+
|
|
3092
|
+
.hedm4pz {
|
|
3093
|
+
font-family: Inter;
|
|
3094
|
+
font-style: normal;
|
|
3095
|
+
font-weight: normal;
|
|
3096
|
+
font-size: 14px;
|
|
3097
|
+
line-height: 20px;
|
|
2960
3098
|
}
|
|
2961
|
-
|
|
2962
|
-
|
|
3099
|
+
|
|
3100
|
+
.h1kd8xld {
|
|
3101
|
+
font-family: Inter;
|
|
3102
|
+
font-style: normal;
|
|
3103
|
+
font-weight: bold;
|
|
3104
|
+
font-size: 12px;
|
|
3105
|
+
line-height: 18px;
|
|
2963
3106
|
}
|
|
2964
|
-
|
|
2965
|
-
|
|
3107
|
+
|
|
3108
|
+
.hp14fr {
|
|
3109
|
+
font-family: Inter;
|
|
3110
|
+
font-style: normal;
|
|
3111
|
+
font-weight: normal;
|
|
3112
|
+
font-size: 12px;
|
|
3113
|
+
line-height: 18px;
|
|
2966
3114
|
}
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
3115
|
+
|
|
3116
|
+
.hgrg7mn {
|
|
3117
|
+
font-family: Inter;
|
|
3118
|
+
font-style: normal;
|
|
3119
|
+
font-weight: bold;
|
|
3120
|
+
text-transform: uppercase;
|
|
3121
|
+
font-feature-settings: "cpsp" on;
|
|
3122
|
+
font-size: 12px;
|
|
3123
|
+
line-height: 18px;
|
|
2970
3124
|
}
|
|
2971
|
-
|
|
2972
|
-
|
|
3125
|
+
|
|
3126
|
+
.h6zme9x {
|
|
3127
|
+
font-family: Inter;
|
|
3128
|
+
font-style: normal;
|
|
3129
|
+
font-weight: normal;
|
|
3130
|
+
text-transform: uppercase;
|
|
3131
|
+
font-feature-settings: "cpsp" on;
|
|
3132
|
+
font-size: 12px;
|
|
3133
|
+
line-height: 18px;
|
|
2973
3134
|
}
|
|
2974
|
-
|
|
2975
|
-
.
|
|
2976
|
-
|
|
3135
|
+
|
|
3136
|
+
.locjvsv {
|
|
3137
|
+
font-family: Inter;
|
|
3138
|
+
font-style: normal;
|
|
3139
|
+
font-weight: normal;
|
|
3140
|
+
font-size: 16px;
|
|
3141
|
+
line-height: 24px;
|
|
2977
3142
|
}
|
|
2978
|
-
|
|
2979
|
-
|
|
3143
|
+
|
|
3144
|
+
.l13gi131 {
|
|
3145
|
+
font-family: Inter;
|
|
3146
|
+
font-style: normal;
|
|
3147
|
+
font-weight: bold;
|
|
3148
|
+
font-size: 16px;
|
|
3149
|
+
line-height: 24px;
|
|
2980
3150
|
}
|
|
2981
|
-
|
|
2982
|
-
.
|
|
2983
|
-
|
|
2984
|
-
|
|
3151
|
+
|
|
3152
|
+
.l1ynemsu {
|
|
3153
|
+
font-family: Inter;
|
|
3154
|
+
font-style: normal;
|
|
3155
|
+
font-weight: normal;
|
|
3156
|
+
font-size: 16px;
|
|
3157
|
+
line-height: 24px;
|
|
2985
3158
|
}
|
|
2986
|
-
|
|
2987
|
-
.
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
3159
|
+
|
|
3160
|
+
.l1cft1cx {
|
|
3161
|
+
font-family: Inter;
|
|
3162
|
+
font-style: normal;
|
|
3163
|
+
font-weight: bold;
|
|
3164
|
+
font-size: 16px;
|
|
3165
|
+
line-height: 24px;
|
|
2992
3166
|
}
|
|
2993
|
-
|
|
2994
|
-
.
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
3167
|
+
|
|
3168
|
+
.l17tqc8p {
|
|
3169
|
+
font-family: Inter;
|
|
3170
|
+
font-style: normal;
|
|
3171
|
+
font-weight: normal;
|
|
3172
|
+
text-transform: uppercase;
|
|
3173
|
+
font-feature-settings: "cpsp" on;
|
|
3174
|
+
font-size: 16px;
|
|
3175
|
+
line-height: 24px;
|
|
2998
3176
|
}
|
|
2999
|
-
|
|
3000
|
-
|
|
3177
|
+
|
|
3178
|
+
.l1j1e5w7 {
|
|
3179
|
+
font-family: Inter;
|
|
3180
|
+
font-style: normal;
|
|
3181
|
+
font-weight: bold;
|
|
3182
|
+
text-transform: uppercase;
|
|
3183
|
+
font-feature-settings: "cpsp" on;
|
|
3184
|
+
font-size: 16px;
|
|
3185
|
+
line-height: 24px;
|
|
3001
3186
|
}
|
|
3002
|
-
|
|
3003
|
-
|
|
3187
|
+
|
|
3188
|
+
.l1gf91jb {
|
|
3189
|
+
font-family: Inter;
|
|
3190
|
+
font-style: normal;
|
|
3191
|
+
font-weight: normal;
|
|
3192
|
+
font-size: 14px;
|
|
3193
|
+
line-height: 22px;
|
|
3004
3194
|
}
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
background: transparent;
|
|
3013
|
-
}
|
|
3014
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
3015
|
-
position: relative;
|
|
3016
|
-
z-index: 3;
|
|
3017
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3018
|
-
margin-bottom: -1px;
|
|
3019
|
-
}
|
|
3020
|
-
.tta5kd2 .ant-table .time-wrapper .data,
|
|
3021
|
-
.tta5kd2 .ant-table .value {
|
|
3022
|
-
color: #2d3a56;
|
|
3023
|
-
}
|
|
3024
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
3025
|
-
.tta5kd2 .ant-table .unit {
|
|
3026
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3027
|
-
}
|
|
3028
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
3029
|
-
text-align: center;
|
|
3030
|
-
}
|
|
3031
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
3032
|
-
background: #fff;
|
|
3033
|
-
}
|
|
3034
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
3035
|
-
cursor: pointer;
|
|
3036
|
-
position: absolute;
|
|
3037
|
-
top: 50%;
|
|
3038
|
-
right: 12px;
|
|
3039
|
-
transform: translateY(-50%);
|
|
3040
|
-
}
|
|
3041
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
3042
|
-
box-shadow: none;
|
|
3043
|
-
width: 1px;
|
|
3044
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3045
|
-
}
|
|
3046
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
3047
|
-
box-shadow: none;
|
|
3048
|
-
width: 1px;
|
|
3049
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3050
|
-
}
|
|
3051
|
-
.tta5kd2 .ant-table .ant-table-tbody {
|
|
3052
|
-
position: relative;
|
|
3053
|
-
}
|
|
3054
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
3055
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3056
|
-
border-bottom: 1px solid white;
|
|
3057
|
-
height: 40px;
|
|
3058
|
-
vertical-align: middle;
|
|
3059
|
-
transition: background 0ms;
|
|
3060
|
-
color: #00122e;
|
|
3061
|
-
}
|
|
3062
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
3063
|
-
background: #f2f5fa;
|
|
3064
|
-
border-bottom-color: #f2f5fa;
|
|
3065
|
-
}
|
|
3066
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
3067
|
-
height: auto;
|
|
3068
|
-
color: #00122e;
|
|
3069
|
-
font-size: 12px;
|
|
3070
|
-
text-align: left;
|
|
3071
|
-
transition: none;
|
|
3072
|
-
overflow: hidden;
|
|
3073
|
-
text-overflow: ellipsis;
|
|
3074
|
-
white-space: nowrap;
|
|
3075
|
-
}
|
|
3076
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
3077
|
-
color: #0096ff;
|
|
3078
|
-
}
|
|
3079
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
3080
|
-
overflow: hidden;
|
|
3081
|
-
text-overflow: ellipsis;
|
|
3082
|
-
width: 100%;
|
|
3083
|
-
vertical-align: middle;
|
|
3084
|
-
}
|
|
3085
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
3086
|
-
line-height: 0px;
|
|
3087
|
-
}
|
|
3088
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
3089
|
-
padding-right: 25px;
|
|
3090
|
-
}
|
|
3091
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
3092
|
-
border-top-color: transparent;
|
|
3093
|
-
}
|
|
3094
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
3095
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3096
|
-
border-color: transparent transparent white;
|
|
3097
|
-
}
|
|
3098
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
3099
|
-
border-radius: 8px 0 0 8px;
|
|
3100
|
-
}
|
|
3101
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
3102
|
-
border-radius: 8px 0 0 8px;
|
|
3103
|
-
}
|
|
3104
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
3105
|
-
content: "";
|
|
3106
|
-
width: 4px;
|
|
3107
|
-
top: -1px;
|
|
3108
|
-
bottom: -1px;
|
|
3109
|
-
background: white;
|
|
3110
|
-
}
|
|
3111
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
3112
|
-
border-radius: 0 8px 8px 0;
|
|
3113
|
-
}
|
|
3114
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
3115
|
-
border-radius: 0;
|
|
3116
|
-
background: white;
|
|
3117
|
-
border-top: none;
|
|
3118
|
-
}
|
|
3119
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
3120
|
-
border-top: 1px solid transparent;
|
|
3121
|
-
border-radius: 0 8px 8px 0;
|
|
3122
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3123
|
-
}
|
|
3124
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
3125
|
-
background: white;
|
|
3126
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3127
|
-
}
|
|
3128
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3129
|
-
display: flex;
|
|
3130
|
-
align-items: center;
|
|
3131
|
-
height: 100%;
|
|
3132
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3133
|
-
}
|
|
3134
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
3135
|
-
background: white;
|
|
3136
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3137
|
-
}
|
|
3138
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
3139
|
-
display: flex;
|
|
3140
|
-
align-items: center;
|
|
3141
|
-
height: 100%;
|
|
3142
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3143
|
-
}
|
|
3144
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
3145
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3146
|
-
}
|
|
3147
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
3148
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
3149
|
-
border-radius: 8px;
|
|
3150
|
-
}
|
|
3151
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
3152
|
-
border-top-color: white;
|
|
3153
|
-
}
|
|
3154
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
3155
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3156
|
-
border-bottom-color: transparent;
|
|
3157
|
-
border-top-color: transparent;
|
|
3158
|
-
}
|
|
3159
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
3160
|
-
border-radius: 8px 0 0 8px;
|
|
3161
|
-
}
|
|
3162
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
3163
|
-
border-radius: 0 8px 8px 0;
|
|
3164
|
-
}
|
|
3165
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
3166
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3167
|
-
}
|
|
3168
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
3169
|
-
background: #fff;
|
|
3170
|
-
font-weight: 400;
|
|
3171
|
-
position: relative;
|
|
3172
|
-
border-bottom: none;
|
|
3173
|
-
color: #00122e;
|
|
3174
|
-
transition: none;
|
|
3175
|
-
padding: 15px 8px 15px 8px;
|
|
3176
|
-
}
|
|
3177
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
3178
|
-
content: "";
|
|
3179
|
-
width: 1px;
|
|
3180
|
-
top: 0;
|
|
3181
|
-
bottom: 0;
|
|
3182
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3183
|
-
position: absolute;
|
|
3184
|
-
right: 0;
|
|
3185
|
-
}
|
|
3186
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
3187
|
-
padding: unset;
|
|
3188
|
-
}
|
|
3189
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
3190
|
-
display: none;
|
|
3191
|
-
}
|
|
3192
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3193
|
-
width: 100%;
|
|
3194
|
-
overflow: hidden;
|
|
3195
|
-
white-space: nowrap;
|
|
3196
|
-
text-overflow: ellipsis;
|
|
3197
|
-
}
|
|
3198
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3199
|
-
overflow: hidden;
|
|
3200
|
-
text-overflow: ellipsis;
|
|
3201
|
-
flex: 1;
|
|
3202
|
-
}
|
|
3203
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3204
|
-
padding: 15px 25px 15px 8px;
|
|
3205
|
-
}
|
|
3206
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3207
|
-
padding: 0;
|
|
3208
|
-
}
|
|
3209
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
3210
|
-
position: absolute;
|
|
3211
|
-
right: 6px;
|
|
3212
|
-
top: 50%;
|
|
3213
|
-
transform: translateY(-50%);
|
|
3214
|
-
height: 16px;
|
|
3215
|
-
display: none;
|
|
3216
|
-
transition: transform 320ms ease;
|
|
3217
|
-
}
|
|
3218
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
3219
|
-
display: block;
|
|
3220
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
3221
|
-
}
|
|
3222
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3223
|
-
display: block;
|
|
3224
|
-
}
|
|
3225
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
3226
|
-
display: none;
|
|
3227
|
-
}
|
|
3228
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
3229
|
-
transform: translateY(-50%);
|
|
3230
|
-
}
|
|
3231
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
3232
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
3233
|
-
}
|
|
3234
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3235
|
-
background: #f2f5fa;
|
|
3236
|
-
}
|
|
3237
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3238
|
-
display: block;
|
|
3195
|
+
|
|
3196
|
+
.lu7hlr6 {
|
|
3197
|
+
font-family: Inter;
|
|
3198
|
+
font-style: normal;
|
|
3199
|
+
font-weight: 500;
|
|
3200
|
+
font-size: 14px;
|
|
3201
|
+
line-height: 22px;
|
|
3239
3202
|
}
|
|
3240
|
-
|
|
3241
|
-
|
|
3203
|
+
|
|
3204
|
+
.l3l3jf0 {
|
|
3205
|
+
font-family: Inter;
|
|
3206
|
+
font-style: normal;
|
|
3207
|
+
font-weight: bold;
|
|
3208
|
+
font-size: 14px;
|
|
3209
|
+
line-height: 22px;
|
|
3242
3210
|
}
|
|
3243
|
-
|
|
3244
|
-
|
|
3211
|
+
|
|
3212
|
+
.l12j5nqp {
|
|
3213
|
+
font-family: Inter;
|
|
3214
|
+
font-style: normal;
|
|
3215
|
+
font-weight: normal;
|
|
3216
|
+
font-size: 14px;
|
|
3217
|
+
line-height: 22px;
|
|
3245
3218
|
}
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3219
|
+
|
|
3220
|
+
.l1tecqht {
|
|
3221
|
+
font-family: Inter;
|
|
3222
|
+
font-style: normal;
|
|
3223
|
+
font-weight: bold;
|
|
3224
|
+
font-size: 14px;
|
|
3225
|
+
line-height: 22px;
|
|
3251
3226
|
}
|
|
3252
|
-
|
|
3253
|
-
|
|
3227
|
+
|
|
3228
|
+
.l6sa990 {
|
|
3229
|
+
font-family: Inter;
|
|
3230
|
+
font-style: normal;
|
|
3231
|
+
font-weight: normal;
|
|
3232
|
+
text-transform: uppercase;
|
|
3233
|
+
font-feature-settings: "cpsp" on;
|
|
3234
|
+
font-size: 14px;
|
|
3235
|
+
line-height: 22px;
|
|
3254
3236
|
}
|
|
3255
|
-
|
|
3256
|
-
|
|
3237
|
+
|
|
3238
|
+
.lckqe8j {
|
|
3239
|
+
font-family: Inter;
|
|
3240
|
+
font-style: normal;
|
|
3241
|
+
font-weight: bold;
|
|
3242
|
+
text-transform: uppercase;
|
|
3243
|
+
font-feature-settings: "cpsp" on;
|
|
3244
|
+
font-size: 14px;
|
|
3245
|
+
line-height: 22px;
|
|
3257
3246
|
}
|
|
3258
|
-
|
|
3259
|
-
|
|
3247
|
+
|
|
3248
|
+
.l1kuminb {
|
|
3249
|
+
font-family: Inter;
|
|
3250
|
+
font-style: normal;
|
|
3251
|
+
font-weight: normal;
|
|
3252
|
+
font-size: 13px;
|
|
3253
|
+
line-height: 20px;
|
|
3260
3254
|
}
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3255
|
+
|
|
3256
|
+
.l1pbuf5j {
|
|
3257
|
+
font-family: Inter;
|
|
3258
|
+
font-style: normal;
|
|
3259
|
+
font-weight: 600;
|
|
3260
|
+
font-size: 13px;
|
|
3261
|
+
line-height: 20px;
|
|
3267
3262
|
}
|
|
3268
|
-
|
|
3269
|
-
.
|
|
3263
|
+
|
|
3264
|
+
.l1r4ztu {
|
|
3265
|
+
font-family: Inter;
|
|
3266
|
+
font-style: normal;
|
|
3270
3267
|
font-weight: bold;
|
|
3271
|
-
font-size:
|
|
3272
|
-
|
|
3268
|
+
font-size: 13px;
|
|
3269
|
+
line-height: 20px;
|
|
3273
3270
|
}
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3271
|
+
|
|
3272
|
+
.ly8vzok {
|
|
3273
|
+
font-family: Inter;
|
|
3274
|
+
font-style: normal;
|
|
3275
|
+
font-weight: normal;
|
|
3276
|
+
font-size: 13px;
|
|
3277
|
+
line-height: 20px;
|
|
3278
3278
|
}
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3279
|
+
|
|
3280
|
+
.lumfmf {
|
|
3281
|
+
font-family: Inter;
|
|
3282
|
+
font-style: normal;
|
|
3283
|
+
font-weight: 600;
|
|
3284
|
+
font-size: 13px;
|
|
3285
|
+
line-height: 20px;
|
|
3285
3286
|
}
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3287
|
+
|
|
3288
|
+
.l16ujwmv {
|
|
3289
|
+
font-family: Inter;
|
|
3290
|
+
font-style: normal;
|
|
3291
|
+
font-weight: bold;
|
|
3292
|
+
font-size: 13px;
|
|
3293
|
+
line-height: 20px;
|
|
3292
3294
|
}
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
+
|
|
3296
|
+
.l17o1ffr {
|
|
3297
|
+
font-family: Inter;
|
|
3298
|
+
font-style: normal;
|
|
3299
|
+
font-weight: normal;
|
|
3300
|
+
text-transform: uppercase;
|
|
3301
|
+
font-feature-settings: "cpsp" on;
|
|
3302
|
+
font-size: 13px;
|
|
3303
|
+
line-height: 20px;
|
|
3295
3304
|
}
|
|
3296
3305
|
|
|
3297
|
-
.
|
|
3298
|
-
|
|
3306
|
+
.lngllvn {
|
|
3307
|
+
font-family: Inter;
|
|
3308
|
+
font-style: normal;
|
|
3309
|
+
font-weight: bold;
|
|
3310
|
+
text-transform: uppercase;
|
|
3311
|
+
font-feature-settings: "cpsp" on;
|
|
3312
|
+
font-size: 13px;
|
|
3313
|
+
line-height: 20px;
|
|
3299
3314
|
}
|
|
3300
3315
|
|
|
3301
|
-
.
|
|
3302
|
-
|
|
3316
|
+
.l2i7fo9 {
|
|
3317
|
+
font-family: Inter;
|
|
3318
|
+
font-style: normal;
|
|
3319
|
+
font-weight: normal;
|
|
3320
|
+
font-size: 12px;
|
|
3303
3321
|
line-height: 18px;
|
|
3304
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3305
|
-
height: 34px;
|
|
3306
|
-
min-height: 34px;
|
|
3307
|
-
box-sizing: border-box;
|
|
3308
|
-
margin-top: 8px;
|
|
3309
3322
|
}
|
|
3310
3323
|
|
|
3311
|
-
.
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
}
|
|
3318
|
-
.onr9gzt .selected-icon {
|
|
3319
|
-
display: none;
|
|
3320
|
-
}
|
|
3321
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3322
|
-
padding-left: 8px;
|
|
3323
|
-
}
|
|
3324
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3325
|
-
background-color: white;
|
|
3326
|
-
}
|
|
3327
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3328
|
-
color: #0080ff;
|
|
3329
|
-
}
|
|
3330
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3331
|
-
display: block;
|
|
3332
|
-
}
|
|
3333
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3334
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3335
|
-
}
|
|
3336
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3337
|
-
color: #0080ff;
|
|
3338
|
-
}
|
|
3339
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3340
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3341
|
-
color: #0080ff;
|
|
3324
|
+
.l1x7hscx {
|
|
3325
|
+
font-family: Inter;
|
|
3326
|
+
font-style: normal;
|
|
3327
|
+
font-weight: 500;
|
|
3328
|
+
font-size: 12px;
|
|
3329
|
+
line-height: 18px;
|
|
3342
3330
|
}
|
|
3343
3331
|
|
|
3344
|
-
.
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3332
|
+
.le1jwan {
|
|
3333
|
+
font-family: Inter;
|
|
3334
|
+
font-style: normal;
|
|
3335
|
+
font-weight: bold;
|
|
3336
|
+
font-size: 12px;
|
|
3337
|
+
line-height: 18px;
|
|
3349
3338
|
}
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3339
|
+
|
|
3340
|
+
.lyxynfj {
|
|
3341
|
+
font-family: Inter;
|
|
3342
|
+
font-style: normal;
|
|
3343
|
+
font-weight: normal;
|
|
3344
|
+
font-size: 12px;
|
|
3345
|
+
line-height: 18px;
|
|
3354
3346
|
}
|
|
3355
3347
|
|
|
3356
|
-
.
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3348
|
+
.lpb2nxv {
|
|
3349
|
+
font-family: Inter;
|
|
3350
|
+
font-style: normal;
|
|
3351
|
+
font-weight: 500;
|
|
3352
|
+
font-size: 12px;
|
|
3361
3353
|
line-height: 18px;
|
|
3362
|
-
margin-top: 2px;
|
|
3363
3354
|
}
|
|
3364
3355
|
|
|
3365
|
-
.
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3356
|
+
.l1r8o3vv {
|
|
3357
|
+
font-family: Inter;
|
|
3358
|
+
font-style: normal;
|
|
3359
|
+
font-weight: bold;
|
|
3360
|
+
font-size: 12px;
|
|
3361
|
+
line-height: 18px;
|
|
3369
3362
|
}
|
|
3370
3363
|
|
|
3371
|
-
.
|
|
3372
|
-
|
|
3364
|
+
.lemnjy2 {
|
|
3365
|
+
font-family: Inter;
|
|
3366
|
+
font-style: normal;
|
|
3367
|
+
font-weight: normal;
|
|
3368
|
+
text-transform: uppercase;
|
|
3369
|
+
font-feature-settings: "cpsp" on;
|
|
3370
|
+
font-size: 12px;
|
|
3371
|
+
line-height: 18px;
|
|
3373
3372
|
}
|
|
3374
3373
|
|
|
3375
|
-
.
|
|
3374
|
+
.lrc42gb {
|
|
3376
3375
|
font-family: Inter;
|
|
3377
3376
|
font-style: normal;
|
|
3378
3377
|
font-weight: bold;
|
|
3379
|
-
|
|
3380
|
-
|
|
3378
|
+
text-transform: uppercase;
|
|
3379
|
+
font-feature-settings: "cpsp" on;
|
|
3380
|
+
font-size: 12px;
|
|
3381
|
+
line-height: 18px;
|
|
3381
3382
|
}
|
|
3382
3383
|
|
|
3383
|
-
.
|
|
3384
|
+
.fqaz4mb {
|
|
3384
3385
|
font-family: Inter;
|
|
3385
3386
|
font-style: normal;
|
|
3386
|
-
font-weight:
|
|
3387
|
-
font-size:
|
|
3388
|
-
line-height:
|
|
3387
|
+
font-weight: normal;
|
|
3388
|
+
font-size: 13px;
|
|
3389
|
+
line-height: 20px;
|
|
3389
3390
|
}
|
|
3390
3391
|
|
|
3391
|
-
.
|
|
3392
|
+
.f13we5o {
|
|
3392
3393
|
font-family: Inter;
|
|
3393
3394
|
font-style: normal;
|
|
3394
3395
|
font-weight: normal;
|
|
3395
|
-
font-size:
|
|
3396
|
-
line-height:
|
|
3396
|
+
font-size: 13px;
|
|
3397
|
+
line-height: 20px;
|
|
3397
3398
|
}
|
|
3398
3399
|
|
|
3399
|
-
.
|
|
3400
|
+
.ffmjua2 {
|
|
3400
3401
|
font-family: Inter;
|
|
3401
3402
|
font-style: normal;
|
|
3402
|
-
font-weight:
|
|
3403
|
-
font-size:
|
|
3404
|
-
line-height:
|
|
3403
|
+
font-weight: normal;
|
|
3404
|
+
font-size: 12px;
|
|
3405
|
+
line-height: 18px;
|
|
3405
3406
|
}
|
|
3406
3407
|
|
|
3407
|
-
.
|
|
3408
|
+
.fz2mxw0 {
|
|
3408
3409
|
font-family: Inter;
|
|
3409
3410
|
font-style: normal;
|
|
3410
3411
|
font-weight: normal;
|
|
3411
|
-
font-size:
|
|
3412
|
-
line-height:
|
|
3412
|
+
font-size: 12px;
|
|
3413
|
+
line-height: 18px;
|
|
3413
3414
|
}
|
|
3414
3415
|
|
|
3415
|
-
.
|
|
3416
|
+
.t1ertzoh {
|
|
3416
3417
|
font-family: Inter;
|
|
3417
3418
|
font-style: normal;
|
|
3418
|
-
font-weight:
|
|
3419
|
-
font-
|
|
3420
|
-
|
|
3419
|
+
font-weight: normal;
|
|
3420
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3421
|
+
font-size: 13px;
|
|
3422
|
+
line-height: 20px;
|
|
3421
3423
|
}
|
|
3422
3424
|
|
|
3423
|
-
.
|
|
3425
|
+
.t19bge8r {
|
|
3424
3426
|
font-family: Inter;
|
|
3425
3427
|
font-style: normal;
|
|
3426
3428
|
font-weight: normal;
|
|
3427
|
-
font-
|
|
3428
|
-
|
|
3429
|
+
font-feature-settings: "zero" on;
|
|
3430
|
+
font-size: 13px;
|
|
3431
|
+
line-height: 20px;
|
|
3429
3432
|
}
|
|
3430
3433
|
|
|
3431
|
-
.
|
|
3434
|
+
.tjrzfyl {
|
|
3432
3435
|
font-family: Inter;
|
|
3433
3436
|
font-style: normal;
|
|
3434
|
-
font-weight:
|
|
3435
|
-
font-
|
|
3436
|
-
|
|
3437
|
+
font-weight: normal;
|
|
3438
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3439
|
+
font-size: 12px;
|
|
3440
|
+
line-height: 18px;
|
|
3437
3441
|
}
|
|
3438
3442
|
|
|
3439
|
-
.
|
|
3443
|
+
.tm6s7bo {
|
|
3444
|
+
font-family: Inter;
|
|
3445
|
+
font-style: normal;
|
|
3446
|
+
font-weight: 500;
|
|
3447
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3448
|
+
font-size: 12px;
|
|
3449
|
+
line-height: 18px;
|
|
3450
|
+
}
|
|
3451
|
+
|
|
3452
|
+
.t19zq6ic {
|
|
3440
3453
|
font-family: Inter;
|
|
3441
3454
|
font-style: normal;
|
|
3442
3455
|
font-weight: normal;
|
|
3443
|
-
font-
|
|
3444
|
-
|
|
3456
|
+
font-feature-settings: "zero" on;
|
|
3457
|
+
font-size: 12px;
|
|
3458
|
+
line-height: 18px;
|
|
3445
3459
|
}
|
|
3446
3460
|
|
|
3447
|
-
.
|
|
3461
|
+
.t1gduru8 {
|
|
3462
|
+
font-family: Inter;
|
|
3463
|
+
font-style: normal;
|
|
3464
|
+
font-weight: 500;
|
|
3465
|
+
font-feature-settings: "zero" on;
|
|
3466
|
+
font-size: 12px;
|
|
3467
|
+
line-height: 18px;
|
|
3468
|
+
}
|
|
3469
|
+
|
|
3470
|
+
.t55raab {
|
|
3448
3471
|
font-family: Inter;
|
|
3449
3472
|
font-style: normal;
|
|
3450
3473
|
font-weight: bold;
|
|
3451
|
-
font-
|
|
3452
|
-
|
|
3474
|
+
font-feature-settings: "zero" on;
|
|
3475
|
+
font-size: 16px;
|
|
3476
|
+
line-height: 24px;
|
|
3453
3477
|
}
|
|
3454
3478
|
|
|
3455
|
-
.
|
|
3479
|
+
.u1w9abfe {
|
|
3456
3480
|
font-family: Inter;
|
|
3457
3481
|
font-style: normal;
|
|
3458
3482
|
font-weight: normal;
|
|
3459
|
-
font-size:
|
|
3460
|
-
line-height:
|
|
3483
|
+
font-size: 10px;
|
|
3484
|
+
line-height: 12px;
|
|
3485
|
+
}
|
|
3486
|
+
|
|
3487
|
+
.t1upn1sz {
|
|
3488
|
+
height: 100%;
|
|
3489
|
+
}
|
|
3490
|
+
|
|
3491
|
+
.tta5kd2 {
|
|
3492
|
+
height: 100%;
|
|
3493
|
+
}
|
|
3494
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
3495
|
+
overflow: visible !important;
|
|
3496
|
+
height: 100%;
|
|
3497
|
+
}
|
|
3498
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
3499
|
+
height: 100%;
|
|
3500
|
+
}
|
|
3501
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
3502
|
+
width: 100% !important;
|
|
3503
|
+
height: 100%;
|
|
3504
|
+
}
|
|
3505
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3506
|
+
padding: 15px 0;
|
|
3507
|
+
}
|
|
3508
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
3509
|
+
display: none;
|
|
3510
|
+
}
|
|
3511
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
3512
|
+
font-weight: 700;
|
|
3513
|
+
}
|
|
3514
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
3515
|
+
font-weight: 700;
|
|
3516
|
+
}
|
|
3517
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
3518
|
+
height: 100%;
|
|
3519
|
+
}
|
|
3520
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
3521
|
+
height: 100%;
|
|
3522
|
+
overflow: visible;
|
|
3523
|
+
}
|
|
3524
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
3525
|
+
max-height: none;
|
|
3526
|
+
}
|
|
3527
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
3528
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
3529
|
+
display: none;
|
|
3530
|
+
}
|
|
3531
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
3532
|
+
background: transparent;
|
|
3533
|
+
}
|
|
3534
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
3535
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
3536
|
+
background: #fff;
|
|
3537
|
+
padding: 0 !important;
|
|
3538
|
+
}
|
|
3539
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
3540
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3541
|
+
display: flex;
|
|
3542
|
+
align-items: center;
|
|
3543
|
+
height: 100%;
|
|
3544
|
+
padding: 8px;
|
|
3545
|
+
}
|
|
3546
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
3547
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
3548
|
+
overflow: hidden;
|
|
3549
|
+
text-overflow: ellipsis;
|
|
3550
|
+
width: 100%;
|
|
3551
|
+
}
|
|
3552
|
+
.tta5kd2 .ant-table-container {
|
|
3553
|
+
height: 100%;
|
|
3554
|
+
}
|
|
3555
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
3556
|
+
box-shadow: none !important;
|
|
3557
|
+
}
|
|
3558
|
+
.tta5kd2 .ant-table {
|
|
3559
|
+
border-radius: 0px;
|
|
3560
|
+
border-left: none;
|
|
3561
|
+
border-right: none;
|
|
3562
|
+
border-bottom: none;
|
|
3563
|
+
height: 100%;
|
|
3564
|
+
font-size: 12px;
|
|
3565
|
+
background: transparent;
|
|
3566
|
+
}
|
|
3567
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
3568
|
+
position: relative;
|
|
3569
|
+
z-index: 3;
|
|
3570
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3571
|
+
margin-bottom: -1px;
|
|
3572
|
+
}
|
|
3573
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
3574
|
+
.tta5kd2 .ant-table .value {
|
|
3575
|
+
color: #2d3a56;
|
|
3576
|
+
}
|
|
3577
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
3578
|
+
.tta5kd2 .ant-table .unit {
|
|
3579
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3580
|
+
}
|
|
3581
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
3582
|
+
text-align: center;
|
|
3583
|
+
}
|
|
3584
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
3585
|
+
background: #fff;
|
|
3586
|
+
}
|
|
3587
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
3588
|
+
cursor: pointer;
|
|
3589
|
+
position: absolute;
|
|
3590
|
+
top: 50%;
|
|
3591
|
+
right: 12px;
|
|
3592
|
+
transform: translateY(-50%);
|
|
3593
|
+
}
|
|
3594
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
3595
|
+
box-shadow: none;
|
|
3596
|
+
width: 1px;
|
|
3597
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3598
|
+
}
|
|
3599
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
3600
|
+
box-shadow: none;
|
|
3601
|
+
width: 1px;
|
|
3602
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3603
|
+
}
|
|
3604
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
3605
|
+
position: relative;
|
|
3606
|
+
}
|
|
3607
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
3608
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3609
|
+
border-bottom: 1px solid white;
|
|
3610
|
+
height: 40px;
|
|
3611
|
+
vertical-align: middle;
|
|
3612
|
+
transition: background 0ms;
|
|
3613
|
+
color: #00122e;
|
|
3614
|
+
}
|
|
3615
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
3616
|
+
background: #f2f5fa;
|
|
3617
|
+
border-bottom-color: #f2f5fa;
|
|
3618
|
+
}
|
|
3619
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
3620
|
+
height: auto;
|
|
3621
|
+
color: #00122e;
|
|
3622
|
+
font-size: 12px;
|
|
3623
|
+
text-align: left;
|
|
3624
|
+
transition: none;
|
|
3625
|
+
overflow: hidden;
|
|
3626
|
+
text-overflow: ellipsis;
|
|
3627
|
+
white-space: nowrap;
|
|
3628
|
+
}
|
|
3629
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
3630
|
+
color: #0096ff;
|
|
3461
3631
|
}
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
font-size: 12px;
|
|
3468
|
-
line-height: 18px;
|
|
3632
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
3633
|
+
overflow: hidden;
|
|
3634
|
+
text-overflow: ellipsis;
|
|
3635
|
+
width: 100%;
|
|
3636
|
+
vertical-align: middle;
|
|
3469
3637
|
}
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
font-family: Inter;
|
|
3473
|
-
font-style: normal;
|
|
3474
|
-
font-weight: normal;
|
|
3475
|
-
font-size: 12px;
|
|
3476
|
-
line-height: 18px;
|
|
3638
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
3639
|
+
line-height: 0px;
|
|
3477
3640
|
}
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
font-family: Inter;
|
|
3481
|
-
font-style: normal;
|
|
3482
|
-
font-weight: bold;
|
|
3483
|
-
text-transform: uppercase;
|
|
3484
|
-
font-feature-settings: "cpsp" on;
|
|
3485
|
-
font-size: 12px;
|
|
3486
|
-
line-height: 18px;
|
|
3641
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
3642
|
+
padding-right: 25px;
|
|
3487
3643
|
}
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
font-family: Inter;
|
|
3491
|
-
font-style: normal;
|
|
3492
|
-
font-weight: normal;
|
|
3493
|
-
text-transform: uppercase;
|
|
3494
|
-
font-feature-settings: "cpsp" on;
|
|
3495
|
-
font-size: 12px;
|
|
3496
|
-
line-height: 18px;
|
|
3644
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
3645
|
+
border-top-color: transparent;
|
|
3497
3646
|
}
|
|
3498
|
-
|
|
3499
|
-
.
|
|
3500
|
-
|
|
3501
|
-
font-style: normal;
|
|
3502
|
-
font-weight: normal;
|
|
3503
|
-
font-size: 16px;
|
|
3504
|
-
line-height: 24px;
|
|
3647
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
3648
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3649
|
+
border-color: transparent transparent white;
|
|
3505
3650
|
}
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
font-family: Inter;
|
|
3509
|
-
font-style: normal;
|
|
3510
|
-
font-weight: bold;
|
|
3511
|
-
font-size: 16px;
|
|
3512
|
-
line-height: 24px;
|
|
3651
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
3652
|
+
border-radius: 8px 0 0 8px;
|
|
3513
3653
|
}
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
font-family: Inter;
|
|
3517
|
-
font-style: normal;
|
|
3518
|
-
font-weight: normal;
|
|
3519
|
-
font-size: 16px;
|
|
3520
|
-
line-height: 24px;
|
|
3654
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
3655
|
+
border-radius: 8px 0 0 8px;
|
|
3521
3656
|
}
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
line-height: 24px;
|
|
3657
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
3658
|
+
content: "";
|
|
3659
|
+
width: 4px;
|
|
3660
|
+
top: -1px;
|
|
3661
|
+
bottom: -1px;
|
|
3662
|
+
background: white;
|
|
3529
3663
|
}
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
font-family: Inter;
|
|
3533
|
-
font-style: normal;
|
|
3534
|
-
font-weight: normal;
|
|
3535
|
-
text-transform: uppercase;
|
|
3536
|
-
font-feature-settings: "cpsp" on;
|
|
3537
|
-
font-size: 16px;
|
|
3538
|
-
line-height: 24px;
|
|
3664
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
3665
|
+
border-radius: 0 8px 8px 0;
|
|
3539
3666
|
}
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
font-weight: bold;
|
|
3545
|
-
text-transform: uppercase;
|
|
3546
|
-
font-feature-settings: "cpsp" on;
|
|
3547
|
-
font-size: 16px;
|
|
3548
|
-
line-height: 24px;
|
|
3667
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
3668
|
+
border-radius: 0;
|
|
3669
|
+
background: white;
|
|
3670
|
+
border-top: none;
|
|
3549
3671
|
}
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
font-weight: normal;
|
|
3555
|
-
font-size: 14px;
|
|
3556
|
-
line-height: 22px;
|
|
3672
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
3673
|
+
border-top: 1px solid transparent;
|
|
3674
|
+
border-radius: 0 8px 8px 0;
|
|
3675
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3557
3676
|
}
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
font-style: normal;
|
|
3562
|
-
font-weight: 500;
|
|
3563
|
-
font-size: 14px;
|
|
3564
|
-
line-height: 22px;
|
|
3677
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
3678
|
+
background: white;
|
|
3679
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3565
3680
|
}
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
font-size: 14px;
|
|
3572
|
-
line-height: 22px;
|
|
3681
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3682
|
+
display: flex;
|
|
3683
|
+
align-items: center;
|
|
3684
|
+
height: 100%;
|
|
3685
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3573
3686
|
}
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
font-style: normal;
|
|
3578
|
-
font-weight: normal;
|
|
3579
|
-
font-size: 14px;
|
|
3580
|
-
line-height: 22px;
|
|
3687
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
3688
|
+
background: white;
|
|
3689
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3581
3690
|
}
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
font-size: 14px;
|
|
3588
|
-
line-height: 22px;
|
|
3691
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
3692
|
+
display: flex;
|
|
3693
|
+
align-items: center;
|
|
3694
|
+
height: 100%;
|
|
3695
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3589
3696
|
}
|
|
3590
|
-
|
|
3591
|
-
.
|
|
3592
|
-
font-family: Inter;
|
|
3593
|
-
font-style: normal;
|
|
3594
|
-
font-weight: normal;
|
|
3595
|
-
text-transform: uppercase;
|
|
3596
|
-
font-feature-settings: "cpsp" on;
|
|
3597
|
-
font-size: 14px;
|
|
3598
|
-
line-height: 22px;
|
|
3697
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
3698
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3599
3699
|
}
|
|
3600
|
-
|
|
3601
|
-
.
|
|
3602
|
-
|
|
3603
|
-
font-style: normal;
|
|
3604
|
-
font-weight: bold;
|
|
3605
|
-
text-transform: uppercase;
|
|
3606
|
-
font-feature-settings: "cpsp" on;
|
|
3607
|
-
font-size: 14px;
|
|
3608
|
-
line-height: 22px;
|
|
3700
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
3701
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
3702
|
+
border-radius: 8px;
|
|
3609
3703
|
}
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
font-family: Inter;
|
|
3613
|
-
font-style: normal;
|
|
3614
|
-
font-weight: normal;
|
|
3615
|
-
font-size: 13px;
|
|
3616
|
-
line-height: 20px;
|
|
3704
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
3705
|
+
border-top-color: white;
|
|
3617
3706
|
}
|
|
3618
|
-
|
|
3619
|
-
.
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
font-weight: 600;
|
|
3623
|
-
font-size: 13px;
|
|
3624
|
-
line-height: 20px;
|
|
3707
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
3708
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3709
|
+
border-bottom-color: transparent;
|
|
3710
|
+
border-top-color: transparent;
|
|
3625
3711
|
}
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
font-family: Inter;
|
|
3629
|
-
font-style: normal;
|
|
3630
|
-
font-weight: bold;
|
|
3631
|
-
font-size: 13px;
|
|
3632
|
-
line-height: 20px;
|
|
3712
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
3713
|
+
border-radius: 8px 0 0 8px;
|
|
3633
3714
|
}
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
font-family: Inter;
|
|
3637
|
-
font-style: normal;
|
|
3638
|
-
font-weight: normal;
|
|
3639
|
-
font-size: 13px;
|
|
3640
|
-
line-height: 20px;
|
|
3715
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
3716
|
+
border-radius: 0 8px 8px 0;
|
|
3641
3717
|
}
|
|
3642
|
-
|
|
3643
|
-
.
|
|
3644
|
-
font-family: Inter;
|
|
3645
|
-
font-style: normal;
|
|
3646
|
-
font-weight: 600;
|
|
3647
|
-
font-size: 13px;
|
|
3648
|
-
line-height: 20px;
|
|
3718
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
3719
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3649
3720
|
}
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
font-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3721
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
3722
|
+
background: #fff;
|
|
3723
|
+
font-weight: 400;
|
|
3724
|
+
position: relative;
|
|
3725
|
+
border-bottom: none;
|
|
3726
|
+
color: #00122e;
|
|
3727
|
+
transition: none;
|
|
3728
|
+
padding: 15px 8px 15px 8px;
|
|
3729
|
+
}
|
|
3730
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
3731
|
+
content: "";
|
|
3732
|
+
width: 1px;
|
|
3733
|
+
top: 0;
|
|
3734
|
+
bottom: 0;
|
|
3735
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3736
|
+
position: absolute;
|
|
3737
|
+
right: 0;
|
|
3657
3738
|
}
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
font-family: Inter;
|
|
3661
|
-
font-style: normal;
|
|
3662
|
-
font-weight: normal;
|
|
3663
|
-
text-transform: uppercase;
|
|
3664
|
-
font-feature-settings: "cpsp" on;
|
|
3665
|
-
font-size: 13px;
|
|
3666
|
-
line-height: 20px;
|
|
3739
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
3740
|
+
padding: unset;
|
|
3667
3741
|
}
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
font-family: Inter;
|
|
3671
|
-
font-style: normal;
|
|
3672
|
-
font-weight: bold;
|
|
3673
|
-
text-transform: uppercase;
|
|
3674
|
-
font-feature-settings: "cpsp" on;
|
|
3675
|
-
font-size: 13px;
|
|
3676
|
-
line-height: 20px;
|
|
3742
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
3743
|
+
display: none;
|
|
3677
3744
|
}
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
font-size: 12px;
|
|
3684
|
-
line-height: 18px;
|
|
3745
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3746
|
+
width: 100%;
|
|
3747
|
+
overflow: hidden;
|
|
3748
|
+
white-space: nowrap;
|
|
3749
|
+
text-overflow: ellipsis;
|
|
3685
3750
|
}
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
font-weight: 500;
|
|
3691
|
-
font-size: 12px;
|
|
3692
|
-
line-height: 18px;
|
|
3751
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3752
|
+
overflow: hidden;
|
|
3753
|
+
text-overflow: ellipsis;
|
|
3754
|
+
flex: 1;
|
|
3693
3755
|
}
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
font-family: Inter;
|
|
3697
|
-
font-style: normal;
|
|
3698
|
-
font-weight: bold;
|
|
3699
|
-
font-size: 12px;
|
|
3700
|
-
line-height: 18px;
|
|
3756
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3757
|
+
padding: 15px 25px 15px 8px;
|
|
3701
3758
|
}
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
font-family: Inter;
|
|
3705
|
-
font-style: normal;
|
|
3706
|
-
font-weight: normal;
|
|
3707
|
-
font-size: 12px;
|
|
3708
|
-
line-height: 18px;
|
|
3759
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3760
|
+
padding: 0;
|
|
3709
3761
|
}
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3762
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
3763
|
+
position: absolute;
|
|
3764
|
+
right: 6px;
|
|
3765
|
+
top: 50%;
|
|
3766
|
+
transform: translateY(-50%);
|
|
3767
|
+
height: 16px;
|
|
3768
|
+
display: none;
|
|
3769
|
+
transition: transform 320ms ease;
|
|
3717
3770
|
}
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
font-style: normal;
|
|
3722
|
-
font-weight: bold;
|
|
3723
|
-
font-size: 12px;
|
|
3724
|
-
line-height: 18px;
|
|
3771
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
3772
|
+
display: block;
|
|
3773
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3725
3774
|
}
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
font-family: Inter;
|
|
3729
|
-
font-style: normal;
|
|
3730
|
-
font-weight: normal;
|
|
3731
|
-
text-transform: uppercase;
|
|
3732
|
-
font-feature-settings: "cpsp" on;
|
|
3733
|
-
font-size: 12px;
|
|
3734
|
-
line-height: 18px;
|
|
3775
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3776
|
+
display: block;
|
|
3735
3777
|
}
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
font-family: Inter;
|
|
3739
|
-
font-style: normal;
|
|
3740
|
-
font-weight: bold;
|
|
3741
|
-
text-transform: uppercase;
|
|
3742
|
-
font-feature-settings: "cpsp" on;
|
|
3743
|
-
font-size: 12px;
|
|
3744
|
-
line-height: 18px;
|
|
3778
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
3779
|
+
display: none;
|
|
3745
3780
|
}
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
font-family: Inter;
|
|
3749
|
-
font-style: normal;
|
|
3750
|
-
font-weight: normal;
|
|
3751
|
-
font-size: 13px;
|
|
3752
|
-
line-height: 20px;
|
|
3781
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
3782
|
+
transform: translateY(-50%);
|
|
3753
3783
|
}
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
font-family: Inter;
|
|
3757
|
-
font-style: normal;
|
|
3758
|
-
font-weight: normal;
|
|
3759
|
-
font-size: 13px;
|
|
3760
|
-
line-height: 20px;
|
|
3784
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
3785
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3761
3786
|
}
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
font-family: Inter;
|
|
3765
|
-
font-style: normal;
|
|
3766
|
-
font-weight: normal;
|
|
3767
|
-
font-size: 12px;
|
|
3768
|
-
line-height: 18px;
|
|
3787
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3788
|
+
background: #f2f5fa;
|
|
3769
3789
|
}
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
font-family: Inter;
|
|
3773
|
-
font-style: normal;
|
|
3774
|
-
font-weight: normal;
|
|
3775
|
-
font-size: 12px;
|
|
3776
|
-
line-height: 18px;
|
|
3790
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3791
|
+
display: block;
|
|
3777
3792
|
}
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
font-family: Inter;
|
|
3781
|
-
font-style: normal;
|
|
3782
|
-
font-weight: normal;
|
|
3783
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3784
|
-
font-size: 13px;
|
|
3785
|
-
line-height: 20px;
|
|
3793
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
3794
|
+
padding-right: 25px;
|
|
3786
3795
|
}
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
font-family: Inter;
|
|
3790
|
-
font-style: normal;
|
|
3791
|
-
font-weight: normal;
|
|
3792
|
-
font-feature-settings: "zero" on;
|
|
3793
|
-
font-size: 13px;
|
|
3794
|
-
line-height: 20px;
|
|
3796
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
3797
|
+
padding: 0 !important;
|
|
3795
3798
|
}
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3802
|
-
font-size: 12px;
|
|
3803
|
-
line-height: 18px;
|
|
3799
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3800
|
+
position: absolute;
|
|
3801
|
+
left: 50%;
|
|
3802
|
+
top: 50%;
|
|
3803
|
+
transform: translate(-50%, -50%);
|
|
3804
3804
|
}
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
font-family: Inter;
|
|
3808
|
-
font-style: normal;
|
|
3809
|
-
font-weight: 500;
|
|
3810
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3811
|
-
font-size: 12px;
|
|
3812
|
-
line-height: 18px;
|
|
3805
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3806
|
+
display: none;
|
|
3813
3807
|
}
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
font-family: Inter;
|
|
3817
|
-
font-style: normal;
|
|
3818
|
-
font-weight: normal;
|
|
3819
|
-
font-feature-settings: "zero" on;
|
|
3820
|
-
font-size: 12px;
|
|
3821
|
-
line-height: 18px;
|
|
3808
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3809
|
+
background: #fff;
|
|
3822
3810
|
}
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
font-family: Inter;
|
|
3826
|
-
font-style: normal;
|
|
3827
|
-
font-weight: 500;
|
|
3828
|
-
font-feature-settings: "zero" on;
|
|
3829
|
-
font-size: 12px;
|
|
3830
|
-
line-height: 18px;
|
|
3811
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3812
|
+
background: inherit;
|
|
3831
3813
|
}
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3814
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3815
|
+
position: static;
|
|
3816
|
+
border: none;
|
|
3817
|
+
background: inherit !important;
|
|
3818
|
+
height: 100px;
|
|
3819
|
+
vertical-align: middle;
|
|
3820
|
+
}
|
|
3821
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3822
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3836
3823
|
font-weight: bold;
|
|
3837
|
-
font-
|
|
3838
|
-
|
|
3839
|
-
line-height: 24px;
|
|
3824
|
+
font-size: 20px;
|
|
3825
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3840
3826
|
}
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3827
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
3828
|
+
padding: 0 !important;
|
|
3829
|
+
position: relative;
|
|
3830
|
+
background: #fff;
|
|
3831
|
+
}
|
|
3832
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3833
|
+
height: 100%;
|
|
3834
|
+
display: flex;
|
|
3835
|
+
align-items: center;
|
|
3836
|
+
justify-content: flex-end;
|
|
3837
|
+
padding-right: 8px;
|
|
3838
|
+
}
|
|
3839
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3840
|
+
width: 24px;
|
|
3841
|
+
height: 24px;
|
|
3842
|
+
cursor: pointer;
|
|
3843
|
+
justify-content: center;
|
|
3844
|
+
border-radius: 4px;
|
|
3845
|
+
}
|
|
3846
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3847
|
+
background: #fff;
|
|
3848
3848
|
}
|
|
3849
3849
|
|
|
3850
3850
|
.c198s9j3 {
|