@cloudtower/eagle 0.25.18 → 0.25.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +13 -13
- package/dist/esm/index.js +2 -4
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +999 -999
- package/dist/umd/index.js +4 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1636,32 +1636,33 @@ html body {
|
|
|
1636
1636
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1637
1637
|
}
|
|
1638
1638
|
}
|
|
1639
|
-
.
|
|
1640
|
-
|
|
1641
|
-
height: 100%;
|
|
1642
|
-
min-height: 124px;
|
|
1643
|
-
display: flex;
|
|
1644
|
-
flex-direction: column;
|
|
1645
|
-
justify-content: center;
|
|
1646
|
-
align-items: center;
|
|
1647
|
-
}
|
|
1648
|
-
.fde5mpd .error-text {
|
|
1649
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1650
|
-
margin-bottom: 16px;
|
|
1651
|
-
font-size: 18px;
|
|
1639
|
+
.bpq0js6 {
|
|
1640
|
+
padding: 4px 11px;
|
|
1652
1641
|
}
|
|
1653
1642
|
|
|
1654
|
-
.
|
|
1655
|
-
height: 18px;
|
|
1656
|
-
line-height: 18px;
|
|
1657
|
-
padding: 0 4px;
|
|
1658
|
-
border-radius: 4px;
|
|
1659
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1660
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1661
|
-
display: flex;
|
|
1662
|
-
align-items: center;
|
|
1643
|
+
.b15sn34c {
|
|
1663
1644
|
white-space: nowrap;
|
|
1664
|
-
|
|
1645
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1646
|
+
}
|
|
1647
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1648
|
+
--color: #0080ff;
|
|
1649
|
+
}
|
|
1650
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1651
|
+
--color: #0080ff;
|
|
1652
|
+
}
|
|
1653
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1654
|
+
margin-left: 1px;
|
|
1655
|
+
}
|
|
1656
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1657
|
+
border-top-right-radius: 0;
|
|
1658
|
+
border-bottom-right-radius: 0;
|
|
1659
|
+
}
|
|
1660
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1661
|
+
border-top-left-radius: 0;
|
|
1662
|
+
border-bottom-left-radius: 0;
|
|
1663
|
+
}
|
|
1664
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1665
|
+
border-radius: unset;
|
|
1665
1666
|
}
|
|
1666
1667
|
|
|
1667
1668
|
.buj61ew.ant-btn {
|
|
@@ -1912,35 +1913,6 @@ html body {
|
|
|
1912
1913
|
padding: 0;
|
|
1913
1914
|
}
|
|
1914
1915
|
|
|
1915
|
-
.bpq0js6 {
|
|
1916
|
-
padding: 4px 11px;
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
.b15sn34c {
|
|
1920
|
-
white-space: nowrap;
|
|
1921
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1922
|
-
}
|
|
1923
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1924
|
-
--color: #0080ff;
|
|
1925
|
-
}
|
|
1926
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1927
|
-
--color: #0080ff;
|
|
1928
|
-
}
|
|
1929
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1930
|
-
margin-left: 1px;
|
|
1931
|
-
}
|
|
1932
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1933
|
-
border-top-right-radius: 0;
|
|
1934
|
-
border-bottom-right-radius: 0;
|
|
1935
|
-
}
|
|
1936
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1937
|
-
border-top-left-radius: 0;
|
|
1938
|
-
border-bottom-left-radius: 0;
|
|
1939
|
-
}
|
|
1940
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1941
|
-
border-radius: unset;
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
1916
|
.i1mrf09m {
|
|
1945
1917
|
display: inline-flex;
|
|
1946
1918
|
align-items: center;
|
|
@@ -1959,6 +1931,21 @@ html body {
|
|
|
1959
1931
|
animation: rotate 680ms linear infinite;
|
|
1960
1932
|
}
|
|
1961
1933
|
|
|
1934
|
+
.fde5mpd {
|
|
1935
|
+
width: 100%;
|
|
1936
|
+
height: 100%;
|
|
1937
|
+
min-height: 124px;
|
|
1938
|
+
display: flex;
|
|
1939
|
+
flex-direction: column;
|
|
1940
|
+
justify-content: center;
|
|
1941
|
+
align-items: center;
|
|
1942
|
+
}
|
|
1943
|
+
.fde5mpd .error-text {
|
|
1944
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1945
|
+
margin-bottom: 16px;
|
|
1946
|
+
font-size: 18px;
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1962
1949
|
.cz04yix {
|
|
1963
1950
|
display: flex;
|
|
1964
1951
|
flex-direction: column;
|
|
@@ -2624,96 +2611,17 @@ input.rrg1fkn.ant-input {
|
|
|
2624
2611
|
border-bottom-left-radius: 0;
|
|
2625
2612
|
}
|
|
2626
2613
|
|
|
2627
|
-
.
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2614
|
+
.iap75of {
|
|
2615
|
+
height: 18px;
|
|
2616
|
+
line-height: 18px;
|
|
2617
|
+
padding: 0 4px;
|
|
2618
|
+
border-radius: 4px;
|
|
2619
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2620
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2621
|
+
display: flex;
|
|
2622
|
+
align-items: center;
|
|
2623
|
+
white-space: nowrap;
|
|
2633
2624
|
margin-right: 4px;
|
|
2634
|
-
flex: 1;
|
|
2635
|
-
overflow: visible;
|
|
2636
|
-
}
|
|
2637
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2638
|
-
display: none;
|
|
2639
|
-
}
|
|
2640
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2641
|
-
width: 100%;
|
|
2642
|
-
min-height: unset;
|
|
2643
|
-
}
|
|
2644
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2645
|
-
height: 26px;
|
|
2646
|
-
line-height: 26px;
|
|
2647
|
-
width: 100%;
|
|
2648
|
-
text-align: center;
|
|
2649
|
-
padding: 0;
|
|
2650
|
-
font-size: 12px;
|
|
2651
|
-
font-weight: normal;
|
|
2652
|
-
}
|
|
2653
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2654
|
-
margin-right: 10px;
|
|
2655
|
-
}
|
|
2656
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2657
|
-
display: none;
|
|
2658
|
-
}
|
|
2659
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2660
|
-
border-radius: 4px 0 0 4px;
|
|
2661
|
-
}
|
|
2662
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2663
|
-
margin-right: 0;
|
|
2664
|
-
}
|
|
2665
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2666
|
-
border-radius: 0 4px 4px 0;
|
|
2667
|
-
}
|
|
2668
|
-
.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 {
|
|
2669
|
-
content: "";
|
|
2670
|
-
width: 0;
|
|
2671
|
-
height: 0;
|
|
2672
|
-
border: 13px solid transparent;
|
|
2673
|
-
position: absolute;
|
|
2674
|
-
top: 0;
|
|
2675
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2676
|
-
right: -21px;
|
|
2677
|
-
z-index: 2;
|
|
2678
|
-
}
|
|
2679
|
-
.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 {
|
|
2680
|
-
content: "";
|
|
2681
|
-
width: 0;
|
|
2682
|
-
height: 0;
|
|
2683
|
-
border: 13px solid transparent;
|
|
2684
|
-
position: absolute;
|
|
2685
|
-
top: 0;
|
|
2686
|
-
border-left: 8px solid #fff;
|
|
2687
|
-
left: 0;
|
|
2688
|
-
}
|
|
2689
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2690
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2691
|
-
}
|
|
2692
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2693
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2694
|
-
}
|
|
2695
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2696
|
-
color: #005ed1;
|
|
2697
|
-
}
|
|
2698
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2699
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2700
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2701
|
-
}
|
|
2702
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2703
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2704
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2705
|
-
}
|
|
2706
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2707
|
-
padding: 0;
|
|
2708
|
-
}
|
|
2709
|
-
|
|
2710
|
-
.obf05yr {
|
|
2711
|
-
display: inline-block;
|
|
2712
|
-
}
|
|
2713
|
-
|
|
2714
|
-
.hsms1n6 {
|
|
2715
|
-
visibility: hidden;
|
|
2716
|
-
position: absolute;
|
|
2717
2625
|
}
|
|
2718
2626
|
|
|
2719
2627
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -2857,59 +2765,87 @@ input.rrg1fkn.ant-input {
|
|
|
2857
2765
|
width: 36px;
|
|
2858
2766
|
}
|
|
2859
2767
|
|
|
2860
|
-
.
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2864
|
-
overflow: hidden;
|
|
2865
|
-
}
|
|
2866
|
-
.s34f1qb.ant-switch:focus {
|
|
2867
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2768
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2769
|
+
flex-direction: row;
|
|
2770
|
+
justify-content: stretch;
|
|
2868
2771
|
}
|
|
2869
|
-
.
|
|
2870
|
-
|
|
2871
|
-
|
|
2772
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2773
|
+
padding: 0;
|
|
2774
|
+
margin-right: 4px;
|
|
2775
|
+
flex: 1;
|
|
2776
|
+
overflow: visible;
|
|
2872
2777
|
}
|
|
2873
|
-
.
|
|
2874
|
-
|
|
2875
|
-
height: 32px;
|
|
2778
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2779
|
+
display: none;
|
|
2876
2780
|
}
|
|
2877
|
-
.
|
|
2878
|
-
|
|
2879
|
-
|
|
2781
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2782
|
+
width: 100%;
|
|
2783
|
+
min-height: unset;
|
|
2880
2784
|
}
|
|
2881
|
-
.
|
|
2882
|
-
|
|
2883
|
-
|
|
2785
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2786
|
+
height: 26px;
|
|
2787
|
+
line-height: 26px;
|
|
2788
|
+
width: 100%;
|
|
2789
|
+
text-align: center;
|
|
2790
|
+
padding: 0;
|
|
2791
|
+
font-size: 12px;
|
|
2792
|
+
font-weight: normal;
|
|
2884
2793
|
}
|
|
2885
|
-
.
|
|
2886
|
-
|
|
2887
|
-
width: 14px;
|
|
2888
|
-
top: 1px;
|
|
2889
|
-
left: 1px;
|
|
2794
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2795
|
+
margin-right: 10px;
|
|
2890
2796
|
}
|
|
2891
|
-
.
|
|
2892
|
-
|
|
2893
|
-
width: 28px;
|
|
2797
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2798
|
+
display: none;
|
|
2894
2799
|
}
|
|
2895
|
-
.
|
|
2896
|
-
border-radius:
|
|
2800
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2801
|
+
border-radius: 4px 0 0 4px;
|
|
2897
2802
|
}
|
|
2898
|
-
.
|
|
2899
|
-
|
|
2803
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2804
|
+
margin-right: 0;
|
|
2900
2805
|
}
|
|
2901
|
-
.
|
|
2902
|
-
|
|
2806
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2807
|
+
border-radius: 0 4px 4px 0;
|
|
2903
2808
|
}
|
|
2904
|
-
.
|
|
2905
|
-
|
|
2809
|
+
.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 {
|
|
2810
|
+
content: "";
|
|
2811
|
+
width: 0;
|
|
2812
|
+
height: 0;
|
|
2813
|
+
border: 13px solid transparent;
|
|
2814
|
+
position: absolute;
|
|
2815
|
+
top: 0;
|
|
2816
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2817
|
+
right: -21px;
|
|
2818
|
+
z-index: 2;
|
|
2906
2819
|
}
|
|
2907
|
-
.
|
|
2908
|
-
|
|
2820
|
+
.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 {
|
|
2821
|
+
content: "";
|
|
2822
|
+
width: 0;
|
|
2823
|
+
height: 0;
|
|
2824
|
+
border: 13px solid transparent;
|
|
2825
|
+
position: absolute;
|
|
2826
|
+
top: 0;
|
|
2827
|
+
border-left: 8px solid #fff;
|
|
2828
|
+
left: 0;
|
|
2909
2829
|
}
|
|
2910
|
-
|
|
2911
|
-
.
|
|
2912
|
-
|
|
2830
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2831
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2832
|
+
}
|
|
2833
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2834
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2835
|
+
}
|
|
2836
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2837
|
+
color: #005ed1;
|
|
2838
|
+
}
|
|
2839
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2840
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2841
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2842
|
+
}
|
|
2843
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2844
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2845
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2846
|
+
}
|
|
2847
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2848
|
+
padding: 0;
|
|
2913
2849
|
}
|
|
2914
2850
|
|
|
2915
2851
|
.p12gwtiw {
|
|
@@ -2969,927 +2905,991 @@ input.rrg1fkn.ant-input {
|
|
|
2969
2905
|
line-height: 18px;
|
|
2970
2906
|
}
|
|
2971
2907
|
|
|
2972
|
-
.
|
|
2973
|
-
|
|
2908
|
+
.obf05yr {
|
|
2909
|
+
display: inline-block;
|
|
2974
2910
|
}
|
|
2975
2911
|
|
|
2976
|
-
.
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
.tta5kd2.empty-table .ant-table-content {
|
|
2980
|
-
overflow: visible !important;
|
|
2981
|
-
height: 100%;
|
|
2912
|
+
.hsms1n6 {
|
|
2913
|
+
visibility: hidden;
|
|
2914
|
+
position: absolute;
|
|
2982
2915
|
}
|
|
2983
|
-
|
|
2984
|
-
|
|
2916
|
+
|
|
2917
|
+
.s34f1qb.ant-switch {
|
|
2918
|
+
min-width: 40px;
|
|
2919
|
+
height: 24px;
|
|
2920
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2921
|
+
overflow: hidden;
|
|
2985
2922
|
}
|
|
2986
|
-
.
|
|
2987
|
-
|
|
2988
|
-
height: 100%;
|
|
2923
|
+
.s34f1qb.ant-switch:focus {
|
|
2924
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2989
2925
|
}
|
|
2990
|
-
.
|
|
2991
|
-
|
|
2926
|
+
.s34f1qb.ant-switch-small {
|
|
2927
|
+
min-width: 26px;
|
|
2928
|
+
height: 16px;
|
|
2992
2929
|
}
|
|
2993
|
-
.
|
|
2994
|
-
|
|
2930
|
+
.s34f1qb.ant-switch-large {
|
|
2931
|
+
min-width: 52px;
|
|
2932
|
+
height: 32px;
|
|
2995
2933
|
}
|
|
2996
|
-
.
|
|
2997
|
-
|
|
2934
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2935
|
+
height: 20px;
|
|
2936
|
+
width: 20px;
|
|
2998
2937
|
}
|
|
2999
|
-
.
|
|
3000
|
-
|
|
2938
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2939
|
+
border-radius: 10px;
|
|
2940
|
+
transition-delay: 120ms;
|
|
3001
2941
|
}
|
|
3002
|
-
.
|
|
3003
|
-
height:
|
|
2942
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2943
|
+
height: 14px;
|
|
2944
|
+
width: 14px;
|
|
2945
|
+
top: 1px;
|
|
2946
|
+
left: 1px;
|
|
3004
2947
|
}
|
|
3005
|
-
.
|
|
3006
|
-
height:
|
|
3007
|
-
|
|
2948
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2949
|
+
height: 28px;
|
|
2950
|
+
width: 28px;
|
|
3008
2951
|
}
|
|
3009
|
-
.
|
|
3010
|
-
|
|
2952
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2953
|
+
border-radius: 14px;
|
|
3011
2954
|
}
|
|
3012
|
-
.
|
|
3013
|
-
|
|
3014
|
-
display: none;
|
|
2955
|
+
.s34f1qb.ant-switch-checked {
|
|
2956
|
+
background-color: #00ba5d;
|
|
3015
2957
|
}
|
|
3016
|
-
.
|
|
3017
|
-
|
|
2958
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2959
|
+
left: calc(100% - 20px - 2px);
|
|
3018
2960
|
}
|
|
3019
|
-
.
|
|
3020
|
-
|
|
3021
|
-
background: #fff;
|
|
3022
|
-
padding: 0 !important;
|
|
2961
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2962
|
+
left: calc(100% - 14px - 1px);
|
|
3023
2963
|
}
|
|
3024
|
-
.
|
|
3025
|
-
|
|
3026
|
-
display: flex;
|
|
3027
|
-
align-items: center;
|
|
3028
|
-
height: 100%;
|
|
3029
|
-
padding: 8px;
|
|
2964
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2965
|
+
left: calc(100% - 28px - 2px);
|
|
3030
2966
|
}
|
|
3031
|
-
|
|
3032
|
-
.
|
|
3033
|
-
|
|
3034
|
-
text-overflow: ellipsis;
|
|
3035
|
-
width: 100%;
|
|
2967
|
+
|
|
2968
|
+
.c1to9vb9 {
|
|
2969
|
+
margin-left: 5px;
|
|
3036
2970
|
}
|
|
3037
|
-
|
|
3038
|
-
|
|
2971
|
+
|
|
2972
|
+
.d6j0lbj {
|
|
2973
|
+
font-family: Inter;
|
|
2974
|
+
font-style: normal;
|
|
2975
|
+
font-weight: bold;
|
|
2976
|
+
font-size: 32px;
|
|
2977
|
+
line-height: 40px;
|
|
3039
2978
|
}
|
|
3040
|
-
|
|
3041
|
-
|
|
2979
|
+
|
|
2980
|
+
.d1xhvvxe {
|
|
2981
|
+
font-family: Inter;
|
|
2982
|
+
font-style: normal;
|
|
2983
|
+
font-weight: bold;
|
|
2984
|
+
font-size: 24px;
|
|
2985
|
+
line-height: 32px;
|
|
3042
2986
|
}
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
background: transparent;
|
|
2987
|
+
|
|
2988
|
+
.dk10mxq {
|
|
2989
|
+
font-family: Inter;
|
|
2990
|
+
font-style: normal;
|
|
2991
|
+
font-weight: normal;
|
|
2992
|
+
font-size: 32px;
|
|
2993
|
+
line-height: 40px;
|
|
3051
2994
|
}
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
2995
|
+
|
|
2996
|
+
.dxsait {
|
|
2997
|
+
font-family: Inter;
|
|
2998
|
+
font-style: normal;
|
|
2999
|
+
font-weight: bold;
|
|
3000
|
+
font-size: 20px;
|
|
3001
|
+
line-height: 24px;
|
|
3057
3002
|
}
|
|
3058
|
-
|
|
3059
|
-
.
|
|
3060
|
-
|
|
3003
|
+
|
|
3004
|
+
.dokn0h3 {
|
|
3005
|
+
font-family: Inter;
|
|
3006
|
+
font-style: normal;
|
|
3007
|
+
font-weight: normal;
|
|
3008
|
+
font-size: 20px;
|
|
3009
|
+
line-height: 24px;
|
|
3061
3010
|
}
|
|
3062
|
-
|
|
3063
|
-
.
|
|
3064
|
-
|
|
3011
|
+
|
|
3012
|
+
.dobau4p {
|
|
3013
|
+
font-family: Inter;
|
|
3014
|
+
font-style: normal;
|
|
3015
|
+
font-weight: bold;
|
|
3016
|
+
font-size: 18px;
|
|
3017
|
+
line-height: 22px;
|
|
3065
3018
|
}
|
|
3066
|
-
|
|
3067
|
-
|
|
3019
|
+
|
|
3020
|
+
.dvolwok {
|
|
3021
|
+
font-family: Inter;
|
|
3022
|
+
font-style: normal;
|
|
3023
|
+
font-weight: normal;
|
|
3024
|
+
font-size: 18px;
|
|
3025
|
+
line-height: 22px;
|
|
3068
3026
|
}
|
|
3069
|
-
|
|
3070
|
-
|
|
3027
|
+
|
|
3028
|
+
.h181qhg4 {
|
|
3029
|
+
font-family: Inter;
|
|
3030
|
+
font-style: normal;
|
|
3031
|
+
font-weight: bold;
|
|
3032
|
+
font-size: 16px;
|
|
3033
|
+
line-height: 22px;
|
|
3071
3034
|
}
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3035
|
+
|
|
3036
|
+
.h1phgmcq {
|
|
3037
|
+
font-family: Inter;
|
|
3038
|
+
font-style: normal;
|
|
3039
|
+
font-weight: normal;
|
|
3040
|
+
font-size: 16px;
|
|
3041
|
+
line-height: 22px;
|
|
3078
3042
|
}
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3043
|
+
|
|
3044
|
+
.h173xnl1 {
|
|
3045
|
+
font-family: Inter;
|
|
3046
|
+
font-style: normal;
|
|
3047
|
+
font-weight: bold;
|
|
3048
|
+
font-size: 14px;
|
|
3049
|
+
line-height: 20px;
|
|
3083
3050
|
}
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3051
|
+
|
|
3052
|
+
.hedm4pz {
|
|
3053
|
+
font-family: Inter;
|
|
3054
|
+
font-style: normal;
|
|
3055
|
+
font-weight: normal;
|
|
3056
|
+
font-size: 14px;
|
|
3057
|
+
line-height: 20px;
|
|
3088
3058
|
}
|
|
3089
|
-
|
|
3090
|
-
|
|
3059
|
+
|
|
3060
|
+
.h1kd8xld {
|
|
3061
|
+
font-family: Inter;
|
|
3062
|
+
font-style: normal;
|
|
3063
|
+
font-weight: bold;
|
|
3064
|
+
font-size: 12px;
|
|
3065
|
+
line-height: 18px;
|
|
3091
3066
|
}
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3067
|
+
|
|
3068
|
+
.hp14fr {
|
|
3069
|
+
font-family: Inter;
|
|
3070
|
+
font-style: normal;
|
|
3071
|
+
font-weight: normal;
|
|
3072
|
+
font-size: 12px;
|
|
3073
|
+
line-height: 18px;
|
|
3099
3074
|
}
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3075
|
+
|
|
3076
|
+
.hgrg7mn {
|
|
3077
|
+
font-family: Inter;
|
|
3078
|
+
font-style: normal;
|
|
3079
|
+
font-weight: bold;
|
|
3080
|
+
text-transform: uppercase;
|
|
3081
|
+
font-feature-settings: "cpsp" on;
|
|
3082
|
+
font-size: 12px;
|
|
3083
|
+
line-height: 18px;
|
|
3103
3084
|
}
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3085
|
+
|
|
3086
|
+
.h6zme9x {
|
|
3087
|
+
font-family: Inter;
|
|
3088
|
+
font-style: normal;
|
|
3089
|
+
font-weight: normal;
|
|
3090
|
+
text-transform: uppercase;
|
|
3091
|
+
font-feature-settings: "cpsp" on;
|
|
3107
3092
|
font-size: 12px;
|
|
3108
|
-
|
|
3109
|
-
transition: none;
|
|
3110
|
-
overflow: hidden;
|
|
3111
|
-
text-overflow: ellipsis;
|
|
3112
|
-
white-space: nowrap;
|
|
3093
|
+
line-height: 18px;
|
|
3113
3094
|
}
|
|
3114
|
-
|
|
3115
|
-
|
|
3095
|
+
|
|
3096
|
+
.locjvsv {
|
|
3097
|
+
font-family: Inter;
|
|
3098
|
+
font-style: normal;
|
|
3099
|
+
font-weight: normal;
|
|
3100
|
+
font-size: 16px;
|
|
3101
|
+
line-height: 24px;
|
|
3116
3102
|
}
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3103
|
+
|
|
3104
|
+
.l13gi131 {
|
|
3105
|
+
font-family: Inter;
|
|
3106
|
+
font-style: normal;
|
|
3107
|
+
font-weight: bold;
|
|
3108
|
+
font-size: 16px;
|
|
3109
|
+
line-height: 24px;
|
|
3122
3110
|
}
|
|
3123
|
-
|
|
3124
|
-
|
|
3111
|
+
|
|
3112
|
+
.l1ynemsu {
|
|
3113
|
+
font-family: Inter;
|
|
3114
|
+
font-style: normal;
|
|
3115
|
+
font-weight: normal;
|
|
3116
|
+
font-size: 16px;
|
|
3117
|
+
line-height: 24px;
|
|
3125
3118
|
}
|
|
3126
|
-
|
|
3127
|
-
|
|
3119
|
+
|
|
3120
|
+
.l1cft1cx {
|
|
3121
|
+
font-family: Inter;
|
|
3122
|
+
font-style: normal;
|
|
3123
|
+
font-weight: bold;
|
|
3124
|
+
font-size: 16px;
|
|
3125
|
+
line-height: 24px;
|
|
3128
3126
|
}
|
|
3129
|
-
|
|
3130
|
-
|
|
3127
|
+
|
|
3128
|
+
.l17tqc8p {
|
|
3129
|
+
font-family: Inter;
|
|
3130
|
+
font-style: normal;
|
|
3131
|
+
font-weight: normal;
|
|
3132
|
+
text-transform: uppercase;
|
|
3133
|
+
font-feature-settings: "cpsp" on;
|
|
3134
|
+
font-size: 16px;
|
|
3135
|
+
line-height: 24px;
|
|
3131
3136
|
}
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3137
|
+
|
|
3138
|
+
.l1j1e5w7 {
|
|
3139
|
+
font-family: Inter;
|
|
3140
|
+
font-style: normal;
|
|
3141
|
+
font-weight: bold;
|
|
3142
|
+
text-transform: uppercase;
|
|
3143
|
+
font-feature-settings: "cpsp" on;
|
|
3144
|
+
font-size: 16px;
|
|
3145
|
+
line-height: 24px;
|
|
3135
3146
|
}
|
|
3136
|
-
|
|
3137
|
-
|
|
3147
|
+
|
|
3148
|
+
.l1gf91jb {
|
|
3149
|
+
font-family: Inter;
|
|
3150
|
+
font-style: normal;
|
|
3151
|
+
font-weight: normal;
|
|
3152
|
+
font-size: 14px;
|
|
3153
|
+
line-height: 22px;
|
|
3138
3154
|
}
|
|
3139
|
-
|
|
3140
|
-
|
|
3155
|
+
|
|
3156
|
+
.lu7hlr6 {
|
|
3157
|
+
font-family: Inter;
|
|
3158
|
+
font-style: normal;
|
|
3159
|
+
font-weight: 500;
|
|
3160
|
+
font-size: 14px;
|
|
3161
|
+
line-height: 22px;
|
|
3141
3162
|
}
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3163
|
+
|
|
3164
|
+
.l3l3jf0 {
|
|
3165
|
+
font-family: Inter;
|
|
3166
|
+
font-style: normal;
|
|
3167
|
+
font-weight: bold;
|
|
3168
|
+
font-size: 14px;
|
|
3169
|
+
line-height: 22px;
|
|
3148
3170
|
}
|
|
3149
|
-
|
|
3150
|
-
|
|
3171
|
+
|
|
3172
|
+
.l12j5nqp {
|
|
3173
|
+
font-family: Inter;
|
|
3174
|
+
font-style: normal;
|
|
3175
|
+
font-weight: normal;
|
|
3176
|
+
font-size: 14px;
|
|
3177
|
+
line-height: 22px;
|
|
3151
3178
|
}
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3179
|
+
|
|
3180
|
+
.l1tecqht {
|
|
3181
|
+
font-family: Inter;
|
|
3182
|
+
font-style: normal;
|
|
3183
|
+
font-weight: bold;
|
|
3184
|
+
font-size: 14px;
|
|
3185
|
+
line-height: 22px;
|
|
3156
3186
|
}
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3187
|
+
|
|
3188
|
+
.l6sa990 {
|
|
3189
|
+
font-family: Inter;
|
|
3190
|
+
font-style: normal;
|
|
3191
|
+
font-weight: normal;
|
|
3192
|
+
text-transform: uppercase;
|
|
3193
|
+
font-feature-settings: "cpsp" on;
|
|
3194
|
+
font-size: 14px;
|
|
3195
|
+
line-height: 22px;
|
|
3161
3196
|
}
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3197
|
+
|
|
3198
|
+
.lckqe8j {
|
|
3199
|
+
font-family: Inter;
|
|
3200
|
+
font-style: normal;
|
|
3201
|
+
font-weight: bold;
|
|
3202
|
+
text-transform: uppercase;
|
|
3203
|
+
font-feature-settings: "cpsp" on;
|
|
3204
|
+
font-size: 14px;
|
|
3205
|
+
line-height: 22px;
|
|
3165
3206
|
}
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3207
|
+
|
|
3208
|
+
.l1kuminb {
|
|
3209
|
+
font-family: Inter;
|
|
3210
|
+
font-style: normal;
|
|
3211
|
+
font-weight: normal;
|
|
3212
|
+
font-size: 13px;
|
|
3213
|
+
line-height: 20px;
|
|
3171
3214
|
}
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3215
|
+
|
|
3216
|
+
.l1pbuf5j {
|
|
3217
|
+
font-family: Inter;
|
|
3218
|
+
font-style: normal;
|
|
3219
|
+
font-weight: 600;
|
|
3220
|
+
font-size: 13px;
|
|
3221
|
+
line-height: 20px;
|
|
3175
3222
|
}
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3223
|
+
|
|
3224
|
+
.l1r4ztu {
|
|
3225
|
+
font-family: Inter;
|
|
3226
|
+
font-style: normal;
|
|
3227
|
+
font-weight: bold;
|
|
3228
|
+
font-size: 13px;
|
|
3229
|
+
line-height: 20px;
|
|
3181
3230
|
}
|
|
3182
|
-
|
|
3183
|
-
|
|
3231
|
+
|
|
3232
|
+
.ly8vzok {
|
|
3233
|
+
font-family: Inter;
|
|
3234
|
+
font-style: normal;
|
|
3235
|
+
font-weight: normal;
|
|
3236
|
+
font-size: 13px;
|
|
3237
|
+
line-height: 20px;
|
|
3184
3238
|
}
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3239
|
+
|
|
3240
|
+
.lumfmf {
|
|
3241
|
+
font-family: Inter;
|
|
3242
|
+
font-style: normal;
|
|
3243
|
+
font-weight: 600;
|
|
3244
|
+
font-size: 13px;
|
|
3245
|
+
line-height: 20px;
|
|
3188
3246
|
}
|
|
3189
|
-
|
|
3190
|
-
|
|
3247
|
+
|
|
3248
|
+
.l16ujwmv {
|
|
3249
|
+
font-family: Inter;
|
|
3250
|
+
font-style: normal;
|
|
3251
|
+
font-weight: bold;
|
|
3252
|
+
font-size: 13px;
|
|
3253
|
+
line-height: 20px;
|
|
3191
3254
|
}
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3255
|
+
|
|
3256
|
+
.l17o1ffr {
|
|
3257
|
+
font-family: Inter;
|
|
3258
|
+
font-style: normal;
|
|
3259
|
+
font-weight: normal;
|
|
3260
|
+
text-transform: uppercase;
|
|
3261
|
+
font-feature-settings: "cpsp" on;
|
|
3262
|
+
font-size: 13px;
|
|
3263
|
+
line-height: 20px;
|
|
3196
3264
|
}
|
|
3197
|
-
|
|
3198
|
-
|
|
3265
|
+
|
|
3266
|
+
.lngllvn {
|
|
3267
|
+
font-family: Inter;
|
|
3268
|
+
font-style: normal;
|
|
3269
|
+
font-weight: bold;
|
|
3270
|
+
text-transform: uppercase;
|
|
3271
|
+
font-feature-settings: "cpsp" on;
|
|
3272
|
+
font-size: 13px;
|
|
3273
|
+
line-height: 20px;
|
|
3199
3274
|
}
|
|
3200
|
-
|
|
3201
|
-
|
|
3275
|
+
|
|
3276
|
+
.l2i7fo9 {
|
|
3277
|
+
font-family: Inter;
|
|
3278
|
+
font-style: normal;
|
|
3279
|
+
font-weight: normal;
|
|
3280
|
+
font-size: 12px;
|
|
3281
|
+
line-height: 18px;
|
|
3202
3282
|
}
|
|
3203
|
-
|
|
3204
|
-
|
|
3283
|
+
|
|
3284
|
+
.l1x7hscx {
|
|
3285
|
+
font-family: Inter;
|
|
3286
|
+
font-style: normal;
|
|
3287
|
+
font-weight: 500;
|
|
3288
|
+
font-size: 12px;
|
|
3289
|
+
line-height: 18px;
|
|
3205
3290
|
}
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
font-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
padding: 15px 8px 15px 8px;
|
|
3291
|
+
|
|
3292
|
+
.le1jwan {
|
|
3293
|
+
font-family: Inter;
|
|
3294
|
+
font-style: normal;
|
|
3295
|
+
font-weight: bold;
|
|
3296
|
+
font-size: 12px;
|
|
3297
|
+
line-height: 18px;
|
|
3214
3298
|
}
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
right: 0;
|
|
3299
|
+
|
|
3300
|
+
.lyxynfj {
|
|
3301
|
+
font-family: Inter;
|
|
3302
|
+
font-style: normal;
|
|
3303
|
+
font-weight: normal;
|
|
3304
|
+
font-size: 12px;
|
|
3305
|
+
line-height: 18px;
|
|
3223
3306
|
}
|
|
3224
|
-
|
|
3225
|
-
|
|
3307
|
+
|
|
3308
|
+
.lpb2nxv {
|
|
3309
|
+
font-family: Inter;
|
|
3310
|
+
font-style: normal;
|
|
3311
|
+
font-weight: 500;
|
|
3312
|
+
font-size: 12px;
|
|
3313
|
+
line-height: 18px;
|
|
3226
3314
|
}
|
|
3227
|
-
|
|
3228
|
-
|
|
3315
|
+
|
|
3316
|
+
.l1r8o3vv {
|
|
3317
|
+
font-family: Inter;
|
|
3318
|
+
font-style: normal;
|
|
3319
|
+
font-weight: bold;
|
|
3320
|
+
font-size: 12px;
|
|
3321
|
+
line-height: 18px;
|
|
3229
3322
|
}
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3323
|
+
|
|
3324
|
+
.lemnjy2 {
|
|
3325
|
+
font-family: Inter;
|
|
3326
|
+
font-style: normal;
|
|
3327
|
+
font-weight: normal;
|
|
3328
|
+
text-transform: uppercase;
|
|
3329
|
+
font-feature-settings: "cpsp" on;
|
|
3330
|
+
font-size: 12px;
|
|
3331
|
+
line-height: 18px;
|
|
3235
3332
|
}
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3333
|
+
|
|
3334
|
+
.lrc42gb {
|
|
3335
|
+
font-family: Inter;
|
|
3336
|
+
font-style: normal;
|
|
3337
|
+
font-weight: bold;
|
|
3338
|
+
text-transform: uppercase;
|
|
3339
|
+
font-feature-settings: "cpsp" on;
|
|
3340
|
+
font-size: 12px;
|
|
3341
|
+
line-height: 18px;
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3344
|
+
.fqaz4mb {
|
|
3345
|
+
font-family: Inter;
|
|
3346
|
+
font-style: normal;
|
|
3347
|
+
font-weight: normal;
|
|
3348
|
+
font-size: 13px;
|
|
3349
|
+
line-height: 20px;
|
|
3350
|
+
}
|
|
3351
|
+
|
|
3352
|
+
.f13we5o {
|
|
3353
|
+
font-family: Inter;
|
|
3354
|
+
font-style: normal;
|
|
3355
|
+
font-weight: normal;
|
|
3356
|
+
font-size: 13px;
|
|
3357
|
+
line-height: 20px;
|
|
3358
|
+
}
|
|
3359
|
+
|
|
3360
|
+
.ffmjua2 {
|
|
3361
|
+
font-family: Inter;
|
|
3362
|
+
font-style: normal;
|
|
3363
|
+
font-weight: normal;
|
|
3364
|
+
font-size: 12px;
|
|
3365
|
+
line-height: 18px;
|
|
3366
|
+
}
|
|
3367
|
+
|
|
3368
|
+
.fz2mxw0 {
|
|
3369
|
+
font-family: Inter;
|
|
3370
|
+
font-style: normal;
|
|
3371
|
+
font-weight: normal;
|
|
3372
|
+
font-size: 12px;
|
|
3373
|
+
line-height: 18px;
|
|
3374
|
+
}
|
|
3375
|
+
|
|
3376
|
+
.t1ertzoh {
|
|
3377
|
+
font-family: Inter;
|
|
3378
|
+
font-style: normal;
|
|
3379
|
+
font-weight: normal;
|
|
3380
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3381
|
+
font-size: 13px;
|
|
3382
|
+
line-height: 20px;
|
|
3383
|
+
}
|
|
3384
|
+
|
|
3385
|
+
.t19bge8r {
|
|
3386
|
+
font-family: Inter;
|
|
3387
|
+
font-style: normal;
|
|
3388
|
+
font-weight: normal;
|
|
3389
|
+
font-feature-settings: "zero" on;
|
|
3390
|
+
font-size: 13px;
|
|
3391
|
+
line-height: 20px;
|
|
3392
|
+
}
|
|
3393
|
+
|
|
3394
|
+
.tjrzfyl {
|
|
3395
|
+
font-family: Inter;
|
|
3396
|
+
font-style: normal;
|
|
3397
|
+
font-weight: normal;
|
|
3398
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3399
|
+
font-size: 12px;
|
|
3400
|
+
line-height: 18px;
|
|
3401
|
+
}
|
|
3402
|
+
|
|
3403
|
+
.tm6s7bo {
|
|
3404
|
+
font-family: Inter;
|
|
3405
|
+
font-style: normal;
|
|
3406
|
+
font-weight: 500;
|
|
3407
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3408
|
+
font-size: 12px;
|
|
3409
|
+
line-height: 18px;
|
|
3410
|
+
}
|
|
3411
|
+
|
|
3412
|
+
.t19zq6ic {
|
|
3413
|
+
font-family: Inter;
|
|
3414
|
+
font-style: normal;
|
|
3415
|
+
font-weight: normal;
|
|
3416
|
+
font-feature-settings: "zero" on;
|
|
3417
|
+
font-size: 12px;
|
|
3418
|
+
line-height: 18px;
|
|
3419
|
+
}
|
|
3420
|
+
|
|
3421
|
+
.t1gduru8 {
|
|
3422
|
+
font-family: Inter;
|
|
3423
|
+
font-style: normal;
|
|
3424
|
+
font-weight: 500;
|
|
3425
|
+
font-feature-settings: "zero" on;
|
|
3426
|
+
font-size: 12px;
|
|
3427
|
+
line-height: 18px;
|
|
3428
|
+
}
|
|
3429
|
+
|
|
3430
|
+
.t55raab {
|
|
3431
|
+
font-family: Inter;
|
|
3432
|
+
font-style: normal;
|
|
3433
|
+
font-weight: bold;
|
|
3434
|
+
font-feature-settings: "zero" on;
|
|
3435
|
+
font-size: 16px;
|
|
3436
|
+
line-height: 24px;
|
|
3240
3437
|
}
|
|
3241
|
-
|
|
3242
|
-
|
|
3438
|
+
|
|
3439
|
+
.u1w9abfe {
|
|
3440
|
+
font-family: Inter;
|
|
3441
|
+
font-style: normal;
|
|
3442
|
+
font-weight: normal;
|
|
3443
|
+
font-size: 10px;
|
|
3444
|
+
line-height: 12px;
|
|
3243
3445
|
}
|
|
3244
|
-
|
|
3245
|
-
|
|
3446
|
+
|
|
3447
|
+
.t1upn1sz {
|
|
3448
|
+
height: 100%;
|
|
3246
3449
|
}
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
top: 50%;
|
|
3251
|
-
transform: translateY(-50%);
|
|
3252
|
-
height: 16px;
|
|
3253
|
-
display: none;
|
|
3254
|
-
transition: transform 320ms ease;
|
|
3450
|
+
|
|
3451
|
+
.tta5kd2 {
|
|
3452
|
+
height: 100%;
|
|
3255
3453
|
}
|
|
3256
|
-
.tta5kd2
|
|
3257
|
-
|
|
3258
|
-
|
|
3454
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
3455
|
+
overflow: visible !important;
|
|
3456
|
+
height: 100%;
|
|
3259
3457
|
}
|
|
3260
|
-
.tta5kd2
|
|
3261
|
-
|
|
3458
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
3459
|
+
height: 100%;
|
|
3262
3460
|
}
|
|
3263
|
-
.tta5kd2
|
|
3264
|
-
|
|
3461
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
3462
|
+
width: 100% !important;
|
|
3463
|
+
height: 100%;
|
|
3265
3464
|
}
|
|
3266
|
-
.tta5kd2
|
|
3267
|
-
|
|
3465
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3466
|
+
padding: 15px 0;
|
|
3268
3467
|
}
|
|
3269
|
-
.tta5kd2
|
|
3270
|
-
|
|
3468
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
3469
|
+
display: none;
|
|
3271
3470
|
}
|
|
3272
|
-
.tta5kd2 .
|
|
3273
|
-
|
|
3471
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
3472
|
+
font-weight: 700;
|
|
3274
3473
|
}
|
|
3275
|
-
.tta5kd2
|
|
3276
|
-
|
|
3474
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
3475
|
+
font-weight: 700;
|
|
3277
3476
|
}
|
|
3278
|
-
.tta5kd2 .ant-
|
|
3279
|
-
|
|
3477
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
3478
|
+
height: 100%;
|
|
3280
3479
|
}
|
|
3281
|
-
.tta5kd2 .ant-
|
|
3282
|
-
|
|
3480
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
3481
|
+
height: 100%;
|
|
3482
|
+
overflow: visible;
|
|
3283
3483
|
}
|
|
3284
|
-
.tta5kd2 .ant-
|
|
3285
|
-
|
|
3286
|
-
left: 50%;
|
|
3287
|
-
top: 50%;
|
|
3288
|
-
transform: translate(-50%, -50%);
|
|
3484
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
3485
|
+
max-height: none;
|
|
3289
3486
|
}
|
|
3290
|
-
.tta5kd2
|
|
3487
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
3488
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
3291
3489
|
display: none;
|
|
3292
3490
|
}
|
|
3293
|
-
.tta5kd2 .ant-table
|
|
3294
|
-
background:
|
|
3295
|
-
}
|
|
3296
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3297
|
-
background: inherit;
|
|
3298
|
-
}
|
|
3299
|
-
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3300
|
-
position: static;
|
|
3301
|
-
border: none;
|
|
3302
|
-
background: inherit !important;
|
|
3303
|
-
height: 100px;
|
|
3304
|
-
vertical-align: middle;
|
|
3305
|
-
}
|
|
3306
|
-
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3307
|
-
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3308
|
-
font-weight: bold;
|
|
3309
|
-
font-size: 20px;
|
|
3310
|
-
color: rgba(10, 37, 85, 0.6);
|
|
3491
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
3492
|
+
background: transparent;
|
|
3311
3493
|
}
|
|
3312
|
-
.tta5kd2 .ant-table
|
|
3313
|
-
|
|
3314
|
-
position: relative;
|
|
3494
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
3495
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
3315
3496
|
background: #fff;
|
|
3497
|
+
padding: 0 !important;
|
|
3316
3498
|
}
|
|
3317
|
-
.tta5kd2 .ant-table
|
|
3318
|
-
|
|
3499
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
3500
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3319
3501
|
display: flex;
|
|
3320
3502
|
align-items: center;
|
|
3321
|
-
|
|
3322
|
-
padding
|
|
3503
|
+
height: 100%;
|
|
3504
|
+
padding: 8px;
|
|
3323
3505
|
}
|
|
3324
|
-
.tta5kd2 .ant-table
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
border-radius: 4px;
|
|
3506
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
3507
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
3508
|
+
overflow: hidden;
|
|
3509
|
+
text-overflow: ellipsis;
|
|
3510
|
+
width: 100%;
|
|
3330
3511
|
}
|
|
3331
|
-
.tta5kd2 .ant-table
|
|
3332
|
-
|
|
3512
|
+
.tta5kd2 .ant-table-container {
|
|
3513
|
+
height: 100%;
|
|
3333
3514
|
}
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
width: 430px !important;
|
|
3515
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
3516
|
+
box-shadow: none !important;
|
|
3337
3517
|
}
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
border-
|
|
3343
|
-
height:
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
margin-top: 8px;
|
|
3518
|
+
.tta5kd2 .ant-table {
|
|
3519
|
+
border-radius: 0px;
|
|
3520
|
+
border-left: none;
|
|
3521
|
+
border-right: none;
|
|
3522
|
+
border-bottom: none;
|
|
3523
|
+
height: 100%;
|
|
3524
|
+
font-size: 12px;
|
|
3525
|
+
background: transparent;
|
|
3347
3526
|
}
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
margin: 1px
|
|
3353
|
-
padding: 8px;
|
|
3354
|
-
border-radius: 4px;
|
|
3527
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
3528
|
+
position: relative;
|
|
3529
|
+
z-index: 3;
|
|
3530
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3531
|
+
margin-bottom: -1px;
|
|
3355
3532
|
}
|
|
3356
|
-
.
|
|
3357
|
-
|
|
3533
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
3534
|
+
.tta5kd2 .ant-table .value {
|
|
3535
|
+
color: #2d3a56;
|
|
3358
3536
|
}
|
|
3359
|
-
.
|
|
3360
|
-
|
|
3537
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
3538
|
+
.tta5kd2 .ant-table .unit {
|
|
3539
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3361
3540
|
}
|
|
3362
|
-
.
|
|
3363
|
-
|
|
3541
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
3542
|
+
text-align: center;
|
|
3364
3543
|
}
|
|
3365
|
-
.
|
|
3366
|
-
|
|
3544
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
3545
|
+
background: #fff;
|
|
3367
3546
|
}
|
|
3368
|
-
.
|
|
3369
|
-
|
|
3547
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
3548
|
+
cursor: pointer;
|
|
3549
|
+
position: absolute;
|
|
3550
|
+
top: 50%;
|
|
3551
|
+
right: 12px;
|
|
3552
|
+
transform: translateY(-50%);
|
|
3370
3553
|
}
|
|
3371
|
-
.
|
|
3372
|
-
|
|
3554
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
3555
|
+
box-shadow: none;
|
|
3556
|
+
width: 1px;
|
|
3557
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3373
3558
|
}
|
|
3374
|
-
.
|
|
3375
|
-
|
|
3559
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
3560
|
+
box-shadow: none;
|
|
3561
|
+
width: 1px;
|
|
3562
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3376
3563
|
}
|
|
3377
|
-
.
|
|
3378
|
-
|
|
3379
|
-
color: #0080ff;
|
|
3564
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
3565
|
+
position: relative;
|
|
3380
3566
|
}
|
|
3381
|
-
|
|
3382
|
-
.
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3567
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
3568
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3569
|
+
border-bottom: 1px solid white;
|
|
3570
|
+
height: 40px;
|
|
3571
|
+
vertical-align: middle;
|
|
3572
|
+
transition: background 0ms;
|
|
3573
|
+
color: #00122e;
|
|
3387
3574
|
}
|
|
3388
|
-
.
|
|
3389
|
-
|
|
3575
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
3576
|
+
background: #f2f5fa;
|
|
3577
|
+
border-bottom-color: #f2f5fa;
|
|
3578
|
+
}
|
|
3579
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
3580
|
+
height: auto;
|
|
3581
|
+
color: #00122e;
|
|
3582
|
+
font-size: 12px;
|
|
3583
|
+
text-align: left;
|
|
3584
|
+
transition: none;
|
|
3390
3585
|
overflow: hidden;
|
|
3391
3586
|
text-overflow: ellipsis;
|
|
3587
|
+
white-space: nowrap;
|
|
3392
3588
|
}
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
display: flex;
|
|
3396
|
-
justify-content: space-between;
|
|
3397
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3398
|
-
height: 18px;
|
|
3399
|
-
line-height: 18px;
|
|
3400
|
-
margin-top: 2px;
|
|
3401
|
-
}
|
|
3402
|
-
|
|
3403
|
-
.t19903l9 {
|
|
3404
|
-
border: none;
|
|
3405
|
-
margin-right: 0;
|
|
3406
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3589
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
3590
|
+
color: #0096ff;
|
|
3407
3591
|
}
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
height: 32px;
|
|
3592
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
3593
|
+
overflow: hidden;
|
|
3594
|
+
text-overflow: ellipsis;
|
|
3412
3595
|
width: 100%;
|
|
3413
|
-
|
|
3414
|
-
}
|
|
3415
|
-
|
|
3416
|
-
.i1e4sgug {
|
|
3417
|
-
display: inline-block;
|
|
3596
|
+
vertical-align: middle;
|
|
3418
3597
|
}
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
font-family: Inter;
|
|
3422
|
-
font-style: normal;
|
|
3423
|
-
font-weight: bold;
|
|
3424
|
-
font-size: 32px;
|
|
3425
|
-
line-height: 40px;
|
|
3598
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
3599
|
+
line-height: 0px;
|
|
3426
3600
|
}
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
font-family: Inter;
|
|
3430
|
-
font-style: normal;
|
|
3431
|
-
font-weight: bold;
|
|
3432
|
-
font-size: 24px;
|
|
3433
|
-
line-height: 32px;
|
|
3601
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
3602
|
+
padding-right: 25px;
|
|
3434
3603
|
}
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
font-family: Inter;
|
|
3438
|
-
font-style: normal;
|
|
3439
|
-
font-weight: normal;
|
|
3440
|
-
font-size: 32px;
|
|
3441
|
-
line-height: 40px;
|
|
3604
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
3605
|
+
border-top-color: transparent;
|
|
3442
3606
|
}
|
|
3443
|
-
|
|
3444
|
-
.
|
|
3445
|
-
|
|
3446
|
-
font-style: normal;
|
|
3447
|
-
font-weight: bold;
|
|
3448
|
-
font-size: 20px;
|
|
3449
|
-
line-height: 24px;
|
|
3607
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
3608
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3609
|
+
border-color: transparent transparent white;
|
|
3450
3610
|
}
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
font-family: Inter;
|
|
3454
|
-
font-style: normal;
|
|
3455
|
-
font-weight: normal;
|
|
3456
|
-
font-size: 20px;
|
|
3457
|
-
line-height: 24px;
|
|
3611
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
3612
|
+
border-radius: 8px 0 0 8px;
|
|
3458
3613
|
}
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
font-family: Inter;
|
|
3462
|
-
font-style: normal;
|
|
3463
|
-
font-weight: bold;
|
|
3464
|
-
font-size: 18px;
|
|
3465
|
-
line-height: 22px;
|
|
3614
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
3615
|
+
border-radius: 8px 0 0 8px;
|
|
3466
3616
|
}
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
line-height: 22px;
|
|
3617
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
3618
|
+
content: "";
|
|
3619
|
+
width: 4px;
|
|
3620
|
+
top: -1px;
|
|
3621
|
+
bottom: -1px;
|
|
3622
|
+
background: white;
|
|
3474
3623
|
}
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
font-family: Inter;
|
|
3478
|
-
font-style: normal;
|
|
3479
|
-
font-weight: bold;
|
|
3480
|
-
font-size: 16px;
|
|
3481
|
-
line-height: 22px;
|
|
3624
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
3625
|
+
border-radius: 0 8px 8px 0;
|
|
3482
3626
|
}
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
font-weight: normal;
|
|
3488
|
-
font-size: 16px;
|
|
3489
|
-
line-height: 22px;
|
|
3627
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
3628
|
+
border-radius: 0;
|
|
3629
|
+
background: white;
|
|
3630
|
+
border-top: none;
|
|
3490
3631
|
}
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
font-weight: bold;
|
|
3496
|
-
font-size: 14px;
|
|
3497
|
-
line-height: 20px;
|
|
3632
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
3633
|
+
border-top: 1px solid transparent;
|
|
3634
|
+
border-radius: 0 8px 8px 0;
|
|
3635
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3498
3636
|
}
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
font-style: normal;
|
|
3503
|
-
font-weight: normal;
|
|
3504
|
-
font-size: 14px;
|
|
3505
|
-
line-height: 20px;
|
|
3637
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
3638
|
+
background: white;
|
|
3639
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3506
3640
|
}
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
font-size: 12px;
|
|
3513
|
-
line-height: 18px;
|
|
3641
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3642
|
+
display: flex;
|
|
3643
|
+
align-items: center;
|
|
3644
|
+
height: 100%;
|
|
3645
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3514
3646
|
}
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
font-style: normal;
|
|
3519
|
-
font-weight: normal;
|
|
3520
|
-
font-size: 12px;
|
|
3521
|
-
line-height: 18px;
|
|
3647
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
3648
|
+
background: white;
|
|
3649
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3522
3650
|
}
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
text-transform: uppercase;
|
|
3529
|
-
font-feature-settings: "cpsp" on;
|
|
3530
|
-
font-size: 12px;
|
|
3531
|
-
line-height: 18px;
|
|
3651
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
3652
|
+
display: flex;
|
|
3653
|
+
align-items: center;
|
|
3654
|
+
height: 100%;
|
|
3655
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3532
3656
|
}
|
|
3533
|
-
|
|
3534
|
-
.
|
|
3535
|
-
font-family: Inter;
|
|
3536
|
-
font-style: normal;
|
|
3537
|
-
font-weight: normal;
|
|
3538
|
-
text-transform: uppercase;
|
|
3539
|
-
font-feature-settings: "cpsp" on;
|
|
3540
|
-
font-size: 12px;
|
|
3541
|
-
line-height: 18px;
|
|
3657
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
3658
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3542
3659
|
}
|
|
3543
|
-
|
|
3544
|
-
.
|
|
3545
|
-
|
|
3546
|
-
font-style: normal;
|
|
3547
|
-
font-weight: normal;
|
|
3548
|
-
font-size: 16px;
|
|
3549
|
-
line-height: 24px;
|
|
3660
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
3661
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
3662
|
+
border-radius: 8px;
|
|
3550
3663
|
}
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
font-family: Inter;
|
|
3554
|
-
font-style: normal;
|
|
3555
|
-
font-weight: bold;
|
|
3556
|
-
font-size: 16px;
|
|
3557
|
-
line-height: 24px;
|
|
3664
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
3665
|
+
border-top-color: white;
|
|
3558
3666
|
}
|
|
3559
|
-
|
|
3560
|
-
.
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
font-weight: normal;
|
|
3564
|
-
font-size: 16px;
|
|
3565
|
-
line-height: 24px;
|
|
3667
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
3668
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3669
|
+
border-bottom-color: transparent;
|
|
3670
|
+
border-top-color: transparent;
|
|
3566
3671
|
}
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
font-family: Inter;
|
|
3570
|
-
font-style: normal;
|
|
3571
|
-
font-weight: bold;
|
|
3572
|
-
font-size: 16px;
|
|
3573
|
-
line-height: 24px;
|
|
3672
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
3673
|
+
border-radius: 8px 0 0 8px;
|
|
3574
3674
|
}
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
font-family: Inter;
|
|
3578
|
-
font-style: normal;
|
|
3579
|
-
font-weight: normal;
|
|
3580
|
-
text-transform: uppercase;
|
|
3581
|
-
font-feature-settings: "cpsp" on;
|
|
3582
|
-
font-size: 16px;
|
|
3583
|
-
line-height: 24px;
|
|
3675
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
3676
|
+
border-radius: 0 8px 8px 0;
|
|
3584
3677
|
}
|
|
3585
|
-
|
|
3586
|
-
.
|
|
3587
|
-
font-family: Inter;
|
|
3588
|
-
font-style: normal;
|
|
3589
|
-
font-weight: bold;
|
|
3590
|
-
text-transform: uppercase;
|
|
3591
|
-
font-feature-settings: "cpsp" on;
|
|
3592
|
-
font-size: 16px;
|
|
3593
|
-
line-height: 24px;
|
|
3678
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
3679
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3594
3680
|
}
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
font-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3681
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
3682
|
+
background: #fff;
|
|
3683
|
+
font-weight: 400;
|
|
3684
|
+
position: relative;
|
|
3685
|
+
border-bottom: none;
|
|
3686
|
+
color: #00122e;
|
|
3687
|
+
transition: none;
|
|
3688
|
+
padding: 15px 8px 15px 8px;
|
|
3602
3689
|
}
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3690
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
3691
|
+
content: "";
|
|
3692
|
+
width: 1px;
|
|
3693
|
+
top: 0;
|
|
3694
|
+
bottom: 0;
|
|
3695
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3696
|
+
position: absolute;
|
|
3697
|
+
right: 0;
|
|
3610
3698
|
}
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
font-family: Inter;
|
|
3614
|
-
font-style: normal;
|
|
3615
|
-
font-weight: bold;
|
|
3616
|
-
font-size: 14px;
|
|
3617
|
-
line-height: 22px;
|
|
3699
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
3700
|
+
padding: unset;
|
|
3618
3701
|
}
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
font-family: Inter;
|
|
3622
|
-
font-style: normal;
|
|
3623
|
-
font-weight: normal;
|
|
3624
|
-
font-size: 14px;
|
|
3625
|
-
line-height: 22px;
|
|
3702
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
3703
|
+
display: none;
|
|
3626
3704
|
}
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
font-size: 14px;
|
|
3633
|
-
line-height: 22px;
|
|
3705
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3706
|
+
width: 100%;
|
|
3707
|
+
overflow: hidden;
|
|
3708
|
+
white-space: nowrap;
|
|
3709
|
+
text-overflow: ellipsis;
|
|
3634
3710
|
}
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
font-weight: normal;
|
|
3640
|
-
text-transform: uppercase;
|
|
3641
|
-
font-feature-settings: "cpsp" on;
|
|
3642
|
-
font-size: 14px;
|
|
3643
|
-
line-height: 22px;
|
|
3711
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3712
|
+
overflow: hidden;
|
|
3713
|
+
text-overflow: ellipsis;
|
|
3714
|
+
flex: 1;
|
|
3644
3715
|
}
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
font-family: Inter;
|
|
3648
|
-
font-style: normal;
|
|
3649
|
-
font-weight: bold;
|
|
3650
|
-
text-transform: uppercase;
|
|
3651
|
-
font-feature-settings: "cpsp" on;
|
|
3652
|
-
font-size: 14px;
|
|
3653
|
-
line-height: 22px;
|
|
3716
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3717
|
+
padding: 15px 25px 15px 8px;
|
|
3654
3718
|
}
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
font-family: Inter;
|
|
3658
|
-
font-style: normal;
|
|
3659
|
-
font-weight: normal;
|
|
3660
|
-
font-size: 13px;
|
|
3661
|
-
line-height: 20px;
|
|
3719
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3720
|
+
padding: 0;
|
|
3662
3721
|
}
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3722
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
3723
|
+
position: absolute;
|
|
3724
|
+
right: 6px;
|
|
3725
|
+
top: 50%;
|
|
3726
|
+
transform: translateY(-50%);
|
|
3727
|
+
height: 16px;
|
|
3728
|
+
display: none;
|
|
3729
|
+
transition: transform 320ms ease;
|
|
3670
3730
|
}
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
font-style: normal;
|
|
3675
|
-
font-weight: bold;
|
|
3676
|
-
font-size: 13px;
|
|
3677
|
-
line-height: 20px;
|
|
3731
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
3732
|
+
display: block;
|
|
3733
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3678
3734
|
}
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
font-family: Inter;
|
|
3682
|
-
font-style: normal;
|
|
3683
|
-
font-weight: normal;
|
|
3684
|
-
font-size: 13px;
|
|
3685
|
-
line-height: 20px;
|
|
3735
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3736
|
+
display: block;
|
|
3686
3737
|
}
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
font-family: Inter;
|
|
3690
|
-
font-style: normal;
|
|
3691
|
-
font-weight: 600;
|
|
3692
|
-
font-size: 13px;
|
|
3693
|
-
line-height: 20px;
|
|
3738
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
3739
|
+
display: none;
|
|
3694
3740
|
}
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
font-family: Inter;
|
|
3698
|
-
font-style: normal;
|
|
3699
|
-
font-weight: bold;
|
|
3700
|
-
font-size: 13px;
|
|
3701
|
-
line-height: 20px;
|
|
3741
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
3742
|
+
transform: translateY(-50%);
|
|
3702
3743
|
}
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
font-family: Inter;
|
|
3706
|
-
font-style: normal;
|
|
3707
|
-
font-weight: normal;
|
|
3708
|
-
text-transform: uppercase;
|
|
3709
|
-
font-feature-settings: "cpsp" on;
|
|
3710
|
-
font-size: 13px;
|
|
3711
|
-
line-height: 20px;
|
|
3744
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
3745
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3712
3746
|
}
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
font-family: Inter;
|
|
3716
|
-
font-style: normal;
|
|
3717
|
-
font-weight: bold;
|
|
3718
|
-
text-transform: uppercase;
|
|
3719
|
-
font-feature-settings: "cpsp" on;
|
|
3720
|
-
font-size: 13px;
|
|
3721
|
-
line-height: 20px;
|
|
3747
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3748
|
+
background: #f2f5fa;
|
|
3722
3749
|
}
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
font-family: Inter;
|
|
3726
|
-
font-style: normal;
|
|
3727
|
-
font-weight: normal;
|
|
3728
|
-
font-size: 12px;
|
|
3729
|
-
line-height: 18px;
|
|
3750
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3751
|
+
display: block;
|
|
3730
3752
|
}
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
font-family: Inter;
|
|
3734
|
-
font-style: normal;
|
|
3735
|
-
font-weight: 500;
|
|
3736
|
-
font-size: 12px;
|
|
3737
|
-
line-height: 18px;
|
|
3753
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
3754
|
+
padding-right: 25px;
|
|
3738
3755
|
}
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
font-family: Inter;
|
|
3742
|
-
font-style: normal;
|
|
3743
|
-
font-weight: bold;
|
|
3744
|
-
font-size: 12px;
|
|
3745
|
-
line-height: 18px;
|
|
3756
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
3757
|
+
padding: 0 !important;
|
|
3746
3758
|
}
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
font-size: 12px;
|
|
3753
|
-
line-height: 18px;
|
|
3759
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3760
|
+
position: absolute;
|
|
3761
|
+
left: 50%;
|
|
3762
|
+
top: 50%;
|
|
3763
|
+
transform: translate(-50%, -50%);
|
|
3754
3764
|
}
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
font-family: Inter;
|
|
3758
|
-
font-style: normal;
|
|
3759
|
-
font-weight: 500;
|
|
3760
|
-
font-size: 12px;
|
|
3761
|
-
line-height: 18px;
|
|
3765
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3766
|
+
display: none;
|
|
3762
3767
|
}
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
font-family: Inter;
|
|
3766
|
-
font-style: normal;
|
|
3767
|
-
font-weight: bold;
|
|
3768
|
-
font-size: 12px;
|
|
3769
|
-
line-height: 18px;
|
|
3768
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3769
|
+
background: #fff;
|
|
3770
3770
|
}
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
font-family: Inter;
|
|
3774
|
-
font-style: normal;
|
|
3775
|
-
font-weight: normal;
|
|
3776
|
-
text-transform: uppercase;
|
|
3777
|
-
font-feature-settings: "cpsp" on;
|
|
3778
|
-
font-size: 12px;
|
|
3779
|
-
line-height: 18px;
|
|
3771
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3772
|
+
background: inherit;
|
|
3780
3773
|
}
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
font-feature-settings: "cpsp" on;
|
|
3788
|
-
font-size: 12px;
|
|
3789
|
-
line-height: 18px;
|
|
3774
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3775
|
+
position: static;
|
|
3776
|
+
border: none;
|
|
3777
|
+
background: inherit !important;
|
|
3778
|
+
height: 100px;
|
|
3779
|
+
vertical-align: middle;
|
|
3790
3780
|
}
|
|
3791
|
-
|
|
3792
|
-
.
|
|
3793
|
-
font-
|
|
3794
|
-
font-
|
|
3795
|
-
|
|
3796
|
-
font-size: 13px;
|
|
3797
|
-
line-height: 20px;
|
|
3781
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3782
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3783
|
+
font-weight: bold;
|
|
3784
|
+
font-size: 20px;
|
|
3785
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3798
3786
|
}
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
font-weight: normal;
|
|
3804
|
-
font-size: 13px;
|
|
3805
|
-
line-height: 20px;
|
|
3787
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
3788
|
+
padding: 0 !important;
|
|
3789
|
+
position: relative;
|
|
3790
|
+
background: #fff;
|
|
3806
3791
|
}
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
line-height: 18px;
|
|
3792
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3793
|
+
height: 100%;
|
|
3794
|
+
display: flex;
|
|
3795
|
+
align-items: center;
|
|
3796
|
+
justify-content: flex-end;
|
|
3797
|
+
padding-right: 8px;
|
|
3814
3798
|
}
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3799
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3800
|
+
width: 24px;
|
|
3801
|
+
height: 24px;
|
|
3802
|
+
cursor: pointer;
|
|
3803
|
+
justify-content: center;
|
|
3804
|
+
border-radius: 4px;
|
|
3805
|
+
}
|
|
3806
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3807
|
+
background: #fff;
|
|
3822
3808
|
}
|
|
3823
3809
|
|
|
3824
|
-
.
|
|
3825
|
-
|
|
3826
|
-
font-style: normal;
|
|
3827
|
-
font-weight: normal;
|
|
3828
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3829
|
-
font-size: 13px;
|
|
3830
|
-
line-height: 20px;
|
|
3810
|
+
.i1e4sgug {
|
|
3811
|
+
display: inline-block;
|
|
3831
3812
|
}
|
|
3832
3813
|
|
|
3833
|
-
.
|
|
3834
|
-
|
|
3835
|
-
font-style: normal;
|
|
3836
|
-
font-weight: normal;
|
|
3837
|
-
font-feature-settings: "zero" on;
|
|
3838
|
-
font-size: 13px;
|
|
3839
|
-
line-height: 20px;
|
|
3814
|
+
.s1fc623g {
|
|
3815
|
+
width: 430px !important;
|
|
3840
3816
|
}
|
|
3841
3817
|
|
|
3842
|
-
.
|
|
3843
|
-
|
|
3844
|
-
font-style: normal;
|
|
3845
|
-
font-weight: normal;
|
|
3846
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3847
|
-
font-size: 12px;
|
|
3818
|
+
.da3mx0o .ant-select-item-group {
|
|
3819
|
+
padding: 8px 16px;
|
|
3848
3820
|
line-height: 18px;
|
|
3821
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3822
|
+
height: 34px;
|
|
3823
|
+
min-height: 34px;
|
|
3824
|
+
box-sizing: border-box;
|
|
3825
|
+
margin-top: 8px;
|
|
3849
3826
|
}
|
|
3850
3827
|
|
|
3851
|
-
.
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3828
|
+
.onr9gzt {
|
|
3829
|
+
display: flex;
|
|
3830
|
+
flex-direction: column;
|
|
3831
|
+
margin: 1px 8px;
|
|
3832
|
+
padding: 8px;
|
|
3833
|
+
border-radius: 4px;
|
|
3834
|
+
}
|
|
3835
|
+
.onr9gzt .selected-icon {
|
|
3836
|
+
display: none;
|
|
3837
|
+
}
|
|
3838
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3839
|
+
padding-left: 8px;
|
|
3840
|
+
}
|
|
3841
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3842
|
+
background-color: white;
|
|
3843
|
+
}
|
|
3844
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3845
|
+
color: #0080ff;
|
|
3846
|
+
}
|
|
3847
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3848
|
+
display: block;
|
|
3849
|
+
}
|
|
3850
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3851
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3852
|
+
}
|
|
3853
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3854
|
+
color: #0080ff;
|
|
3855
|
+
}
|
|
3856
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3857
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3858
|
+
color: #0080ff;
|
|
3858
3859
|
}
|
|
3859
3860
|
|
|
3860
|
-
.
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3861
|
+
.oiy0apc {
|
|
3862
|
+
display: flex;
|
|
3863
|
+
justify-content: space-between;
|
|
3864
|
+
height: 20px;
|
|
3865
|
+
line-height: 20px;
|
|
3866
|
+
}
|
|
3867
|
+
.oiy0apc .timezone-title {
|
|
3868
|
+
color: #2d3a56;
|
|
3869
|
+
overflow: hidden;
|
|
3870
|
+
text-overflow: ellipsis;
|
|
3867
3871
|
}
|
|
3868
3872
|
|
|
3869
|
-
.
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
font-size: 12px;
|
|
3873
|
+
.of4y382 {
|
|
3874
|
+
display: flex;
|
|
3875
|
+
justify-content: space-between;
|
|
3876
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3877
|
+
height: 18px;
|
|
3875
3878
|
line-height: 18px;
|
|
3879
|
+
margin-top: 2px;
|
|
3876
3880
|
}
|
|
3877
3881
|
|
|
3878
|
-
.
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
font-feature-settings: "zero" on;
|
|
3883
|
-
font-size: 16px;
|
|
3884
|
-
line-height: 24px;
|
|
3882
|
+
.t19903l9 {
|
|
3883
|
+
border: none;
|
|
3884
|
+
margin-right: 0;
|
|
3885
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3885
3886
|
}
|
|
3886
3887
|
|
|
3887
|
-
.
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
line-height: 12px;
|
|
3888
|
+
.ohwbvxu {
|
|
3889
|
+
pointer-events: none;
|
|
3890
|
+
height: 32px;
|
|
3891
|
+
width: 100%;
|
|
3892
|
+
opacity: 0;
|
|
3893
3893
|
}
|
|
3894
3894
|
|
|
3895
3895
|
.c198s9j3 {
|
|
@@ -3963,6 +3963,16 @@ input.rrg1fkn.ant-input {
|
|
|
3963
3963
|
margin-left: 24px;
|
|
3964
3964
|
}
|
|
3965
3965
|
|
|
3966
|
+
.igz4le8 {
|
|
3967
|
+
height: 24px;
|
|
3968
|
+
width: 56px !important;
|
|
3969
|
+
margin-right: 4px;
|
|
3970
|
+
}
|
|
3971
|
+
|
|
3972
|
+
.c1riexje {
|
|
3973
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3974
|
+
}
|
|
3975
|
+
|
|
3966
3976
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3967
3977
|
border-radius: 6px;
|
|
3968
3978
|
}
|
|
@@ -4018,20 +4028,6 @@ input.rrg1fkn.ant-input {
|
|
|
4018
4028
|
transform: rotate(180deg);
|
|
4019
4029
|
}
|
|
4020
4030
|
|
|
4021
|
-
.igz4le8 {
|
|
4022
|
-
height: 24px;
|
|
4023
|
-
width: 56px !important;
|
|
4024
|
-
margin-right: 4px;
|
|
4025
|
-
}
|
|
4026
|
-
|
|
4027
|
-
.c1riexje {
|
|
4028
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4029
|
-
}
|
|
4030
|
-
|
|
4031
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4032
|
-
display: flex;
|
|
4033
|
-
}
|
|
4034
|
-
|
|
4035
4031
|
.m1thnes4 {
|
|
4036
4032
|
color: rgba(44, 56, 82, 0.6);
|
|
4037
4033
|
text-align: center;
|
|
@@ -4223,6 +4219,41 @@ input.rrg1fkn.ant-input {
|
|
|
4223
4219
|
background: rgba(163, 180, 204, 0.18);
|
|
4224
4220
|
}
|
|
4225
4221
|
|
|
4222
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4223
|
+
display: flex;
|
|
4224
|
+
}
|
|
4225
|
+
|
|
4226
|
+
.f1p9ti6d {
|
|
4227
|
+
width: 100%;
|
|
4228
|
+
margin-bottom: 0 !important;
|
|
4229
|
+
flex-flow: nowrap !important;
|
|
4230
|
+
line-break: auto;
|
|
4231
|
+
}
|
|
4232
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
4233
|
+
text-align: left !important;
|
|
4234
|
+
padding-bottom: 0 !important;
|
|
4235
|
+
}
|
|
4236
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
4237
|
+
min-height: 32px;
|
|
4238
|
+
height: auto;
|
|
4239
|
+
font-size: 13px;
|
|
4240
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4241
|
+
white-space: normal;
|
|
4242
|
+
}
|
|
4243
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4244
|
+
border-color: #ff4d4f !important;
|
|
4245
|
+
}
|
|
4246
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
4247
|
+
margin-top: 4px;
|
|
4248
|
+
font-size: 12px;
|
|
4249
|
+
min-height: 0px;
|
|
4250
|
+
}
|
|
4251
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
4252
|
+
font-size: 12px;
|
|
4253
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4254
|
+
min-height: 0px;
|
|
4255
|
+
}
|
|
4256
|
+
|
|
4226
4257
|
.tc40oxa {
|
|
4227
4258
|
margin-bottom: 4px;
|
|
4228
4259
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4419,37 +4450,6 @@ input.rrg1fkn.ant-input {
|
|
|
4419
4450
|
margin-right: 8px;
|
|
4420
4451
|
}
|
|
4421
4452
|
|
|
4422
|
-
.f1p9ti6d {
|
|
4423
|
-
width: 100%;
|
|
4424
|
-
margin-bottom: 0 !important;
|
|
4425
|
-
flex-flow: nowrap !important;
|
|
4426
|
-
line-break: auto;
|
|
4427
|
-
}
|
|
4428
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
4429
|
-
text-align: left !important;
|
|
4430
|
-
padding-bottom: 0 !important;
|
|
4431
|
-
}
|
|
4432
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
4433
|
-
min-height: 32px;
|
|
4434
|
-
height: auto;
|
|
4435
|
-
font-size: 13px;
|
|
4436
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4437
|
-
white-space: normal;
|
|
4438
|
-
}
|
|
4439
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4440
|
-
border-color: #ff4d4f !important;
|
|
4441
|
-
}
|
|
4442
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
4443
|
-
margin-top: 4px;
|
|
4444
|
-
font-size: 12px;
|
|
4445
|
-
min-height: 0px;
|
|
4446
|
-
}
|
|
4447
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
4448
|
-
font-size: 12px;
|
|
4449
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4450
|
-
min-height: 0px;
|
|
4451
|
-
}
|
|
4452
|
-
|
|
4453
4453
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4454
4454
|
display: var(--at4ovwe-0);
|
|
4455
4455
|
}
|
|
@@ -4496,25 +4496,6 @@ input.rrg1fkn.ant-input {
|
|
|
4496
4496
|
font-size: inherit;
|
|
4497
4497
|
}
|
|
4498
4498
|
|
|
4499
|
-
.feau332.ant-form-item {
|
|
4500
|
-
margin-bottom: 0;
|
|
4501
|
-
}
|
|
4502
|
-
.feau332 .ant-form-item-explain {
|
|
4503
|
-
display: none;
|
|
4504
|
-
min-height: 18px;
|
|
4505
|
-
margin-top: 5px;
|
|
4506
|
-
font-family: "Inter";
|
|
4507
|
-
font-weight: 400;
|
|
4508
|
-
font-size: 12px;
|
|
4509
|
-
line-height: 18px;
|
|
4510
|
-
}
|
|
4511
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4512
|
-
white-space: pre-wrap;
|
|
4513
|
-
}
|
|
4514
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4515
|
-
display: block;
|
|
4516
|
-
}
|
|
4517
|
-
|
|
4518
4499
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4519
4500
|
display: var(--a6dbbkm-0);
|
|
4520
4501
|
}
|
|
@@ -4544,4 +4525,23 @@ input.rrg1fkn.ant-input {
|
|
|
4544
4525
|
margin: 0;
|
|
4545
4526
|
height: auto;
|
|
4546
4527
|
font-size: inherit;
|
|
4528
|
+
}
|
|
4529
|
+
|
|
4530
|
+
.feau332.ant-form-item {
|
|
4531
|
+
margin-bottom: 0;
|
|
4532
|
+
}
|
|
4533
|
+
.feau332 .ant-form-item-explain {
|
|
4534
|
+
display: none;
|
|
4535
|
+
min-height: 18px;
|
|
4536
|
+
margin-top: 5px;
|
|
4537
|
+
font-family: "Inter";
|
|
4538
|
+
font-weight: 400;
|
|
4539
|
+
font-size: 12px;
|
|
4540
|
+
line-height: 18px;
|
|
4541
|
+
}
|
|
4542
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4543
|
+
white-space: pre-wrap;
|
|
4544
|
+
}
|
|
4545
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4546
|
+
display: block;
|
|
4547
4547
|
}
|