@cloudtower/eagle 0.27.15 → 0.27.16

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
@@ -29558,19 +29558,6 @@ html body {
29558
29558
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29559
29559
  }
29560
29560
  }
29561
- .iap75of {
29562
- height: 18px;
29563
- line-height: 18px;
29564
- padding: 0 4px;
29565
- border-radius: 4px;
29566
- background: rgba(235, 239, 245, 0.6);
29567
- border: 1px solid rgba(223, 228, 235, 0.6);
29568
- display: flex;
29569
- align-items: center;
29570
- white-space: nowrap;
29571
- margin-right: 4px;
29572
- }
29573
-
29574
29561
  .fde5mpd {
29575
29562
  width: 100%;
29576
29563
  height: 100%;
@@ -29586,35 +29573,6 @@ html body {
29586
29573
  font-size: 18px;
29587
29574
  }
29588
29575
 
29589
- .bpq0js6 {
29590
- padding: 4px 11px;
29591
- }
29592
-
29593
- .b15sn34c {
29594
- white-space: nowrap;
29595
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29596
- }
29597
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29598
- --color: #0080ff;
29599
- }
29600
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29601
- --color: #0080ff;
29602
- }
29603
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29604
- margin-left: 1px;
29605
- }
29606
- .b15sn34c > .ant-btn:not(:only-child):first-child {
29607
- border-top-right-radius: 0;
29608
- border-bottom-right-radius: 0;
29609
- }
29610
- .b15sn34c > .ant-btn:not(:only-child):last-child {
29611
- border-top-left-radius: 0;
29612
- border-bottom-left-radius: 0;
29613
- }
29614
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29615
- border-radius: unset;
29616
- }
29617
-
29618
29576
  .i1mrf09m {
29619
29577
  display: inline-flex;
29620
29578
  align-items: center;
@@ -29633,6 +29591,19 @@ html body {
29633
29591
  animation: rotate 680ms linear infinite;
29634
29592
  }
29635
29593
 
29594
+ .iap75of {
29595
+ height: 18px;
29596
+ line-height: 18px;
29597
+ padding: 0 4px;
29598
+ border-radius: 4px;
29599
+ background: rgba(235, 239, 245, 0.6);
29600
+ border: 1px solid rgba(223, 228, 235, 0.6);
29601
+ display: flex;
29602
+ align-items: center;
29603
+ white-space: nowrap;
29604
+ margin-right: 4px;
29605
+ }
29606
+
29636
29607
  .buj61ew.ant-btn-icon-only {
29637
29608
  justify-content: center;
29638
29609
  }
@@ -29883,146 +29854,699 @@ html body {
29883
29854
  padding: 0;
29884
29855
  }
29885
29856
 
29886
- .s34f1qb.ant-switch {
29887
- min-width: 40px;
29888
- height: 24px;
29889
- background: rgba(172, 186, 211, 0.6);
29890
- overflow: hidden;
29891
- }
29892
- .s34f1qb.ant-switch:focus {
29893
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
29894
- }
29895
- .s34f1qb.ant-switch-small {
29896
- min-width: 26px;
29897
- height: 16px;
29898
- }
29899
- .s34f1qb.ant-switch-large {
29900
- min-width: 52px;
29901
- height: 32px;
29902
- }
29903
- .s34f1qb.ant-switch .ant-switch-handle {
29904
- height: 20px;
29905
- width: 20px;
29857
+ .bpq0js6 {
29858
+ padding: 4px 11px;
29906
29859
  }
29907
- .s34f1qb.ant-switch .ant-switch-handle::before {
29908
- border-radius: 10px;
29909
- transition-delay: 120ms;
29860
+
29861
+ .b15sn34c {
29862
+ white-space: nowrap;
29863
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29910
29864
  }
29911
- .s34f1qb.ant-switch-small .ant-switch-handle {
29912
- height: 14px;
29913
- width: 14px;
29914
- top: 1px;
29915
- left: 1px;
29865
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29866
+ --color: #0080ff;
29916
29867
  }
29917
- .s34f1qb.ant-switch-large .ant-switch-handle {
29918
- height: 28px;
29919
- width: 28px;
29868
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29869
+ --color: #0080ff;
29920
29870
  }
29921
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
29922
- border-radius: 14px;
29871
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29872
+ margin-left: 1px;
29923
29873
  }
29924
- .s34f1qb.ant-switch-checked {
29925
- background-color: #00ba5d;
29874
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
29875
+ border-top-right-radius: 0;
29876
+ border-bottom-right-radius: 0;
29926
29877
  }
29927
- .s34f1qb.ant-switch-checked .ant-switch-handle {
29928
- left: calc(100% - 20px - 2px);
29878
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
29879
+ border-top-left-radius: 0;
29880
+ border-bottom-left-radius: 0;
29929
29881
  }
29930
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
29931
- left: calc(100% - 14px - 1px);
29882
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29883
+ border-radius: unset;
29932
29884
  }
29933
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
29934
- left: calc(100% - 28px - 2px);
29885
+
29886
+ .obf05yr {
29887
+ display: inline-block;
29935
29888
  }
29936
29889
 
29937
- .c1to9vb9 {
29938
- margin-left: 5px;
29890
+ .hsms1n6 {
29891
+ visibility: hidden;
29892
+ position: absolute;
29939
29893
  }
29940
29894
 
29941
- .t1upn1sz {
29942
- height: 100%;
29895
+ .i1e4sgug {
29896
+ display: inline-block;
29943
29897
  }
29944
29898
 
29945
- .tta5kd2 {
29946
- height: 100%;
29899
+ .gmyahx3 {
29900
+ cursor: pointer;
29947
29901
  }
29948
- .tta5kd2.empty-table .ant-table-content {
29949
- overflow: visible !important;
29950
- height: 100%;
29902
+ .gmyahx3 .link-text {
29903
+ color: rgba(0, 21, 64, 0.3);
29951
29904
  }
29952
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
29953
- height: 100%;
29905
+ .gmyahx3:hover .link-text {
29906
+ color: #0080ff;
29954
29907
  }
29955
- .tta5kd2.empty-table .ant-table-content table {
29956
- width: 100% !important;
29957
- height: 100%;
29908
+
29909
+ .s1fc623g {
29910
+ width: 430px !important;
29958
29911
  }
29959
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
29960
- padding: 15px 0;
29912
+
29913
+ .da3mx0o .ant-select-item-group {
29914
+ padding: 8px 16px;
29915
+ line-height: 18px;
29916
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29917
+ height: 34px;
29918
+ min-height: 34px;
29919
+ box-sizing: border-box;
29920
+ margin-top: 8px;
29961
29921
  }
29962
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
29963
- display: none;
29922
+
29923
+ .onr9gzt {
29924
+ display: flex;
29925
+ flex-direction: column;
29926
+ margin: 1px 8px;
29927
+ padding: 8px;
29928
+ border-radius: 4px;
29964
29929
  }
29965
- .tta5kd2 .active-row td:nth-child(1) {
29966
- font-weight: 700;
29930
+ .onr9gzt .selected-icon {
29931
+ display: none;
29967
29932
  }
29968
- .tta5kd2.has-selection .active-row td:nth-child(2) {
29969
- font-weight: 700;
29933
+ .onr9gzt.ant-select-item-option-grouped {
29934
+ padding-left: 8px;
29970
29935
  }
29971
- .tta5kd2 .ant-spin-nested-loading {
29972
- height: 100%;
29936
+ .onr9gzt.ant-select-item-option-selected {
29937
+ background-color: white;
29973
29938
  }
29974
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
29975
- height: 100%;
29976
- overflow: visible;
29939
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
29940
+ color: #0080ff;
29977
29941
  }
29978
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
29979
- max-height: none;
29942
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
29943
+ display: block;
29980
29944
  }
29981
- .tta5kd2.table-init-loading .ant-spin-blur thead,
29982
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
29983
- display: none;
29945
+ .onr9gzt.ant-select-item-option-active {
29946
+ background: rgba(0, 136, 255, 0.16);
29984
29947
  }
29985
- .tta5kd2 td.ant-table-column-sort {
29986
- background: transparent;
29948
+ .onr9gzt.ant-select-item-option-active .timezone-title {
29949
+ color: #0080ff;
29987
29950
  }
29988
- .tta5kd2 td.ant-table-cell-fix-left,
29989
- .tta5kd2 td.ant-table-cell-fix-right {
29990
- background: #fff;
29991
- padding: 0 !important;
29951
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
29952
+ background: rgba(0, 136, 255, 0.1);
29953
+ color: #0080ff;
29992
29954
  }
29993
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
29994
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
29955
+
29956
+ .oiy0apc {
29995
29957
  display: flex;
29996
- align-items: center;
29997
- height: 100%;
29998
- padding: 8px;
29958
+ justify-content: space-between;
29959
+ height: 20px;
29960
+ line-height: 20px;
29999
29961
  }
30000
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30001
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
29962
+ .oiy0apc .timezone-title {
29963
+ color: #2d3a56;
30002
29964
  overflow: hidden;
30003
29965
  text-overflow: ellipsis;
30004
- width: 100%;
30005
- }
30006
- .tta5kd2 .ant-table-container {
30007
- height: 100%;
30008
29966
  }
30009
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30010
- box-shadow: none !important;
29967
+
29968
+ .of4y382 {
29969
+ display: flex;
29970
+ justify-content: space-between;
29971
+ color: rgba(44, 56, 82, 0.6);
29972
+ height: 18px;
29973
+ line-height: 18px;
29974
+ margin-top: 2px;
30011
29975
  }
30012
- .tta5kd2 .ant-table {
30013
- border-radius: 0px;
30014
- border-left: none;
30015
- border-right: none;
30016
- border-bottom: none;
30017
- height: 100%;
30018
- font-size: 12px;
30019
- background: transparent;
29976
+
29977
+ .t19903l9 {
29978
+ border: none;
29979
+ margin-right: 0;
29980
+ background: rgba(225, 230, 241, 0.6);
30020
29981
  }
30021
- .tta5kd2 .ant-table .ant-table-header {
30022
- position: relative;
30023
- z-index: 3;
30024
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30025
- margin-bottom: -1px;
29982
+
29983
+ .ohwbvxu {
29984
+ pointer-events: none;
29985
+ height: 32px;
29986
+ width: 100%;
29987
+ opacity: 0;
29988
+ }
29989
+
29990
+ .d6j0lbj {
29991
+ font-family: Inter;
29992
+ font-style: normal;
29993
+ font-weight: bold;
29994
+ font-size: 32px;
29995
+ line-height: 40px;
29996
+ }
29997
+
29998
+ .d1xhvvxe {
29999
+ font-family: Inter;
30000
+ font-style: normal;
30001
+ font-weight: bold;
30002
+ font-size: 24px;
30003
+ line-height: 32px;
30004
+ }
30005
+
30006
+ .dk10mxq {
30007
+ font-family: Inter;
30008
+ font-style: normal;
30009
+ font-weight: normal;
30010
+ font-size: 32px;
30011
+ line-height: 40px;
30012
+ }
30013
+
30014
+ .dxsait {
30015
+ font-family: Inter;
30016
+ font-style: normal;
30017
+ font-weight: bold;
30018
+ font-size: 20px;
30019
+ line-height: 24px;
30020
+ }
30021
+
30022
+ .dokn0h3 {
30023
+ font-family: Inter;
30024
+ font-style: normal;
30025
+ font-weight: normal;
30026
+ font-size: 20px;
30027
+ line-height: 24px;
30028
+ }
30029
+
30030
+ .dobau4p {
30031
+ font-family: Inter;
30032
+ font-style: normal;
30033
+ font-weight: bold;
30034
+ font-size: 18px;
30035
+ line-height: 22px;
30036
+ }
30037
+
30038
+ .dvolwok {
30039
+ font-family: Inter;
30040
+ font-style: normal;
30041
+ font-weight: normal;
30042
+ font-size: 18px;
30043
+ line-height: 22px;
30044
+ }
30045
+
30046
+ .h181qhg4 {
30047
+ font-family: Inter;
30048
+ font-style: normal;
30049
+ font-weight: bold;
30050
+ font-size: 16px;
30051
+ line-height: 22px;
30052
+ }
30053
+
30054
+ .h1phgmcq {
30055
+ font-family: Inter;
30056
+ font-style: normal;
30057
+ font-weight: normal;
30058
+ font-size: 16px;
30059
+ line-height: 22px;
30060
+ }
30061
+
30062
+ .h173xnl1 {
30063
+ font-family: Inter;
30064
+ font-style: normal;
30065
+ font-weight: bold;
30066
+ font-size: 14px;
30067
+ line-height: 20px;
30068
+ }
30069
+
30070
+ .hedm4pz {
30071
+ font-family: Inter;
30072
+ font-style: normal;
30073
+ font-weight: normal;
30074
+ font-size: 14px;
30075
+ line-height: 20px;
30076
+ }
30077
+
30078
+ .h1kd8xld {
30079
+ font-family: Inter;
30080
+ font-style: normal;
30081
+ font-weight: bold;
30082
+ font-size: 12px;
30083
+ line-height: 18px;
30084
+ }
30085
+
30086
+ .hp14fr {
30087
+ font-family: Inter;
30088
+ font-style: normal;
30089
+ font-weight: normal;
30090
+ font-size: 12px;
30091
+ line-height: 18px;
30092
+ }
30093
+
30094
+ .hgrg7mn {
30095
+ font-family: Inter;
30096
+ font-style: normal;
30097
+ font-weight: bold;
30098
+ text-transform: uppercase;
30099
+ font-feature-settings: "cpsp" on;
30100
+ font-size: 12px;
30101
+ line-height: 18px;
30102
+ }
30103
+
30104
+ .h6zme9x {
30105
+ font-family: Inter;
30106
+ font-style: normal;
30107
+ font-weight: normal;
30108
+ text-transform: uppercase;
30109
+ font-feature-settings: "cpsp" on;
30110
+ font-size: 12px;
30111
+ line-height: 18px;
30112
+ }
30113
+
30114
+ .locjvsv {
30115
+ font-family: Inter;
30116
+ font-style: normal;
30117
+ font-weight: normal;
30118
+ font-size: 16px;
30119
+ line-height: 24px;
30120
+ }
30121
+
30122
+ .l13gi131 {
30123
+ font-family: Inter;
30124
+ font-style: normal;
30125
+ font-weight: bold;
30126
+ font-size: 16px;
30127
+ line-height: 24px;
30128
+ }
30129
+
30130
+ .l1ynemsu {
30131
+ font-family: Inter;
30132
+ font-style: normal;
30133
+ font-weight: normal;
30134
+ font-size: 16px;
30135
+ line-height: 24px;
30136
+ }
30137
+
30138
+ .l1cft1cx {
30139
+ font-family: Inter;
30140
+ font-style: normal;
30141
+ font-weight: bold;
30142
+ font-size: 16px;
30143
+ line-height: 24px;
30144
+ }
30145
+
30146
+ .l17tqc8p {
30147
+ font-family: Inter;
30148
+ font-style: normal;
30149
+ font-weight: normal;
30150
+ text-transform: uppercase;
30151
+ font-feature-settings: "cpsp" on;
30152
+ font-size: 16px;
30153
+ line-height: 24px;
30154
+ }
30155
+
30156
+ .l1j1e5w7 {
30157
+ font-family: Inter;
30158
+ font-style: normal;
30159
+ font-weight: bold;
30160
+ text-transform: uppercase;
30161
+ font-feature-settings: "cpsp" on;
30162
+ font-size: 16px;
30163
+ line-height: 24px;
30164
+ }
30165
+
30166
+ .l1gf91jb {
30167
+ font-family: Inter;
30168
+ font-style: normal;
30169
+ font-weight: normal;
30170
+ font-size: 14px;
30171
+ line-height: 22px;
30172
+ }
30173
+
30174
+ .lu7hlr6 {
30175
+ font-family: Inter;
30176
+ font-style: normal;
30177
+ font-weight: 500;
30178
+ font-size: 14px;
30179
+ line-height: 22px;
30180
+ }
30181
+
30182
+ .l3l3jf0 {
30183
+ font-family: Inter;
30184
+ font-style: normal;
30185
+ font-weight: bold;
30186
+ font-size: 14px;
30187
+ line-height: 22px;
30188
+ }
30189
+
30190
+ .l12j5nqp {
30191
+ font-family: Inter;
30192
+ font-style: normal;
30193
+ font-weight: normal;
30194
+ font-size: 14px;
30195
+ line-height: 22px;
30196
+ }
30197
+
30198
+ .l1tecqht {
30199
+ font-family: Inter;
30200
+ font-style: normal;
30201
+ font-weight: bold;
30202
+ font-size: 14px;
30203
+ line-height: 22px;
30204
+ }
30205
+
30206
+ .l6sa990 {
30207
+ font-family: Inter;
30208
+ font-style: normal;
30209
+ font-weight: normal;
30210
+ text-transform: uppercase;
30211
+ font-feature-settings: "cpsp" on;
30212
+ font-size: 14px;
30213
+ line-height: 22px;
30214
+ }
30215
+
30216
+ .lckqe8j {
30217
+ font-family: Inter;
30218
+ font-style: normal;
30219
+ font-weight: bold;
30220
+ text-transform: uppercase;
30221
+ font-feature-settings: "cpsp" on;
30222
+ font-size: 14px;
30223
+ line-height: 22px;
30224
+ }
30225
+
30226
+ .l1kuminb {
30227
+ font-family: Inter;
30228
+ font-style: normal;
30229
+ font-weight: normal;
30230
+ font-size: 13px;
30231
+ line-height: 20px;
30232
+ }
30233
+
30234
+ .l1pbuf5j {
30235
+ font-family: Inter;
30236
+ font-style: normal;
30237
+ font-weight: 600;
30238
+ font-size: 13px;
30239
+ line-height: 20px;
30240
+ }
30241
+
30242
+ .l1r4ztu {
30243
+ font-family: Inter;
30244
+ font-style: normal;
30245
+ font-weight: bold;
30246
+ font-size: 13px;
30247
+ line-height: 20px;
30248
+ }
30249
+
30250
+ .ly8vzok {
30251
+ font-family: Inter;
30252
+ font-style: normal;
30253
+ font-weight: normal;
30254
+ font-size: 13px;
30255
+ line-height: 20px;
30256
+ }
30257
+
30258
+ .lumfmf {
30259
+ font-family: Inter;
30260
+ font-style: normal;
30261
+ font-weight: 600;
30262
+ font-size: 13px;
30263
+ line-height: 20px;
30264
+ }
30265
+
30266
+ .l16ujwmv {
30267
+ font-family: Inter;
30268
+ font-style: normal;
30269
+ font-weight: bold;
30270
+ font-size: 13px;
30271
+ line-height: 20px;
30272
+ }
30273
+
30274
+ .l17o1ffr {
30275
+ font-family: Inter;
30276
+ font-style: normal;
30277
+ font-weight: normal;
30278
+ text-transform: uppercase;
30279
+ font-feature-settings: "cpsp" on;
30280
+ font-size: 13px;
30281
+ line-height: 20px;
30282
+ }
30283
+
30284
+ .lngllvn {
30285
+ font-family: Inter;
30286
+ font-style: normal;
30287
+ font-weight: bold;
30288
+ text-transform: uppercase;
30289
+ font-feature-settings: "cpsp" on;
30290
+ font-size: 13px;
30291
+ line-height: 20px;
30292
+ }
30293
+
30294
+ .l2i7fo9 {
30295
+ font-family: Inter;
30296
+ font-style: normal;
30297
+ font-weight: normal;
30298
+ font-size: 12px;
30299
+ line-height: 18px;
30300
+ }
30301
+
30302
+ .l1x7hscx {
30303
+ font-family: Inter;
30304
+ font-style: normal;
30305
+ font-weight: 500;
30306
+ font-size: 12px;
30307
+ line-height: 18px;
30308
+ }
30309
+
30310
+ .le1jwan {
30311
+ font-family: Inter;
30312
+ font-style: normal;
30313
+ font-weight: bold;
30314
+ font-size: 12px;
30315
+ line-height: 18px;
30316
+ }
30317
+
30318
+ .lyxynfj {
30319
+ font-family: Inter;
30320
+ font-style: normal;
30321
+ font-weight: normal;
30322
+ font-size: 12px;
30323
+ line-height: 18px;
30324
+ }
30325
+
30326
+ .lpb2nxv {
30327
+ font-family: Inter;
30328
+ font-style: normal;
30329
+ font-weight: 500;
30330
+ font-size: 12px;
30331
+ line-height: 18px;
30332
+ }
30333
+
30334
+ .l1r8o3vv {
30335
+ font-family: Inter;
30336
+ font-style: normal;
30337
+ font-weight: bold;
30338
+ font-size: 12px;
30339
+ line-height: 18px;
30340
+ }
30341
+
30342
+ .lemnjy2 {
30343
+ font-family: Inter;
30344
+ font-style: normal;
30345
+ font-weight: normal;
30346
+ text-transform: uppercase;
30347
+ font-feature-settings: "cpsp" on;
30348
+ font-size: 12px;
30349
+ line-height: 18px;
30350
+ }
30351
+
30352
+ .lrc42gb {
30353
+ font-family: Inter;
30354
+ font-style: normal;
30355
+ font-weight: bold;
30356
+ text-transform: uppercase;
30357
+ font-feature-settings: "cpsp" on;
30358
+ font-size: 12px;
30359
+ line-height: 18px;
30360
+ }
30361
+
30362
+ .fqaz4mb {
30363
+ font-family: Inter;
30364
+ font-style: normal;
30365
+ font-weight: normal;
30366
+ font-size: 13px;
30367
+ line-height: 20px;
30368
+ }
30369
+
30370
+ .f13we5o {
30371
+ font-family: Inter;
30372
+ font-style: normal;
30373
+ font-weight: normal;
30374
+ font-size: 13px;
30375
+ line-height: 20px;
30376
+ }
30377
+
30378
+ .ffmjua2 {
30379
+ font-family: Inter;
30380
+ font-style: normal;
30381
+ font-weight: normal;
30382
+ font-size: 12px;
30383
+ line-height: 18px;
30384
+ }
30385
+
30386
+ .fz2mxw0 {
30387
+ font-family: Inter;
30388
+ font-style: normal;
30389
+ font-weight: normal;
30390
+ font-size: 12px;
30391
+ line-height: 18px;
30392
+ }
30393
+
30394
+ .t1ertzoh {
30395
+ font-family: Inter;
30396
+ font-style: normal;
30397
+ font-weight: normal;
30398
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30399
+ font-size: 13px;
30400
+ line-height: 20px;
30401
+ }
30402
+
30403
+ .t19bge8r {
30404
+ font-family: Inter;
30405
+ font-style: normal;
30406
+ font-weight: normal;
30407
+ font-feature-settings: "zero" on;
30408
+ font-size: 13px;
30409
+ line-height: 20px;
30410
+ }
30411
+
30412
+ .tjrzfyl {
30413
+ font-family: Inter;
30414
+ font-style: normal;
30415
+ font-weight: normal;
30416
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30417
+ font-size: 12px;
30418
+ line-height: 18px;
30419
+ }
30420
+
30421
+ .tm6s7bo {
30422
+ font-family: Inter;
30423
+ font-style: normal;
30424
+ font-weight: 500;
30425
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30426
+ font-size: 12px;
30427
+ line-height: 18px;
30428
+ }
30429
+
30430
+ .t19zq6ic {
30431
+ font-family: Inter;
30432
+ font-style: normal;
30433
+ font-weight: normal;
30434
+ font-feature-settings: "zero" on;
30435
+ font-size: 12px;
30436
+ line-height: 18px;
30437
+ }
30438
+
30439
+ .t1gduru8 {
30440
+ font-family: Inter;
30441
+ font-style: normal;
30442
+ font-weight: 500;
30443
+ font-feature-settings: "zero" on;
30444
+ font-size: 12px;
30445
+ line-height: 18px;
30446
+ }
30447
+
30448
+ .t55raab {
30449
+ font-family: Inter;
30450
+ font-style: normal;
30451
+ font-weight: bold;
30452
+ font-feature-settings: "zero" on;
30453
+ font-size: 16px;
30454
+ line-height: 24px;
30455
+ }
30456
+
30457
+ .u1w9abfe {
30458
+ font-family: Inter;
30459
+ font-style: normal;
30460
+ font-weight: normal;
30461
+ font-size: 10px;
30462
+ line-height: 12px;
30463
+ }
30464
+
30465
+ .t1upn1sz {
30466
+ height: 100%;
30467
+ }
30468
+
30469
+ .tta5kd2 {
30470
+ height: 100%;
30471
+ }
30472
+ .tta5kd2.empty-table .ant-table-content {
30473
+ overflow: visible !important;
30474
+ height: 100%;
30475
+ }
30476
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30477
+ height: 100%;
30478
+ }
30479
+ .tta5kd2.empty-table .ant-table-content table {
30480
+ width: 100% !important;
30481
+ height: 100%;
30482
+ }
30483
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30484
+ padding: 15px 0;
30485
+ }
30486
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30487
+ display: none;
30488
+ }
30489
+ .tta5kd2 .active-row td:nth-child(1) {
30490
+ font-weight: 700;
30491
+ }
30492
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
30493
+ font-weight: 700;
30494
+ }
30495
+ .tta5kd2 .ant-spin-nested-loading {
30496
+ height: 100%;
30497
+ }
30498
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30499
+ height: 100%;
30500
+ overflow: visible;
30501
+ }
30502
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
30503
+ max-height: none;
30504
+ }
30505
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
30506
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
30507
+ display: none;
30508
+ }
30509
+ .tta5kd2 td.ant-table-column-sort {
30510
+ background: transparent;
30511
+ }
30512
+ .tta5kd2 td.ant-table-cell-fix-left,
30513
+ .tta5kd2 td.ant-table-cell-fix-right {
30514
+ background: #fff;
30515
+ padding: 0 !important;
30516
+ }
30517
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30518
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30519
+ display: flex;
30520
+ align-items: center;
30521
+ height: 100%;
30522
+ padding: 8px;
30523
+ }
30524
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30525
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30526
+ overflow: hidden;
30527
+ text-overflow: ellipsis;
30528
+ width: 100%;
30529
+ }
30530
+ .tta5kd2 .ant-table-container {
30531
+ height: 100%;
30532
+ }
30533
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30534
+ box-shadow: none !important;
30535
+ }
30536
+ .tta5kd2 .ant-table {
30537
+ border-radius: 0px;
30538
+ border-left: none;
30539
+ border-right: none;
30540
+ border-bottom: none;
30541
+ height: 100%;
30542
+ font-size: 12px;
30543
+ background: transparent;
30544
+ }
30545
+ .tta5kd2 .ant-table .ant-table-header {
30546
+ position: relative;
30547
+ z-index: 3;
30548
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30549
+ margin-bottom: -1px;
30026
30550
  }
30027
30551
  .tta5kd2 .ant-table .time-wrapper .date,
30028
30552
  .tta5kd2 .ant-table .value {
@@ -30255,539 +30779,191 @@ html body {
30255
30779
  position: absolute;
30256
30780
  left: 50%;
30257
30781
  top: 50%;
30258
- transform: translate(-50%, -50%);
30259
- }
30260
- .tta5kd2 .ant-table .ant-table-selection-column:after {
30261
- display: none;
30262
- }
30263
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
30264
- background: #fff;
30265
- }
30266
- .tta5kd2 .ant-table .ant-table-placeholder {
30267
- background: inherit;
30268
- }
30269
- .tta5kd2 .ant-table .ant-table-placeholder td {
30270
- position: static;
30271
- border: none;
30272
- background: inherit !important;
30273
- height: 100px;
30274
- vertical-align: middle;
30275
- }
30276
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
30277
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30278
- font-weight: bold;
30279
- font-size: 20px;
30280
- color: rgba(10, 37, 85, 0.6);
30281
- }
30282
- .tta5kd2 .ant-table td.cell__action_ {
30283
- padding: 0 !important;
30284
- position: relative;
30285
- background: #fff;
30286
- }
30287
- .tta5kd2 .ant-table td.cell__action_ > * {
30288
- height: 100%;
30289
- display: flex;
30290
- align-items: center;
30291
- justify-content: flex-end;
30292
- padding-right: 8px;
30293
- }
30294
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
30295
- width: 24px;
30296
- height: 24px;
30297
- cursor: pointer;
30298
- justify-content: center;
30299
- border-radius: 4px;
30300
- }
30301
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
30302
- background: #fff;
30303
- }
30304
-
30305
- .obf05yr {
30306
- display: inline-block;
30307
- }
30308
-
30309
- .hsms1n6 {
30310
- visibility: hidden;
30311
- position: absolute;
30312
- }
30313
-
30314
- .d6j0lbj {
30315
- font-family: Inter;
30316
- font-style: normal;
30317
- font-weight: bold;
30318
- font-size: 32px;
30319
- line-height: 40px;
30320
- }
30321
-
30322
- .d1xhvvxe {
30323
- font-family: Inter;
30324
- font-style: normal;
30325
- font-weight: bold;
30326
- font-size: 24px;
30327
- line-height: 32px;
30328
- }
30329
-
30330
- .dk10mxq {
30331
- font-family: Inter;
30332
- font-style: normal;
30333
- font-weight: normal;
30334
- font-size: 32px;
30335
- line-height: 40px;
30336
- }
30337
-
30338
- .dxsait {
30339
- font-family: Inter;
30340
- font-style: normal;
30341
- font-weight: bold;
30342
- font-size: 20px;
30343
- line-height: 24px;
30344
- }
30345
-
30346
- .dokn0h3 {
30347
- font-family: Inter;
30348
- font-style: normal;
30349
- font-weight: normal;
30350
- font-size: 20px;
30351
- line-height: 24px;
30352
- }
30353
-
30354
- .dobau4p {
30355
- font-family: Inter;
30356
- font-style: normal;
30357
- font-weight: bold;
30358
- font-size: 18px;
30359
- line-height: 22px;
30360
- }
30361
-
30362
- .dvolwok {
30363
- font-family: Inter;
30364
- font-style: normal;
30365
- font-weight: normal;
30366
- font-size: 18px;
30367
- line-height: 22px;
30368
- }
30369
-
30370
- .h181qhg4 {
30371
- font-family: Inter;
30372
- font-style: normal;
30373
- font-weight: bold;
30374
- font-size: 16px;
30375
- line-height: 22px;
30376
- }
30377
-
30378
- .h1phgmcq {
30379
- font-family: Inter;
30380
- font-style: normal;
30381
- font-weight: normal;
30382
- font-size: 16px;
30383
- line-height: 22px;
30384
- }
30385
-
30386
- .h173xnl1 {
30387
- font-family: Inter;
30388
- font-style: normal;
30389
- font-weight: bold;
30390
- font-size: 14px;
30391
- line-height: 20px;
30392
- }
30393
-
30394
- .hedm4pz {
30395
- font-family: Inter;
30396
- font-style: normal;
30397
- font-weight: normal;
30398
- font-size: 14px;
30399
- line-height: 20px;
30400
- }
30401
-
30402
- .h1kd8xld {
30403
- font-family: Inter;
30404
- font-style: normal;
30405
- font-weight: bold;
30406
- font-size: 12px;
30407
- line-height: 18px;
30408
- }
30409
-
30410
- .hp14fr {
30411
- font-family: Inter;
30412
- font-style: normal;
30413
- font-weight: normal;
30414
- font-size: 12px;
30415
- line-height: 18px;
30416
- }
30417
-
30418
- .hgrg7mn {
30419
- font-family: Inter;
30420
- font-style: normal;
30421
- font-weight: bold;
30422
- text-transform: uppercase;
30423
- font-feature-settings: "cpsp" on;
30424
- font-size: 12px;
30425
- line-height: 18px;
30426
- }
30427
-
30428
- .h6zme9x {
30429
- font-family: Inter;
30430
- font-style: normal;
30431
- font-weight: normal;
30432
- text-transform: uppercase;
30433
- font-feature-settings: "cpsp" on;
30434
- font-size: 12px;
30435
- line-height: 18px;
30436
- }
30437
-
30438
- .locjvsv {
30439
- font-family: Inter;
30440
- font-style: normal;
30441
- font-weight: normal;
30442
- font-size: 16px;
30443
- line-height: 24px;
30444
- }
30445
-
30446
- .l13gi131 {
30447
- font-family: Inter;
30448
- font-style: normal;
30449
- font-weight: bold;
30450
- font-size: 16px;
30451
- line-height: 24px;
30452
- }
30453
-
30454
- .l1ynemsu {
30455
- font-family: Inter;
30456
- font-style: normal;
30457
- font-weight: normal;
30458
- font-size: 16px;
30459
- line-height: 24px;
30460
- }
30461
-
30462
- .l1cft1cx {
30463
- font-family: Inter;
30464
- font-style: normal;
30465
- font-weight: bold;
30466
- font-size: 16px;
30467
- line-height: 24px;
30468
- }
30469
-
30470
- .l17tqc8p {
30471
- font-family: Inter;
30472
- font-style: normal;
30473
- font-weight: normal;
30474
- text-transform: uppercase;
30475
- font-feature-settings: "cpsp" on;
30476
- font-size: 16px;
30477
- line-height: 24px;
30478
- }
30479
-
30480
- .l1j1e5w7 {
30481
- font-family: Inter;
30482
- font-style: normal;
30483
- font-weight: bold;
30484
- text-transform: uppercase;
30485
- font-feature-settings: "cpsp" on;
30486
- font-size: 16px;
30487
- line-height: 24px;
30782
+ transform: translate(-50%, -50%);
30488
30783
  }
30489
-
30490
- .l1gf91jb {
30491
- font-family: Inter;
30492
- font-style: normal;
30493
- font-weight: normal;
30494
- font-size: 14px;
30495
- line-height: 22px;
30784
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
30785
+ display: none;
30496
30786
  }
30497
-
30498
- .lu7hlr6 {
30499
- font-family: Inter;
30500
- font-style: normal;
30501
- font-weight: 500;
30502
- font-size: 14px;
30503
- line-height: 22px;
30787
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
30788
+ background: #fff;
30504
30789
  }
30505
-
30506
- .l3l3jf0 {
30507
- font-family: Inter;
30508
- font-style: normal;
30509
- font-weight: bold;
30510
- font-size: 14px;
30511
- line-height: 22px;
30790
+ .tta5kd2 .ant-table .ant-table-placeholder {
30791
+ background: inherit;
30512
30792
  }
30513
-
30514
- .l12j5nqp {
30515
- font-family: Inter;
30516
- font-style: normal;
30517
- font-weight: normal;
30518
- font-size: 14px;
30519
- line-height: 22px;
30793
+ .tta5kd2 .ant-table .ant-table-placeholder td {
30794
+ position: static;
30795
+ border: none;
30796
+ background: inherit !important;
30797
+ height: 100px;
30798
+ vertical-align: middle;
30520
30799
  }
30521
-
30522
- .l1tecqht {
30523
- font-family: Inter;
30524
- font-style: normal;
30800
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
30801
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30525
30802
  font-weight: bold;
30526
- font-size: 14px;
30527
- line-height: 22px;
30803
+ font-size: 20px;
30804
+ color: rgba(10, 37, 85, 0.6);
30528
30805
  }
30529
-
30530
- .l6sa990 {
30531
- font-family: Inter;
30532
- font-style: normal;
30533
- font-weight: normal;
30534
- text-transform: uppercase;
30535
- font-feature-settings: "cpsp" on;
30536
- font-size: 14px;
30537
- line-height: 22px;
30806
+ .tta5kd2 .ant-table td.cell__action_ {
30807
+ padding: 0 !important;
30808
+ position: relative;
30809
+ background: #fff;
30538
30810
  }
30539
-
30540
- .lckqe8j {
30541
- font-family: Inter;
30542
- font-style: normal;
30543
- font-weight: bold;
30544
- text-transform: uppercase;
30545
- font-feature-settings: "cpsp" on;
30546
- font-size: 14px;
30547
- line-height: 22px;
30811
+ .tta5kd2 .ant-table td.cell__action_ > * {
30812
+ height: 100%;
30813
+ display: flex;
30814
+ align-items: center;
30815
+ justify-content: flex-end;
30816
+ padding-right: 8px;
30548
30817
  }
30549
-
30550
- .l1kuminb {
30551
- font-family: Inter;
30552
- font-style: normal;
30553
- font-weight: normal;
30554
- font-size: 13px;
30555
- line-height: 20px;
30818
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
30819
+ width: 24px;
30820
+ height: 24px;
30821
+ cursor: pointer;
30822
+ justify-content: center;
30823
+ border-radius: 4px;
30556
30824
  }
30557
-
30558
- .l1pbuf5j {
30559
- font-family: Inter;
30560
- font-style: normal;
30561
- font-weight: 600;
30562
- font-size: 13px;
30563
- line-height: 20px;
30825
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
30826
+ background: #fff;
30564
30827
  }
30565
30828
 
30566
- .l1r4ztu {
30567
- font-family: Inter;
30568
- font-style: normal;
30569
- font-weight: bold;
30570
- font-size: 13px;
30571
- line-height: 20px;
30829
+ .c18bcrac {
30830
+ display: inline-block;
30831
+ width: 100%;
30572
30832
  }
30573
-
30574
- .ly8vzok {
30575
- font-family: Inter;
30576
- font-style: normal;
30577
- font-weight: normal;
30578
- font-size: 13px;
30579
- line-height: 20px;
30833
+ .c18bcrac .recharts-wrapper {
30834
+ margin-left: 4px;
30580
30835
  }
30581
30836
 
30582
- .lumfmf {
30583
- font-family: Inter;
30584
- font-style: normal;
30585
- font-weight: 600;
30586
- font-size: 13px;
30587
- line-height: 20px;
30837
+ .cro7kg2 {
30838
+ padding: 4px;
30588
30839
  }
30589
30840
 
30590
- .l16ujwmv {
30591
- font-family: Inter;
30592
- font-style: normal;
30593
- font-weight: bold;
30841
+ .c14wcxf0 {
30842
+ display: flex;
30843
+ justify-content: space-between;
30844
+ align-items: center;
30594
30845
  font-size: 13px;
30595
- line-height: 20px;
30846
+ line-height: 24px;
30847
+ color: #cccccc;
30848
+ white-space: nowrap;
30596
30849
  }
30597
-
30598
- .l17o1ffr {
30599
- font-family: Inter;
30600
- font-style: normal;
30601
- font-weight: normal;
30602
- text-transform: uppercase;
30603
- font-feature-settings: "cpsp" on;
30604
- font-size: 13px;
30605
- line-height: 20px;
30850
+ .c14wcxf0 label {
30851
+ margin-right: 32px;
30606
30852
  }
30607
30853
 
30608
- .lngllvn {
30609
- font-family: Inter;
30610
- font-style: normal;
30854
+ .coy29mj.c14wcxf0 {
30611
30855
  font-weight: bold;
30612
- text-transform: uppercase;
30613
- font-feature-settings: "cpsp" on;
30614
- font-size: 13px;
30615
- line-height: 20px;
30616
- }
30617
-
30618
- .l2i7fo9 {
30619
- font-family: Inter;
30620
- font-style: normal;
30621
- font-weight: normal;
30622
- font-size: 12px;
30623
- line-height: 18px;
30856
+ color: white;
30624
30857
  }
30625
30858
 
30626
- .l1x7hscx {
30627
- font-family: Inter;
30628
- font-style: normal;
30629
- font-weight: 500;
30630
- font-size: 12px;
30631
- line-height: 18px;
30859
+ .s11212zy {
30860
+ width: 8px;
30861
+ height: 8px;
30862
+ border-radius: 2px;
30863
+ display: inline-block;
30864
+ background: var(--s11212zy-0);
30865
+ border: 1px solid #fff;
30866
+ box-sizing: content-box;
30867
+ margin-right: 6px;
30632
30868
  }
30633
30869
 
30634
- .le1jwan {
30635
- font-family: Inter;
30636
- font-style: normal;
30870
+ .p1lyky6c > :first-child {
30637
30871
  font-weight: bold;
30638
- font-size: 12px;
30639
- line-height: 18px;
30640
- }
30641
-
30642
- .lyxynfj {
30643
- font-family: Inter;
30644
- font-style: normal;
30645
- font-weight: normal;
30646
- font-size: 12px;
30647
- line-height: 18px;
30872
+ color: white;
30873
+ margin-right: 4px;
30648
30874
  }
30649
30875
 
30650
- .lpb2nxv {
30651
- font-family: Inter;
30652
- font-style: normal;
30653
- font-weight: 500;
30654
- font-size: 12px;
30655
- line-height: 18px;
30876
+ .clm1wy1 {
30877
+ width: 192px;
30878
+ height: 246px;
30879
+ border-radius: 4px;
30656
30880
  }
30657
-
30658
- .l1r8o3vv {
30659
- font-family: Inter;
30660
- font-style: normal;
30661
- font-weight: bold;
30662
- font-size: 12px;
30663
- line-height: 18px;
30881
+ .clm1wy1 > .ant-picker-calendar,
30882
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel {
30883
+ width: 100%;
30884
+ background-color: rgba(245, 247, 250, 0.6);
30885
+ border-top: none;
30664
30886
  }
30665
-
30666
- .lemnjy2 {
30667
- font-family: Inter;
30668
- font-style: normal;
30669
- font-weight: normal;
30670
- text-transform: uppercase;
30671
- font-feature-settings: "cpsp" on;
30672
- font-size: 12px;
30673
- line-height: 18px;
30887
+ .clm1wy1 > .ant-picker-calendar .ant-picker-body,
30888
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
30889
+ padding: 0 16px;
30674
30890
  }
30675
-
30676
- .lrc42gb {
30677
- font-family: Inter;
30678
- font-style: normal;
30679
- font-weight: bold;
30680
- text-transform: uppercase;
30681
- font-feature-settings: "cpsp" on;
30682
- font-size: 12px;
30683
- line-height: 18px;
30891
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content,
30892
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
30893
+ width: 100%;
30894
+ height: 180px;
30895
+ border-spacing: 0;
30684
30896
  }
30685
-
30686
- .fqaz4mb {
30687
- font-family: Inter;
30688
- font-style: normal;
30689
- font-weight: normal;
30690
- font-size: 13px;
30691
- line-height: 20px;
30897
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
30898
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
30899
+ margin-bottom: 8px;
30692
30900
  }
30693
-
30694
- .f13we5o {
30695
- font-family: Inter;
30696
- font-style: normal;
30697
- font-weight: normal;
30698
- font-size: 13px;
30699
- line-height: 20px;
30901
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content th,
30902
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
30903
+ width: 22px;
30700
30904
  }
30701
-
30702
- .ffmjua2 {
30703
- font-family: Inter;
30704
- font-style: normal;
30705
- font-weight: normal;
30706
- font-size: 12px;
30707
- line-height: 18px;
30905
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
30906
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
30907
+ padding: 0;
30708
30908
  }
30709
-
30710
- .fz2mxw0 {
30711
- font-family: Inter;
30712
- font-style: normal;
30713
- font-weight: normal;
30714
- font-size: 12px;
30715
- line-height: 18px;
30909
+ .clm1wy1 .ant-picker-cell {
30910
+ color: rgba(62, 70, 82, 0.6);
30911
+ opacity: 0.4;
30716
30912
  }
30717
-
30718
- .t1ertzoh {
30719
- font-family: Inter;
30720
- font-style: normal;
30721
- font-weight: normal;
30722
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30723
- font-size: 13px;
30724
- line-height: 20px;
30913
+ .clm1wy1 .ant-picker-cell-in-view {
30914
+ color: rgba(62, 70, 82, 0.6);
30915
+ opacity: 1;
30725
30916
  }
30726
-
30727
- .t19bge8r {
30728
- font-family: Inter;
30729
- font-style: normal;
30730
- font-weight: normal;
30731
- font-feature-settings: "zero" on;
30732
- font-size: 13px;
30733
- line-height: 20px;
30917
+ .clm1wy1 .ant-picker-cell-in-view > .active {
30918
+ color: #3e4652;
30734
30919
  }
30735
-
30736
- .tjrzfyl {
30737
- font-family: Inter;
30738
- font-style: normal;
30739
- font-weight: normal;
30740
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30741
- font-size: 12px;
30742
- line-height: 18px;
30920
+ .clm1wy1 .ant-picker-cell::before {
30921
+ pointer-events: none;
30743
30922
  }
30744
30923
 
30745
- .tm6s7bo {
30746
- font-family: Inter;
30747
- font-style: normal;
30748
- font-weight: 500;
30749
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30750
- font-size: 12px;
30751
- line-height: 18px;
30924
+ .t1tsm00v {
30925
+ color: rgba(129, 138, 153, 0.6);
30926
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
30927
+ backdrop-filter: blur(10px);
30928
+ padding: 7px 10px;
30752
30929
  }
30753
30930
 
30754
- .t19zq6ic {
30755
- font-family: Inter;
30756
- font-style: normal;
30757
- font-weight: normal;
30758
- font-feature-settings: "zero" on;
30759
- font-size: 12px;
30760
- line-height: 18px;
30931
+ .c167wnad {
30932
+ color: rgba(62, 70, 82, 0.6);
30933
+ display: flex;
30934
+ justify-content: space-between;
30935
+ align-items: center;
30936
+ padding: 8px 16px;
30761
30937
  }
30762
-
30763
- .t1gduru8 {
30764
- font-family: Inter;
30765
- font-style: normal;
30766
- font-weight: 500;
30767
- font-feature-settings: "zero" on;
30768
- font-size: 12px;
30769
- line-height: 18px;
30938
+ .c167wnad .anticon {
30939
+ cursor: pointer;
30770
30940
  }
30771
-
30772
- .t55raab {
30773
- font-family: Inter;
30774
- font-style: normal;
30775
- font-weight: bold;
30776
- font-feature-settings: "zero" on;
30777
- font-size: 16px;
30778
- line-height: 24px;
30941
+ .c167wnad .anticon:hover {
30942
+ color: #0096ff;
30779
30943
  }
30780
30944
 
30781
- .u1w9abfe {
30782
- font-family: Inter;
30783
- font-style: normal;
30784
- font-weight: normal;
30785
- font-size: 10px;
30786
- line-height: 12px;
30945
+ .cxhf7dh {
30946
+ text-align: center;
30787
30947
  }
30788
-
30789
- .i1e4sgug {
30948
+ .cxhf7dh .dots {
30949
+ display: flex;
30950
+ justify-content: center;
30951
+ }
30952
+ .cxhf7dh .dot {
30790
30953
  display: inline-block;
30954
+ width: 2px;
30955
+ height: 2px;
30956
+ border-radius: 1px;
30957
+ background: #0096ff;
30958
+ }
30959
+ .cxhf7dh .dot:not(:last-child) {
30960
+ margin-right: 2px;
30961
+ }
30962
+ .cxhf7dh .bar {
30963
+ width: 9px;
30964
+ height: 2px;
30965
+ background: #0096ff;
30966
+ border-radius: 2px;
30791
30967
  }
30792
30968
 
30793
30969
  .cz04yix {
@@ -31391,83 +31567,195 @@ input.rrg1fkn.ant-input {
31391
31567
  border-top-left-radius: 0;
31392
31568
  border-bottom-left-radius: 0;
31393
31569
  }
31394
-
31395
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31396
- border-top-right-radius: 0;
31397
- border-bottom-right-radius: 0;
31570
+
31571
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31572
+ border-top-right-radius: 0;
31573
+ border-bottom-right-radius: 0;
31574
+ }
31575
+
31576
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31577
+ border-top-left-radius: 0;
31578
+ border-bottom-left-radius: 0;
31579
+ }
31580
+
31581
+ .c1t6wbwv {
31582
+ display: flex;
31583
+ flex-direction: column;
31584
+ }
31585
+ .c1t6wbwv .select-wrapper {
31586
+ margin-top: 12px;
31587
+ }
31588
+ .c1t6wbwv .select-wrapper .select {
31589
+ width: 100%;
31590
+ }
31591
+ .c1t6wbwv .radio-wrapper {
31592
+ margin-top: 24px;
31593
+ }
31594
+ .c1t6wbwv .form-item {
31595
+ width: 100%;
31596
+ }
31597
+
31598
+ .d1k7vv5v {
31599
+ font-size: 14px;
31600
+ font-weight: 500;
31601
+ color: #3e4652;
31602
+ line-height: 18px;
31603
+ }
31604
+ .d1k7vv5v + .d1k7vv5v {
31605
+ margin-top: 16px;
31606
+ }
31607
+ .d1k7vv5v + * {
31608
+ margin-top: 16px;
31609
+ }
31610
+
31611
+ .le7b9r4.d1k7vv5v {
31612
+ font-size: 12px;
31613
+ color: rgba(44, 56, 82, 0.6);
31614
+ margin-top: 12px;
31615
+ }
31616
+
31617
+ .r1dnygxx.le7b9r4.d1k7vv5v {
31618
+ line-height: 18px;
31619
+ font-weight: 500;
31620
+ margin-top: 0;
31621
+ white-space: initial;
31622
+ }
31623
+
31624
+ .r12ddqmh {
31625
+ display: block;
31626
+ }
31627
+ .r12ddqmh span {
31628
+ font-size: 14px;
31629
+ font-weight: 500;
31630
+ line-height: 32px;
31631
+ color: #3e4652;
31632
+ }
31633
+
31634
+ .ctcr26a {
31635
+ margin-top: 8px;
31636
+ padding: 8px;
31637
+ border-radius: 6px;
31638
+ background: rgba(225, 230, 241, 0.6);
31639
+ color: rgba(44, 56, 82, 0.6);
31640
+ font-size: 12px;
31641
+ }
31642
+ .ctcr26a div {
31643
+ line-height: 20px;
31644
+ display: flex;
31645
+ align-items: center;
31646
+ word-break: break-all;
31647
+ }
31648
+
31649
+ .s34f1qb.ant-switch {
31650
+ min-width: 40px;
31651
+ height: 24px;
31652
+ background: rgba(172, 186, 211, 0.6);
31653
+ overflow: hidden;
31654
+ }
31655
+ .s34f1qb.ant-switch:focus {
31656
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31657
+ }
31658
+ .s34f1qb.ant-switch-small {
31659
+ min-width: 26px;
31660
+ height: 16px;
31661
+ }
31662
+ .s34f1qb.ant-switch-large {
31663
+ min-width: 52px;
31664
+ height: 32px;
31665
+ }
31666
+ .s34f1qb.ant-switch .ant-switch-handle {
31667
+ height: 20px;
31668
+ width: 20px;
31669
+ }
31670
+ .s34f1qb.ant-switch .ant-switch-handle::before {
31671
+ border-radius: 10px;
31672
+ transition-delay: 120ms;
31673
+ }
31674
+ .s34f1qb.ant-switch-small .ant-switch-handle {
31675
+ height: 14px;
31676
+ width: 14px;
31677
+ top: 1px;
31678
+ left: 1px;
31679
+ }
31680
+ .s34f1qb.ant-switch-large .ant-switch-handle {
31681
+ height: 28px;
31682
+ width: 28px;
31683
+ }
31684
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
31685
+ border-radius: 14px;
31686
+ }
31687
+ .s34f1qb.ant-switch-checked {
31688
+ background-color: #00ba5d;
31689
+ }
31690
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
31691
+ left: calc(100% - 20px - 2px);
31692
+ }
31693
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31694
+ left: calc(100% - 14px - 1px);
31695
+ }
31696
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31697
+ left: calc(100% - 28px - 2px);
31398
31698
  }
31399
31699
 
31400
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31401
- border-top-left-radius: 0;
31402
- border-bottom-left-radius: 0;
31700
+ .c1to9vb9 {
31701
+ margin-left: 5px;
31403
31702
  }
31404
31703
 
31405
- .c1t6wbwv {
31704
+ .p12gwtiw {
31406
31705
  display: flex;
31407
- flex-direction: column;
31706
+ justify-content: space-between;
31707
+ align-items: center;
31708
+ padding: 10px 0;
31709
+ color: rgba(44, 56, 82, 0.6);
31710
+ font-size: 12px;
31711
+ line-height: 24px;
31408
31712
  }
31409
- .c1t6wbwv .select-wrapper {
31410
- margin-top: 12px;
31713
+ .p12gwtiw .pagination-left {
31714
+ padding: 2px 8px;
31411
31715
  }
31412
- .c1t6wbwv .select-wrapper .select {
31413
- width: 100%;
31716
+ .p12gwtiw .dropdown-trigger {
31717
+ display: flex;
31718
+ align-items: center;
31719
+ border-radius: 6px;
31720
+ cursor: pointer;
31721
+ transition: all 0.3s ease;
31414
31722
  }
31415
- .c1t6wbwv .radio-wrapper {
31416
- margin-top: 24px;
31723
+ .p12gwtiw .dropdown-trigger:hover {
31724
+ background: rgba(211, 218, 235, 0.6);
31725
+ color: #0080ff;
31417
31726
  }
31418
- .c1t6wbwv .form-item {
31419
- width: 100%;
31727
+ .p12gwtiw .dropdown-trigger .icon-inner {
31728
+ margin-left: 4px;
31420
31729
  }
31421
-
31422
- .d1k7vv5v {
31423
- font-size: 14px;
31424
- font-weight: 500;
31425
- color: #3e4652;
31426
- line-height: 18px;
31730
+ .p12gwtiw .pagination-right {
31731
+ display: flex;
31732
+ align-items: center;
31733
+ color: #0080ff;
31734
+ font-weight: bold;
31427
31735
  }
31428
- .d1k7vv5v + .d1k7vv5v {
31429
- margin-top: 16px;
31736
+ .p12gwtiw .pagination-right .icon-inner {
31737
+ margin-left: 4px;
31430
31738
  }
31431
- .d1k7vv5v + * {
31432
- margin-top: 16px;
31739
+ .p12gwtiw .pagination-right .prev-btn,
31740
+ .p12gwtiw .pagination-right .next-btn {
31741
+ padding: 0 8px;
31433
31742
  }
31434
-
31435
- .le7b9r4.d1k7vv5v {
31436
- font-size: 12px;
31437
- color: rgba(44, 56, 82, 0.6);
31438
- margin-top: 12px;
31743
+ .p12gwtiw .pagination-right .prev-btn > span,
31744
+ .p12gwtiw .pagination-right .next-btn > span {
31745
+ color: #0080ff;
31439
31746
  }
31440
-
31441
- .r1dnygxx.le7b9r4.d1k7vv5v {
31442
- line-height: 18px;
31443
- font-weight: 500;
31444
- margin-top: 0;
31445
- white-space: initial;
31747
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
31748
+ transform: rotate(180deg);
31446
31749
  }
31447
31750
 
31448
- .r12ddqmh {
31449
- display: block;
31450
- }
31451
- .r12ddqmh span {
31452
- font-size: 14px;
31453
- font-weight: 500;
31454
- line-height: 32px;
31455
- color: #3e4652;
31751
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31752
+ max-height: calc(100vh - 128px);
31753
+ overflow-y: auto;
31456
31754
  }
31457
-
31458
- .ctcr26a {
31459
- margin-top: 8px;
31460
- padding: 8px;
31461
- border-radius: 6px;
31462
- background: rgba(225, 230, 241, 0.6);
31463
- color: rgba(44, 56, 82, 0.6);
31755
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31756
+ padding: 4px 20px;
31464
31757
  font-size: 12px;
31465
- }
31466
- .ctcr26a div {
31467
- line-height: 20px;
31468
- display: flex;
31469
- align-items: center;
31470
- word-break: break-all;
31758
+ line-height: 18px;
31471
31759
  }
31472
31760
 
31473
31761
  .rxbeqvl.ant-radio-wrapper {
@@ -31557,201 +31845,63 @@ input.rrg1fkn.ant-input {
31557
31845
  .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31558
31846
  background: #ccd4e3;
31559
31847
  }
31560
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31561
- background: #0080ff;
31562
- }
31563
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31564
- background: #ccd4e3;
31565
- opacity: 0.5;
31566
- }
31567
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31568
- border-right-color: #0080ff;
31569
- }
31570
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31571
- border-color: #0080ff;
31572
- }
31573
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31574
- background: rgba(0, 136, 255, 0.1);
31575
- }
31576
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31577
- background: rgba(211, 218, 235, 0.6);
31578
- border-color: #ccd4e3;
31579
- opacity: 0.5;
31580
- }
31581
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31582
- color: #00122e;
31583
- border-color: #ccd4e3;
31584
- }
31585
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31586
- color: #00122e;
31587
- border-color: #ccd4e3;
31588
- background: rgba(172, 186, 211, 0.6);
31589
- }
31590
- .r1f0aqcc .ant-radio-button-input {
31591
- margin-right: 8px;
31592
- display: inline;
31593
- border: none;
31594
- padding: 0;
31595
- width: 36px;
31596
- background: transparent;
31597
- }
31598
- .r1f0aqcc .ant-radio-button-input:focus {
31599
- box-shadow: none;
31600
- }
31601
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31602
- margin-right: 0;
31603
- width: initial;
31604
- box-shadow: none;
31605
- }
31606
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31607
- display: none;
31608
- }
31609
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31610
- display: inline;
31611
- }
31612
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31613
- display: inline;
31614
- margin-right: 8px;
31615
- padding: 0;
31616
- width: 36px;
31617
- }
31618
-
31619
- .s1fc623g {
31620
- width: 430px !important;
31621
- }
31622
-
31623
- .da3mx0o .ant-select-item-group {
31624
- padding: 8px 16px;
31625
- line-height: 18px;
31626
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31627
- height: 34px;
31628
- min-height: 34px;
31629
- box-sizing: border-box;
31630
- margin-top: 8px;
31631
- }
31632
-
31633
- .onr9gzt {
31634
- display: flex;
31635
- flex-direction: column;
31636
- margin: 1px 8px;
31637
- padding: 8px;
31638
- border-radius: 4px;
31639
- }
31640
- .onr9gzt .selected-icon {
31641
- display: none;
31642
- }
31643
- .onr9gzt.ant-select-item-option-grouped {
31644
- padding-left: 8px;
31645
- }
31646
- .onr9gzt.ant-select-item-option-selected {
31647
- background-color: white;
31648
- }
31649
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31650
- color: #0080ff;
31651
- }
31652
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31653
- display: block;
31654
- }
31655
- .onr9gzt.ant-select-item-option-active {
31656
- background: rgba(0, 136, 255, 0.16);
31657
- }
31658
- .onr9gzt.ant-select-item-option-active .timezone-title {
31659
- color: #0080ff;
31660
- }
31661
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31662
- background: rgba(0, 136, 255, 0.1);
31663
- color: #0080ff;
31664
- }
31665
-
31666
- .oiy0apc {
31667
- display: flex;
31668
- justify-content: space-between;
31669
- height: 20px;
31670
- line-height: 20px;
31671
- }
31672
- .oiy0apc .timezone-title {
31673
- color: #2d3a56;
31674
- overflow: hidden;
31675
- text-overflow: ellipsis;
31676
- }
31677
-
31678
- .of4y382 {
31679
- display: flex;
31680
- justify-content: space-between;
31681
- color: rgba(44, 56, 82, 0.6);
31682
- height: 18px;
31683
- line-height: 18px;
31684
- margin-top: 2px;
31685
- }
31686
-
31687
- .t19903l9 {
31688
- border: none;
31689
- margin-right: 0;
31690
- background: rgba(225, 230, 241, 0.6);
31691
- }
31692
-
31693
- .ohwbvxu {
31694
- pointer-events: none;
31695
- height: 32px;
31696
- width: 100%;
31697
- opacity: 0;
31698
- }
31699
-
31700
- .p12gwtiw {
31701
- display: flex;
31702
- justify-content: space-between;
31703
- align-items: center;
31704
- padding: 10px 0;
31705
- color: rgba(44, 56, 82, 0.6);
31706
- font-size: 12px;
31707
- line-height: 24px;
31848
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31849
+ background: #0080ff;
31708
31850
  }
31709
- .p12gwtiw .pagination-left {
31710
- padding: 2px 8px;
31851
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31852
+ background: #ccd4e3;
31853
+ opacity: 0.5;
31711
31854
  }
31712
- .p12gwtiw .dropdown-trigger {
31713
- display: flex;
31714
- align-items: center;
31715
- border-radius: 6px;
31716
- cursor: pointer;
31717
- transition: all 0.3s ease;
31855
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31856
+ border-right-color: #0080ff;
31718
31857
  }
31719
- .p12gwtiw .dropdown-trigger:hover {
31858
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31859
+ border-color: #0080ff;
31860
+ }
31861
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
31862
+ background: rgba(0, 136, 255, 0.1);
31863
+ }
31864
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
31720
31865
  background: rgba(211, 218, 235, 0.6);
31721
- color: #0080ff;
31866
+ border-color: #ccd4e3;
31867
+ opacity: 0.5;
31722
31868
  }
31723
- .p12gwtiw .dropdown-trigger .icon-inner {
31724
- margin-left: 4px;
31869
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31870
+ color: #00122e;
31871
+ border-color: #ccd4e3;
31725
31872
  }
31726
- .p12gwtiw .pagination-right {
31727
- display: flex;
31728
- align-items: center;
31729
- color: #0080ff;
31730
- font-weight: bold;
31873
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31874
+ color: #00122e;
31875
+ border-color: #ccd4e3;
31876
+ background: rgba(172, 186, 211, 0.6);
31731
31877
  }
31732
- .p12gwtiw .pagination-right .icon-inner {
31733
- margin-left: 4px;
31878
+ .r1f0aqcc .ant-radio-button-input {
31879
+ margin-right: 8px;
31880
+ display: inline;
31881
+ border: none;
31882
+ padding: 0;
31883
+ width: 36px;
31884
+ background: transparent;
31734
31885
  }
31735
- .p12gwtiw .pagination-right .prev-btn,
31736
- .p12gwtiw .pagination-right .next-btn {
31737
- padding: 0 8px;
31886
+ .r1f0aqcc .ant-radio-button-input:focus {
31887
+ box-shadow: none;
31738
31888
  }
31739
- .p12gwtiw .pagination-right .prev-btn > span,
31740
- .p12gwtiw .pagination-right .next-btn > span {
31741
- color: #0080ff;
31889
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31890
+ margin-right: 0;
31891
+ width: initial;
31892
+ box-shadow: none;
31742
31893
  }
31743
- .p12gwtiw .pagination-right .next-btn .icon-inner {
31744
- transform: rotate(180deg);
31894
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31895
+ display: none;
31745
31896
  }
31746
-
31747
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31748
- max-height: calc(100vh - 128px);
31749
- overflow-y: auto;
31897
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31898
+ display: inline;
31750
31899
  }
31751
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31752
- padding: 4px 20px;
31753
- font-size: 12px;
31754
- line-height: 18px;
31900
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31901
+ display: inline;
31902
+ margin-right: 8px;
31903
+ padding: 0;
31904
+ width: 36px;
31755
31905
  }
31756
31906
 
31757
31907
  .c1up1pdz {
@@ -31894,150 +32044,6 @@ input.rrg1fkn.ant-input {
31894
32044
  color: #fff;
31895
32045
  }
31896
32046
 
31897
- .s1iv0tp1 .enabled-switch {
31898
- display: flex;
31899
- align-items: center;
31900
- }
31901
- .s1iv0tp1 .enabled-text {
31902
- margin-right: 8px;
31903
- }
31904
-
31905
- .clm1wy1 {
31906
- width: 192px;
31907
- height: 246px;
31908
- border-radius: 4px;
31909
- }
31910
- .clm1wy1 > .ant-picker-calendar,
31911
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel {
31912
- width: 100%;
31913
- background-color: rgba(245, 247, 250, 0.6);
31914
- border-top: none;
31915
- }
31916
- .clm1wy1 > .ant-picker-calendar .ant-picker-body,
31917
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
31918
- padding: 0 16px;
31919
- }
31920
- .clm1wy1 > .ant-picker-calendar .ant-picker-content,
31921
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
31922
- width: 100%;
31923
- height: 180px;
31924
- border-spacing: 0;
31925
- }
31926
- .clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
31927
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
31928
- margin-bottom: 8px;
31929
- }
31930
- .clm1wy1 > .ant-picker-calendar .ant-picker-content th,
31931
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
31932
- width: 22px;
31933
- }
31934
- .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
31935
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
31936
- padding: 0;
31937
- }
31938
- .clm1wy1 .ant-picker-cell {
31939
- color: rgba(62, 70, 82, 0.6);
31940
- opacity: 0.4;
31941
- }
31942
- .clm1wy1 .ant-picker-cell-in-view {
31943
- color: rgba(62, 70, 82, 0.6);
31944
- opacity: 1;
31945
- }
31946
- .clm1wy1 .ant-picker-cell-in-view > .active {
31947
- color: #3e4652;
31948
- }
31949
- .clm1wy1 .ant-picker-cell::before {
31950
- pointer-events: none;
31951
- }
31952
-
31953
- .t1tsm00v {
31954
- color: rgba(129, 138, 153, 0.6);
31955
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
31956
- backdrop-filter: blur(10px);
31957
- padding: 7px 10px;
31958
- }
31959
-
31960
- .c167wnad {
31961
- color: rgba(62, 70, 82, 0.6);
31962
- display: flex;
31963
- justify-content: space-between;
31964
- align-items: center;
31965
- padding: 8px 16px;
31966
- }
31967
- .c167wnad .anticon {
31968
- cursor: pointer;
31969
- }
31970
- .c167wnad .anticon:hover {
31971
- color: #0096ff;
31972
- }
31973
-
31974
- .cxhf7dh {
31975
- text-align: center;
31976
- }
31977
- .cxhf7dh .dots {
31978
- display: flex;
31979
- justify-content: center;
31980
- }
31981
- .cxhf7dh .dot {
31982
- display: inline-block;
31983
- width: 2px;
31984
- height: 2px;
31985
- border-radius: 1px;
31986
- background: #0096ff;
31987
- }
31988
- .cxhf7dh .dot:not(:last-child) {
31989
- margin-right: 2px;
31990
- }
31991
- .cxhf7dh .bar {
31992
- width: 9px;
31993
- height: 2px;
31994
- background: #0096ff;
31995
- border-radius: 2px;
31996
- }
31997
-
31998
- .wg1tsps {
31999
- display: flex;
32000
- align-items: center;
32001
- justify-content: flex-end;
32002
- }
32003
-
32004
- .b1ctd5xy {
32005
- display: flex;
32006
- align-items: center;
32007
- width: calc(100% - 40px);
32008
- }
32009
- .b1ctd5xy .chart {
32010
- display: inline-block;
32011
- width: 100%;
32012
- }
32013
-
32014
- .u1p8acpn {
32015
- min-width: 40px;
32016
- }
32017
- .u1p8acpn .unit {
32018
- color: #00122e !important;
32019
- }
32020
-
32021
- .c18gxmrl {
32022
- border: 1px solid #d8deeb;
32023
- border-radius: 4px;
32024
- }
32025
- .c18gxmrl + .c18gxmrl {
32026
- margin-top: 8px;
32027
- }
32028
- .c18gxmrl:hover {
32029
- border-color: #0080ff;
32030
- }
32031
- .c18gxmrl:hover > header {
32032
- background: rgba(0, 128, 255, 0.1);
32033
- }
32034
- .c18gxmrl.active header {
32035
- border-bottom: 1px solid #d8deeb;
32036
- }
32037
- .c18gxmrl > header {
32038
- padding: 8px 12px;
32039
- }
32040
-
32041
32047
  .c1uzzomf {
32042
32048
  margin-bottom: 16px;
32043
32049
  }
@@ -32060,6 +32066,46 @@ input.rrg1fkn.ant-input {
32060
32066
  text-align: center;
32061
32067
  }
32062
32068
 
32069
+ .c1bus5hc {
32070
+ --color: white;
32071
+ height: 14px;
32072
+ width: 14px;
32073
+ border-radius: 50%;
32074
+ flex-shrink: 0;
32075
+ display: flex;
32076
+ align-items: center;
32077
+ justify-content: center;
32078
+ border: 1px solid var(--color);
32079
+ }
32080
+ .c1bus5hc .circle-inner {
32081
+ position: relative;
32082
+ height: 10px;
32083
+ width: 10px;
32084
+ border-radius: 50%;
32085
+ overflow: hidden;
32086
+ }
32087
+ .c1bus5hc .circle-content {
32088
+ position: absolute;
32089
+ height: 100%;
32090
+ width: 100%;
32091
+ left: 0;
32092
+ top: 0;
32093
+ border-radius: 50%;
32094
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32095
+ transform: rotate(180deg);
32096
+ }
32097
+ .c1bus5hc .circle-child {
32098
+ position: absolute;
32099
+ height: 100%;
32100
+ width: 100%;
32101
+ left: 0;
32102
+ top: 0;
32103
+ margin-left: 50%;
32104
+ transform-origin: left;
32105
+ background: white;
32106
+ transform: rotate(0deg);
32107
+ }
32108
+
32063
32109
  .berrcjl {
32064
32110
  color: rgba(10, 37, 85, 0.6);
32065
32111
  margin-bottom: 4px;
@@ -32076,6 +32122,21 @@ input.rrg1fkn.ant-input {
32076
32122
  color: #005ed1;
32077
32123
  }
32078
32124
 
32125
+ .s1iv0tp1 .enabled-switch {
32126
+ display: flex;
32127
+ align-items: center;
32128
+ }
32129
+ .s1iv0tp1 .enabled-text {
32130
+ margin-right: 8px;
32131
+ }
32132
+
32133
+ .tje3huy {
32134
+ width: 100%;
32135
+ overflow: inherit;
32136
+ white-space: inherit;
32137
+ text-overflow: ellipsis;
32138
+ }
32139
+
32079
32140
  .t1sqg15u {
32080
32141
  background: white;
32081
32142
  }
@@ -32166,117 +32227,83 @@ input.rrg1fkn.ant-input {
32166
32227
  padding-right: 12px;
32167
32228
  }
32168
32229
 
32169
- .tje3huy {
32170
- width: 100%;
32171
- overflow: inherit;
32172
- white-space: inherit;
32173
- text-overflow: ellipsis;
32230
+ .n12mqh7z {
32231
+ display: flex;
32232
+ align-items: center;
32233
+ font-size: 12px;
32234
+ line-height: 18px;
32174
32235
  }
32175
-
32176
- .c18bcrac {
32177
- display: inline-block;
32178
- width: 100%;
32236
+ .n12mqh7z:not(:last-child) {
32237
+ margin-bottom: 4px;
32179
32238
  }
32180
- .c18bcrac .recharts-wrapper {
32181
- margin-left: 4px;
32239
+
32240
+ .tf5bynu {
32241
+ margin: 0 3px;
32182
32242
  }
32183
32243
 
32184
- .cro7kg2 {
32185
- padding: 4px;
32244
+ .tcckoz1 {
32245
+ max-height: 400px;
32246
+ overflow: "auto";
32186
32247
  }
32187
32248
 
32188
- .c14wcxf0 {
32189
- display: flex;
32190
- justify-content: space-between;
32191
- align-items: center;
32192
- font-size: 13px;
32193
- line-height: 24px;
32194
- color: #cccccc;
32195
- white-space: nowrap;
32249
+ .c18gxmrl {
32250
+ border: 1px solid #d8deeb;
32251
+ border-radius: 4px;
32196
32252
  }
32197
- .c14wcxf0 label {
32198
- margin-right: 32px;
32253
+ .c18gxmrl + .c18gxmrl {
32254
+ margin-top: 8px;
32199
32255
  }
32200
-
32201
- .coy29mj.c14wcxf0 {
32202
- font-weight: bold;
32203
- color: white;
32256
+ .c18gxmrl:hover {
32257
+ border-color: #0080ff;
32204
32258
  }
32205
-
32206
- .s11212zy {
32207
- width: 8px;
32208
- height: 8px;
32209
- border-radius: 2px;
32210
- display: inline-block;
32211
- background: var(--s11212zy-0);
32212
- border: 1px solid #fff;
32213
- box-sizing: content-box;
32214
- margin-right: 6px;
32259
+ .c18gxmrl:hover > header {
32260
+ background: rgba(0, 128, 255, 0.1);
32215
32261
  }
32216
-
32217
- .p1lyky6c > :first-child {
32218
- font-weight: bold;
32219
- color: white;
32220
- margin-right: 4px;
32262
+ .c18gxmrl.active header {
32263
+ border-bottom: 1px solid #d8deeb;
32264
+ }
32265
+ .c18gxmrl > header {
32266
+ padding: 8px 12px;
32221
32267
  }
32222
32268
 
32223
- .c1bus5hc {
32224
- --color: white;
32225
- height: 14px;
32226
- width: 14px;
32227
- border-radius: 50%;
32228
- flex-shrink: 0;
32269
+ .wg1tsps {
32229
32270
  display: flex;
32230
32271
  align-items: center;
32231
- justify-content: center;
32232
- border: 1px solid var(--color);
32233
- }
32234
- .c1bus5hc .circle-inner {
32235
- position: relative;
32236
- height: 10px;
32237
- width: 10px;
32238
- border-radius: 50%;
32239
- overflow: hidden;
32272
+ justify-content: flex-end;
32240
32273
  }
32241
- .c1bus5hc .circle-content {
32242
- position: absolute;
32243
- height: 100%;
32244
- width: 100%;
32245
- left: 0;
32246
- top: 0;
32247
- border-radius: 50%;
32248
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32249
- transform: rotate(180deg);
32274
+
32275
+ .b1ctd5xy {
32276
+ display: flex;
32277
+ align-items: center;
32278
+ width: calc(100% - 40px);
32250
32279
  }
32251
- .c1bus5hc .circle-child {
32252
- position: absolute;
32253
- height: 100%;
32280
+ .b1ctd5xy .chart {
32281
+ display: inline-block;
32254
32282
  width: 100%;
32255
- left: 0;
32256
- top: 0;
32257
- margin-left: 50%;
32258
- transform-origin: left;
32259
- background: white;
32260
- transform: rotate(0deg);
32261
32283
  }
32262
32284
 
32263
- .n12mqh7z {
32264
- display: flex;
32265
- align-items: center;
32266
- font-size: 12px;
32267
- line-height: 18px;
32285
+ .u1p8acpn {
32286
+ min-width: 40px;
32268
32287
  }
32269
- .n12mqh7z:not(:last-child) {
32270
- margin-bottom: 4px;
32288
+ .u1p8acpn .unit {
32289
+ color: #00122e !important;
32271
32290
  }
32272
32291
 
32273
- .tf5bynu {
32274
- margin: 0 3px;
32292
+ .t3qomhu {
32293
+ margin: 0 2px;
32275
32294
  }
32276
32295
 
32277
- .tcckoz1 {
32278
- max-height: 400px;
32279
- overflow: "auto";
32296
+ .m15dvk92 {
32297
+ display: flex;
32298
+ justify-content: space-between;
32299
+ width: 100%;
32300
+ }
32301
+ .m15dvk92 .action {
32302
+ margin-left: 16px;
32303
+ }
32304
+
32305
+ .aql8iqz .ant-alert-message {
32306
+ width: 100%;
32280
32307
  }
32281
32308
 
32282
32309
  .c10crapj {
@@ -32357,29 +32384,6 @@ input.rrg1fkn.ant-input {
32357
32384
  margin-left: 24px;
32358
32385
  }
32359
32386
 
32360
- .gmyahx3 {
32361
- cursor: pointer;
32362
- }
32363
- .gmyahx3 .link-text {
32364
- color: rgba(0, 21, 64, 0.3);
32365
- }
32366
- .gmyahx3:hover .link-text {
32367
- color: #0080ff;
32368
- }
32369
-
32370
- .t3qomhu {
32371
- margin: 0 2px;
32372
- }
32373
-
32374
- .o8ocss1 {
32375
- overflow: hidden;
32376
- text-overflow: ellipsis;
32377
- }
32378
-
32379
- .n17syc35 {
32380
- white-space: nowrap;
32381
- }
32382
-
32383
32387
  .cav9p2m .ant-collapse-item {
32384
32388
  border: 0px;
32385
32389
  background-color: #fff;
@@ -32390,96 +32394,35 @@ input.rrg1fkn.ant-input {
32390
32394
  padding-left: 0px !important;
32391
32395
  padding-right: 24px;
32392
32396
  }
32393
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32394
- right: 0px;
32395
- }
32396
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32397
- padding: 0px;
32398
- }
32399
-
32400
- .csf0p6c .ant-collapse-item .ant-collapse-header {
32401
- padding-right: 0px;
32402
- cursor: default;
32403
- }
32404
-
32405
- .igz4le8 {
32406
- height: 24px;
32407
- width: 56px !important;
32408
- margin-right: 4px;
32409
- }
32410
-
32411
- .c1riexje {
32412
- color: rgba(44, 56, 82, 0.6);
32413
- }
32414
-
32415
- .m15dvk92 {
32416
- display: flex;
32417
- justify-content: space-between;
32418
- width: 100%;
32419
- }
32420
- .m15dvk92 .action {
32421
- margin-left: 16px;
32422
- }
32423
-
32424
- .aql8iqz .ant-alert-message {
32425
- width: 100%;
32426
- }
32427
-
32428
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32429
- border-radius: 6px;
32430
- }
32431
- .shq1k1g.ant-select.ant-select-single {
32432
- width: 100%;
32433
- color: #2d3a56;
32434
- border-color: rgba(211, 218, 235, 0.6);
32435
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32436
- font-size: 13px;
32437
- }
32438
- .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32439
- height: 30px;
32440
- }
32441
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32442
- height: 38px;
32443
- font-size: 13px;
32444
- }
32445
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32446
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32447
- transition: 160ms ease;
32448
- }
32449
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32450
- color: #0080ff;
32451
- }
32452
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32453
- border-color: rgba(107, 128, 167, 0.6);
32454
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32455
- }
32456
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32457
- color: #0080ff;
32458
- }
32459
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32460
- border-color: #0080ff;
32461
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32462
- }
32463
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32464
- transform: rotate(180deg);
32397
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32398
+ right: 0px;
32465
32399
  }
32466
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32467
- background: rgba(211, 218, 235, 0.6);
32468
- border-color: rgba(172, 186, 211, 0.6);
32469
- cursor: "not-allowed";
32400
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32401
+ padding: 0px;
32470
32402
  }
32471
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32472
- border-color: #f0483e !important;
32403
+
32404
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32405
+ padding-right: 0px;
32406
+ cursor: default;
32473
32407
  }
32474
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32475
- color: #1d326c;
32408
+
32409
+ .igz4le8 {
32410
+ height: 24px;
32411
+ width: 56px !important;
32412
+ margin-right: 4px;
32476
32413
  }
32477
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32478
- border-color: #0080ff;
32479
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32414
+
32415
+ .c1riexje {
32416
+ color: rgba(44, 56, 82, 0.6);
32480
32417
  }
32481
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32482
- transform: rotate(180deg);
32418
+
32419
+ .o8ocss1 {
32420
+ overflow: hidden;
32421
+ text-overflow: ellipsis;
32422
+ }
32423
+
32424
+ .n17syc35 {
32425
+ white-space: nowrap;
32483
32426
  }
32484
32427
 
32485
32428
  .iiqau4c.ant-input-group.ant-input-group-compact {
@@ -32560,8 +32503,61 @@ input.rrg1fkn.ant-input {
32560
32503
  display: inline-block;
32561
32504
  }
32562
32505
 
32563
- .t19ustft .date {
32564
- margin-right: 4px;
32506
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32507
+ border-radius: 6px;
32508
+ }
32509
+ .shq1k1g.ant-select.ant-select-single {
32510
+ width: 100%;
32511
+ color: #2d3a56;
32512
+ border-color: rgba(211, 218, 235, 0.6);
32513
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32514
+ font-size: 13px;
32515
+ }
32516
+ .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32517
+ height: 30px;
32518
+ }
32519
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32520
+ height: 38px;
32521
+ font-size: 13px;
32522
+ }
32523
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32524
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32525
+ transition: 160ms ease;
32526
+ }
32527
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32528
+ color: #0080ff;
32529
+ }
32530
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32531
+ border-color: rgba(107, 128, 167, 0.6);
32532
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32533
+ }
32534
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32535
+ color: #0080ff;
32536
+ }
32537
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32538
+ border-color: #0080ff;
32539
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32540
+ }
32541
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32542
+ transform: rotate(180deg);
32543
+ }
32544
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32545
+ background: rgba(211, 218, 235, 0.6);
32546
+ border-color: rgba(172, 186, 211, 0.6);
32547
+ cursor: "not-allowed";
32548
+ }
32549
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32550
+ border-color: #f0483e !important;
32551
+ }
32552
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32553
+ color: #1d326c;
32554
+ }
32555
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32556
+ border-color: #0080ff;
32557
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32558
+ }
32559
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32560
+ transform: rotate(180deg);
32565
32561
  }
32566
32562
 
32567
32563
  .l4bld33 {
@@ -32774,34 +32770,90 @@ input.rrg1fkn.ant-input {
32774
32770
  margin-left: 8px;
32775
32771
  }
32776
32772
 
32777
- .t1gz6wqf {
32778
- height: 100%;
32773
+ .t19ustft .date {
32774
+ margin-right: 4px;
32779
32775
  }
32780
- .t1gz6wqf .table-loading-item {
32781
- padding: 12px 4px;
32782
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32783
- display: flex;
32776
+
32777
+ .s1uupxds {
32778
+ padding: 0 8px;
32779
+ border-radius: 4px;
32784
32780
  }
32785
- .t1gz6wqf .table-loading-item > * {
32786
- height: 16px;
32787
- margin: 4px;
32788
- background: rgba(204, 212, 227, 0.18);
32781
+
32782
+ .m10sqwut {
32783
+ padding: 2px 8px;
32784
+ border-radius: 3px;
32785
+ }
32786
+
32787
+ .l1d492wb {
32788
+ padding: 3px 8px;
32789
32789
  border-radius: 2px;
32790
32790
  }
32791
- .t1gz6wqf .table-loading-item .checkbox-loading {
32791
+
32792
+ .t1lzavmu.ant-tag:hover {
32793
+ opacity: unset;
32794
+ }
32795
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32796
+ margin: 0;
32797
+ margin-right: 8px;
32798
+ display: inline-flex;
32799
+ align-items: center;
32800
+ border: none;
32801
+ }
32802
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32792
32803
  width: 16px;
32804
+ height: 16px;
32805
+ color: inherit;
32806
+ margin-left: 4px;
32807
+ opacity: 0.6;
32808
+ display: inline-flex;
32793
32809
  }
32794
- .t1gz6wqf .table-loading-item .td-loading {
32795
- flex: 1;
32810
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32811
+ opacity: 1;
32796
32812
  }
32797
- .t1gz6wqf :nth-child(1) {
32798
- padding: 8px 4px;
32813
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32814
+ color: #0080ff;
32815
+ background-color: rgba(0, 136, 255, 0.1);
32799
32816
  }
32800
- .t1gz6wqf :nth-child(1) > * {
32801
- background: rgba(107, 125, 153, 0.18);
32817
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32818
+ color: #f0483e;
32819
+ background-color: rgba(255, 74, 74, 0.1);
32802
32820
  }
32803
- .t1gz6wqf :nth-child(1) > * {
32804
- background: rgba(163, 180, 204, 0.18);
32821
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32822
+ color: #e07f00;
32823
+ background-color: rgba(255, 187, 0, 0.1);
32824
+ }
32825
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32826
+ color: #008f4c;
32827
+ background-color: rgba(30, 201, 127, 0.1);
32828
+ }
32829
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32830
+ color: #1d326c;
32831
+ background-color: rgba(225, 230, 241, 0.6);
32832
+ }
32833
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32834
+ color: #7E41FF;
32835
+ background-color: rgba(126, 65, 255, 0.1);
32836
+ }
32837
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32838
+ color: #fff;
32839
+ }
32840
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32841
+ background-color: #f0483e;
32842
+ }
32843
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32844
+ background-color: #fea008;
32845
+ }
32846
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32847
+ background-color: #00ba5d;
32848
+ }
32849
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32850
+ background-color: #0080ff;
32851
+ }
32852
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32853
+ background-color: #6b7d99;
32854
+ }
32855
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32856
+ background-color: #7E41FF;
32805
32857
  }
32806
32858
 
32807
32859
  .sq6vos1 {
@@ -32963,112 +33015,73 @@ input.rrg1fkn.ant-input {
32963
33015
  justify-content: center;
32964
33016
  column-gap: 4px;
32965
33017
  }
32966
- .h1xo7yjb .step-item-prefix-container {
32967
- display: inline-flex;
32968
- align-items: center;
32969
- width: 18px;
32970
- height: 18px;
32971
- color: rgba(44, 56, 82, 0.75);
32972
- justify-content: center;
32973
- }
32974
-
32975
- .v1f2f7cy {
32976
- width: 100%;
32977
- display: flex;
32978
- align-items: center;
32979
- justify-content: center;
32980
- column-gap: 6px;
32981
- font-size: 13px;
32982
- }
32983
- .v1f2f7cy .step-item-prefix-container {
32984
- display: inline-flex;
32985
- align-items: center;
32986
- min-width: 20px;
32987
- min-height: 20px;
32988
- color: rgba(44, 56, 82, 0.75);
32989
- justify-content: center;
32990
- }
32991
-
32992
- .s1uupxds {
32993
- padding: 0 8px;
32994
- border-radius: 4px;
32995
- }
32996
-
32997
- .m10sqwut {
32998
- padding: 2px 8px;
32999
- border-radius: 3px;
33000
- }
33001
-
33002
- .l1d492wb {
33003
- padding: 3px 8px;
33004
- border-radius: 2px;
33005
- }
33006
-
33007
- .t1lzavmu.ant-tag:hover {
33008
- opacity: unset;
33009
- }
33010
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
33011
- margin: 0;
33012
- margin-right: 8px;
33013
- display: inline-flex;
33014
- align-items: center;
33015
- border: none;
33016
- }
33017
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
33018
- width: 16px;
33019
- height: 16px;
33020
- color: inherit;
33021
- margin-left: 4px;
33022
- opacity: 0.6;
33023
- display: inline-flex;
33024
- }
33025
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
33026
- opacity: 1;
33027
- }
33028
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
33029
- color: #0080ff;
33030
- background-color: rgba(0, 136, 255, 0.1);
33031
- }
33032
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
33033
- color: #f0483e;
33034
- background-color: rgba(255, 74, 74, 0.1);
33018
+ .h1xo7yjb .step-item-prefix-container {
33019
+ display: inline-flex;
33020
+ align-items: center;
33021
+ width: 18px;
33022
+ height: 18px;
33023
+ color: rgba(44, 56, 82, 0.75);
33024
+ justify-content: center;
33035
33025
  }
33036
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
33037
- color: #e07f00;
33038
- background-color: rgba(255, 187, 0, 0.1);
33026
+
33027
+ .v1f2f7cy {
33028
+ width: 100%;
33029
+ display: flex;
33030
+ align-items: center;
33031
+ justify-content: center;
33032
+ column-gap: 6px;
33033
+ font-size: 13px;
33039
33034
  }
33040
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
33041
- color: #008f4c;
33042
- background-color: rgba(30, 201, 127, 0.1);
33035
+ .v1f2f7cy .step-item-prefix-container {
33036
+ display: inline-flex;
33037
+ align-items: center;
33038
+ min-width: 20px;
33039
+ min-height: 20px;
33040
+ color: rgba(44, 56, 82, 0.75);
33041
+ justify-content: center;
33043
33042
  }
33044
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
33045
- color: #1d326c;
33046
- background-color: rgba(225, 230, 241, 0.6);
33043
+
33044
+ .t1gz6wqf {
33045
+ height: 100%;
33047
33046
  }
33048
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
33049
- color: #7E41FF;
33050
- background-color: rgba(126, 65, 255, 0.1);
33047
+ .t1gz6wqf .table-loading-item {
33048
+ padding: 12px 4px;
33049
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33050
+ display: flex;
33051
33051
  }
33052
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
33053
- color: #fff;
33052
+ .t1gz6wqf .table-loading-item > * {
33053
+ height: 16px;
33054
+ margin: 4px;
33055
+ background: rgba(204, 212, 227, 0.18);
33056
+ border-radius: 2px;
33054
33057
  }
33055
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
33056
- background-color: #f0483e;
33058
+ .t1gz6wqf .table-loading-item .checkbox-loading {
33059
+ width: 16px;
33057
33060
  }
33058
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
33059
- background-color: #fea008;
33061
+ .t1gz6wqf .table-loading-item .td-loading {
33062
+ flex: 1;
33060
33063
  }
33061
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
33062
- background-color: #00ba5d;
33064
+ .t1gz6wqf :nth-child(1) {
33065
+ padding: 8px 4px;
33063
33066
  }
33064
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
33065
- background-color: #0080ff;
33067
+ .t1gz6wqf :nth-child(1) > * {
33068
+ background: rgba(107, 125, 153, 0.18);
33066
33069
  }
33067
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
33068
- background-color: #6b7d99;
33070
+ .t1gz6wqf :nth-child(1) > * {
33071
+ background: rgba(163, 180, 204, 0.18);
33069
33072
  }
33070
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
33071
- background-color: #7E41FF;
33073
+
33074
+ .skwah65 {
33075
+ height: 8px;
33076
+ box-sizing: border-box;
33077
+ border-radius: 2px;
33078
+ background: #f5f7fa;
33079
+ display: flex;
33080
+ width: 100%;
33081
+ overflow: hidden;
33082
+ }
33083
+ .skwah65 .stack-bar-item + .stack-bar-item {
33084
+ margin-left: 1px;
33072
33085
  }
33073
33086
 
33074
33087
  .c1udgdh2 {
@@ -33115,21 +33128,20 @@ input.rrg1fkn.ant-input {
33115
33128
  padding: 0 12px 14px 12px;
33116
33129
  }
33117
33130
 
33118
- .bab9xum {
33119
- 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);
33120
- }
33121
-
33122
- .cav4gt6 {
33123
- border-radius: 8px;
33124
- background-color: white;
33125
- }
33126
- .cav4gt6.hoverable {
33127
- cursor: pointer;
33131
+ .rrwcpby {
33132
+ display: flex;
33133
+ align-items: center;
33128
33134
  }
33129
- .cav4gt6.hoverable:hover {
33130
- transition: all 200ms ease;
33131
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33132
- transform: translateY(-4px);
33135
+ .rrwcpby .order {
33136
+ height: 24px;
33137
+ width: 24px;
33138
+ border-radius: 20px;
33139
+ color: #0080ff;
33140
+ background: rgba(0, 136, 255, 0.1);
33141
+ display: flex;
33142
+ align-items: center;
33143
+ justify-content: center;
33144
+ margin-right: 6px;
33133
33145
  }
33134
33146
 
33135
33147
  .tc40oxa {
@@ -33325,53 +33337,30 @@ input.rrg1fkn.ant-input {
33325
33337
  margin-right: 8px;
33326
33338
  }
33327
33339
 
33328
- .f1p9ti6d {
33329
- width: 100%;
33330
- margin-bottom: 0 !important;
33331
- flex-flow: nowrap !important;
33332
- line-break: auto;
33333
- }
33334
- .f1p9ti6d > .ant-form-item-label {
33335
- text-align: left !important;
33336
- padding-bottom: 0 !important;
33337
- }
33338
- .f1p9ti6d > .ant-form-item-label > label {
33339
- min-height: 32px;
33340
- height: auto;
33341
- font-size: 13px;
33342
- color: rgba(44, 56, 82, 0.6);
33343
- white-space: normal;
33340
+ .bab9xum {
33341
+ 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);
33344
33342
  }
33345
- .f1p9ti6d.ant-form-item-has-error .ant-input {
33346
- border-color: #ff4d4f !important;
33343
+
33344
+ .cav4gt6 {
33345
+ border-radius: 8px;
33346
+ background-color: white;
33347
33347
  }
33348
- .f1p9ti6d .ant-form-item-explain {
33349
- margin-top: 4px;
33350
- font-size: 12px;
33351
- min-height: 0px;
33348
+ .cav4gt6.hoverable {
33349
+ cursor: pointer;
33352
33350
  }
33353
- .f1p9ti6d .ant-form-item-extra {
33354
- font-size: 12px;
33355
- color: rgba(44, 56, 82, 0.6);
33356
- min-height: 0px;
33351
+ .cav4gt6.hoverable:hover {
33352
+ transition: all 200ms ease;
33353
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33354
+ transform: translateY(-4px);
33357
33355
  }
33358
33356
 
33359
- .skwah65 {
33360
- height: 8px;
33361
- box-sizing: border-box;
33362
- border-radius: 2px;
33363
- background: #f5f7fa;
33364
- display: flex;
33365
- width: 100%;
33366
- overflow: hidden;
33367
- }
33368
- .skwah65 .stack-bar-item + .stack-bar-item {
33369
- margin-left: 1px;
33357
+ .w1xcixj5.outside-tag {
33358
+ padding-left: 0;
33370
33359
  }
33371
-
33372
- .iwsze0q {
33360
+ .w1xcixj5.outside-tag .inside-tag {
33361
+ border-radius: 4px 0 0 4px;
33362
+ padding-right: 4px;
33373
33363
  margin-right: 4px;
33374
- height: 16px;
33375
33364
  }
33376
33365
 
33377
33366
  .sut42l0 {
@@ -33400,29 +33389,40 @@ input.rrg1fkn.ant-input {
33400
33389
  border: 1px solid rgba(211, 218, 235, 0.6);
33401
33390
  }
33402
33391
 
33403
- .w1xcixj5.outside-tag {
33404
- padding-left: 0;
33405
- }
33406
- .w1xcixj5.outside-tag .inside-tag {
33407
- border-radius: 4px 0 0 4px;
33408
- padding-right: 4px;
33392
+ .iwsze0q {
33409
33393
  margin-right: 4px;
33394
+ height: 16px;
33410
33395
  }
33411
33396
 
33412
- .rrwcpby {
33413
- display: flex;
33414
- align-items: center;
33397
+ .f1p9ti6d {
33398
+ width: 100%;
33399
+ margin-bottom: 0 !important;
33400
+ flex-flow: nowrap !important;
33401
+ line-break: auto;
33415
33402
  }
33416
- .rrwcpby .order {
33417
- height: 24px;
33418
- width: 24px;
33419
- border-radius: 20px;
33420
- color: #0080ff;
33421
- background: rgba(0, 136, 255, 0.1);
33422
- display: flex;
33423
- align-items: center;
33424
- justify-content: center;
33425
- margin-right: 6px;
33403
+ .f1p9ti6d > .ant-form-item-label {
33404
+ text-align: left !important;
33405
+ padding-bottom: 0 !important;
33406
+ }
33407
+ .f1p9ti6d > .ant-form-item-label > label {
33408
+ min-height: 32px;
33409
+ height: auto;
33410
+ font-size: 13px;
33411
+ color: rgba(44, 56, 82, 0.6);
33412
+ white-space: normal;
33413
+ }
33414
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33415
+ border-color: #ff4d4f !important;
33416
+ }
33417
+ .f1p9ti6d .ant-form-item-explain {
33418
+ margin-top: 4px;
33419
+ font-size: 12px;
33420
+ min-height: 0px;
33421
+ }
33422
+ .f1p9ti6d .ant-form-item-extra {
33423
+ font-size: 12px;
33424
+ color: rgba(44, 56, 82, 0.6);
33425
+ min-height: 0px;
33426
33426
  }
33427
33427
 
33428
33428
  .at4ovwe .ant-input-number-handler-wrap {
@@ -33475,25 +33475,6 @@ input.rrg1fkn.ant-input {
33475
33475
  font-size: inherit;
33476
33476
  }
33477
33477
 
33478
- .feau332.ant-form-item {
33479
- margin-bottom: 0;
33480
- }
33481
- .feau332 .ant-form-item-explain {
33482
- display: none;
33483
- min-height: 18px;
33484
- margin-top: 5px;
33485
- font-family: "Inter";
33486
- font-weight: 400;
33487
- font-size: 12px;
33488
- line-height: 18px;
33489
- }
33490
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33491
- white-space: pre-wrap;
33492
- }
33493
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33494
- display: block;
33495
- }
33496
-
33497
33478
  .a6dbbkm .ant-input-number-handler-wrap {
33498
33479
  display: var(--a6dbbkm-0);
33499
33480
  }
@@ -33523,4 +33504,23 @@ input.rrg1fkn.ant-input {
33523
33504
  margin: 0;
33524
33505
  height: auto;
33525
33506
  font-size: inherit;
33507
+ }
33508
+
33509
+ .feau332.ant-form-item {
33510
+ margin-bottom: 0;
33511
+ }
33512
+ .feau332 .ant-form-item-explain {
33513
+ display: none;
33514
+ min-height: 18px;
33515
+ margin-top: 5px;
33516
+ font-family: "Inter";
33517
+ font-weight: 400;
33518
+ font-size: 12px;
33519
+ line-height: 18px;
33520
+ }
33521
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33522
+ white-space: pre-wrap;
33523
+ }
33524
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33525
+ display: block;
33526
33526
  }