@cloudtower/eagle 0.27.14-alpha.2 → 0.27.14-alpha.4

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.
@@ -29471,6 +29471,21 @@ html body {
29471
29471
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29472
29472
  }
29473
29473
  }
29474
+ .fde5mpd {
29475
+ width: 100%;
29476
+ height: 100%;
29477
+ min-height: 124px;
29478
+ display: flex;
29479
+ flex-direction: column;
29480
+ justify-content: center;
29481
+ align-items: center;
29482
+ }
29483
+ .fde5mpd .error-text {
29484
+ color: rgba(10, 37, 85, 0.6);
29485
+ margin-bottom: 16px;
29486
+ font-size: 18px;
29487
+ }
29488
+
29474
29489
  .buj61ew.ant-btn-icon-only {
29475
29490
  justify-content: center;
29476
29491
  }
@@ -29721,6 +29736,24 @@ html body {
29721
29736
  padding: 0;
29722
29737
  }
29723
29738
 
29739
+ .i1mrf09m {
29740
+ display: inline-flex;
29741
+ align-items: center;
29742
+ }
29743
+ .i1mrf09m .icon-inner {
29744
+ display: inline-flex;
29745
+ align-items: center;
29746
+ justify-content: center;
29747
+ }
29748
+ .i1mrf09m .icon-inner + span,
29749
+ .i1mrf09m span + .icon-inner.suffix {
29750
+ margin-left: 4px;
29751
+ }
29752
+ .i1mrf09m.is-rotate img,
29753
+ .i1mrf09m.is-rotate svg {
29754
+ animation: rotate 680ms linear infinite;
29755
+ }
29756
+
29724
29757
  .bpq0js6 {
29725
29758
  padding: 4px 11px;
29726
29759
  }
@@ -29750,24 +29783,6 @@ html body {
29750
29783
  border-radius: unset;
29751
29784
  }
29752
29785
 
29753
- .i1mrf09m {
29754
- display: inline-flex;
29755
- align-items: center;
29756
- }
29757
- .i1mrf09m .icon-inner {
29758
- display: inline-flex;
29759
- align-items: center;
29760
- justify-content: center;
29761
- }
29762
- .i1mrf09m .icon-inner + span,
29763
- .i1mrf09m span + .icon-inner.suffix {
29764
- margin-left: 4px;
29765
- }
29766
- .i1mrf09m.is-rotate img,
29767
- .i1mrf09m.is-rotate svg {
29768
- animation: rotate 680ms linear infinite;
29769
- }
29770
-
29771
29786
  .iap75of {
29772
29787
  height: 18px;
29773
29788
  line-height: 18px;
@@ -29781,19 +29796,13 @@ html body {
29781
29796
  margin-right: 4px;
29782
29797
  }
29783
29798
 
29784
- .fde5mpd {
29785
- width: 100%;
29786
- height: 100%;
29787
- min-height: 124px;
29788
- display: flex;
29789
- flex-direction: column;
29790
- justify-content: center;
29791
- align-items: center;
29799
+ .obf05yr {
29800
+ display: inline-block;
29792
29801
  }
29793
- .fde5mpd .error-text {
29794
- color: rgba(10, 37, 85, 0.6);
29795
- margin-bottom: 16px;
29796
- font-size: 18px;
29802
+
29803
+ .hsms1n6 {
29804
+ visibility: hidden;
29805
+ position: absolute;
29797
29806
  }
29798
29807
 
29799
29808
  .p12gwtiw {
@@ -29999,6 +30008,61 @@ html body {
29999
30008
  width: 36px;
30000
30009
  }
30001
30010
 
30011
+ .s34f1qb.ant-switch {
30012
+ min-width: 40px;
30013
+ height: 24px;
30014
+ background: rgba(172, 186, 211, 0.6);
30015
+ overflow: hidden;
30016
+ }
30017
+ .s34f1qb.ant-switch:focus {
30018
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30019
+ }
30020
+ .s34f1qb.ant-switch-small {
30021
+ min-width: 26px;
30022
+ height: 16px;
30023
+ }
30024
+ .s34f1qb.ant-switch-large {
30025
+ min-width: 52px;
30026
+ height: 32px;
30027
+ }
30028
+ .s34f1qb.ant-switch .ant-switch-handle {
30029
+ height: 20px;
30030
+ width: 20px;
30031
+ }
30032
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30033
+ border-radius: 10px;
30034
+ transition-delay: 120ms;
30035
+ }
30036
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30037
+ height: 14px;
30038
+ width: 14px;
30039
+ top: 1px;
30040
+ left: 1px;
30041
+ }
30042
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30043
+ height: 28px;
30044
+ width: 28px;
30045
+ }
30046
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30047
+ border-radius: 14px;
30048
+ }
30049
+ .s34f1qb.ant-switch-checked {
30050
+ background-color: #00ba5d;
30051
+ }
30052
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30053
+ left: calc(100% - 20px - 2px);
30054
+ }
30055
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30056
+ left: calc(100% - 14px - 1px);
30057
+ }
30058
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30059
+ left: calc(100% - 28px - 2px);
30060
+ }
30061
+
30062
+ .c1to9vb9 {
30063
+ margin-left: 5px;
30064
+ }
30065
+
30002
30066
  .cz04yix {
30003
30067
  display: flex;
30004
30068
  flex-direction: column;
@@ -30679,551 +30743,93 @@ input.rrg1fkn.ant-input {
30679
30743
  word-break: break-all;
30680
30744
  }
30681
30745
 
30682
- .obf05yr {
30746
+ .i1e4sgug {
30683
30747
  display: inline-block;
30684
30748
  }
30685
30749
 
30686
- .hsms1n6 {
30687
- visibility: hidden;
30688
- position: absolute;
30750
+ .s1fc623g {
30751
+ width: 430px !important;
30689
30752
  }
30690
30753
 
30691
- .i1e4sgug {
30692
- display: inline-block;
30754
+ .da3mx0o .ant-select-item-group {
30755
+ padding: 8px 16px;
30756
+ line-height: 18px;
30757
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30758
+ height: 34px;
30759
+ min-height: 34px;
30760
+ box-sizing: border-box;
30761
+ margin-top: 8px;
30693
30762
  }
30694
30763
 
30695
- .s34f1qb.ant-switch {
30696
- min-width: 40px;
30697
- height: 24px;
30698
- background: rgba(172, 186, 211, 0.6);
30699
- overflow: hidden;
30700
- }
30701
- .s34f1qb.ant-switch:focus {
30702
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30703
- }
30704
- .s34f1qb.ant-switch-small {
30705
- min-width: 26px;
30706
- height: 16px;
30764
+ .onr9gzt {
30765
+ display: flex;
30766
+ flex-direction: column;
30767
+ margin: 1px 8px;
30768
+ padding: 8px;
30769
+ border-radius: 4px;
30707
30770
  }
30708
- .s34f1qb.ant-switch-large {
30709
- min-width: 52px;
30710
- height: 32px;
30771
+ .onr9gzt .selected-icon {
30772
+ display: none;
30711
30773
  }
30712
- .s34f1qb.ant-switch .ant-switch-handle {
30713
- height: 20px;
30714
- width: 20px;
30774
+ .onr9gzt.ant-select-item-option-grouped {
30775
+ padding-left: 8px;
30715
30776
  }
30716
- .s34f1qb.ant-switch .ant-switch-handle::before {
30717
- border-radius: 10px;
30718
- transition-delay: 120ms;
30777
+ .onr9gzt.ant-select-item-option-selected {
30778
+ background-color: white;
30719
30779
  }
30720
- .s34f1qb.ant-switch-small .ant-switch-handle {
30721
- height: 14px;
30722
- width: 14px;
30723
- top: 1px;
30724
- left: 1px;
30780
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
30781
+ color: #0080ff;
30725
30782
  }
30726
- .s34f1qb.ant-switch-large .ant-switch-handle {
30727
- height: 28px;
30728
- width: 28px;
30783
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
30784
+ display: block;
30729
30785
  }
30730
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30731
- border-radius: 14px;
30786
+ .onr9gzt.ant-select-item-option-active {
30787
+ background: rgba(0, 136, 255, 0.16);
30732
30788
  }
30733
- .s34f1qb.ant-switch-checked {
30734
- background-color: #00ba5d;
30789
+ .onr9gzt.ant-select-item-option-active .timezone-title {
30790
+ color: #0080ff;
30735
30791
  }
30736
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30737
- left: calc(100% - 20px - 2px);
30792
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
30793
+ background: rgba(0, 136, 255, 0.1);
30794
+ color: #0080ff;
30738
30795
  }
30739
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30740
- left: calc(100% - 14px - 1px);
30796
+
30797
+ .oiy0apc {
30798
+ display: flex;
30799
+ justify-content: space-between;
30800
+ height: 20px;
30801
+ line-height: 20px;
30741
30802
  }
30742
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30743
- left: calc(100% - 28px - 2px);
30803
+ .oiy0apc .timezone-title {
30804
+ color: #2d3a56;
30805
+ overflow: hidden;
30806
+ text-overflow: ellipsis;
30744
30807
  }
30745
30808
 
30746
- .c1to9vb9 {
30747
- margin-left: 5px;
30809
+ .of4y382 {
30810
+ display: flex;
30811
+ justify-content: space-between;
30812
+ color: rgba(44, 56, 82, 0.6);
30813
+ height: 18px;
30814
+ line-height: 18px;
30815
+ margin-top: 2px;
30748
30816
  }
30749
30817
 
30750
- .d6j0lbj {
30751
- font-family: Inter;
30752
- font-style: normal;
30753
- font-weight: bold;
30754
- font-size: 32px;
30755
- line-height: 40px;
30818
+ .t19903l9 {
30819
+ border: none;
30820
+ margin-right: 0;
30821
+ background: rgba(225, 230, 241, 0.6);
30756
30822
  }
30757
30823
 
30758
- .d1xhvvxe {
30759
- font-family: Inter;
30760
- font-style: normal;
30761
- font-weight: bold;
30762
- font-size: 24px;
30763
- line-height: 32px;
30824
+ .ohwbvxu {
30825
+ pointer-events: none;
30826
+ height: 32px;
30827
+ width: 100%;
30828
+ opacity: 0;
30764
30829
  }
30765
30830
 
30766
- .dk10mxq {
30767
- font-family: Inter;
30768
- font-style: normal;
30769
- font-weight: normal;
30770
- font-size: 32px;
30771
- line-height: 40px;
30772
- }
30773
-
30774
- .dxsait {
30775
- font-family: Inter;
30776
- font-style: normal;
30777
- font-weight: bold;
30778
- font-size: 20px;
30779
- line-height: 24px;
30780
- }
30781
-
30782
- .dokn0h3 {
30783
- font-family: Inter;
30784
- font-style: normal;
30785
- font-weight: normal;
30786
- font-size: 20px;
30787
- line-height: 24px;
30788
- }
30789
-
30790
- .dobau4p {
30791
- font-family: Inter;
30792
- font-style: normal;
30793
- font-weight: bold;
30794
- font-size: 18px;
30795
- line-height: 22px;
30796
- }
30797
-
30798
- .dvolwok {
30799
- font-family: Inter;
30800
- font-style: normal;
30801
- font-weight: normal;
30802
- font-size: 18px;
30803
- line-height: 22px;
30804
- }
30805
-
30806
- .h181qhg4 {
30807
- font-family: Inter;
30808
- font-style: normal;
30809
- font-weight: bold;
30810
- font-size: 16px;
30811
- line-height: 22px;
30812
- }
30813
-
30814
- .h1phgmcq {
30815
- font-family: Inter;
30816
- font-style: normal;
30817
- font-weight: normal;
30818
- font-size: 16px;
30819
- line-height: 22px;
30820
- }
30821
-
30822
- .h173xnl1 {
30823
- font-family: Inter;
30824
- font-style: normal;
30825
- font-weight: bold;
30826
- font-size: 14px;
30827
- line-height: 20px;
30828
- }
30829
-
30830
- .hedm4pz {
30831
- font-family: Inter;
30832
- font-style: normal;
30833
- font-weight: normal;
30834
- font-size: 14px;
30835
- line-height: 20px;
30836
- }
30837
-
30838
- .h1kd8xld {
30839
- font-family: Inter;
30840
- font-style: normal;
30841
- font-weight: bold;
30842
- font-size: 12px;
30843
- line-height: 18px;
30844
- }
30845
-
30846
- .hp14fr {
30847
- font-family: Inter;
30848
- font-style: normal;
30849
- font-weight: normal;
30850
- font-size: 12px;
30851
- line-height: 18px;
30852
- }
30853
-
30854
- .hgrg7mn {
30855
- font-family: Inter;
30856
- font-style: normal;
30857
- font-weight: bold;
30858
- text-transform: uppercase;
30859
- font-feature-settings: "cpsp" on;
30860
- font-size: 12px;
30861
- line-height: 18px;
30862
- }
30863
-
30864
- .h6zme9x {
30865
- font-family: Inter;
30866
- font-style: normal;
30867
- font-weight: normal;
30868
- text-transform: uppercase;
30869
- font-feature-settings: "cpsp" on;
30870
- font-size: 12px;
30871
- line-height: 18px;
30872
- }
30873
-
30874
- .locjvsv {
30875
- font-family: Inter;
30876
- font-style: normal;
30877
- font-weight: normal;
30878
- font-size: 16px;
30879
- line-height: 24px;
30880
- }
30881
-
30882
- .l13gi131 {
30883
- font-family: Inter;
30884
- font-style: normal;
30885
- font-weight: bold;
30886
- font-size: 16px;
30887
- line-height: 24px;
30888
- }
30889
-
30890
- .l1ynemsu {
30891
- font-family: Inter;
30892
- font-style: normal;
30893
- font-weight: normal;
30894
- font-size: 16px;
30895
- line-height: 24px;
30896
- }
30897
-
30898
- .l1cft1cx {
30899
- font-family: Inter;
30900
- font-style: normal;
30901
- font-weight: bold;
30902
- font-size: 16px;
30903
- line-height: 24px;
30904
- }
30905
-
30906
- .l17tqc8p {
30907
- font-family: Inter;
30908
- font-style: normal;
30909
- font-weight: normal;
30910
- text-transform: uppercase;
30911
- font-feature-settings: "cpsp" on;
30912
- font-size: 16px;
30913
- line-height: 24px;
30914
- }
30915
-
30916
- .l1j1e5w7 {
30917
- font-family: Inter;
30918
- font-style: normal;
30919
- font-weight: bold;
30920
- text-transform: uppercase;
30921
- font-feature-settings: "cpsp" on;
30922
- font-size: 16px;
30923
- line-height: 24px;
30924
- }
30925
-
30926
- .l1gf91jb {
30927
- font-family: Inter;
30928
- font-style: normal;
30929
- font-weight: normal;
30930
- font-size: 14px;
30931
- line-height: 22px;
30932
- }
30933
-
30934
- .lu7hlr6 {
30935
- font-family: Inter;
30936
- font-style: normal;
30937
- font-weight: 500;
30938
- font-size: 14px;
30939
- line-height: 22px;
30940
- }
30941
-
30942
- .l3l3jf0 {
30943
- font-family: Inter;
30944
- font-style: normal;
30945
- font-weight: bold;
30946
- font-size: 14px;
30947
- line-height: 22px;
30948
- }
30949
-
30950
- .l12j5nqp {
30951
- font-family: Inter;
30952
- font-style: normal;
30953
- font-weight: normal;
30954
- font-size: 14px;
30955
- line-height: 22px;
30956
- }
30957
-
30958
- .l1tecqht {
30959
- font-family: Inter;
30960
- font-style: normal;
30961
- font-weight: bold;
30962
- font-size: 14px;
30963
- line-height: 22px;
30964
- }
30965
-
30966
- .l6sa990 {
30967
- font-family: Inter;
30968
- font-style: normal;
30969
- font-weight: normal;
30970
- text-transform: uppercase;
30971
- font-feature-settings: "cpsp" on;
30972
- font-size: 14px;
30973
- line-height: 22px;
30974
- }
30975
-
30976
- .lckqe8j {
30977
- font-family: Inter;
30978
- font-style: normal;
30979
- font-weight: bold;
30980
- text-transform: uppercase;
30981
- font-feature-settings: "cpsp" on;
30982
- font-size: 14px;
30983
- line-height: 22px;
30984
- }
30985
-
30986
- .l1kuminb {
30987
- font-family: Inter;
30988
- font-style: normal;
30989
- font-weight: normal;
30990
- font-size: 13px;
30991
- line-height: 20px;
30992
- }
30993
-
30994
- .l1pbuf5j {
30995
- font-family: Inter;
30996
- font-style: normal;
30997
- font-weight: 600;
30998
- font-size: 13px;
30999
- line-height: 20px;
31000
- }
31001
-
31002
- .l1r4ztu {
31003
- font-family: Inter;
31004
- font-style: normal;
31005
- font-weight: bold;
31006
- font-size: 13px;
31007
- line-height: 20px;
31008
- }
31009
-
31010
- .ly8vzok {
31011
- font-family: Inter;
31012
- font-style: normal;
31013
- font-weight: normal;
31014
- font-size: 13px;
31015
- line-height: 20px;
31016
- }
31017
-
31018
- .lumfmf {
31019
- font-family: Inter;
31020
- font-style: normal;
31021
- font-weight: 600;
31022
- font-size: 13px;
31023
- line-height: 20px;
31024
- }
31025
-
31026
- .l16ujwmv {
31027
- font-family: Inter;
31028
- font-style: normal;
31029
- font-weight: bold;
31030
- font-size: 13px;
31031
- line-height: 20px;
31032
- }
31033
-
31034
- .l17o1ffr {
31035
- font-family: Inter;
31036
- font-style: normal;
31037
- font-weight: normal;
31038
- text-transform: uppercase;
31039
- font-feature-settings: "cpsp" on;
31040
- font-size: 13px;
31041
- line-height: 20px;
31042
- }
31043
-
31044
- .lngllvn {
31045
- font-family: Inter;
31046
- font-style: normal;
31047
- font-weight: bold;
31048
- text-transform: uppercase;
31049
- font-feature-settings: "cpsp" on;
31050
- font-size: 13px;
31051
- line-height: 20px;
31052
- }
31053
-
31054
- .l2i7fo9 {
31055
- font-family: Inter;
31056
- font-style: normal;
31057
- font-weight: normal;
31058
- font-size: 12px;
31059
- line-height: 18px;
31060
- }
31061
-
31062
- .l1x7hscx {
31063
- font-family: Inter;
31064
- font-style: normal;
31065
- font-weight: 500;
31066
- font-size: 12px;
31067
- line-height: 18px;
31068
- }
31069
-
31070
- .le1jwan {
31071
- font-family: Inter;
31072
- font-style: normal;
31073
- font-weight: bold;
31074
- font-size: 12px;
31075
- line-height: 18px;
31076
- }
31077
-
31078
- .lyxynfj {
31079
- font-family: Inter;
31080
- font-style: normal;
31081
- font-weight: normal;
31082
- font-size: 12px;
31083
- line-height: 18px;
31084
- }
31085
-
31086
- .lpb2nxv {
31087
- font-family: Inter;
31088
- font-style: normal;
31089
- font-weight: 500;
31090
- font-size: 12px;
31091
- line-height: 18px;
31092
- }
31093
-
31094
- .l1r8o3vv {
31095
- font-family: Inter;
31096
- font-style: normal;
31097
- font-weight: bold;
31098
- font-size: 12px;
31099
- line-height: 18px;
31100
- }
31101
-
31102
- .lemnjy2 {
31103
- font-family: Inter;
31104
- font-style: normal;
31105
- font-weight: normal;
31106
- text-transform: uppercase;
31107
- font-feature-settings: "cpsp" on;
31108
- font-size: 12px;
31109
- line-height: 18px;
31110
- }
31111
-
31112
- .lrc42gb {
31113
- font-family: Inter;
31114
- font-style: normal;
31115
- font-weight: bold;
31116
- text-transform: uppercase;
31117
- font-feature-settings: "cpsp" on;
31118
- font-size: 12px;
31119
- line-height: 18px;
31120
- }
31121
-
31122
- .fqaz4mb {
31123
- font-family: Inter;
31124
- font-style: normal;
31125
- font-weight: normal;
31126
- font-size: 13px;
31127
- line-height: 20px;
31128
- }
31129
-
31130
- .f13we5o {
31131
- font-family: Inter;
31132
- font-style: normal;
31133
- font-weight: normal;
31134
- font-size: 13px;
31135
- line-height: 20px;
31136
- }
31137
-
31138
- .ffmjua2 {
31139
- font-family: Inter;
31140
- font-style: normal;
31141
- font-weight: normal;
31142
- font-size: 12px;
31143
- line-height: 18px;
31144
- }
31145
-
31146
- .fz2mxw0 {
31147
- font-family: Inter;
31148
- font-style: normal;
31149
- font-weight: normal;
31150
- font-size: 12px;
31151
- line-height: 18px;
31152
- }
31153
-
31154
- .t1ertzoh {
31155
- font-family: Inter;
31156
- font-style: normal;
31157
- font-weight: normal;
31158
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31159
- font-size: 13px;
31160
- line-height: 20px;
31161
- }
31162
-
31163
- .t19bge8r {
31164
- font-family: Inter;
31165
- font-style: normal;
31166
- font-weight: normal;
31167
- font-feature-settings: "zero" on;
31168
- font-size: 13px;
31169
- line-height: 20px;
31170
- }
31171
-
31172
- .tjrzfyl {
31173
- font-family: Inter;
31174
- font-style: normal;
31175
- font-weight: normal;
31176
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31177
- font-size: 12px;
31178
- line-height: 18px;
31179
- }
31180
-
31181
- .tm6s7bo {
31182
- font-family: Inter;
31183
- font-style: normal;
31184
- font-weight: 500;
31185
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31186
- font-size: 12px;
31187
- line-height: 18px;
31188
- }
31189
-
31190
- .t19zq6ic {
31191
- font-family: Inter;
31192
- font-style: normal;
31193
- font-weight: normal;
31194
- font-feature-settings: "zero" on;
31195
- font-size: 12px;
31196
- line-height: 18px;
31197
- }
31198
-
31199
- .t1gduru8 {
31200
- font-family: Inter;
31201
- font-style: normal;
31202
- font-weight: 500;
31203
- font-feature-settings: "zero" on;
31204
- font-size: 12px;
31205
- line-height: 18px;
31206
- }
31207
-
31208
- .t55raab {
31209
- font-family: Inter;
31210
- font-style: normal;
31211
- font-weight: bold;
31212
- font-feature-settings: "zero" on;
31213
- font-size: 16px;
31214
- line-height: 24px;
31215
- }
31216
-
31217
- .u1w9abfe {
31218
- font-family: Inter;
31219
- font-style: normal;
31220
- font-weight: normal;
31221
- font-size: 10px;
31222
- line-height: 12px;
31223
- }
31224
-
31225
- .t1upn1sz {
31226
- height: 100%;
30831
+ .t1upn1sz {
30832
+ height: 100%;
31227
30833
  }
31228
30834
 
31229
30835
  .tta5kd2 {
@@ -31433,238 +31039,632 @@ input.rrg1fkn.ant-input {
31433
31039
  height: 100%;
31434
31040
  background: rgba(225, 230, 241, 0.6);
31435
31041
  }
31436
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31437
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31042
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31043
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31044
+ }
31045
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31046
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31047
+ border-radius: 8px;
31048
+ }
31049
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31050
+ border-top-color: white;
31051
+ }
31052
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31053
+ background: rgba(0, 136, 255, 0.1);
31054
+ border-bottom-color: transparent;
31055
+ border-top-color: transparent;
31056
+ }
31057
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31058
+ border-radius: 8px 0 0 8px;
31059
+ }
31060
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31061
+ border-radius: 0 8px 8px 0;
31062
+ }
31063
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31064
+ background: rgba(0, 136, 255, 0.1);
31065
+ }
31066
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31067
+ background: #fff;
31068
+ font-weight: 400;
31069
+ position: relative;
31070
+ border-bottom: none;
31071
+ color: #00122e;
31072
+ transition: none;
31073
+ padding: 15px 8px 15px 8px;
31074
+ }
31075
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31076
+ content: "";
31077
+ width: 1px;
31078
+ top: 0;
31079
+ bottom: 0;
31080
+ background: rgba(211, 218, 235, 0.6);
31081
+ position: absolute;
31082
+ right: 0;
31083
+ }
31084
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31085
+ padding: unset;
31086
+ }
31087
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31088
+ display: none;
31089
+ }
31090
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31091
+ width: 100%;
31092
+ overflow: hidden;
31093
+ white-space: nowrap;
31094
+ text-overflow: ellipsis;
31095
+ }
31096
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31097
+ overflow: hidden;
31098
+ text-overflow: ellipsis;
31099
+ flex: 1;
31100
+ }
31101
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31102
+ padding: 15px 25px 15px 8px;
31103
+ }
31104
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31105
+ padding: 0;
31106
+ }
31107
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31108
+ position: absolute;
31109
+ right: 6px;
31110
+ top: 50%;
31111
+ transform: translateY(-50%);
31112
+ height: 16px;
31113
+ display: none;
31114
+ transition: transform 320ms ease;
31115
+ }
31116
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31117
+ display: block;
31118
+ transform: translateY(-50%) rotateX(180deg);
31119
+ }
31120
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31121
+ display: block;
31122
+ }
31123
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31124
+ display: none;
31125
+ }
31126
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31127
+ transform: translateY(-50%);
31128
+ }
31129
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31130
+ transform: translateY(-50%) rotateX(180deg);
31131
+ }
31132
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31133
+ background: #f2f5fa;
31134
+ }
31135
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31136
+ display: block;
31137
+ }
31138
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31139
+ padding-right: 25px;
31140
+ }
31141
+ .tta5kd2 .ant-table .ant-table-selection-column {
31142
+ padding: 0 !important;
31143
+ }
31144
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31145
+ position: absolute;
31146
+ left: 50%;
31147
+ top: 50%;
31148
+ transform: translate(-50%, -50%);
31149
+ }
31150
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31151
+ display: none;
31152
+ }
31153
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31154
+ background: #fff;
31155
+ }
31156
+ .tta5kd2 .ant-table .ant-table-placeholder {
31157
+ background: inherit;
31158
+ }
31159
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31160
+ position: static;
31161
+ border: none;
31162
+ background: inherit !important;
31163
+ height: 100px;
31164
+ vertical-align: middle;
31165
+ }
31166
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31167
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31168
+ font-weight: bold;
31169
+ font-size: 20px;
31170
+ color: rgba(10, 37, 85, 0.6);
31171
+ }
31172
+ .tta5kd2 .ant-table td.cell__action_ {
31173
+ padding: 0 !important;
31174
+ position: relative;
31175
+ background: #fff;
31176
+ }
31177
+ .tta5kd2 .ant-table td.cell__action_ > * {
31178
+ height: 100%;
31179
+ display: flex;
31180
+ align-items: center;
31181
+ justify-content: flex-end;
31182
+ padding-right: 8px;
31183
+ }
31184
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31185
+ width: 24px;
31186
+ height: 24px;
31187
+ cursor: pointer;
31188
+ justify-content: center;
31189
+ border-radius: 4px;
31190
+ }
31191
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31192
+ background: #fff;
31193
+ }
31194
+
31195
+ .d6j0lbj {
31196
+ font-family: Inter;
31197
+ font-style: normal;
31198
+ font-weight: bold;
31199
+ font-size: 32px;
31200
+ line-height: 40px;
31201
+ }
31202
+
31203
+ .d1xhvvxe {
31204
+ font-family: Inter;
31205
+ font-style: normal;
31206
+ font-weight: bold;
31207
+ font-size: 24px;
31208
+ line-height: 32px;
31209
+ }
31210
+
31211
+ .dk10mxq {
31212
+ font-family: Inter;
31213
+ font-style: normal;
31214
+ font-weight: normal;
31215
+ font-size: 32px;
31216
+ line-height: 40px;
31217
+ }
31218
+
31219
+ .dxsait {
31220
+ font-family: Inter;
31221
+ font-style: normal;
31222
+ font-weight: bold;
31223
+ font-size: 20px;
31224
+ line-height: 24px;
31225
+ }
31226
+
31227
+ .dokn0h3 {
31228
+ font-family: Inter;
31229
+ font-style: normal;
31230
+ font-weight: normal;
31231
+ font-size: 20px;
31232
+ line-height: 24px;
31233
+ }
31234
+
31235
+ .dobau4p {
31236
+ font-family: Inter;
31237
+ font-style: normal;
31238
+ font-weight: bold;
31239
+ font-size: 18px;
31240
+ line-height: 22px;
31438
31241
  }
31439
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31440
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31441
- border-radius: 8px;
31242
+
31243
+ .dvolwok {
31244
+ font-family: Inter;
31245
+ font-style: normal;
31246
+ font-weight: normal;
31247
+ font-size: 18px;
31248
+ line-height: 22px;
31442
31249
  }
31443
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31444
- border-top-color: white;
31250
+
31251
+ .h181qhg4 {
31252
+ font-family: Inter;
31253
+ font-style: normal;
31254
+ font-weight: bold;
31255
+ font-size: 16px;
31256
+ line-height: 22px;
31445
31257
  }
31446
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31447
- background: rgba(0, 136, 255, 0.1);
31448
- border-bottom-color: transparent;
31449
- border-top-color: transparent;
31258
+
31259
+ .h1phgmcq {
31260
+ font-family: Inter;
31261
+ font-style: normal;
31262
+ font-weight: normal;
31263
+ font-size: 16px;
31264
+ line-height: 22px;
31450
31265
  }
31451
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31452
- border-radius: 8px 0 0 8px;
31266
+
31267
+ .h173xnl1 {
31268
+ font-family: Inter;
31269
+ font-style: normal;
31270
+ font-weight: bold;
31271
+ font-size: 14px;
31272
+ line-height: 20px;
31453
31273
  }
31454
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31455
- border-radius: 0 8px 8px 0;
31274
+
31275
+ .hedm4pz {
31276
+ font-family: Inter;
31277
+ font-style: normal;
31278
+ font-weight: normal;
31279
+ font-size: 14px;
31280
+ line-height: 20px;
31456
31281
  }
31457
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31458
- background: rgba(0, 136, 255, 0.1);
31282
+
31283
+ .h1kd8xld {
31284
+ font-family: Inter;
31285
+ font-style: normal;
31286
+ font-weight: bold;
31287
+ font-size: 12px;
31288
+ line-height: 18px;
31459
31289
  }
31460
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31461
- background: #fff;
31462
- font-weight: 400;
31463
- position: relative;
31464
- border-bottom: none;
31465
- color: #00122e;
31466
- transition: none;
31467
- padding: 15px 8px 15px 8px;
31290
+
31291
+ .hp14fr {
31292
+ font-family: Inter;
31293
+ font-style: normal;
31294
+ font-weight: normal;
31295
+ font-size: 12px;
31296
+ line-height: 18px;
31468
31297
  }
31469
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31470
- content: "";
31471
- width: 1px;
31472
- top: 0;
31473
- bottom: 0;
31474
- background: rgba(211, 218, 235, 0.6);
31475
- position: absolute;
31476
- right: 0;
31298
+
31299
+ .hgrg7mn {
31300
+ font-family: Inter;
31301
+ font-style: normal;
31302
+ font-weight: bold;
31303
+ text-transform: uppercase;
31304
+ font-feature-settings: "cpsp" on;
31305
+ font-size: 12px;
31306
+ line-height: 18px;
31477
31307
  }
31478
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31479
- padding: unset;
31308
+
31309
+ .h6zme9x {
31310
+ font-family: Inter;
31311
+ font-style: normal;
31312
+ font-weight: normal;
31313
+ text-transform: uppercase;
31314
+ font-feature-settings: "cpsp" on;
31315
+ font-size: 12px;
31316
+ line-height: 18px;
31480
31317
  }
31481
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31482
- display: none;
31318
+
31319
+ .locjvsv {
31320
+ font-family: Inter;
31321
+ font-style: normal;
31322
+ font-weight: normal;
31323
+ font-size: 16px;
31324
+ line-height: 24px;
31483
31325
  }
31484
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31485
- width: 100%;
31486
- overflow: hidden;
31487
- white-space: nowrap;
31488
- text-overflow: ellipsis;
31326
+
31327
+ .l13gi131 {
31328
+ font-family: Inter;
31329
+ font-style: normal;
31330
+ font-weight: bold;
31331
+ font-size: 16px;
31332
+ line-height: 24px;
31489
31333
  }
31490
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31491
- overflow: hidden;
31492
- text-overflow: ellipsis;
31493
- flex: 1;
31334
+
31335
+ .l1ynemsu {
31336
+ font-family: Inter;
31337
+ font-style: normal;
31338
+ font-weight: normal;
31339
+ font-size: 16px;
31340
+ line-height: 24px;
31494
31341
  }
31495
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31496
- padding: 15px 25px 15px 8px;
31342
+
31343
+ .l1cft1cx {
31344
+ font-family: Inter;
31345
+ font-style: normal;
31346
+ font-weight: bold;
31347
+ font-size: 16px;
31348
+ line-height: 24px;
31497
31349
  }
31498
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31499
- padding: 0;
31350
+
31351
+ .l17tqc8p {
31352
+ font-family: Inter;
31353
+ font-style: normal;
31354
+ font-weight: normal;
31355
+ text-transform: uppercase;
31356
+ font-feature-settings: "cpsp" on;
31357
+ font-size: 16px;
31358
+ line-height: 24px;
31500
31359
  }
31501
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31502
- position: absolute;
31503
- right: 6px;
31504
- top: 50%;
31505
- transform: translateY(-50%);
31506
- height: 16px;
31507
- display: none;
31508
- transition: transform 320ms ease;
31360
+
31361
+ .l1j1e5w7 {
31362
+ font-family: Inter;
31363
+ font-style: normal;
31364
+ font-weight: bold;
31365
+ text-transform: uppercase;
31366
+ font-feature-settings: "cpsp" on;
31367
+ font-size: 16px;
31368
+ line-height: 24px;
31509
31369
  }
31510
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31511
- display: block;
31512
- transform: translateY(-50%) rotateX(180deg);
31370
+
31371
+ .l1gf91jb {
31372
+ font-family: Inter;
31373
+ font-style: normal;
31374
+ font-weight: normal;
31375
+ font-size: 14px;
31376
+ line-height: 22px;
31513
31377
  }
31514
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31515
- display: block;
31378
+
31379
+ .lu7hlr6 {
31380
+ font-family: Inter;
31381
+ font-style: normal;
31382
+ font-weight: 500;
31383
+ font-size: 14px;
31384
+ line-height: 22px;
31516
31385
  }
31517
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31518
- display: none;
31386
+
31387
+ .l3l3jf0 {
31388
+ font-family: Inter;
31389
+ font-style: normal;
31390
+ font-weight: bold;
31391
+ font-size: 14px;
31392
+ line-height: 22px;
31519
31393
  }
31520
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31521
- transform: translateY(-50%);
31394
+
31395
+ .l12j5nqp {
31396
+ font-family: Inter;
31397
+ font-style: normal;
31398
+ font-weight: normal;
31399
+ font-size: 14px;
31400
+ line-height: 22px;
31522
31401
  }
31523
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31524
- transform: translateY(-50%) rotateX(180deg);
31402
+
31403
+ .l1tecqht {
31404
+ font-family: Inter;
31405
+ font-style: normal;
31406
+ font-weight: bold;
31407
+ font-size: 14px;
31408
+ line-height: 22px;
31525
31409
  }
31526
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31527
- background: #f2f5fa;
31410
+
31411
+ .l6sa990 {
31412
+ font-family: Inter;
31413
+ font-style: normal;
31414
+ font-weight: normal;
31415
+ text-transform: uppercase;
31416
+ font-feature-settings: "cpsp" on;
31417
+ font-size: 14px;
31418
+ line-height: 22px;
31528
31419
  }
31529
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31530
- display: block;
31420
+
31421
+ .lckqe8j {
31422
+ font-family: Inter;
31423
+ font-style: normal;
31424
+ font-weight: bold;
31425
+ text-transform: uppercase;
31426
+ font-feature-settings: "cpsp" on;
31427
+ font-size: 14px;
31428
+ line-height: 22px;
31531
31429
  }
31532
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31533
- padding-right: 25px;
31430
+
31431
+ .l1kuminb {
31432
+ font-family: Inter;
31433
+ font-style: normal;
31434
+ font-weight: normal;
31435
+ font-size: 13px;
31436
+ line-height: 20px;
31534
31437
  }
31535
- .tta5kd2 .ant-table .ant-table-selection-column {
31536
- padding: 0 !important;
31438
+
31439
+ .l1pbuf5j {
31440
+ font-family: Inter;
31441
+ font-style: normal;
31442
+ font-weight: 600;
31443
+ font-size: 13px;
31444
+ line-height: 20px;
31537
31445
  }
31538
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31539
- position: absolute;
31540
- left: 50%;
31541
- top: 50%;
31542
- transform: translate(-50%, -50%);
31446
+
31447
+ .l1r4ztu {
31448
+ font-family: Inter;
31449
+ font-style: normal;
31450
+ font-weight: bold;
31451
+ font-size: 13px;
31452
+ line-height: 20px;
31543
31453
  }
31544
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31545
- display: none;
31454
+
31455
+ .ly8vzok {
31456
+ font-family: Inter;
31457
+ font-style: normal;
31458
+ font-weight: normal;
31459
+ font-size: 13px;
31460
+ line-height: 20px;
31546
31461
  }
31547
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31548
- background: #fff;
31462
+
31463
+ .lumfmf {
31464
+ font-family: Inter;
31465
+ font-style: normal;
31466
+ font-weight: 600;
31467
+ font-size: 13px;
31468
+ line-height: 20px;
31549
31469
  }
31550
- .tta5kd2 .ant-table .ant-table-placeholder {
31551
- background: inherit;
31470
+
31471
+ .l16ujwmv {
31472
+ font-family: Inter;
31473
+ font-style: normal;
31474
+ font-weight: bold;
31475
+ font-size: 13px;
31476
+ line-height: 20px;
31552
31477
  }
31553
- .tta5kd2 .ant-table .ant-table-placeholder td {
31554
- position: static;
31555
- border: none;
31556
- background: inherit !important;
31557
- height: 100px;
31558
- vertical-align: middle;
31478
+
31479
+ .l17o1ffr {
31480
+ font-family: Inter;
31481
+ font-style: normal;
31482
+ font-weight: normal;
31483
+ text-transform: uppercase;
31484
+ font-feature-settings: "cpsp" on;
31485
+ font-size: 13px;
31486
+ line-height: 20px;
31559
31487
  }
31560
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31561
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31488
+
31489
+ .lngllvn {
31490
+ font-family: Inter;
31491
+ font-style: normal;
31562
31492
  font-weight: bold;
31563
- font-size: 20px;
31564
- color: rgba(10, 37, 85, 0.6);
31493
+ text-transform: uppercase;
31494
+ font-feature-settings: "cpsp" on;
31495
+ font-size: 13px;
31496
+ line-height: 20px;
31565
31497
  }
31566
- .tta5kd2 .ant-table td.cell__action_ {
31567
- padding: 0 !important;
31568
- position: relative;
31569
- background: #fff;
31498
+
31499
+ .l2i7fo9 {
31500
+ font-family: Inter;
31501
+ font-style: normal;
31502
+ font-weight: normal;
31503
+ font-size: 12px;
31504
+ line-height: 18px;
31570
31505
  }
31571
- .tta5kd2 .ant-table td.cell__action_ > * {
31572
- height: 100%;
31573
- display: flex;
31574
- align-items: center;
31575
- justify-content: flex-end;
31576
- padding-right: 8px;
31506
+
31507
+ .l1x7hscx {
31508
+ font-family: Inter;
31509
+ font-style: normal;
31510
+ font-weight: 500;
31511
+ font-size: 12px;
31512
+ line-height: 18px;
31577
31513
  }
31578
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31579
- width: 24px;
31580
- height: 24px;
31581
- cursor: pointer;
31582
- justify-content: center;
31583
- border-radius: 4px;
31514
+
31515
+ .le1jwan {
31516
+ font-family: Inter;
31517
+ font-style: normal;
31518
+ font-weight: bold;
31519
+ font-size: 12px;
31520
+ line-height: 18px;
31584
31521
  }
31585
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31586
- background: #fff;
31522
+
31523
+ .lyxynfj {
31524
+ font-family: Inter;
31525
+ font-style: normal;
31526
+ font-weight: normal;
31527
+ font-size: 12px;
31528
+ line-height: 18px;
31587
31529
  }
31588
31530
 
31589
- .s1fc623g {
31590
- width: 430px !important;
31531
+ .lpb2nxv {
31532
+ font-family: Inter;
31533
+ font-style: normal;
31534
+ font-weight: 500;
31535
+ font-size: 12px;
31536
+ line-height: 18px;
31591
31537
  }
31592
31538
 
31593
- .da3mx0o .ant-select-item-group {
31594
- padding: 8px 16px;
31539
+ .l1r8o3vv {
31540
+ font-family: Inter;
31541
+ font-style: normal;
31542
+ font-weight: bold;
31543
+ font-size: 12px;
31595
31544
  line-height: 18px;
31596
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31597
- height: 34px;
31598
- min-height: 34px;
31599
- box-sizing: border-box;
31600
- margin-top: 8px;
31601
31545
  }
31602
31546
 
31603
- .onr9gzt {
31604
- display: flex;
31605
- flex-direction: column;
31606
- margin: 1px 8px;
31607
- padding: 8px;
31608
- border-radius: 4px;
31547
+ .lemnjy2 {
31548
+ font-family: Inter;
31549
+ font-style: normal;
31550
+ font-weight: normal;
31551
+ text-transform: uppercase;
31552
+ font-feature-settings: "cpsp" on;
31553
+ font-size: 12px;
31554
+ line-height: 18px;
31609
31555
  }
31610
- .onr9gzt .selected-icon {
31611
- display: none;
31556
+
31557
+ .lrc42gb {
31558
+ font-family: Inter;
31559
+ font-style: normal;
31560
+ font-weight: bold;
31561
+ text-transform: uppercase;
31562
+ font-feature-settings: "cpsp" on;
31563
+ font-size: 12px;
31564
+ line-height: 18px;
31612
31565
  }
31613
- .onr9gzt.ant-select-item-option-grouped {
31614
- padding-left: 8px;
31566
+
31567
+ .fqaz4mb {
31568
+ font-family: Inter;
31569
+ font-style: normal;
31570
+ font-weight: normal;
31571
+ font-size: 13px;
31572
+ line-height: 20px;
31615
31573
  }
31616
- .onr9gzt.ant-select-item-option-selected {
31617
- background-color: white;
31574
+
31575
+ .f13we5o {
31576
+ font-family: Inter;
31577
+ font-style: normal;
31578
+ font-weight: normal;
31579
+ font-size: 13px;
31580
+ line-height: 20px;
31618
31581
  }
31619
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31620
- color: #0080ff;
31582
+
31583
+ .ffmjua2 {
31584
+ font-family: Inter;
31585
+ font-style: normal;
31586
+ font-weight: normal;
31587
+ font-size: 12px;
31588
+ line-height: 18px;
31621
31589
  }
31622
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31623
- display: block;
31590
+
31591
+ .fz2mxw0 {
31592
+ font-family: Inter;
31593
+ font-style: normal;
31594
+ font-weight: normal;
31595
+ font-size: 12px;
31596
+ line-height: 18px;
31624
31597
  }
31625
- .onr9gzt.ant-select-item-option-active {
31626
- background: rgba(0, 136, 255, 0.16);
31598
+
31599
+ .t1ertzoh {
31600
+ font-family: Inter;
31601
+ font-style: normal;
31602
+ font-weight: normal;
31603
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31604
+ font-size: 13px;
31605
+ line-height: 20px;
31627
31606
  }
31628
- .onr9gzt.ant-select-item-option-active .timezone-title {
31629
- color: #0080ff;
31607
+
31608
+ .t19bge8r {
31609
+ font-family: Inter;
31610
+ font-style: normal;
31611
+ font-weight: normal;
31612
+ font-feature-settings: "zero" on;
31613
+ font-size: 13px;
31614
+ line-height: 20px;
31630
31615
  }
31631
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31632
- background: rgba(0, 136, 255, 0.1);
31633
- color: #0080ff;
31616
+
31617
+ .tjrzfyl {
31618
+ font-family: Inter;
31619
+ font-style: normal;
31620
+ font-weight: normal;
31621
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31622
+ font-size: 12px;
31623
+ line-height: 18px;
31634
31624
  }
31635
31625
 
31636
- .oiy0apc {
31637
- display: flex;
31638
- justify-content: space-between;
31639
- height: 20px;
31640
- line-height: 20px;
31626
+ .tm6s7bo {
31627
+ font-family: Inter;
31628
+ font-style: normal;
31629
+ font-weight: 500;
31630
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31631
+ font-size: 12px;
31632
+ line-height: 18px;
31641
31633
  }
31642
- .oiy0apc .timezone-title {
31643
- color: #2d3a56;
31644
- overflow: hidden;
31645
- text-overflow: ellipsis;
31634
+
31635
+ .t19zq6ic {
31636
+ font-family: Inter;
31637
+ font-style: normal;
31638
+ font-weight: normal;
31639
+ font-feature-settings: "zero" on;
31640
+ font-size: 12px;
31641
+ line-height: 18px;
31646
31642
  }
31647
31643
 
31648
- .of4y382 {
31649
- display: flex;
31650
- justify-content: space-between;
31651
- color: rgba(44, 56, 82, 0.6);
31652
- height: 18px;
31644
+ .t1gduru8 {
31645
+ font-family: Inter;
31646
+ font-style: normal;
31647
+ font-weight: 500;
31648
+ font-feature-settings: "zero" on;
31649
+ font-size: 12px;
31653
31650
  line-height: 18px;
31654
- margin-top: 2px;
31655
31651
  }
31656
31652
 
31657
- .t19903l9 {
31658
- border: none;
31659
- margin-right: 0;
31660
- background: rgba(225, 230, 241, 0.6);
31653
+ .t55raab {
31654
+ font-family: Inter;
31655
+ font-style: normal;
31656
+ font-weight: bold;
31657
+ font-feature-settings: "zero" on;
31658
+ font-size: 16px;
31659
+ line-height: 24px;
31661
31660
  }
31662
31661
 
31663
- .ohwbvxu {
31664
- pointer-events: none;
31665
- height: 32px;
31666
- width: 100%;
31667
- opacity: 0;
31662
+ .u1w9abfe {
31663
+ font-family: Inter;
31664
+ font-style: normal;
31665
+ font-weight: normal;
31666
+ font-size: 10px;
31667
+ line-height: 12px;
31668
31668
  }
31669
31669
 
31670
31670
  .c1up1pdz {
@@ -31807,130 +31807,6 @@ input.rrg1fkn.ant-input {
31807
31807
  color: #fff;
31808
31808
  }
31809
31809
 
31810
- .berrcjl {
31811
- color: rgba(10, 37, 85, 0.6);
31812
- margin-bottom: 4px;
31813
- }
31814
- .berrcjl .breadcrumb-link {
31815
- color: rgba(10, 37, 85, 0.6);
31816
- cursor: pointer;
31817
- transition: color 160ms ease;
31818
- }
31819
- .berrcjl .breadcrumb-link:hover {
31820
- color: #0080ff;
31821
- }
31822
- .berrcjl .breadcrumb-link:active {
31823
- color: #005ed1;
31824
- }
31825
-
31826
- .c1uzzomf {
31827
- margin-bottom: 16px;
31828
- }
31829
- .c1uzzomf .card-title {
31830
- font-size: 16px;
31831
- color: rgba(44, 56, 82, 0.6);
31832
- font-weight: 700;
31833
- line-height: 32px;
31834
- }
31835
- .c1uzzomf .card-body {
31836
- padding: 24px;
31837
- border-radius: 8px;
31838
- background: #fff;
31839
- }
31840
- .c1uzzomf .empty {
31841
- font-weight: 700;
31842
- font-size: 14px;
31843
- line-height: 22px;
31844
- color: rgba(0, 21, 64, 0.3);
31845
- text-align: center;
31846
- }
31847
-
31848
- .n12mqh7z {
31849
- display: flex;
31850
- align-items: center;
31851
- font-size: 12px;
31852
- line-height: 18px;
31853
- }
31854
- .n12mqh7z:not(:last-child) {
31855
- margin-bottom: 4px;
31856
- }
31857
-
31858
- .tf5bynu {
31859
- margin: 0 3px;
31860
- }
31861
-
31862
- .tcckoz1 {
31863
- max-height: 400px;
31864
- overflow: "auto";
31865
- }
31866
-
31867
- .c18gxmrl {
31868
- border: 1px solid #d8deeb;
31869
- border-radius: 4px;
31870
- }
31871
- .c18gxmrl + .c18gxmrl {
31872
- margin-top: 8px;
31873
- }
31874
- .c18gxmrl:hover {
31875
- border-color: #0080ff;
31876
- }
31877
- .c18gxmrl:hover > header {
31878
- background: rgba(0, 128, 255, 0.1);
31879
- }
31880
- .c18gxmrl.active header {
31881
- border-bottom: 1px solid #d8deeb;
31882
- }
31883
- .c18gxmrl > header {
31884
- padding: 8px 12px;
31885
- }
31886
-
31887
- .c18bcrac {
31888
- display: inline-block;
31889
- width: 100%;
31890
- }
31891
- .c18bcrac .recharts-wrapper {
31892
- margin-left: 4px;
31893
- }
31894
-
31895
- .cro7kg2 {
31896
- padding: 4px;
31897
- }
31898
-
31899
- .c14wcxf0 {
31900
- display: flex;
31901
- justify-content: space-between;
31902
- align-items: center;
31903
- font-size: 13px;
31904
- line-height: 24px;
31905
- color: #cccccc;
31906
- white-space: nowrap;
31907
- }
31908
- .c14wcxf0 label {
31909
- margin-right: 32px;
31910
- }
31911
-
31912
- .coy29mj.c14wcxf0 {
31913
- font-weight: bold;
31914
- color: white;
31915
- }
31916
-
31917
- .s11212zy {
31918
- width: 8px;
31919
- height: 8px;
31920
- border-radius: 2px;
31921
- display: inline-block;
31922
- background: var(--s11212zy-0);
31923
- border: 1px solid #fff;
31924
- box-sizing: content-box;
31925
- margin-right: 6px;
31926
- }
31927
-
31928
- .p1lyky6c > :first-child {
31929
- font-weight: bold;
31930
- color: white;
31931
- margin-right: 4px;
31932
- }
31933
-
31934
31810
  .c1bus5hc {
31935
31811
  --color: white;
31936
31812
  height: 14px;
@@ -31971,120 +31847,126 @@ input.rrg1fkn.ant-input {
31971
31847
  transform: rotate(0deg);
31972
31848
  }
31973
31849
 
31974
- .wg1tsps {
31975
- display: flex;
31976
- align-items: center;
31977
- justify-content: flex-end;
31850
+ .c1uzzomf {
31851
+ margin-bottom: 16px;
31978
31852
  }
31979
-
31980
- .b1ctd5xy {
31981
- display: flex;
31982
- align-items: center;
31983
- width: calc(100% - 40px);
31853
+ .c1uzzomf .card-title {
31854
+ font-size: 16px;
31855
+ color: rgba(44, 56, 82, 0.6);
31856
+ font-weight: 700;
31857
+ line-height: 32px;
31984
31858
  }
31985
- .b1ctd5xy .chart {
31986
- display: inline-block;
31987
- width: 100%;
31859
+ .c1uzzomf .card-body {
31860
+ padding: 24px;
31861
+ border-radius: 8px;
31862
+ background: #fff;
31863
+ }
31864
+ .c1uzzomf .empty {
31865
+ font-weight: 700;
31866
+ font-size: 14px;
31867
+ line-height: 22px;
31868
+ color: rgba(0, 21, 64, 0.3);
31869
+ text-align: center;
31988
31870
  }
31989
31871
 
31990
- .u1p8acpn {
31991
- width: 40px;
31872
+ .berrcjl {
31873
+ color: rgba(10, 37, 85, 0.6);
31874
+ margin-bottom: 4px;
31992
31875
  }
31993
- .u1p8acpn .unit {
31994
- color: #00122e !important;
31876
+ .berrcjl .breadcrumb-link {
31877
+ color: rgba(10, 37, 85, 0.6);
31878
+ cursor: pointer;
31879
+ transition: color 160ms ease;
31995
31880
  }
31996
-
31997
- .clm1wy1 {
31998
- width: 192px;
31999
- height: 246px;
32000
- border-radius: 4px;
31881
+ .berrcjl .breadcrumb-link:hover {
31882
+ color: #0080ff;
32001
31883
  }
32002
- .clm1wy1 > .ant-picker-calendar,
32003
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32004
- width: 100%;
32005
- background-color: rgba(245, 247, 250, 0.6);
32006
- border-top: none;
31884
+ .berrcjl .breadcrumb-link:active {
31885
+ color: #005ed1;
32007
31886
  }
32008
- .clm1wy1 > .ant-picker-calendar .ant-picker-body,
32009
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32010
- padding: 0 16px;
31887
+
31888
+ .n12mqh7z {
31889
+ display: flex;
31890
+ align-items: center;
31891
+ font-size: 12px;
31892
+ line-height: 18px;
32011
31893
  }
32012
- .clm1wy1 > .ant-picker-calendar .ant-picker-content,
32013
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32014
- width: 100%;
32015
- height: 180px;
32016
- border-spacing: 0;
31894
+ .n12mqh7z:not(:last-child) {
31895
+ margin-bottom: 4px;
32017
31896
  }
32018
- .clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32019
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32020
- margin-bottom: 8px;
31897
+
31898
+ .tf5bynu {
31899
+ margin: 0 3px;
32021
31900
  }
32022
- .clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32023
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32024
- width: 22px;
31901
+
31902
+ .tcckoz1 {
31903
+ max-height: 400px;
31904
+ overflow: "auto";
32025
31905
  }
32026
- .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32027
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32028
- padding: 0;
31906
+
31907
+ .gmyahx3 {
31908
+ cursor: pointer;
32029
31909
  }
32030
- .clm1wy1 .ant-picker-cell {
32031
- color: rgba(62, 70, 82, 0.6);
32032
- opacity: 0.4;
31910
+ .gmyahx3 .link-text {
31911
+ color: rgba(0, 21, 64, 0.3);
32033
31912
  }
32034
- .clm1wy1 .ant-picker-cell-in-view {
32035
- color: rgba(62, 70, 82, 0.6);
32036
- opacity: 1;
31913
+ .gmyahx3:hover .link-text {
31914
+ color: #0080ff;
32037
31915
  }
32038
- .clm1wy1 .ant-picker-cell-in-view > .active {
32039
- color: #3e4652;
31916
+
31917
+ .c18bcrac {
31918
+ display: inline-block;
31919
+ width: 100%;
32040
31920
  }
32041
- .clm1wy1 .ant-picker-cell::before {
32042
- pointer-events: none;
31921
+ .c18bcrac .recharts-wrapper {
31922
+ margin-left: 4px;
32043
31923
  }
32044
31924
 
32045
- .t1tsm00v {
32046
- color: rgba(129, 138, 153, 0.6);
32047
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32048
- backdrop-filter: blur(10px);
32049
- padding: 7px 10px;
31925
+ .cro7kg2 {
31926
+ padding: 4px;
32050
31927
  }
32051
31928
 
32052
- .c167wnad {
32053
- color: rgba(62, 70, 82, 0.6);
31929
+ .c14wcxf0 {
32054
31930
  display: flex;
32055
31931
  justify-content: space-between;
32056
31932
  align-items: center;
32057
- padding: 8px 16px;
32058
- }
32059
- .c167wnad .anticon {
32060
- cursor: pointer;
31933
+ font-size: 13px;
31934
+ line-height: 24px;
31935
+ color: #cccccc;
31936
+ white-space: nowrap;
32061
31937
  }
32062
- .c167wnad .anticon:hover {
32063
- color: #0096ff;
31938
+ .c14wcxf0 label {
31939
+ margin-right: 32px;
32064
31940
  }
32065
31941
 
32066
- .cxhf7dh {
32067
- text-align: center;
32068
- }
32069
- .cxhf7dh .dots {
32070
- display: flex;
32071
- justify-content: center;
31942
+ .coy29mj.c14wcxf0 {
31943
+ font-weight: bold;
31944
+ color: white;
32072
31945
  }
32073
- .cxhf7dh .dot {
31946
+
31947
+ .s11212zy {
31948
+ width: 8px;
31949
+ height: 8px;
31950
+ border-radius: 2px;
32074
31951
  display: inline-block;
32075
- width: 2px;
32076
- height: 2px;
32077
- border-radius: 1px;
32078
- background: #0096ff;
31952
+ background: var(--s11212zy-0);
31953
+ border: 1px solid #fff;
31954
+ box-sizing: content-box;
31955
+ margin-right: 6px;
32079
31956
  }
32080
- .cxhf7dh .dot:not(:last-child) {
32081
- margin-right: 2px;
31957
+
31958
+ .p1lyky6c > :first-child {
31959
+ font-weight: bold;
31960
+ color: white;
31961
+ margin-right: 4px;
32082
31962
  }
32083
- .cxhf7dh .bar {
32084
- width: 9px;
32085
- height: 2px;
32086
- background: #0096ff;
32087
- border-radius: 2px;
31963
+
31964
+ .s1iv0tp1 .enabled-switch {
31965
+ display: flex;
31966
+ align-items: center;
31967
+ }
31968
+ .s1iv0tp1 .enabled-text {
31969
+ margin-right: 8px;
32088
31970
  }
32089
31971
 
32090
31972
  .tje3huy {
@@ -32094,37 +31976,49 @@ input.rrg1fkn.ant-input {
32094
31976
  text-overflow: ellipsis;
32095
31977
  }
32096
31978
 
32097
- .s1iv0tp1 .enabled-switch {
32098
- display: flex;
32099
- align-items: center;
31979
+ .c18gxmrl {
31980
+ border: 1px solid #d8deeb;
31981
+ border-radius: 4px;
32100
31982
  }
32101
- .s1iv0tp1 .enabled-text {
32102
- margin-right: 8px;
31983
+ .c18gxmrl + .c18gxmrl {
31984
+ margin-top: 8px;
32103
31985
  }
32104
-
32105
- .gmyahx3 {
32106
- cursor: pointer;
31986
+ .c18gxmrl:hover {
31987
+ border-color: #0080ff;
32107
31988
  }
32108
- .gmyahx3 .link-text {
32109
- color: rgba(0, 21, 64, 0.3);
31989
+ .c18gxmrl:hover > header {
31990
+ background: rgba(0, 128, 255, 0.1);
32110
31991
  }
32111
- .gmyahx3:hover .link-text {
32112
- color: #0080ff;
31992
+ .c18gxmrl.active header {
31993
+ border-bottom: 1px solid #d8deeb;
31994
+ }
31995
+ .c18gxmrl > header {
31996
+ padding: 8px 12px;
32113
31997
  }
32114
31998
 
32115
- .m15dvk92 {
31999
+ .wg1tsps {
32116
32000
  display: flex;
32117
- justify-content: space-between;
32118
- width: 100%;
32119
- }
32120
- .m15dvk92 .action {
32121
- margin-left: 16px;
32001
+ align-items: center;
32002
+ justify-content: flex-end;
32122
32003
  }
32123
32004
 
32124
- .aql8iqz .ant-alert-message {
32005
+ .b1ctd5xy {
32006
+ display: flex;
32007
+ align-items: center;
32008
+ width: calc(100% - 40px);
32009
+ }
32010
+ .b1ctd5xy .chart {
32011
+ display: inline-block;
32125
32012
  width: 100%;
32126
32013
  }
32127
32014
 
32015
+ .u1p8acpn {
32016
+ width: 40px;
32017
+ }
32018
+ .u1p8acpn .unit {
32019
+ color: #00122e !important;
32020
+ }
32021
+
32128
32022
  .t1sqg15u {
32129
32023
  background: white;
32130
32024
  }
@@ -32215,15 +32109,110 @@ input.rrg1fkn.ant-input {
32215
32109
  padding-right: 12px;
32216
32110
  }
32217
32111
 
32218
- .c10crapj {
32219
- border-radius: 8px;
32112
+ .clm1wy1 {
32113
+ width: 192px;
32114
+ height: 246px;
32115
+ border-radius: 4px;
32220
32116
  }
32221
- .c10crapj .ant-card-body {
32222
- padding: 20px 24px 24px 24px;
32117
+ .clm1wy1 > .ant-picker-calendar,
32118
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32119
+ width: 100%;
32120
+ background-color: rgba(245, 247, 250, 0.6);
32121
+ border-top: none;
32122
+ }
32123
+ .clm1wy1 > .ant-picker-calendar .ant-picker-body,
32124
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32125
+ padding: 0 16px;
32126
+ }
32127
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content,
32128
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32129
+ width: 100%;
32130
+ height: 180px;
32131
+ border-spacing: 0;
32132
+ }
32133
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32134
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32135
+ margin-bottom: 8px;
32136
+ }
32137
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32138
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32139
+ width: 22px;
32140
+ }
32141
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32142
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32143
+ padding: 0;
32144
+ }
32145
+ .clm1wy1 .ant-picker-cell {
32146
+ color: rgba(62, 70, 82, 0.6);
32147
+ opacity: 0.4;
32148
+ }
32149
+ .clm1wy1 .ant-picker-cell-in-view {
32150
+ color: rgba(62, 70, 82, 0.6);
32151
+ opacity: 1;
32152
+ }
32153
+ .clm1wy1 .ant-picker-cell-in-view > .active {
32154
+ color: #3e4652;
32155
+ }
32156
+ .clm1wy1 .ant-picker-cell::before {
32157
+ pointer-events: none;
32223
32158
  }
32224
32159
 
32225
- .t3qomhu {
32226
- margin: 0 2px;
32160
+ .t1tsm00v {
32161
+ color: rgba(129, 138, 153, 0.6);
32162
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32163
+ backdrop-filter: blur(10px);
32164
+ padding: 7px 10px;
32165
+ }
32166
+
32167
+ .c167wnad {
32168
+ color: rgba(62, 70, 82, 0.6);
32169
+ display: flex;
32170
+ justify-content: space-between;
32171
+ align-items: center;
32172
+ padding: 8px 16px;
32173
+ }
32174
+ .c167wnad .anticon {
32175
+ cursor: pointer;
32176
+ }
32177
+ .c167wnad .anticon:hover {
32178
+ color: #0096ff;
32179
+ }
32180
+
32181
+ .cxhf7dh {
32182
+ text-align: center;
32183
+ }
32184
+ .cxhf7dh .dots {
32185
+ display: flex;
32186
+ justify-content: center;
32187
+ }
32188
+ .cxhf7dh .dot {
32189
+ display: inline-block;
32190
+ width: 2px;
32191
+ height: 2px;
32192
+ border-radius: 1px;
32193
+ background: #0096ff;
32194
+ }
32195
+ .cxhf7dh .dot:not(:last-child) {
32196
+ margin-right: 2px;
32197
+ }
32198
+ .cxhf7dh .bar {
32199
+ width: 9px;
32200
+ height: 2px;
32201
+ background: #0096ff;
32202
+ border-radius: 2px;
32203
+ }
32204
+
32205
+ .m15dvk92 {
32206
+ display: flex;
32207
+ justify-content: space-between;
32208
+ width: 100%;
32209
+ }
32210
+ .m15dvk92 .action {
32211
+ margin-left: 16px;
32212
+ }
32213
+
32214
+ .aql8iqz .ant-alert-message {
32215
+ width: 100%;
32227
32216
  }
32228
32217
 
32229
32218
  .c198s9j3 {
@@ -32297,6 +32286,26 @@ input.rrg1fkn.ant-input {
32297
32286
  margin-left: 24px;
32298
32287
  }
32299
32288
 
32289
+ .c10crapj {
32290
+ border-radius: 8px;
32291
+ }
32292
+ .c10crapj .ant-card-body {
32293
+ padding: 20px 24px 24px 24px;
32294
+ }
32295
+
32296
+ .t3qomhu {
32297
+ margin: 0 2px;
32298
+ }
32299
+
32300
+ .o8ocss1 {
32301
+ overflow: hidden;
32302
+ text-overflow: ellipsis;
32303
+ }
32304
+
32305
+ .n17syc35 {
32306
+ white-space: nowrap;
32307
+ }
32308
+
32300
32309
  .cav9p2m .ant-collapse-item {
32301
32310
  border: 0px;
32302
32311
  background-color: #fff;
@@ -32319,13 +32328,18 @@ input.rrg1fkn.ant-input {
32319
32328
  cursor: default;
32320
32329
  }
32321
32330
 
32322
- .o8ocss1 {
32323
- overflow: hidden;
32324
- text-overflow: ellipsis;
32331
+ .igz4le8 {
32332
+ height: 24px;
32333
+ width: 56px !important;
32334
+ margin-right: 4px;
32325
32335
  }
32326
32336
 
32327
- .n17syc35 {
32328
- white-space: nowrap;
32337
+ .c1riexje {
32338
+ color: rgba(44, 56, 82, 0.6);
32339
+ }
32340
+
32341
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32342
+ display: flex;
32329
32343
  }
32330
32344
 
32331
32345
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
@@ -32385,20 +32399,6 @@ input.rrg1fkn.ant-input {
32385
32399
  transform: rotate(180deg);
32386
32400
  }
32387
32401
 
32388
- .iiqau4c.ant-input-group.ant-input-group-compact {
32389
- display: flex;
32390
- }
32391
-
32392
- .igz4le8 {
32393
- height: 24px;
32394
- width: 56px !important;
32395
- margin-right: 4px;
32396
- }
32397
-
32398
- .c1riexje {
32399
- color: rgba(44, 56, 82, 0.6);
32400
- }
32401
-
32402
32402
  .s14dk8r1 {
32403
32403
  margin: 0;
32404
32404
  border-radius: 20px;
@@ -32477,6 +32477,137 @@ input.rrg1fkn.ant-input {
32477
32477
  margin-right: 4px;
32478
32478
  }
32479
32479
 
32480
+ .l4bld33 {
32481
+ width: 64px;
32482
+ height: 64px;
32483
+ display: flex;
32484
+ align-items: center;
32485
+ justify-content: center;
32486
+ position: relative;
32487
+ opacity: 0.2;
32488
+ }
32489
+
32490
+ .lgitjoj {
32491
+ position: absolute;
32492
+ width: 5px;
32493
+ height: 48px;
32494
+ left: 9.33px;
32495
+ top: 40.5px;
32496
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32497
+ border-radius: 5px;
32498
+ transform: rotate(-128deg);
32499
+ transform-origin: top left;
32500
+ animation: loading-indicator1 1100ms ease-out infinite;
32501
+ }
32502
+
32503
+ .l13g0exg {
32504
+ position: absolute;
32505
+ width: 5px;
32506
+ height: 48px;
32507
+ left: 40.8px;
32508
+ top: 8.4px;
32509
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32510
+ border-radius: 5px;
32511
+ transform: rotate(-8deg);
32512
+ transform-origin: top left;
32513
+ animation: loading-indicator2 1100ms ease-out infinite;
32514
+ }
32515
+
32516
+ .l1exo3h6 {
32517
+ position: absolute;
32518
+ width: 5px;
32519
+ height: 48px;
32520
+ left: 52.9px;
32521
+ top: 51.8px;
32522
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32523
+ border-radius: 5px;
32524
+ transform: rotate(112deg);
32525
+ transform-origin: top left;
32526
+ animation: loading-indicator3 1100ms ease-out infinite;
32527
+ }
32528
+
32529
+ .s1uupxds {
32530
+ padding: 0 8px;
32531
+ border-radius: 4px;
32532
+ }
32533
+
32534
+ .m10sqwut {
32535
+ padding: 2px 8px;
32536
+ border-radius: 3px;
32537
+ }
32538
+
32539
+ .l1d492wb {
32540
+ padding: 3px 8px;
32541
+ border-radius: 2px;
32542
+ }
32543
+
32544
+ .t1lzavmu.ant-tag:hover {
32545
+ opacity: unset;
32546
+ }
32547
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32548
+ margin: 0;
32549
+ margin-right: 8px;
32550
+ display: inline-flex;
32551
+ align-items: center;
32552
+ border: none;
32553
+ }
32554
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32555
+ width: 16px;
32556
+ height: 16px;
32557
+ color: inherit;
32558
+ margin-left: 4px;
32559
+ opacity: 0.6;
32560
+ display: inline-flex;
32561
+ }
32562
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32563
+ opacity: 1;
32564
+ }
32565
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32566
+ color: #0080ff;
32567
+ background-color: rgba(0, 136, 255, 0.1);
32568
+ }
32569
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32570
+ color: #f0483e;
32571
+ background-color: rgba(255, 74, 74, 0.1);
32572
+ }
32573
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32574
+ color: #e07f00;
32575
+ background-color: rgba(255, 187, 0, 0.1);
32576
+ }
32577
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32578
+ color: #008f4c;
32579
+ background-color: rgba(30, 201, 127, 0.1);
32580
+ }
32581
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32582
+ color: #1d326c;
32583
+ background-color: rgba(225, 230, 241, 0.6);
32584
+ }
32585
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32586
+ color: #7E41FF;
32587
+ background-color: rgba(126, 65, 255, 0.1);
32588
+ }
32589
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32590
+ color: #fff;
32591
+ }
32592
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32593
+ background-color: #f0483e;
32594
+ }
32595
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32596
+ background-color: #fea008;
32597
+ }
32598
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32599
+ background-color: #00ba5d;
32600
+ }
32601
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32602
+ background-color: #0080ff;
32603
+ }
32604
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32605
+ background-color: #6b7d99;
32606
+ }
32607
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32608
+ background-color: #7E41FF;
32609
+ }
32610
+
32480
32611
  .m1thnes4 {
32481
32612
  color: rgba(44, 56, 82, 0.6);
32482
32613
  text-align: center;
@@ -32638,135 +32769,47 @@ input.rrg1fkn.ant-input {
32638
32769
  margin-left: 8px;
32639
32770
  }
32640
32771
 
32641
- .s1uupxds {
32642
- padding: 0 8px;
32643
- border-radius: 4px;
32644
- }
32645
-
32646
- .m10sqwut {
32647
- padding: 2px 8px;
32648
- border-radius: 3px;
32649
- }
32650
-
32651
- .l1d492wb {
32652
- padding: 3px 8px;
32772
+ .skwah65 {
32773
+ height: 8px;
32774
+ box-sizing: border-box;
32653
32775
  border-radius: 2px;
32776
+ background: #f5f7fa;
32777
+ display: flex;
32778
+ width: 100%;
32779
+ overflow: hidden;
32780
+ }
32781
+ .skwah65 .stack-bar-item + .stack-bar-item {
32782
+ margin-left: 1px;
32654
32783
  }
32655
32784
 
32656
- .t1lzavmu.ant-tag:hover {
32657
- opacity: unset;
32785
+ .t1gz6wqf {
32786
+ height: 100%;
32658
32787
  }
32659
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32660
- margin: 0;
32661
- margin-right: 8px;
32662
- display: inline-flex;
32663
- align-items: center;
32664
- border: none;
32788
+ .t1gz6wqf .table-loading-item {
32789
+ padding: 12px 4px;
32790
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32791
+ display: flex;
32665
32792
  }
32666
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32667
- width: 16px;
32793
+ .t1gz6wqf .table-loading-item > * {
32668
32794
  height: 16px;
32669
- color: inherit;
32670
- margin-left: 4px;
32671
- opacity: 0.6;
32672
- display: inline-flex;
32673
- }
32674
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32675
- opacity: 1;
32676
- }
32677
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32678
- color: #0080ff;
32679
- background-color: rgba(0, 136, 255, 0.1);
32680
- }
32681
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32682
- color: #f0483e;
32683
- background-color: rgba(255, 74, 74, 0.1);
32684
- }
32685
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32686
- color: #e07f00;
32687
- background-color: rgba(255, 187, 0, 0.1);
32688
- }
32689
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32690
- color: #008f4c;
32691
- background-color: rgba(30, 201, 127, 0.1);
32692
- }
32693
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32694
- color: #1d326c;
32695
- background-color: rgba(225, 230, 241, 0.6);
32696
- }
32697
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32698
- color: #7E41FF;
32699
- background-color: rgba(126, 65, 255, 0.1);
32700
- }
32701
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32702
- color: #fff;
32703
- }
32704
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32705
- background-color: #f0483e;
32706
- }
32707
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32708
- background-color: #fea008;
32709
- }
32710
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32711
- background-color: #00ba5d;
32712
- }
32713
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32714
- background-color: #0080ff;
32715
- }
32716
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32717
- background-color: #6b7d99;
32795
+ margin: 4px;
32796
+ background: rgba(204, 212, 227, 0.18);
32797
+ border-radius: 2px;
32718
32798
  }
32719
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32720
- background-color: #7E41FF;
32799
+ .t1gz6wqf .table-loading-item .checkbox-loading {
32800
+ width: 16px;
32721
32801
  }
32722
-
32723
- .l4bld33 {
32724
- width: 64px;
32725
- height: 64px;
32726
- display: flex;
32727
- align-items: center;
32728
- justify-content: center;
32729
- position: relative;
32730
- opacity: 0.2;
32802
+ .t1gz6wqf .table-loading-item .td-loading {
32803
+ flex: 1;
32731
32804
  }
32732
-
32733
- .lgitjoj {
32734
- position: absolute;
32735
- width: 5px;
32736
- height: 48px;
32737
- left: 9.33px;
32738
- top: 40.5px;
32739
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32740
- border-radius: 5px;
32741
- transform: rotate(-128deg);
32742
- transform-origin: top left;
32743
- animation: loading-indicator1 1100ms ease-out infinite;
32805
+ .t1gz6wqf :nth-child(1) {
32806
+ padding: 8px 4px;
32744
32807
  }
32745
-
32746
- .l13g0exg {
32747
- position: absolute;
32748
- width: 5px;
32749
- height: 48px;
32750
- left: 40.8px;
32751
- top: 8.4px;
32752
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32753
- border-radius: 5px;
32754
- transform: rotate(-8deg);
32755
- transform-origin: top left;
32756
- animation: loading-indicator2 1100ms ease-out infinite;
32808
+ .t1gz6wqf :nth-child(1) > * {
32809
+ background: rgba(107, 125, 153, 0.18);
32757
32810
  }
32758
-
32759
- .l1exo3h6 {
32760
- position: absolute;
32761
- width: 5px;
32762
- height: 48px;
32763
- left: 52.9px;
32764
- top: 51.8px;
32765
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32766
- border-radius: 5px;
32767
- transform: rotate(112deg);
32768
- transform-origin: top left;
32769
- animation: loading-indicator3 1100ms ease-out infinite;
32811
+ .t1gz6wqf :nth-child(1) > * {
32812
+ background: rgba(163, 180, 204, 0.18);
32770
32813
  }
32771
32814
 
32772
32815
  .sq6vos1 {
@@ -32954,51 +32997,55 @@ input.rrg1fkn.ant-input {
32954
32997
  justify-content: center;
32955
32998
  }
32956
32999
 
32957
- .t1gz6wqf {
32958
- height: 100%;
32959
- }
32960
- .t1gz6wqf .table-loading-item {
32961
- padding: 12px 4px;
32962
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32963
- display: flex;
33000
+ .f1p9ti6d {
33001
+ width: 100%;
33002
+ margin-bottom: 0 !important;
33003
+ flex-flow: nowrap !important;
33004
+ line-break: auto;
32964
33005
  }
32965
- .t1gz6wqf .table-loading-item > * {
32966
- height: 16px;
32967
- margin: 4px;
32968
- background: rgba(204, 212, 227, 0.18);
32969
- border-radius: 2px;
33006
+ .f1p9ti6d > .ant-form-item-label {
33007
+ text-align: left !important;
33008
+ padding-bottom: 0 !important;
32970
33009
  }
32971
- .t1gz6wqf .table-loading-item .checkbox-loading {
32972
- width: 16px;
33010
+ .f1p9ti6d > .ant-form-item-label > label {
33011
+ min-height: 32px;
33012
+ height: auto;
33013
+ font-size: 13px;
33014
+ color: rgba(44, 56, 82, 0.6);
33015
+ white-space: normal;
32973
33016
  }
32974
- .t1gz6wqf .table-loading-item .td-loading {
32975
- flex: 1;
33017
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33018
+ border-color: #ff4d4f !important;
32976
33019
  }
32977
- .t1gz6wqf :nth-child(1) {
32978
- padding: 8px 4px;
33020
+ .f1p9ti6d .ant-form-item-explain {
33021
+ margin-top: 4px;
33022
+ font-size: 12px;
33023
+ min-height: 0px;
32979
33024
  }
32980
- .t1gz6wqf :nth-child(1) > * {
32981
- background: rgba(107, 125, 153, 0.18);
33025
+ .f1p9ti6d .ant-form-item-extra {
33026
+ font-size: 12px;
33027
+ color: rgba(44, 56, 82, 0.6);
33028
+ min-height: 0px;
32982
33029
  }
32983
- .t1gz6wqf :nth-child(1) > * {
32984
- background: rgba(163, 180, 204, 0.18);
33030
+
33031
+ .c1k4vanq {
33032
+ padding: 0 12px 14px 12px;
32985
33033
  }
32986
33034
 
32987
- .skwah65 {
32988
- height: 8px;
32989
- box-sizing: border-box;
32990
- border-radius: 2px;
32991
- background: #f5f7fa;
33035
+ .rrwcpby {
32992
33036
  display: flex;
32993
- width: 100%;
32994
- overflow: hidden;
32995
- }
32996
- .skwah65 .stack-bar-item + .stack-bar-item {
32997
- margin-left: 1px;
33037
+ align-items: center;
32998
33038
  }
32999
-
33000
- .c1k4vanq {
33001
- padding: 0 12px 14px 12px;
33039
+ .rrwcpby .order {
33040
+ height: 24px;
33041
+ width: 24px;
33042
+ border-radius: 20px;
33043
+ color: #0080ff;
33044
+ background: rgba(0, 136, 255, 0.1);
33045
+ display: flex;
33046
+ align-items: center;
33047
+ justify-content: center;
33048
+ margin-right: 6px;
33002
33049
  }
33003
33050
 
33004
33051
  .c1udgdh2 {
@@ -33041,51 +33088,21 @@ input.rrg1fkn.ant-input {
33041
33088
  margin-right: 2px;
33042
33089
  }
33043
33090
 
33044
- .f1p9ti6d {
33045
- width: 100%;
33046
- margin-bottom: 0 !important;
33047
- flex-flow: nowrap !important;
33048
- line-break: auto;
33049
- }
33050
- .f1p9ti6d > .ant-form-item-label {
33051
- text-align: left !important;
33052
- padding-bottom: 0 !important;
33053
- }
33054
- .f1p9ti6d > .ant-form-item-label > label {
33055
- min-height: 32px;
33056
- height: auto;
33057
- font-size: 13px;
33058
- color: rgba(44, 56, 82, 0.6);
33059
- white-space: normal;
33060
- }
33061
- .f1p9ti6d.ant-form-item-has-error .ant-input {
33062
- border-color: #ff4d4f !important;
33063
- }
33064
- .f1p9ti6d .ant-form-item-explain {
33065
- margin-top: 4px;
33066
- font-size: 12px;
33067
- min-height: 0px;
33068
- }
33069
- .f1p9ti6d .ant-form-item-extra {
33070
- font-size: 12px;
33071
- color: rgba(44, 56, 82, 0.6);
33072
- min-height: 0px;
33091
+ .bab9xum {
33092
+ box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
33073
33093
  }
33074
33094
 
33075
- .rrwcpby {
33076
- display: flex;
33077
- align-items: center;
33095
+ .cav4gt6 {
33096
+ border-radius: 8px;
33097
+ background-color: white;
33078
33098
  }
33079
- .rrwcpby .order {
33080
- height: 24px;
33081
- width: 24px;
33082
- border-radius: 20px;
33083
- color: #0080ff;
33084
- background: rgba(0, 136, 255, 0.1);
33085
- display: flex;
33086
- align-items: center;
33087
- justify-content: center;
33088
- margin-right: 6px;
33099
+ .cav4gt6.hoverable {
33100
+ cursor: pointer;
33101
+ }
33102
+ .cav4gt6.hoverable:hover {
33103
+ transition: all 200ms ease;
33104
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33105
+ transform: translateY(-4px);
33089
33106
  }
33090
33107
 
33091
33108
  .at4ovwe .ant-input-number-handler-wrap {
@@ -33138,21 +33155,39 @@ input.rrg1fkn.ant-input {
33138
33155
  font-size: inherit;
33139
33156
  }
33140
33157
 
33141
- .bab9xum {
33142
- box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
33158
+ .w1xcixj5.outside-tag {
33159
+ padding-left: 0;
33160
+ }
33161
+ .w1xcixj5.outside-tag .inside-tag {
33162
+ border-radius: 4px 0 0 4px;
33163
+ padding-right: 4px;
33164
+ margin-right: 4px;
33143
33165
  }
33144
33166
 
33145
- .cav4gt6 {
33146
- border-radius: 8px;
33147
- background-color: white;
33167
+ .sut42l0 {
33168
+ padding: 0 8px;
33169
+ height: 18px;
33148
33170
  }
33149
- .cav4gt6.hoverable {
33150
- cursor: pointer;
33171
+
33172
+ .mfsz1jz {
33173
+ padding: 2px 8px;
33174
+ height: 24px;
33151
33175
  }
33152
- .cav4gt6.hoverable:hover {
33153
- transition: all 200ms ease;
33154
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33155
- transform: translateY(-4px);
33176
+
33177
+ .tnd6h4m {
33178
+ margin: 0;
33179
+ }
33180
+
33181
+ .i1qw4clm {
33182
+ margin-right: 4px;
33183
+ height: 16px;
33184
+ }
33185
+
33186
+ .n1r5ku5l.ant-tag.ant-tag-gray {
33187
+ font-weight: 700;
33188
+ color: #00122e;
33189
+ background-color: rgba(237, 241, 250, 0.6);
33190
+ border: 1px solid rgba(211, 218, 235, 0.6);
33156
33191
  }
33157
33192
 
33158
33193
  .tc40oxa {
@@ -33353,41 +33388,6 @@ input.rrg1fkn.ant-input {
33353
33388
  height: 16px;
33354
33389
  }
33355
33390
 
33356
- .sut42l0 {
33357
- padding: 0 8px;
33358
- height: 18px;
33359
- }
33360
-
33361
- .mfsz1jz {
33362
- padding: 2px 8px;
33363
- height: 24px;
33364
- }
33365
-
33366
- .tnd6h4m {
33367
- margin: 0;
33368
- }
33369
-
33370
- .i1qw4clm {
33371
- margin-right: 4px;
33372
- height: 16px;
33373
- }
33374
-
33375
- .n1r5ku5l.ant-tag.ant-tag-gray {
33376
- font-weight: 700;
33377
- color: #00122e;
33378
- background-color: rgba(237, 241, 250, 0.6);
33379
- border: 1px solid rgba(211, 218, 235, 0.6);
33380
- }
33381
-
33382
- .w1xcixj5.outside-tag {
33383
- padding-left: 0;
33384
- }
33385
- .w1xcixj5.outside-tag .inside-tag {
33386
- border-radius: 4px 0 0 4px;
33387
- padding-right: 4px;
33388
- margin-right: 4px;
33389
- }
33390
-
33391
33391
  .a6dbbkm .ant-input-number-handler-wrap {
33392
33392
  display: var(--a6dbbkm-0);
33393
33393
  }