@cloudtower/eagle 0.27.4 → 0.27.5

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