@cloudtower/eagle 0.23.2 → 0.23.3

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/style.css CHANGED
@@ -1597,35 +1597,6 @@ input[type=submit] {
1597
1597
  cursor: pointer;
1598
1598
  }
1599
1599
 
1600
- .bpq0js6 {
1601
- padding: 4px 11px;
1602
- }
1603
-
1604
- .b15sn34c {
1605
- white-space: nowrap;
1606
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1607
- }
1608
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1609
- --color: #0080ff;
1610
- }
1611
- .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] {
1612
- --color: #0080ff;
1613
- }
1614
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1615
- margin-left: 1px;
1616
- }
1617
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1618
- border-top-right-radius: 0;
1619
- border-bottom-right-radius: 0;
1620
- }
1621
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1622
- border-top-left-radius: 0;
1623
- border-bottom-left-radius: 0;
1624
- }
1625
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1626
- border-radius: unset;
1627
- }
1628
-
1629
1600
  .buj61ew.ant-btn {
1630
1601
  height: 32px;
1631
1602
  border-radius: 6px;
@@ -1874,6 +1845,35 @@ input[type=submit] {
1874
1845
  padding: 0;
1875
1846
  }
1876
1847
 
1848
+ .bpq0js6 {
1849
+ padding: 4px 11px;
1850
+ }
1851
+
1852
+ .b15sn34c {
1853
+ white-space: nowrap;
1854
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1855
+ }
1856
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1857
+ --color: #0080ff;
1858
+ }
1859
+ .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] {
1860
+ --color: #0080ff;
1861
+ }
1862
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1863
+ margin-left: 1px;
1864
+ }
1865
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1866
+ border-top-right-radius: 0;
1867
+ border-bottom-right-radius: 0;
1868
+ }
1869
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1870
+ border-top-left-radius: 0;
1871
+ border-bottom-left-radius: 0;
1872
+ }
1873
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1874
+ border-radius: unset;
1875
+ }
1876
+
1877
1877
  .fde5mpd {
1878
1878
  width: 100%;
1879
1879
  height: 100%;
@@ -1929,59 +1929,61 @@ input[type=submit] {
1929
1929
  position: absolute;
1930
1930
  }
1931
1931
 
1932
- .s34f1qb.ant-switch {
1933
- min-width: 40px;
1934
- height: 24px;
1935
- background: rgba(172, 186, 211, 0.6);
1936
- overflow: hidden;
1937
- }
1938
- .s34f1qb.ant-switch:focus {
1939
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1940
- }
1941
- .s34f1qb.ant-switch-small {
1942
- min-width: 26px;
1943
- height: 16px;
1944
- }
1945
- .s34f1qb.ant-switch-large {
1946
- min-width: 52px;
1947
- height: 32px;
1932
+ .p12gwtiw {
1933
+ display: flex;
1934
+ justify-content: space-between;
1935
+ align-items: center;
1936
+ padding: 10px 0;
1937
+ color: rgba(44, 56, 82, 0.6);
1938
+ font-size: 12px;
1939
+ line-height: 24px;
1948
1940
  }
1949
- .s34f1qb.ant-switch .ant-switch-handle {
1950
- height: 20px;
1951
- width: 20px;
1941
+ .p12gwtiw .pagination-left {
1942
+ padding: 2px 8px;
1952
1943
  }
1953
- .s34f1qb.ant-switch .ant-switch-handle::before {
1954
- border-radius: 10px;
1955
- transition-delay: 120ms;
1944
+ .p12gwtiw .dropdown-trigger {
1945
+ display: flex;
1946
+ align-items: center;
1947
+ border-radius: 6px;
1948
+ cursor: pointer;
1949
+ transition: all 0.3s ease;
1956
1950
  }
1957
- .s34f1qb.ant-switch-small .ant-switch-handle {
1958
- height: 14px;
1959
- width: 14px;
1960
- top: 1px;
1961
- left: 1px;
1951
+ .p12gwtiw .dropdown-trigger:hover {
1952
+ background: rgba(211, 218, 235, 0.6);
1953
+ color: #0080ff;
1962
1954
  }
1963
- .s34f1qb.ant-switch-large .ant-switch-handle {
1964
- height: 28px;
1965
- width: 28px;
1955
+ .p12gwtiw .dropdown-trigger .icon-inner {
1956
+ margin-left: 4px;
1966
1957
  }
1967
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
1968
- border-radius: 14px;
1958
+ .p12gwtiw .pagination-right {
1959
+ display: flex;
1960
+ align-items: center;
1961
+ color: #0080ff;
1962
+ font-weight: bold;
1969
1963
  }
1970
- .s34f1qb.ant-switch-checked {
1971
- background-color: #00ba5d;
1964
+ .p12gwtiw .pagination-right .icon-inner {
1965
+ margin-left: 4px;
1972
1966
  }
1973
- .s34f1qb.ant-switch-checked .ant-switch-handle {
1974
- left: calc(100% - 20px - 2px);
1967
+ .p12gwtiw .pagination-right .prev-btn,
1968
+ .p12gwtiw .pagination-right .next-btn {
1969
+ padding: 0 8px;
1975
1970
  }
1976
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1977
- left: calc(100% - 14px - 1px);
1971
+ .p12gwtiw .pagination-right .prev-btn > span,
1972
+ .p12gwtiw .pagination-right .next-btn > span {
1973
+ color: #0080ff;
1978
1974
  }
1979
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1980
- left: calc(100% - 28px - 2px);
1975
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1976
+ transform: rotate(180deg);
1981
1977
  }
1982
1978
 
1983
- .c1to9vb9 {
1984
- margin-left: 5px;
1979
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1980
+ max-height: calc(100vh - 128px);
1981
+ overflow-y: auto;
1982
+ }
1983
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1984
+ padding: 4px 20px;
1985
+ font-size: 12px;
1986
+ line-height: 18px;
1985
1987
  }
1986
1988
 
1987
1989
  .cz04yix {
@@ -2649,77 +2651,217 @@ input.rrg1fkn.ant-input {
2649
2651
  border-bottom-left-radius: 0;
2650
2652
  }
2651
2653
 
2652
- .p12gwtiw {
2653
- display: flex;
2654
- justify-content: space-between;
2655
- align-items: center;
2656
- padding: 10px 0;
2657
- color: rgba(44, 56, 82, 0.6);
2658
- font-size: 12px;
2659
- line-height: 24px;
2654
+ .rxbeqvl.ant-radio-wrapper {
2655
+ display: inline-flex;
2656
+ align-items: baseline;
2657
+ white-space: pre-wrap;
2660
2658
  }
2661
- .p12gwtiw .pagination-left {
2662
- padding: 2px 8px;
2659
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2660
+ position: relative;
2661
+ top: 3px;
2663
2662
  }
2664
- .p12gwtiw .dropdown-trigger {
2665
- display: flex;
2666
- align-items: center;
2667
- border-radius: 6px;
2668
- cursor: pointer;
2669
- transition: all 0.3s ease;
2663
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2664
+ border-color: rgba(107, 128, 167, 0.6);
2670
2665
  }
2671
- .p12gwtiw .dropdown-trigger:hover {
2666
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2667
+ border-color: #0080ff;
2668
+ }
2669
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2670
+ border-color: #0080ff;
2671
+ background: #0080ff;
2672
+ }
2673
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2674
+ top: 4px;
2675
+ left: 4px;
2676
+ width: 6px;
2677
+ height: 6px;
2678
+ background: #fff;
2679
+ }
2680
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2681
+ opacity: 0.5;
2682
+ }
2683
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2684
+ border-color: rgba(107, 128, 167, 0.6);
2672
2685
  background: rgba(211, 218, 235, 0.6);
2673
- color: #0080ff;
2674
2686
  }
2675
- .p12gwtiw .dropdown-trigger .icon-inner {
2676
- margin-left: 4px;
2687
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2688
+ background: #00122e;
2677
2689
  }
2678
- .p12gwtiw .pagination-right {
2679
- display: flex;
2680
- align-items: center;
2681
- color: #0080ff;
2682
- font-weight: bold;
2690
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2691
+ color: #00122e;
2692
+ opacity: 0.5;
2683
2693
  }
2684
- .p12gwtiw .pagination-right .icon-inner {
2685
- margin-left: 4px;
2694
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2695
+ color: #00122e;
2686
2696
  }
2687
- .p12gwtiw .pagination-right .prev-btn,
2688
- .p12gwtiw .pagination-right .next-btn {
2689
- padding: 0 8px;
2697
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2698
+ display: inline-block;
2699
+ padding: 0;
2700
+ padding-left: 12px;
2690
2701
  }
2691
- .p12gwtiw .pagination-right .prev-btn > span,
2692
- .p12gwtiw .pagination-right .next-btn > span {
2693
- color: #0080ff;
2702
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2703
+ margin-bottom: 0;
2704
+ white-space: pre-wrap;
2705
+ color: rgba(44, 56, 82, 0.6);
2694
2706
  }
2695
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2696
- transform: rotate(180deg);
2707
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2708
+ padding-left: 8px;
2697
2709
  }
2698
2710
 
2699
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2700
- max-height: calc(100vh - 128px);
2701
- overflow-y: auto;
2711
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2712
+ border-radius: 5px 0 0 5px;
2702
2713
  }
2703
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2704
- padding: 4px 20px;
2705
- font-size: 12px;
2706
- line-height: 18px;
2714
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2715
+ border-radius: 0 5px 5px 0;
2707
2716
  }
2708
2717
 
2709
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2710
- flex-direction: row;
2711
- justify-content: stretch;
2718
+ .r1f0aqcc {
2719
+ color: #00122e;
2720
+ border-color: #ccd4e3;
2712
2721
  }
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;
2722
+ .r1f0aqcc:first-child {
2723
+ color: #00122e;
2724
+ border-color: #a3b4cc;
2718
2725
  }
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;
2726
+ .r1f0aqcc.ant-radio-button-wrapper {
2727
+ padding: 0 12px;
2728
+ line-height: 32px;
2729
+ height: 32px;
2721
2730
  }
2722
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2731
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2732
+ white-space: nowrap;
2733
+ }
2734
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2735
+ background: #ccd4e3;
2736
+ }
2737
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2738
+ background: #0080ff;
2739
+ }
2740
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2741
+ background: #ccd4e3;
2742
+ opacity: 0.5;
2743
+ }
2744
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2745
+ border-right-color: #0080ff;
2746
+ }
2747
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2748
+ border-color: #0080ff;
2749
+ }
2750
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2751
+ background: rgba(0, 136, 255, 0.1);
2752
+ }
2753
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2754
+ background: rgba(211, 218, 235, 0.6);
2755
+ border-color: #ccd4e3;
2756
+ opacity: 0.5;
2757
+ }
2758
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2759
+ color: #00122e;
2760
+ border-color: #ccd4e3;
2761
+ }
2762
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2763
+ color: #00122e;
2764
+ border-color: #ccd4e3;
2765
+ background: rgba(172, 186, 211, 0.6);
2766
+ }
2767
+ .r1f0aqcc .ant-radio-button-input {
2768
+ margin-right: 8px;
2769
+ display: inline;
2770
+ border: none;
2771
+ padding: 0;
2772
+ width: 36px;
2773
+ background: transparent;
2774
+ }
2775
+ .r1f0aqcc .ant-radio-button-input:focus {
2776
+ box-shadow: none;
2777
+ }
2778
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2779
+ margin-right: 0;
2780
+ width: initial;
2781
+ box-shadow: none;
2782
+ }
2783
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2784
+ display: none;
2785
+ }
2786
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2787
+ display: inline;
2788
+ }
2789
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2790
+ display: inline;
2791
+ margin-right: 8px;
2792
+ padding: 0;
2793
+ width: 36px;
2794
+ }
2795
+
2796
+ .s34f1qb.ant-switch {
2797
+ min-width: 40px;
2798
+ height: 24px;
2799
+ background: rgba(172, 186, 211, 0.6);
2800
+ overflow: hidden;
2801
+ }
2802
+ .s34f1qb.ant-switch:focus {
2803
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2804
+ }
2805
+ .s34f1qb.ant-switch-small {
2806
+ min-width: 26px;
2807
+ height: 16px;
2808
+ }
2809
+ .s34f1qb.ant-switch-large {
2810
+ min-width: 52px;
2811
+ height: 32px;
2812
+ }
2813
+ .s34f1qb.ant-switch .ant-switch-handle {
2814
+ height: 20px;
2815
+ width: 20px;
2816
+ }
2817
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2818
+ border-radius: 10px;
2819
+ transition-delay: 120ms;
2820
+ }
2821
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2822
+ height: 14px;
2823
+ width: 14px;
2824
+ top: 1px;
2825
+ left: 1px;
2826
+ }
2827
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2828
+ height: 28px;
2829
+ width: 28px;
2830
+ }
2831
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2832
+ border-radius: 14px;
2833
+ }
2834
+ .s34f1qb.ant-switch-checked {
2835
+ background-color: #00ba5d;
2836
+ }
2837
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2838
+ left: calc(100% - 20px - 2px);
2839
+ }
2840
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2841
+ left: calc(100% - 14px - 1px);
2842
+ }
2843
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2844
+ left: calc(100% - 28px - 2px);
2845
+ }
2846
+
2847
+ .c1to9vb9 {
2848
+ margin-left: 5px;
2849
+ }
2850
+
2851
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2852
+ flex-direction: row;
2853
+ justify-content: stretch;
2854
+ }
2855
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2856
+ padding: 0;
2857
+ margin-right: 4px;
2858
+ flex: 1;
2859
+ overflow: visible;
2860
+ }
2861
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2862
+ display: none;
2863
+ }
2864
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2723
2865
  width: 100%;
2724
2866
  min-height: unset;
2725
2867
  }
@@ -2789,224 +2931,445 @@ input.rrg1fkn.ant-input {
2789
2931
  padding: 0;
2790
2932
  }
2791
2933
 
2792
- .rxbeqvl.ant-radio-wrapper {
2793
- display: inline-flex;
2794
- align-items: baseline;
2795
- white-space: pre-wrap;
2934
+ .t1upn1sz {
2935
+ height: 100%;
2796
2936
  }
2797
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2798
- position: relative;
2799
- top: 3px;
2937
+
2938
+ .tta5kd2 {
2939
+ height: 100%;
2800
2940
  }
2801
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2802
- border-color: rgba(107, 128, 167, 0.6);
2941
+ .tta5kd2.empty-table .ant-table-content {
2942
+ overflow: visible !important;
2943
+ height: 100%;
2803
2944
  }
2804
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2805
- border-color: #0080ff;
2945
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2946
+ height: 100%;
2806
2947
  }
2807
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2808
- border-color: #0080ff;
2809
- background: #0080ff;
2948
+ .tta5kd2.empty-table .ant-table-content table {
2949
+ width: 100% !important;
2950
+ height: 100%;
2810
2951
  }
2811
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2812
- top: 4px;
2813
- left: 4px;
2814
- width: 6px;
2815
- height: 6px;
2816
- background: #fff;
2952
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2953
+ padding: 15px 0;
2817
2954
  }
2818
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2819
- opacity: 0.5;
2955
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2956
+ display: none;
2820
2957
  }
2821
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2822
- border-color: rgba(107, 128, 167, 0.6);
2823
- background: rgba(211, 218, 235, 0.6);
2958
+ .tta5kd2 .active-row td:nth-child(1) {
2959
+ font-weight: 700;
2824
2960
  }
2825
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2826
- background: #00122e;
2961
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2962
+ font-weight: 700;
2827
2963
  }
2828
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2829
- color: #00122e;
2830
- opacity: 0.5;
2964
+ .tta5kd2 .ant-spin-nested-loading {
2965
+ height: 100%;
2831
2966
  }
2832
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2833
- color: #00122e;
2967
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2968
+ height: 100%;
2969
+ overflow: visible;
2834
2970
  }
2835
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2836
- display: inline-block;
2837
- padding: 0;
2838
- padding-left: 12px;
2971
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2972
+ max-height: none;
2839
2973
  }
2840
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2841
- margin-bottom: 0;
2842
- white-space: pre-wrap;
2843
- color: rgba(44, 56, 82, 0.6);
2974
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2975
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2976
+ display: none;
2844
2977
  }
2845
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2846
- padding-left: 8px;
2978
+ .tta5kd2 td.ant-table-column-sort {
2979
+ background: transparent;
2847
2980
  }
2848
-
2849
- .r5ie79y .ant-radio-button-wrapper:first-child {
2850
- border-radius: 5px 0 0 5px;
2981
+ .tta5kd2 td.ant-table-cell-fix-left,
2982
+ .tta5kd2 td.ant-table-cell-fix-right {
2983
+ background: #fff;
2984
+ padding: 0 !important;
2851
2985
  }
2852
- .r5ie79y .ant-radio-button-wrapper:last-child {
2853
- border-radius: 0 5px 5px 0;
2986
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2987
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2988
+ display: flex;
2989
+ align-items: center;
2990
+ height: 100%;
2991
+ padding: 8px;
2854
2992
  }
2855
-
2856
- .r1f0aqcc {
2857
- color: #00122e;
2858
- border-color: #ccd4e3;
2993
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2994
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2995
+ overflow: hidden;
2996
+ text-overflow: ellipsis;
2997
+ width: 100%;
2859
2998
  }
2860
- .r1f0aqcc:first-child {
2861
- color: #00122e;
2862
- border-color: #a3b4cc;
2999
+ .tta5kd2 .ant-table-container {
3000
+ height: 100%;
2863
3001
  }
2864
- .r1f0aqcc.ant-radio-button-wrapper {
2865
- padding: 0 12px;
2866
- line-height: 32px;
2867
- height: 32px;
3002
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3003
+ box-shadow: none !important;
2868
3004
  }
2869
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2870
- white-space: nowrap;
3005
+ .tta5kd2 .ant-table {
3006
+ border-radius: 0px;
3007
+ border-left: none;
3008
+ border-right: none;
3009
+ border-bottom: none;
3010
+ height: 100%;
3011
+ font-size: 12px;
3012
+ background: transparent;
2871
3013
  }
2872
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2873
- background: #ccd4e3;
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;
2874
3019
  }
2875
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2876
- background: #0080ff;
3020
+ .tta5kd2 .ant-table .time-wrapper .data,
3021
+ .tta5kd2 .ant-table .value {
3022
+ color: #2d3a56;
2877
3023
  }
2878
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2879
- background: #ccd4e3;
2880
- opacity: 0.5;
3024
+ .tta5kd2 .ant-table .time-wrapper .time,
3025
+ .tta5kd2 .ant-table .unit {
3026
+ color: rgba(44, 56, 82, 0.6);
2881
3027
  }
2882
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2883
- border-right-color: #0080ff;
3028
+ .tta5kd2 .ant-table .ant-table-selection {
3029
+ text-align: center;
2884
3030
  }
2885
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2886
- border-color: #0080ff;
3031
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3032
+ background: #fff;
2887
3033
  }
2888
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2889
- background: rgba(0, 136, 255, 0.1);
3034
+ .tta5kd2 .ant-table .anticon-setting {
3035
+ cursor: pointer;
3036
+ position: absolute;
3037
+ top: 50%;
3038
+ right: 12px;
3039
+ transform: translateY(-50%);
2890
3040
  }
2891
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2892
- background: rgba(211, 218, 235, 0.6);
2893
- border-color: #ccd4e3;
2894
- opacity: 0.5;
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);
2895
3045
  }
2896
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
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;
2897
3060
  color: #00122e;
2898
- border-color: #ccd4e3;
2899
3061
  }
2900
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
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;
2901
3068
  color: #00122e;
2902
- border-color: #ccd4e3;
2903
- background: rgba(172, 186, 211, 0.6);
3069
+ font-size: 12px;
3070
+ text-align: left;
3071
+ transition: none;
3072
+ overflow: hidden;
3073
+ text-overflow: ellipsis;
3074
+ white-space: nowrap;
2904
3075
  }
2905
- .r1f0aqcc .ant-radio-button-input {
2906
- margin-right: 8px;
2907
- display: inline;
2908
- border: none;
2909
- padding: 0;
2910
- width: 36px;
2911
- background: transparent;
3076
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3077
+ color: #0096ff;
2912
3078
  }
2913
- .r1f0aqcc .ant-radio-button-input:focus {
2914
- box-shadow: none;
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;
2915
3084
  }
2916
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2917
- margin-right: 0;
2918
- width: initial;
2919
- box-shadow: none;
3085
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3086
+ line-height: 0px;
2920
3087
  }
2921
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2922
- display: none;
3088
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3089
+ padding-right: 25px;
2923
3090
  }
2924
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2925
- display: inline;
3091
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3092
+ border-top-color: transparent;
2926
3093
  }
2927
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2928
- display: inline;
2929
- margin-right: 8px;
2930
- padding: 0;
2931
- width: 36px;
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;
2932
3097
  }
2933
-
2934
- .s1fc623g {
2935
- width: 430px !important;
3098
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3099
+ border-radius: 8px 0 0 8px;
2936
3100
  }
2937
-
2938
- .da3mx0o .ant-select-item-group {
2939
- padding: 8px 16px;
2940
- line-height: 18px;
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;
2941
3126
  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;
2946
3127
  }
2947
-
2948
- .onr9gzt {
3128
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2949
3129
  display: flex;
2950
- flex-direction: column;
2951
- margin: 1px 8px;
2952
- padding: 8px;
2953
- border-radius: 4px;
3130
+ align-items: center;
3131
+ height: 100%;
3132
+ background: rgba(225, 230, 241, 0.6);
2954
3133
  }
2955
- .onr9gzt .selected-icon {
2956
- display: none;
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);
2957
3137
  }
2958
- .onr9gzt.ant-select-item-option-grouped {
2959
- padding-left: 8px;
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);
2960
3143
  }
2961
- .onr9gzt.ant-select-item-option-selected {
2962
- background-color: white;
3144
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3145
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2963
3146
  }
2964
- .onr9gzt.ant-select-item-option-selected .timezone-title {
2965
- color: #0080ff;
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;
2966
3150
  }
2967
- .onr9gzt.ant-select-item-option-selected .selected-icon {
2968
- display: block;
3151
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3152
+ border-top-color: white;
2969
3153
  }
2970
- .onr9gzt.ant-select-item-option-active {
2971
- background: rgba(0, 136, 255, 0.16);
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;
2972
3158
  }
2973
- .onr9gzt.ant-select-item-option-active .timezone-title {
2974
- color: #0080ff;
3159
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3160
+ border-radius: 8px 0 0 8px;
2975
3161
  }
2976
- .onr9gzt.ant-select-item-option-active .timezone-tag {
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 {
2977
3166
  background: rgba(0, 136, 255, 0.1);
2978
- color: #0080ff;
2979
3167
  }
2980
-
2981
- .oiy0apc {
2982
- display: flex;
2983
- justify-content: space-between;
2984
- height: 20px;
2985
- line-height: 20px;
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;
2986
3176
  }
2987
- .oiy0apc .timezone-title {
2988
- color: #2d3a56;
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%;
2989
3194
  overflow: hidden;
3195
+ white-space: nowrap;
2990
3196
  text-overflow: ellipsis;
2991
3197
  }
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;
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;
3000
3202
  }
3001
-
3002
- .t19903l9 {
3003
- border: none;
3004
- margin-right: 0;
3005
- background: rgba(225, 230, 241, 0.6);
3203
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3204
+ padding: 15px 25px 15px 8px;
3006
3205
  }
3007
-
3008
- .i1e4sgug {
3009
- display: inline-block;
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;
3239
+ }
3240
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3241
+ padding-right: 25px;
3242
+ }
3243
+ .tta5kd2 .ant-table .ant-table-selection-column {
3244
+ padding: 0 !important;
3245
+ }
3246
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3247
+ position: absolute;
3248
+ left: 50%;
3249
+ top: 50%;
3250
+ transform: translate(-50%, -50%);
3251
+ }
3252
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3253
+ display: none;
3254
+ }
3255
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3256
+ background: #fff;
3257
+ }
3258
+ .tta5kd2 .ant-table .ant-table-placeholder {
3259
+ background: inherit;
3260
+ }
3261
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3262
+ position: static;
3263
+ border: none;
3264
+ background: inherit !important;
3265
+ height: 100px;
3266
+ vertical-align: middle;
3267
+ }
3268
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3269
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3270
+ font-weight: bold;
3271
+ font-size: 20px;
3272
+ color: rgba(10, 37, 85, 0.6);
3273
+ }
3274
+ .tta5kd2 .ant-table td.cell__action_ {
3275
+ padding: 0 !important;
3276
+ position: relative;
3277
+ background: #fff;
3278
+ }
3279
+ .tta5kd2 .ant-table td.cell__action_ > * {
3280
+ height: 100%;
3281
+ display: flex;
3282
+ align-items: center;
3283
+ justify-content: flex-end;
3284
+ padding-right: 8px;
3285
+ }
3286
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3287
+ width: 24px;
3288
+ height: 24px;
3289
+ cursor: pointer;
3290
+ justify-content: center;
3291
+ border-radius: 4px;
3292
+ }
3293
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3294
+ background: #fff;
3295
+ }
3296
+
3297
+ .s1fc623g {
3298
+ width: 430px !important;
3299
+ }
3300
+
3301
+ .da3mx0o .ant-select-item-group {
3302
+ padding: 8px 16px;
3303
+ 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
+ }
3310
+
3311
+ .onr9gzt {
3312
+ display: flex;
3313
+ flex-direction: column;
3314
+ margin: 1px 8px;
3315
+ padding: 8px;
3316
+ border-radius: 4px;
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;
3342
+ }
3343
+
3344
+ .oiy0apc {
3345
+ display: flex;
3346
+ justify-content: space-between;
3347
+ height: 20px;
3348
+ line-height: 20px;
3349
+ }
3350
+ .oiy0apc .timezone-title {
3351
+ color: #2d3a56;
3352
+ overflow: hidden;
3353
+ text-overflow: ellipsis;
3354
+ }
3355
+
3356
+ .of4y382 {
3357
+ display: flex;
3358
+ justify-content: space-between;
3359
+ color: rgba(44, 56, 82, 0.6);
3360
+ height: 18px;
3361
+ line-height: 18px;
3362
+ margin-top: 2px;
3363
+ }
3364
+
3365
+ .t19903l9 {
3366
+ border: none;
3367
+ margin-right: 0;
3368
+ background: rgba(225, 230, 241, 0.6);
3369
+ }
3370
+
3371
+ .i1e4sgug {
3372
+ display: inline-block;
3010
3373
  }
3011
3374
 
3012
3375
  .d6j0lbj {
@@ -3312,539 +3675,176 @@ input.rrg1fkn.ant-input {
3312
3675
  font-size: 13px;
3313
3676
  line-height: 20px;
3314
3677
  }
3315
-
3316
- .l2i7fo9 {
3317
- font-family: Inter;
3318
- font-style: normal;
3319
- font-weight: normal;
3320
- font-size: 12px;
3321
- line-height: 18px;
3322
- }
3323
-
3324
- .l1x7hscx {
3325
- font-family: Inter;
3326
- font-style: normal;
3327
- font-weight: 500;
3328
- font-size: 12px;
3329
- line-height: 18px;
3330
- }
3331
-
3332
- .le1jwan {
3333
- font-family: Inter;
3334
- font-style: normal;
3335
- font-weight: bold;
3336
- font-size: 12px;
3337
- line-height: 18px;
3338
- }
3339
-
3340
- .lyxynfj {
3341
- font-family: Inter;
3342
- font-style: normal;
3343
- font-weight: normal;
3344
- font-size: 12px;
3345
- line-height: 18px;
3346
- }
3347
-
3348
- .lpb2nxv {
3349
- font-family: Inter;
3350
- font-style: normal;
3351
- font-weight: 500;
3352
- font-size: 12px;
3353
- line-height: 18px;
3354
- }
3355
-
3356
- .l1r8o3vv {
3357
- font-family: Inter;
3358
- font-style: normal;
3359
- font-weight: bold;
3360
- font-size: 12px;
3361
- line-height: 18px;
3362
- }
3363
-
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;
3372
- }
3373
-
3374
- .lrc42gb {
3375
- font-family: Inter;
3376
- font-style: normal;
3377
- font-weight: bold;
3378
- text-transform: uppercase;
3379
- font-feature-settings: "cpsp" on;
3380
- font-size: 12px;
3381
- line-height: 18px;
3382
- }
3383
-
3384
- .fqaz4mb {
3385
- font-family: Inter;
3386
- font-style: normal;
3387
- font-weight: normal;
3388
- font-size: 13px;
3389
- line-height: 20px;
3390
- }
3391
-
3392
- .f13we5o {
3393
- font-family: Inter;
3394
- font-style: normal;
3395
- font-weight: normal;
3396
- font-size: 13px;
3397
- line-height: 20px;
3398
- }
3399
-
3400
- .ffmjua2 {
3401
- font-family: Inter;
3402
- font-style: normal;
3403
- font-weight: normal;
3404
- font-size: 12px;
3405
- line-height: 18px;
3406
- }
3407
-
3408
- .fz2mxw0 {
3409
- font-family: Inter;
3410
- font-style: normal;
3411
- font-weight: normal;
3412
- font-size: 12px;
3413
- line-height: 18px;
3414
- }
3415
-
3416
- .t1ertzoh {
3417
- font-family: Inter;
3418
- font-style: normal;
3419
- font-weight: normal;
3420
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3421
- font-size: 13px;
3422
- line-height: 20px;
3423
- }
3424
-
3425
- .t19bge8r {
3426
- font-family: Inter;
3427
- font-style: normal;
3428
- font-weight: normal;
3429
- font-feature-settings: "zero" on;
3430
- font-size: 13px;
3431
- line-height: 20px;
3432
- }
3433
-
3434
- .tjrzfyl {
3435
- font-family: Inter;
3436
- font-style: normal;
3437
- font-weight: normal;
3438
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3439
- font-size: 12px;
3440
- line-height: 18px;
3441
- }
3442
-
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 {
3453
- font-family: Inter;
3454
- font-style: normal;
3455
- font-weight: normal;
3456
- font-feature-settings: "zero" on;
3457
- font-size: 12px;
3458
- line-height: 18px;
3459
- }
3460
-
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 {
3471
- font-family: Inter;
3472
- font-style: normal;
3473
- font-weight: bold;
3474
- font-feature-settings: "zero" on;
3475
- font-size: 16px;
3476
- line-height: 24px;
3477
- }
3478
-
3479
- .u1w9abfe {
3480
- font-family: Inter;
3481
- font-style: normal;
3482
- font-weight: normal;
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;
3631
- }
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;
3637
- }
3638
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3639
- line-height: 0px;
3640
- }
3641
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3642
- padding-right: 25px;
3643
- }
3644
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3645
- border-top-color: transparent;
3646
- }
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;
3650
- }
3651
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3652
- border-radius: 8px 0 0 8px;
3653
- }
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;
3656
- }
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;
3663
- }
3664
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3665
- border-radius: 0 8px 8px 0;
3666
- }
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;
3671
- }
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);
3676
- }
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);
3680
- }
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);
3686
- }
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);
3690
- }
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);
3696
- }
3697
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3698
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3699
- }
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;
3703
- }
3704
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3705
- border-top-color: white;
3706
- }
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;
3711
- }
3712
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3713
- border-radius: 8px 0 0 8px;
3714
- }
3715
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3716
- border-radius: 0 8px 8px 0;
3717
- }
3718
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3719
- background: rgba(0, 136, 255, 0.1);
3720
- }
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;
3738
- }
3739
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3740
- padding: unset;
3741
- }
3742
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3743
- display: none;
3744
- }
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;
3750
- }
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;
3755
- }
3756
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3757
- padding: 15px 25px 15px 8px;
3758
- }
3759
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3760
- padding: 0;
3761
- }
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;
3678
+
3679
+ .l2i7fo9 {
3680
+ font-family: Inter;
3681
+ font-style: normal;
3682
+ font-weight: normal;
3683
+ font-size: 12px;
3684
+ line-height: 18px;
3770
3685
  }
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);
3686
+
3687
+ .l1x7hscx {
3688
+ font-family: Inter;
3689
+ font-style: normal;
3690
+ font-weight: 500;
3691
+ font-size: 12px;
3692
+ line-height: 18px;
3774
3693
  }
3775
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3776
- display: block;
3694
+
3695
+ .le1jwan {
3696
+ font-family: Inter;
3697
+ font-style: normal;
3698
+ font-weight: bold;
3699
+ font-size: 12px;
3700
+ line-height: 18px;
3777
3701
  }
3778
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3779
- display: none;
3702
+
3703
+ .lyxynfj {
3704
+ font-family: Inter;
3705
+ font-style: normal;
3706
+ font-weight: normal;
3707
+ font-size: 12px;
3708
+ line-height: 18px;
3780
3709
  }
3781
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3782
- transform: translateY(-50%);
3710
+
3711
+ .lpb2nxv {
3712
+ font-family: Inter;
3713
+ font-style: normal;
3714
+ font-weight: 500;
3715
+ font-size: 12px;
3716
+ line-height: 18px;
3783
3717
  }
3784
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3785
- transform: translateY(-50%) rotateX(180deg);
3718
+
3719
+ .l1r8o3vv {
3720
+ font-family: Inter;
3721
+ font-style: normal;
3722
+ font-weight: bold;
3723
+ font-size: 12px;
3724
+ line-height: 18px;
3786
3725
  }
3787
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3788
- background: #f2f5fa;
3726
+
3727
+ .lemnjy2 {
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;
3789
3735
  }
3790
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3791
- display: block;
3736
+
3737
+ .lrc42gb {
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;
3792
3745
  }
3793
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3794
- padding-right: 25px;
3746
+
3747
+ .fqaz4mb {
3748
+ font-family: Inter;
3749
+ font-style: normal;
3750
+ font-weight: normal;
3751
+ font-size: 13px;
3752
+ line-height: 20px;
3795
3753
  }
3796
- .tta5kd2 .ant-table .ant-table-selection-column {
3797
- padding: 0 !important;
3754
+
3755
+ .f13we5o {
3756
+ font-family: Inter;
3757
+ font-style: normal;
3758
+ font-weight: normal;
3759
+ font-size: 13px;
3760
+ line-height: 20px;
3798
3761
  }
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%);
3762
+
3763
+ .ffmjua2 {
3764
+ font-family: Inter;
3765
+ font-style: normal;
3766
+ font-weight: normal;
3767
+ font-size: 12px;
3768
+ line-height: 18px;
3804
3769
  }
3805
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3806
- display: none;
3770
+
3771
+ .fz2mxw0 {
3772
+ font-family: Inter;
3773
+ font-style: normal;
3774
+ font-weight: normal;
3775
+ font-size: 12px;
3776
+ line-height: 18px;
3807
3777
  }
3808
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3809
- background: #fff;
3778
+
3779
+ .t1ertzoh {
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;
3810
3786
  }
3811
- .tta5kd2 .ant-table .ant-table-placeholder {
3812
- background: inherit;
3787
+
3788
+ .t19bge8r {
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;
3813
3795
  }
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;
3796
+
3797
+ .tjrzfyl {
3798
+ font-family: Inter;
3799
+ font-style: normal;
3800
+ font-weight: normal;
3801
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3802
+ font-size: 12px;
3803
+ line-height: 18px;
3820
3804
  }
3821
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3822
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3823
- font-weight: bold;
3824
- font-size: 20px;
3825
- color: rgba(10, 37, 85, 0.6);
3805
+
3806
+ .tm6s7bo {
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;
3826
3813
  }
3827
- .tta5kd2 .ant-table td.cell__action_ {
3828
- padding: 0 !important;
3829
- position: relative;
3830
- background: #fff;
3814
+
3815
+ .t19zq6ic {
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;
3831
3822
  }
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;
3823
+
3824
+ .t1gduru8 {
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;
3838
3831
  }
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;
3832
+
3833
+ .t55raab {
3834
+ font-family: Inter;
3835
+ font-style: normal;
3836
+ font-weight: bold;
3837
+ font-feature-settings: "zero" on;
3838
+ font-size: 16px;
3839
+ line-height: 24px;
3845
3840
  }
3846
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3847
- background: #fff;
3841
+
3842
+ .u1w9abfe {
3843
+ font-family: Inter;
3844
+ font-style: normal;
3845
+ font-weight: normal;
3846
+ font-size: 10px;
3847
+ line-height: 12px;
3848
3848
  }
3849
3849
 
3850
3850
  .c198s9j3 {
@@ -4420,6 +4420,25 @@ input.rrg1fkn.ant-input {
4420
4420
  margin-right: 8px;
4421
4421
  }
4422
4422
 
4423
+ .feau332.ant-form-item {
4424
+ margin-bottom: 0;
4425
+ }
4426
+ .feau332 .ant-form-item-explain {
4427
+ display: none;
4428
+ min-height: 18px;
4429
+ margin-top: 5px;
4430
+ font-family: "Inter";
4431
+ font-weight: 400;
4432
+ font-size: 12px;
4433
+ line-height: 18px;
4434
+ }
4435
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4436
+ white-space: pre-wrap;
4437
+ }
4438
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4439
+ display: block;
4440
+ }
4441
+
4423
4442
  .a6dbbkm .ant-input-number-handler-wrap {
4424
4443
  display: var(--a6dbbkm-0);
4425
4444
  }
@@ -4449,23 +4468,4 @@ input.rrg1fkn.ant-input {
4449
4468
  margin: 0;
4450
4469
  height: auto;
4451
4470
  font-size: inherit;
4452
- }
4453
-
4454
- .feau332.ant-form-item {
4455
- margin-bottom: 0;
4456
- }
4457
- .feau332 .ant-form-item-explain {
4458
- display: none;
4459
- min-height: 18px;
4460
- margin-top: 5px;
4461
- font-family: "Inter";
4462
- font-weight: 400;
4463
- font-size: 12px;
4464
- line-height: 18px;
4465
- }
4466
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4467
- white-space: pre-wrap;
4468
- }
4469
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4470
- display: block;
4471
4471
  }