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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -29586,6 +29586,35 @@ html body {
29586
29586
  margin-right: 4px;
29587
29587
  }
29588
29588
 
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
+
29589
29618
  .buj61ew.ant-btn-icon-only {
29590
29619
  justify-content: center;
29591
29620
  }
@@ -29854,35 +29883,6 @@ html body {
29854
29883
  animation: rotate 680ms linear infinite;
29855
29884
  }
29856
29885
 
29857
- .bpq0js6 {
29858
- padding: 4px 11px;
29859
- }
29860
-
29861
- .b15sn34c {
29862
- white-space: nowrap;
29863
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29864
- }
29865
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29866
- --color: #0080ff;
29867
- }
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;
29870
- }
29871
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29872
- margin-left: 1px;
29873
- }
29874
- .b15sn34c > .ant-btn:not(:only-child):first-child {
29875
- border-top-right-radius: 0;
29876
- border-bottom-right-radius: 0;
29877
- }
29878
- .b15sn34c > .ant-btn:not(:only-child):last-child {
29879
- border-top-left-radius: 0;
29880
- border-bottom-left-radius: 0;
29881
- }
29882
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29883
- border-radius: unset;
29884
- }
29885
-
29886
29886
  .c1up1pdz {
29887
29887
  width: 648px;
29888
29888
  }
@@ -30023,626 +30023,423 @@ html body {
30023
30023
  color: #fff;
30024
30024
  }
30025
30025
 
30026
- .p12gwtiw {
30027
- display: flex;
30028
- justify-content: space-between;
30029
- align-items: center;
30030
- padding: 10px 0;
30031
- color: rgba(44, 56, 82, 0.6);
30032
- font-size: 12px;
30033
- line-height: 24px;
30026
+ .s34f1qb.ant-switch {
30027
+ min-width: 40px;
30028
+ height: 24px;
30029
+ background: rgba(172, 186, 211, 0.6);
30030
+ overflow: hidden;
30034
30031
  }
30035
- .p12gwtiw .pagination-left {
30036
- padding: 2px 8px;
30032
+ .s34f1qb.ant-switch:focus {
30033
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30037
30034
  }
30038
- .p12gwtiw .dropdown-trigger {
30039
- display: flex;
30040
- align-items: center;
30041
- border-radius: 6px;
30042
- cursor: pointer;
30043
- transition: all 0.3s ease;
30035
+ .s34f1qb.ant-switch-small {
30036
+ min-width: 26px;
30037
+ height: 16px;
30044
30038
  }
30045
- .p12gwtiw .dropdown-trigger:hover {
30046
- background: rgba(211, 218, 235, 0.6);
30047
- color: #0080ff;
30039
+ .s34f1qb.ant-switch-large {
30040
+ min-width: 52px;
30041
+ height: 32px;
30048
30042
  }
30049
- .p12gwtiw .dropdown-trigger .icon-inner {
30050
- margin-left: 4px;
30043
+ .s34f1qb.ant-switch .ant-switch-handle {
30044
+ height: 20px;
30045
+ width: 20px;
30051
30046
  }
30052
- .p12gwtiw .pagination-right {
30053
- display: flex;
30054
- align-items: center;
30055
- color: #0080ff;
30056
- font-weight: bold;
30047
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30048
+ border-radius: 10px;
30049
+ transition-delay: 120ms;
30057
30050
  }
30058
- .p12gwtiw .pagination-right .icon-inner {
30059
- margin-left: 4px;
30051
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30052
+ height: 14px;
30053
+ width: 14px;
30054
+ top: 1px;
30055
+ left: 1px;
30060
30056
  }
30061
- .p12gwtiw .pagination-right .prev-btn,
30062
- .p12gwtiw .pagination-right .next-btn {
30063
- padding: 0 8px;
30057
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30058
+ height: 28px;
30059
+ width: 28px;
30064
30060
  }
30065
- .p12gwtiw .pagination-right .prev-btn > span,
30066
- .p12gwtiw .pagination-right .next-btn > span {
30067
- color: #0080ff;
30061
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30062
+ border-radius: 14px;
30068
30063
  }
30069
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30070
- transform: rotate(180deg);
30064
+ .s34f1qb.ant-switch-checked {
30065
+ background-color: #00ba5d;
30071
30066
  }
30072
-
30073
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30074
- max-height: calc(100vh - 128px);
30075
- overflow-y: auto;
30067
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30068
+ left: calc(100% - 20px - 2px);
30076
30069
  }
30077
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30078
- padding: 4px 20px;
30079
- font-size: 12px;
30080
- line-height: 18px;
30070
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30071
+ left: calc(100% - 14px - 1px);
30072
+ }
30073
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30074
+ left: calc(100% - 28px - 2px);
30081
30075
  }
30082
30076
 
30083
- .s1fc623g {
30084
- width: 430px !important;
30077
+ .c1to9vb9 {
30078
+ margin-left: 5px;
30085
30079
  }
30086
30080
 
30087
- .da3mx0o .ant-select-item-group {
30088
- padding: 8px 16px;
30089
- line-height: 18px;
30090
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30091
- height: 34px;
30092
- min-height: 34px;
30093
- box-sizing: border-box;
30094
- margin-top: 8px;
30081
+ .t1upn1sz {
30082
+ height: 100%;
30095
30083
  }
30096
30084
 
30097
- .onr9gzt {
30098
- display: flex;
30099
- flex-direction: column;
30100
- margin: 1px 8px;
30101
- padding: 8px;
30102
- border-radius: 4px;
30085
+ .tta5kd2 {
30086
+ height: 100%;
30103
30087
  }
30104
- .onr9gzt .selected-icon {
30088
+ .tta5kd2.empty-table .ant-table-content {
30089
+ overflow: visible !important;
30090
+ height: 100%;
30091
+ }
30092
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30093
+ height: 100%;
30094
+ }
30095
+ .tta5kd2.empty-table .ant-table-content table {
30096
+ width: 100% !important;
30097
+ height: 100%;
30098
+ }
30099
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30100
+ padding: 15px 0;
30101
+ }
30102
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30105
30103
  display: none;
30106
30104
  }
30107
- .onr9gzt.ant-select-item-option-grouped {
30108
- padding-left: 8px;
30105
+ .tta5kd2 .active-row td:nth-child(1) {
30106
+ font-weight: 700;
30109
30107
  }
30110
- .onr9gzt.ant-select-item-option-selected {
30111
- background-color: white;
30108
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
30109
+ font-weight: 700;
30112
30110
  }
30113
- .onr9gzt.ant-select-item-option-selected .timezone-title {
30114
- color: #0080ff;
30111
+ .tta5kd2 .ant-spin-nested-loading {
30112
+ height: 100%;
30115
30113
  }
30116
- .onr9gzt.ant-select-item-option-selected .selected-icon {
30117
- display: block;
30114
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30115
+ height: 100%;
30116
+ overflow: visible;
30118
30117
  }
30119
- .onr9gzt.ant-select-item-option-active {
30120
- background: rgba(0, 136, 255, 0.16);
30118
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
30119
+ max-height: none;
30121
30120
  }
30122
- .onr9gzt.ant-select-item-option-active .timezone-title {
30123
- color: #0080ff;
30121
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
30122
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
30123
+ display: none;
30124
30124
  }
30125
- .onr9gzt.ant-select-item-option-active .timezone-tag {
30126
- background: rgba(0, 136, 255, 0.1);
30127
- color: #0080ff;
30125
+ .tta5kd2 td.ant-table-column-sort {
30126
+ background: transparent;
30128
30127
  }
30129
-
30130
- .oiy0apc {
30128
+ .tta5kd2 td.ant-table-cell-fix-left,
30129
+ .tta5kd2 td.ant-table-cell-fix-right {
30130
+ background: #fff;
30131
+ padding: 0 !important;
30132
+ }
30133
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30134
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30131
30135
  display: flex;
30132
- justify-content: space-between;
30133
- height: 20px;
30134
- line-height: 20px;
30136
+ align-items: center;
30137
+ height: 100%;
30138
+ padding: 8px;
30135
30139
  }
30136
- .oiy0apc .timezone-title {
30137
- color: #2d3a56;
30140
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30141
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30138
30142
  overflow: hidden;
30139
30143
  text-overflow: ellipsis;
30140
- }
30141
-
30142
- .of4y382 {
30143
- display: flex;
30144
- justify-content: space-between;
30145
- color: rgba(44, 56, 82, 0.6);
30146
- height: 18px;
30147
- line-height: 18px;
30148
- margin-top: 2px;
30149
- }
30150
-
30151
- .t19903l9 {
30152
- border: none;
30153
- margin-right: 0;
30154
- background: rgba(225, 230, 241, 0.6);
30155
- }
30156
-
30157
- .ohwbvxu {
30158
- pointer-events: none;
30159
- height: 32px;
30160
30144
  width: 100%;
30161
- opacity: 0;
30162
30145
  }
30163
-
30164
- .obf05yr {
30165
- display: inline-block;
30146
+ .tta5kd2 .ant-table-container {
30147
+ height: 100%;
30166
30148
  }
30167
-
30168
- .hsms1n6 {
30169
- visibility: hidden;
30170
- position: absolute;
30149
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30150
+ box-shadow: none !important;
30171
30151
  }
30172
-
30173
- .d6j0lbj {
30174
- font-family: Inter;
30175
- font-style: normal;
30176
- font-weight: bold;
30177
- font-size: 32px;
30178
- line-height: 40px;
30152
+ .tta5kd2 .ant-table {
30153
+ border-radius: 0px;
30154
+ border-left: none;
30155
+ border-right: none;
30156
+ border-bottom: none;
30157
+ height: 100%;
30158
+ font-size: 12px;
30159
+ background: transparent;
30179
30160
  }
30180
-
30181
- .d1xhvvxe {
30182
- font-family: Inter;
30183
- font-style: normal;
30184
- font-weight: bold;
30185
- font-size: 24px;
30186
- line-height: 32px;
30161
+ .tta5kd2 .ant-table .ant-table-header {
30162
+ position: relative;
30163
+ z-index: 3;
30164
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30165
+ margin-bottom: -1px;
30187
30166
  }
30188
-
30189
- .dk10mxq {
30190
- font-family: Inter;
30191
- font-style: normal;
30192
- font-weight: normal;
30193
- font-size: 32px;
30194
- line-height: 40px;
30167
+ .tta5kd2 .ant-table .time-wrapper .date,
30168
+ .tta5kd2 .ant-table .value {
30169
+ color: #2d3a56;
30195
30170
  }
30196
-
30197
- .dxsait {
30198
- font-family: Inter;
30199
- font-style: normal;
30200
- font-weight: bold;
30201
- font-size: 20px;
30202
- line-height: 24px;
30171
+ .tta5kd2 .ant-table .time-wrapper .time,
30172
+ .tta5kd2 .ant-table .unit {
30173
+ color: rgba(44, 56, 82, 0.6);
30203
30174
  }
30204
-
30205
- .dokn0h3 {
30206
- font-family: Inter;
30207
- font-style: normal;
30208
- font-weight: normal;
30209
- font-size: 20px;
30210
- line-height: 24px;
30175
+ .tta5kd2 .ant-table .ant-table-selection {
30176
+ position: unset;
30177
+ text-align: center;
30211
30178
  }
30212
-
30213
- .dobau4p {
30214
- font-family: Inter;
30215
- font-style: normal;
30216
- font-weight: bold;
30217
- font-size: 18px;
30218
- line-height: 22px;
30179
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30180
+ background: #fff;
30219
30181
  }
30220
-
30221
- .dvolwok {
30222
- font-family: Inter;
30223
- font-style: normal;
30224
- font-weight: normal;
30225
- font-size: 18px;
30226
- line-height: 22px;
30182
+ .tta5kd2 .ant-table .anticon-setting {
30183
+ cursor: pointer;
30184
+ position: absolute;
30185
+ top: 50%;
30186
+ right: 12px;
30187
+ transform: translateY(-50%);
30227
30188
  }
30228
-
30229
- .h181qhg4 {
30230
- font-family: Inter;
30231
- font-style: normal;
30232
- font-weight: bold;
30233
- font-size: 16px;
30234
- line-height: 22px;
30189
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30190
+ box-shadow: none;
30191
+ width: 1px;
30192
+ background: rgba(213, 219, 227, 0.6);
30235
30193
  }
30236
-
30237
- .h1phgmcq {
30238
- font-family: Inter;
30239
- font-style: normal;
30240
- font-weight: normal;
30241
- font-size: 16px;
30242
- line-height: 22px;
30194
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30195
+ box-shadow: none;
30196
+ width: 1px;
30197
+ background: rgba(213, 219, 227, 0.6);
30243
30198
  }
30244
-
30245
- .h173xnl1 {
30246
- font-family: Inter;
30247
- font-style: normal;
30248
- font-weight: bold;
30249
- font-size: 14px;
30250
- line-height: 20px;
30199
+ .tta5kd2 .ant-table .ant-table-tbody {
30200
+ position: relative;
30251
30201
  }
30252
-
30253
- .hedm4pz {
30254
- font-family: Inter;
30255
- font-style: normal;
30256
- font-weight: normal;
30257
- font-size: 14px;
30258
- line-height: 20px;
30202
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30203
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30204
+ border-bottom: 1px solid white;
30205
+ height: 40px;
30206
+ vertical-align: middle;
30207
+ transition: background 0ms;
30208
+ color: #00122e;
30259
30209
  }
30260
-
30261
- .h1kd8xld {
30262
- font-family: Inter;
30263
- font-style: normal;
30264
- font-weight: bold;
30265
- font-size: 12px;
30266
- line-height: 18px;
30210
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30211
+ background: #f2f5fa;
30212
+ border-bottom-color: #f2f5fa;
30267
30213
  }
30268
-
30269
- .hp14fr {
30270
- font-family: Inter;
30271
- font-style: normal;
30272
- font-weight: normal;
30214
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30215
+ height: auto;
30216
+ color: #00122e;
30273
30217
  font-size: 12px;
30274
- line-height: 18px;
30218
+ text-align: left;
30219
+ transition: none;
30220
+ overflow: hidden;
30221
+ text-overflow: ellipsis;
30222
+ white-space: nowrap;
30275
30223
  }
30276
-
30277
- .hgrg7mn {
30278
- font-family: Inter;
30279
- font-style: normal;
30280
- font-weight: bold;
30281
- text-transform: uppercase;
30282
- font-feature-settings: "cpsp" on;
30283
- font-size: 12px;
30284
- line-height: 18px;
30224
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30225
+ color: #0096ff;
30285
30226
  }
30286
-
30287
- .h6zme9x {
30288
- font-family: Inter;
30289
- font-style: normal;
30290
- font-weight: normal;
30291
- text-transform: uppercase;
30292
- font-feature-settings: "cpsp" on;
30293
- font-size: 12px;
30294
- line-height: 18px;
30227
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30228
+ overflow: hidden;
30229
+ text-overflow: ellipsis;
30230
+ width: 100%;
30231
+ vertical-align: middle;
30295
30232
  }
30296
-
30297
- .locjvsv {
30298
- font-family: Inter;
30299
- font-style: normal;
30300
- font-weight: normal;
30301
- font-size: 16px;
30302
- line-height: 24px;
30233
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30234
+ line-height: 0px;
30303
30235
  }
30304
-
30305
- .l13gi131 {
30306
- font-family: Inter;
30307
- font-style: normal;
30308
- font-weight: bold;
30309
- font-size: 16px;
30310
- line-height: 24px;
30236
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30237
+ padding-right: 25px;
30311
30238
  }
30312
-
30313
- .l1ynemsu {
30314
- font-family: Inter;
30315
- font-style: normal;
30316
- font-weight: normal;
30317
- font-size: 16px;
30318
- line-height: 24px;
30239
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30240
+ border-top-color: transparent;
30319
30241
  }
30320
-
30321
- .l1cft1cx {
30322
- font-family: Inter;
30323
- font-style: normal;
30324
- font-weight: bold;
30325
- font-size: 16px;
30326
- line-height: 24px;
30242
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30243
+ background: rgba(225, 230, 241, 0.6);
30244
+ border-color: transparent transparent white;
30327
30245
  }
30328
-
30329
- .l17tqc8p {
30330
- font-family: Inter;
30331
- font-style: normal;
30332
- font-weight: normal;
30333
- text-transform: uppercase;
30334
- font-feature-settings: "cpsp" on;
30335
- font-size: 16px;
30336
- line-height: 24px;
30246
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30247
+ border-radius: 8px 0 0 8px;
30337
30248
  }
30338
-
30339
- .l1j1e5w7 {
30340
- font-family: Inter;
30341
- font-style: normal;
30342
- font-weight: bold;
30343
- text-transform: uppercase;
30344
- font-feature-settings: "cpsp" on;
30345
- font-size: 16px;
30346
- line-height: 24px;
30249
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30250
+ border-radius: 8px 0 0 8px;
30347
30251
  }
30348
-
30349
- .l1gf91jb {
30350
- font-family: Inter;
30351
- font-style: normal;
30352
- font-weight: normal;
30353
- font-size: 14px;
30354
- line-height: 22px;
30252
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30253
+ content: "";
30254
+ width: 4px;
30255
+ top: -1px;
30256
+ bottom: -1px;
30257
+ background: white;
30355
30258
  }
30356
-
30357
- .lu7hlr6 {
30358
- font-family: Inter;
30359
- font-style: normal;
30360
- font-weight: 500;
30361
- font-size: 14px;
30362
- line-height: 22px;
30259
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30260
+ border-radius: 0 8px 8px 0;
30363
30261
  }
30364
-
30365
- .l3l3jf0 {
30366
- font-family: Inter;
30367
- font-style: normal;
30368
- font-weight: bold;
30369
- font-size: 14px;
30370
- line-height: 22px;
30262
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30263
+ border-radius: 0;
30264
+ background: white;
30265
+ border-top: none;
30371
30266
  }
30372
-
30373
- .l12j5nqp {
30374
- font-family: Inter;
30375
- font-style: normal;
30376
- font-weight: normal;
30377
- font-size: 14px;
30378
- line-height: 22px;
30267
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30268
+ border-top: 1px solid transparent;
30269
+ border-radius: 0 8px 8px 0;
30270
+ background: rgba(225, 230, 241, 0.6);
30379
30271
  }
30380
-
30381
- .l1tecqht {
30382
- font-family: Inter;
30383
- font-style: normal;
30384
- font-weight: bold;
30385
- font-size: 14px;
30386
- line-height: 22px;
30272
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30273
+ background: white;
30274
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30387
30275
  }
30388
-
30389
- .l6sa990 {
30390
- font-family: Inter;
30391
- font-style: normal;
30392
- font-weight: normal;
30393
- text-transform: uppercase;
30394
- font-feature-settings: "cpsp" on;
30395
- font-size: 14px;
30396
- line-height: 22px;
30276
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30277
+ display: flex;
30278
+ align-items: center;
30279
+ height: 100%;
30280
+ background: rgba(225, 230, 241, 0.6);
30397
30281
  }
30398
-
30399
- .lckqe8j {
30400
- font-family: Inter;
30401
- font-style: normal;
30402
- font-weight: bold;
30403
- text-transform: uppercase;
30404
- font-feature-settings: "cpsp" on;
30405
- font-size: 14px;
30406
- line-height: 22px;
30282
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30283
+ background: white;
30284
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30407
30285
  }
30408
-
30409
- .l1kuminb {
30410
- font-family: Inter;
30411
- font-style: normal;
30412
- font-weight: normal;
30413
- font-size: 13px;
30414
- line-height: 20px;
30286
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30287
+ display: flex;
30288
+ align-items: center;
30289
+ height: 100%;
30290
+ background: rgba(225, 230, 241, 0.6);
30415
30291
  }
30416
-
30417
- .l1pbuf5j {
30418
- font-family: Inter;
30419
- font-style: normal;
30420
- font-weight: 600;
30421
- font-size: 13px;
30422
- line-height: 20px;
30292
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
30293
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30423
30294
  }
30424
-
30425
- .l1r4ztu {
30426
- font-family: Inter;
30427
- font-style: normal;
30428
- font-weight: bold;
30429
- font-size: 13px;
30430
- line-height: 20px;
30295
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
30296
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30297
+ border-radius: 8px;
30431
30298
  }
30432
-
30433
- .ly8vzok {
30434
- font-family: Inter;
30435
- font-style: normal;
30436
- font-weight: normal;
30437
- font-size: 13px;
30438
- line-height: 20px;
30299
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30300
+ border-top-color: white;
30439
30301
  }
30440
-
30441
- .lumfmf {
30442
- font-family: Inter;
30443
- font-style: normal;
30444
- font-weight: 600;
30445
- font-size: 13px;
30446
- line-height: 20px;
30302
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
30303
+ background: rgba(0, 136, 255, 0.1);
30304
+ border-bottom-color: transparent;
30305
+ border-top-color: transparent;
30447
30306
  }
30448
-
30449
- .l16ujwmv {
30450
- font-family: Inter;
30451
- font-style: normal;
30452
- font-weight: bold;
30453
- font-size: 13px;
30454
- line-height: 20px;
30307
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30308
+ border-radius: 8px 0 0 8px;
30455
30309
  }
30456
-
30457
- .l17o1ffr {
30458
- font-family: Inter;
30459
- font-style: normal;
30460
- font-weight: normal;
30461
- text-transform: uppercase;
30462
- font-feature-settings: "cpsp" on;
30463
- font-size: 13px;
30464
- line-height: 20px;
30310
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30311
+ border-radius: 0 8px 8px 0;
30465
30312
  }
30466
-
30467
- .lngllvn {
30468
- font-family: Inter;
30469
- font-style: normal;
30470
- font-weight: bold;
30471
- text-transform: uppercase;
30472
- font-feature-settings: "cpsp" on;
30473
- font-size: 13px;
30474
- line-height: 20px;
30313
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30314
+ background: rgba(0, 136, 255, 0.1);
30475
30315
  }
30476
-
30477
- .l2i7fo9 {
30478
- font-family: Inter;
30479
- font-style: normal;
30480
- font-weight: normal;
30481
- font-size: 12px;
30482
- line-height: 18px;
30316
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
30317
+ background: #fff;
30318
+ font-weight: 400;
30319
+ position: relative;
30320
+ border-bottom: none;
30321
+ color: #00122e;
30322
+ transition: none;
30323
+ padding: 15px 8px 15px 8px;
30483
30324
  }
30484
-
30485
- .l1x7hscx {
30486
- font-family: Inter;
30487
- font-style: normal;
30488
- font-weight: 500;
30489
- font-size: 12px;
30490
- line-height: 18px;
30325
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30326
+ content: "";
30327
+ width: 1px;
30328
+ top: 0;
30329
+ bottom: 0;
30330
+ background: rgba(211, 218, 235, 0.6);
30331
+ position: absolute;
30332
+ right: 0;
30491
30333
  }
30492
-
30493
- .le1jwan {
30494
- font-family: Inter;
30495
- font-style: normal;
30496
- font-weight: bold;
30497
- font-size: 12px;
30498
- line-height: 18px;
30334
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
30335
+ padding: unset;
30499
30336
  }
30500
-
30501
- .lyxynfj {
30502
- font-family: Inter;
30503
- font-style: normal;
30504
- font-weight: normal;
30505
- font-size: 12px;
30506
- line-height: 18px;
30337
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
30338
+ display: none;
30507
30339
  }
30508
-
30509
- .lpb2nxv {
30510
- font-family: Inter;
30511
- font-style: normal;
30512
- font-weight: 500;
30513
- font-size: 12px;
30514
- line-height: 18px;
30340
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30341
+ width: 100%;
30342
+ overflow: hidden;
30343
+ white-space: nowrap;
30344
+ text-overflow: ellipsis;
30515
30345
  }
30516
-
30517
- .l1r8o3vv {
30518
- font-family: Inter;
30519
- font-style: normal;
30520
- font-weight: bold;
30521
- font-size: 12px;
30522
- line-height: 18px;
30346
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30347
+ overflow: hidden;
30348
+ text-overflow: ellipsis;
30349
+ flex: 1;
30350
+ }
30351
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30352
+ padding: 15px 25px 15px 8px;
30353
+ }
30354
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30355
+ padding: 0;
30356
+ }
30357
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30358
+ position: absolute;
30359
+ right: 6px;
30360
+ top: 50%;
30361
+ transform: translateY(-50%);
30362
+ height: 16px;
30363
+ display: none;
30364
+ transition: transform 320ms ease;
30365
+ }
30366
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30367
+ display: block;
30368
+ transform: translateY(-50%) rotateX(180deg);
30523
30369
  }
30524
-
30525
- .lemnjy2 {
30526
- font-family: Inter;
30527
- font-style: normal;
30528
- font-weight: normal;
30529
- text-transform: uppercase;
30530
- font-feature-settings: "cpsp" on;
30531
- font-size: 12px;
30532
- line-height: 18px;
30370
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30371
+ display: block;
30533
30372
  }
30534
-
30535
- .lrc42gb {
30536
- font-family: Inter;
30537
- font-style: normal;
30538
- font-weight: bold;
30539
- text-transform: uppercase;
30540
- font-feature-settings: "cpsp" on;
30541
- font-size: 12px;
30542
- line-height: 18px;
30373
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30374
+ display: none;
30543
30375
  }
30544
-
30545
- .fqaz4mb {
30546
- font-family: Inter;
30547
- font-style: normal;
30548
- font-weight: normal;
30549
- font-size: 13px;
30550
- line-height: 20px;
30376
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30377
+ transform: translateY(-50%);
30551
30378
  }
30552
-
30553
- .f13we5o {
30554
- font-family: Inter;
30555
- font-style: normal;
30556
- font-weight: normal;
30557
- font-size: 13px;
30558
- line-height: 20px;
30379
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30380
+ transform: translateY(-50%) rotateX(180deg);
30559
30381
  }
30560
-
30561
- .ffmjua2 {
30562
- font-family: Inter;
30563
- font-style: normal;
30564
- font-weight: normal;
30565
- font-size: 12px;
30566
- line-height: 18px;
30382
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30383
+ background: #f2f5fa;
30567
30384
  }
30568
-
30569
- .fz2mxw0 {
30570
- font-family: Inter;
30571
- font-style: normal;
30572
- font-weight: normal;
30573
- font-size: 12px;
30574
- line-height: 18px;
30385
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30386
+ display: block;
30575
30387
  }
30576
-
30577
- .t1ertzoh {
30578
- font-family: Inter;
30579
- font-style: normal;
30580
- font-weight: normal;
30581
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30582
- font-size: 13px;
30583
- line-height: 20px;
30388
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
30389
+ padding-right: 25px;
30584
30390
  }
30585
-
30586
- .t19bge8r {
30587
- font-family: Inter;
30588
- font-style: normal;
30589
- font-weight: normal;
30590
- font-feature-settings: "zero" on;
30591
- font-size: 13px;
30592
- line-height: 20px;
30391
+ .tta5kd2 .ant-table .ant-table-selection-column {
30392
+ padding: 0 !important;
30593
30393
  }
30594
-
30595
- .tjrzfyl {
30596
- font-family: Inter;
30597
- font-style: normal;
30598
- font-weight: normal;
30599
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30600
- font-size: 12px;
30601
- line-height: 18px;
30394
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30395
+ position: absolute;
30396
+ left: 50%;
30397
+ top: 50%;
30398
+ transform: translate(-50%, -50%);
30602
30399
  }
30603
-
30604
- .tm6s7bo {
30605
- font-family: Inter;
30606
- font-style: normal;
30607
- font-weight: 500;
30608
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30609
- font-size: 12px;
30610
- line-height: 18px;
30400
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
30401
+ display: none;
30611
30402
  }
30612
-
30613
- .t19zq6ic {
30614
- font-family: Inter;
30615
- font-style: normal;
30616
- font-weight: normal;
30617
- font-feature-settings: "zero" on;
30618
- font-size: 12px;
30619
- line-height: 18px;
30403
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
30404
+ background: #fff;
30620
30405
  }
30621
-
30622
- .t1gduru8 {
30623
- font-family: Inter;
30624
- font-style: normal;
30625
- font-weight: 500;
30626
- font-feature-settings: "zero" on;
30627
- font-size: 12px;
30628
- line-height: 18px;
30406
+ .tta5kd2 .ant-table .ant-table-placeholder {
30407
+ background: inherit;
30629
30408
  }
30630
-
30631
- .t55raab {
30632
- font-family: Inter;
30633
- font-style: normal;
30409
+ .tta5kd2 .ant-table .ant-table-placeholder td {
30410
+ position: static;
30411
+ border: none;
30412
+ background: inherit !important;
30413
+ height: 100px;
30414
+ vertical-align: middle;
30415
+ }
30416
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
30417
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30634
30418
  font-weight: bold;
30635
- font-feature-settings: "zero" on;
30636
- font-size: 16px;
30637
- line-height: 24px;
30419
+ font-size: 20px;
30420
+ color: rgba(10, 37, 85, 0.6);
30638
30421
  }
30639
-
30640
- .u1w9abfe {
30641
- font-family: Inter;
30642
- font-style: normal;
30643
- font-weight: normal;
30644
- font-size: 10px;
30645
- line-height: 12px;
30422
+ .tta5kd2 .ant-table td.cell__action_ {
30423
+ padding: 0 !important;
30424
+ position: relative;
30425
+ background: #fff;
30426
+ }
30427
+ .tta5kd2 .ant-table td.cell__action_ > * {
30428
+ height: 100%;
30429
+ display: flex;
30430
+ align-items: center;
30431
+ justify-content: flex-end;
30432
+ padding-right: 8px;
30433
+ }
30434
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
30435
+ width: 24px;
30436
+ height: 24px;
30437
+ cursor: pointer;
30438
+ justify-content: center;
30439
+ border-radius: 4px;
30440
+ }
30441
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
30442
+ background: #fff;
30646
30443
  }
30647
30444
 
30648
30445
  .cz04yix {
@@ -31325,805 +31122,1091 @@ input.rrg1fkn.ant-input {
31325
31122
  word-break: break-all;
31326
31123
  }
31327
31124
 
31328
- .i1e4sgug {
31329
- display: inline-block;
31125
+ .c1uzzomf {
31126
+ margin-bottom: 16px;
31127
+ }
31128
+ .c1uzzomf .card-title {
31129
+ font-size: 16px;
31130
+ color: rgba(44, 56, 82, 0.6);
31131
+ font-weight: 700;
31132
+ line-height: 32px;
31133
+ }
31134
+ .c1uzzomf .card-body {
31135
+ padding: 24px;
31136
+ border-radius: 8px;
31137
+ background: #fff;
31138
+ }
31139
+ .c1uzzomf .empty {
31140
+ font-weight: 700;
31141
+ font-size: 14px;
31142
+ line-height: 22px;
31143
+ color: rgba(0, 21, 64, 0.3);
31144
+ text-align: center;
31330
31145
  }
31331
31146
 
31332
- .rxbeqvl.ant-radio-wrapper {
31333
- display: inline-flex;
31334
- align-items: baseline;
31335
- white-space: pre-wrap;
31147
+ .p12gwtiw {
31148
+ display: flex;
31149
+ justify-content: space-between;
31150
+ align-items: center;
31151
+ padding: 10px 0;
31152
+ color: rgba(44, 56, 82, 0.6);
31153
+ font-size: 12px;
31154
+ line-height: 24px;
31336
31155
  }
31337
- .rxbeqvl.ant-radio-wrapper .ant-radio {
31338
- position: relative;
31339
- top: 3px;
31156
+ .p12gwtiw .pagination-left {
31157
+ padding: 2px 8px;
31340
31158
  }
31341
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31342
- border-color: rgba(107, 128, 167, 0.6);
31159
+ .p12gwtiw .dropdown-trigger {
31160
+ display: flex;
31161
+ align-items: center;
31162
+ border-radius: 6px;
31163
+ cursor: pointer;
31164
+ transition: all 0.3s ease;
31343
31165
  }
31344
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31345
- border-color: #0080ff;
31166
+ .p12gwtiw .dropdown-trigger:hover {
31167
+ background: rgba(211, 218, 235, 0.6);
31168
+ color: #0080ff;
31346
31169
  }
31347
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31348
- border-color: #0080ff;
31349
- background: #0080ff;
31170
+ .p12gwtiw .dropdown-trigger .icon-inner {
31171
+ margin-left: 4px;
31350
31172
  }
31351
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31352
- top: 4px;
31353
- left: 4px;
31354
- width: 6px;
31355
- height: 6px;
31356
- background: #fff;
31173
+ .p12gwtiw .pagination-right {
31174
+ display: flex;
31175
+ align-items: center;
31176
+ color: #0080ff;
31177
+ font-weight: bold;
31178
+ }
31179
+ .p12gwtiw .pagination-right .icon-inner {
31180
+ margin-left: 4px;
31181
+ }
31182
+ .p12gwtiw .pagination-right .prev-btn,
31183
+ .p12gwtiw .pagination-right .next-btn {
31184
+ padding: 0 8px;
31185
+ }
31186
+ .p12gwtiw .pagination-right .prev-btn > span,
31187
+ .p12gwtiw .pagination-right .next-btn > span {
31188
+ color: #0080ff;
31189
+ }
31190
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
31191
+ transform: rotate(180deg);
31192
+ }
31193
+
31194
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31195
+ max-height: calc(100vh - 128px);
31196
+ overflow-y: auto;
31357
31197
  }
31358
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31359
- opacity: 0.5;
31198
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31199
+ padding: 4px 20px;
31200
+ font-size: 12px;
31201
+ line-height: 18px;
31360
31202
  }
31361
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31362
- border-color: rgba(107, 128, 167, 0.6);
31363
- background: rgba(211, 218, 235, 0.6);
31203
+
31204
+ .berrcjl {
31205
+ color: rgba(10, 37, 85, 0.6);
31206
+ margin-bottom: 4px;
31364
31207
  }
31365
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31366
- background: #00122e;
31208
+ .berrcjl .breadcrumb-link {
31209
+ color: rgba(10, 37, 85, 0.6);
31210
+ cursor: pointer;
31211
+ transition: color 160ms ease;
31367
31212
  }
31368
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31369
- color: #00122e;
31370
- opacity: 0.5;
31213
+ .berrcjl .breadcrumb-link:hover {
31214
+ color: #0080ff;
31371
31215
  }
31372
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31373
- color: #00122e;
31216
+ .berrcjl .breadcrumb-link:active {
31217
+ color: #005ed1;
31374
31218
  }
31375
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31219
+
31220
+ .obf05yr {
31376
31221
  display: inline-block;
31377
- padding: 0;
31378
- padding-left: 12px;
31379
- }
31380
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31381
- margin-bottom: 0;
31382
- white-space: pre-wrap;
31383
- color: rgba(44, 56, 82, 0.6);
31384
31222
  }
31385
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31386
- padding-left: 8px;
31223
+
31224
+ .hsms1n6 {
31225
+ visibility: hidden;
31226
+ position: absolute;
31387
31227
  }
31388
31228
 
31389
- .r5ie79y .ant-radio-button-wrapper:first-child {
31390
- border-radius: 5px 0 0 5px;
31229
+ .n12mqh7z {
31230
+ display: flex;
31231
+ align-items: center;
31232
+ font-size: 12px;
31233
+ line-height: 18px;
31391
31234
  }
31392
- .r5ie79y .ant-radio-button-wrapper:last-child {
31393
- border-radius: 0 5px 5px 0;
31235
+ .n12mqh7z:not(:last-child) {
31236
+ margin-bottom: 4px;
31394
31237
  }
31395
31238
 
31396
- .r1f0aqcc {
31397
- color: #00122e;
31398
- border-color: #ccd4e3;
31239
+ .tf5bynu {
31240
+ margin: 0 3px;
31399
31241
  }
31400
- .r1f0aqcc:first-child {
31401
- border-color: #a3b4cc;
31242
+
31243
+ .tcckoz1 {
31244
+ max-height: 400px;
31245
+ overflow: "auto";
31402
31246
  }
31403
- .r1f0aqcc.ant-radio-button-wrapper {
31404
- padding: 0 12px;
31405
- line-height: 32px;
31406
- height: 32px;
31247
+
31248
+ .c18bcrac {
31249
+ display: inline-block;
31250
+ width: 100%;
31407
31251
  }
31408
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
31409
- white-space: nowrap;
31252
+ .c18bcrac .recharts-wrapper {
31253
+ margin-left: 4px;
31410
31254
  }
31411
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31412
- height: 22px;
31413
- padding: 0 7px;
31414
- line-height: 20px;
31255
+
31256
+ .cro7kg2 {
31257
+ padding: 4px;
31415
31258
  }
31416
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31417
- background: #ccd4e3;
31259
+
31260
+ .c14wcxf0 {
31261
+ display: flex;
31262
+ justify-content: space-between;
31263
+ align-items: center;
31264
+ font-size: 13px;
31265
+ line-height: 24px;
31266
+ color: #cccccc;
31267
+ white-space: nowrap;
31418
31268
  }
31419
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31420
- background: #0080ff;
31269
+ .c14wcxf0 label {
31270
+ margin-right: 32px;
31421
31271
  }
31422
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31423
- background: #ccd4e3;
31424
- opacity: 0.5;
31272
+
31273
+ .coy29mj.c14wcxf0 {
31274
+ font-weight: bold;
31275
+ color: white;
31425
31276
  }
31426
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31427
- border-right-color: #0080ff;
31277
+
31278
+ .s11212zy {
31279
+ width: 8px;
31280
+ height: 8px;
31281
+ border-radius: 2px;
31282
+ display: inline-block;
31283
+ background: var(--s11212zy-0);
31284
+ border: 1px solid #fff;
31285
+ box-sizing: content-box;
31286
+ margin-right: 6px;
31428
31287
  }
31429
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31430
- border-color: #0080ff;
31288
+
31289
+ .p1lyky6c > :first-child {
31290
+ font-weight: bold;
31291
+ color: white;
31292
+ margin-right: 4px;
31431
31293
  }
31432
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31433
- background: rgba(0, 136, 255, 0.1);
31294
+
31295
+ .d6j0lbj {
31296
+ font-family: Inter;
31297
+ font-style: normal;
31298
+ font-weight: bold;
31299
+ font-size: 32px;
31300
+ line-height: 40px;
31434
31301
  }
31435
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31436
- background: rgba(211, 218, 235, 0.6);
31437
- border-color: #ccd4e3;
31438
- opacity: 0.5;
31302
+
31303
+ .d1xhvvxe {
31304
+ font-family: Inter;
31305
+ font-style: normal;
31306
+ font-weight: bold;
31307
+ font-size: 24px;
31308
+ line-height: 32px;
31439
31309
  }
31440
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31441
- color: #00122e;
31442
- border-color: #ccd4e3;
31310
+
31311
+ .dk10mxq {
31312
+ font-family: Inter;
31313
+ font-style: normal;
31314
+ font-weight: normal;
31315
+ font-size: 32px;
31316
+ line-height: 40px;
31443
31317
  }
31444
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31445
- color: #00122e;
31446
- border-color: #ccd4e3;
31447
- background: rgba(172, 186, 211, 0.6);
31318
+
31319
+ .dxsait {
31320
+ font-family: Inter;
31321
+ font-style: normal;
31322
+ font-weight: bold;
31323
+ font-size: 20px;
31324
+ line-height: 24px;
31448
31325
  }
31449
- .r1f0aqcc .ant-radio-button-input {
31450
- margin-right: 8px;
31451
- display: inline;
31452
- border: none;
31453
- padding: 0;
31454
- width: 36px;
31455
- background: transparent;
31326
+
31327
+ .dokn0h3 {
31328
+ font-family: Inter;
31329
+ font-style: normal;
31330
+ font-weight: normal;
31331
+ font-size: 20px;
31332
+ line-height: 24px;
31456
31333
  }
31457
- .r1f0aqcc .ant-radio-button-input:focus {
31458
- box-shadow: none;
31334
+
31335
+ .dobau4p {
31336
+ font-family: Inter;
31337
+ font-style: normal;
31338
+ font-weight: bold;
31339
+ font-size: 18px;
31340
+ line-height: 22px;
31459
31341
  }
31460
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31461
- margin-right: 0;
31462
- width: initial;
31463
- box-shadow: none;
31342
+
31343
+ .dvolwok {
31344
+ font-family: Inter;
31345
+ font-style: normal;
31346
+ font-weight: normal;
31347
+ font-size: 18px;
31348
+ line-height: 22px;
31464
31349
  }
31465
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31466
- display: none;
31350
+
31351
+ .h181qhg4 {
31352
+ font-family: Inter;
31353
+ font-style: normal;
31354
+ font-weight: bold;
31355
+ font-size: 16px;
31356
+ line-height: 22px;
31467
31357
  }
31468
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31469
- display: inline;
31358
+
31359
+ .h1phgmcq {
31360
+ font-family: Inter;
31361
+ font-style: normal;
31362
+ font-weight: normal;
31363
+ font-size: 16px;
31364
+ line-height: 22px;
31470
31365
  }
31471
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31472
- display: inline;
31473
- margin-right: 8px;
31474
- padding: 0;
31475
- width: 36px;
31366
+
31367
+ .h173xnl1 {
31368
+ font-family: Inter;
31369
+ font-style: normal;
31370
+ font-weight: bold;
31371
+ font-size: 14px;
31372
+ line-height: 20px;
31476
31373
  }
31477
31374
 
31478
- .s34f1qb.ant-switch {
31479
- min-width: 40px;
31480
- height: 24px;
31481
- background: rgba(172, 186, 211, 0.6);
31482
- overflow: hidden;
31375
+ .hedm4pz {
31376
+ font-family: Inter;
31377
+ font-style: normal;
31378
+ font-weight: normal;
31379
+ font-size: 14px;
31380
+ line-height: 20px;
31483
31381
  }
31484
- .s34f1qb.ant-switch:focus {
31485
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31382
+
31383
+ .h1kd8xld {
31384
+ font-family: Inter;
31385
+ font-style: normal;
31386
+ font-weight: bold;
31387
+ font-size: 12px;
31388
+ line-height: 18px;
31486
31389
  }
31487
- .s34f1qb.ant-switch-small {
31488
- min-width: 26px;
31489
- height: 16px;
31390
+
31391
+ .hp14fr {
31392
+ font-family: Inter;
31393
+ font-style: normal;
31394
+ font-weight: normal;
31395
+ font-size: 12px;
31396
+ line-height: 18px;
31490
31397
  }
31491
- .s34f1qb.ant-switch-large {
31492
- min-width: 52px;
31493
- height: 32px;
31398
+
31399
+ .hgrg7mn {
31400
+ font-family: Inter;
31401
+ font-style: normal;
31402
+ font-weight: bold;
31403
+ text-transform: uppercase;
31404
+ font-feature-settings: "cpsp" on;
31405
+ font-size: 12px;
31406
+ line-height: 18px;
31494
31407
  }
31495
- .s34f1qb.ant-switch .ant-switch-handle {
31496
- height: 20px;
31497
- width: 20px;
31408
+
31409
+ .h6zme9x {
31410
+ font-family: Inter;
31411
+ font-style: normal;
31412
+ font-weight: normal;
31413
+ text-transform: uppercase;
31414
+ font-feature-settings: "cpsp" on;
31415
+ font-size: 12px;
31416
+ line-height: 18px;
31498
31417
  }
31499
- .s34f1qb.ant-switch .ant-switch-handle::before {
31500
- border-radius: 10px;
31501
- transition-delay: 120ms;
31418
+
31419
+ .locjvsv {
31420
+ font-family: Inter;
31421
+ font-style: normal;
31422
+ font-weight: normal;
31423
+ font-size: 16px;
31424
+ line-height: 24px;
31502
31425
  }
31503
- .s34f1qb.ant-switch-small .ant-switch-handle {
31504
- height: 14px;
31505
- width: 14px;
31506
- top: 1px;
31507
- left: 1px;
31426
+
31427
+ .l13gi131 {
31428
+ font-family: Inter;
31429
+ font-style: normal;
31430
+ font-weight: bold;
31431
+ font-size: 16px;
31432
+ line-height: 24px;
31508
31433
  }
31509
- .s34f1qb.ant-switch-large .ant-switch-handle {
31510
- height: 28px;
31511
- width: 28px;
31434
+
31435
+ .l1ynemsu {
31436
+ font-family: Inter;
31437
+ font-style: normal;
31438
+ font-weight: normal;
31439
+ font-size: 16px;
31440
+ line-height: 24px;
31512
31441
  }
31513
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
31514
- border-radius: 14px;
31442
+
31443
+ .l1cft1cx {
31444
+ font-family: Inter;
31445
+ font-style: normal;
31446
+ font-weight: bold;
31447
+ font-size: 16px;
31448
+ line-height: 24px;
31515
31449
  }
31516
- .s34f1qb.ant-switch-checked {
31517
- background-color: #00ba5d;
31450
+
31451
+ .l17tqc8p {
31452
+ font-family: Inter;
31453
+ font-style: normal;
31454
+ font-weight: normal;
31455
+ text-transform: uppercase;
31456
+ font-feature-settings: "cpsp" on;
31457
+ font-size: 16px;
31458
+ line-height: 24px;
31518
31459
  }
31519
- .s34f1qb.ant-switch-checked .ant-switch-handle {
31520
- left: calc(100% - 20px - 2px);
31460
+
31461
+ .l1j1e5w7 {
31462
+ font-family: Inter;
31463
+ font-style: normal;
31464
+ font-weight: bold;
31465
+ text-transform: uppercase;
31466
+ font-feature-settings: "cpsp" on;
31467
+ font-size: 16px;
31468
+ line-height: 24px;
31521
31469
  }
31522
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31523
- left: calc(100% - 14px - 1px);
31470
+
31471
+ .l1gf91jb {
31472
+ font-family: Inter;
31473
+ font-style: normal;
31474
+ font-weight: normal;
31475
+ font-size: 14px;
31476
+ line-height: 22px;
31524
31477
  }
31525
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31526
- left: calc(100% - 28px - 2px);
31478
+
31479
+ .lu7hlr6 {
31480
+ font-family: Inter;
31481
+ font-style: normal;
31482
+ font-weight: 500;
31483
+ font-size: 14px;
31484
+ line-height: 22px;
31527
31485
  }
31528
31486
 
31529
- .c1to9vb9 {
31530
- margin-left: 5px;
31487
+ .l3l3jf0 {
31488
+ font-family: Inter;
31489
+ font-style: normal;
31490
+ font-weight: bold;
31491
+ font-size: 14px;
31492
+ line-height: 22px;
31531
31493
  }
31532
31494
 
31533
- .c1uzzomf {
31534
- margin-bottom: 16px;
31495
+ .l12j5nqp {
31496
+ font-family: Inter;
31497
+ font-style: normal;
31498
+ font-weight: normal;
31499
+ font-size: 14px;
31500
+ line-height: 22px;
31535
31501
  }
31536
- .c1uzzomf .card-title {
31537
- font-size: 16px;
31538
- color: rgba(44, 56, 82, 0.6);
31539
- font-weight: 700;
31540
- line-height: 32px;
31502
+
31503
+ .l1tecqht {
31504
+ font-family: Inter;
31505
+ font-style: normal;
31506
+ font-weight: bold;
31507
+ font-size: 14px;
31508
+ line-height: 22px;
31541
31509
  }
31542
- .c1uzzomf .card-body {
31543
- padding: 24px;
31544
- border-radius: 8px;
31545
- background: #fff;
31510
+
31511
+ .l6sa990 {
31512
+ font-family: Inter;
31513
+ font-style: normal;
31514
+ font-weight: normal;
31515
+ text-transform: uppercase;
31516
+ font-feature-settings: "cpsp" on;
31517
+ font-size: 14px;
31518
+ line-height: 22px;
31546
31519
  }
31547
- .c1uzzomf .empty {
31548
- font-weight: 700;
31520
+
31521
+ .lckqe8j {
31522
+ font-family: Inter;
31523
+ font-style: normal;
31524
+ font-weight: bold;
31525
+ text-transform: uppercase;
31526
+ font-feature-settings: "cpsp" on;
31549
31527
  font-size: 14px;
31550
31528
  line-height: 22px;
31551
- color: rgba(0, 21, 64, 0.3);
31552
- text-align: center;
31553
31529
  }
31554
31530
 
31555
- .c18gxmrl {
31556
- border: 1px solid #d8deeb;
31557
- border-radius: 4px;
31531
+ .l1kuminb {
31532
+ font-family: Inter;
31533
+ font-style: normal;
31534
+ font-weight: normal;
31535
+ font-size: 13px;
31536
+ line-height: 20px;
31558
31537
  }
31559
- .c18gxmrl + .c18gxmrl {
31560
- margin-top: 8px;
31538
+
31539
+ .l1pbuf5j {
31540
+ font-family: Inter;
31541
+ font-style: normal;
31542
+ font-weight: 600;
31543
+ font-size: 13px;
31544
+ line-height: 20px;
31561
31545
  }
31562
- .c18gxmrl:hover {
31563
- border-color: #0080ff;
31546
+
31547
+ .l1r4ztu {
31548
+ font-family: Inter;
31549
+ font-style: normal;
31550
+ font-weight: bold;
31551
+ font-size: 13px;
31552
+ line-height: 20px;
31564
31553
  }
31565
- .c18gxmrl:hover > header {
31566
- background: rgba(0, 128, 255, 0.1);
31554
+
31555
+ .ly8vzok {
31556
+ font-family: Inter;
31557
+ font-style: normal;
31558
+ font-weight: normal;
31559
+ font-size: 13px;
31560
+ line-height: 20px;
31567
31561
  }
31568
- .c18gxmrl.active header {
31569
- border-bottom: 1px solid #d8deeb;
31562
+
31563
+ .lumfmf {
31564
+ font-family: Inter;
31565
+ font-style: normal;
31566
+ font-weight: 600;
31567
+ font-size: 13px;
31568
+ line-height: 20px;
31570
31569
  }
31571
- .c18gxmrl > header {
31572
- padding: 8px 12px;
31570
+
31571
+ .l16ujwmv {
31572
+ font-family: Inter;
31573
+ font-style: normal;
31574
+ font-weight: bold;
31575
+ font-size: 13px;
31576
+ line-height: 20px;
31573
31577
  }
31574
31578
 
31575
- .berrcjl {
31576
- color: rgba(10, 37, 85, 0.6);
31577
- margin-bottom: 4px;
31579
+ .l17o1ffr {
31580
+ font-family: Inter;
31581
+ font-style: normal;
31582
+ font-weight: normal;
31583
+ text-transform: uppercase;
31584
+ font-feature-settings: "cpsp" on;
31585
+ font-size: 13px;
31586
+ line-height: 20px;
31578
31587
  }
31579
- .berrcjl .breadcrumb-link {
31580
- color: rgba(10, 37, 85, 0.6);
31581
- cursor: pointer;
31582
- transition: color 160ms ease;
31588
+
31589
+ .lngllvn {
31590
+ font-family: Inter;
31591
+ font-style: normal;
31592
+ font-weight: bold;
31593
+ text-transform: uppercase;
31594
+ font-feature-settings: "cpsp" on;
31595
+ font-size: 13px;
31596
+ line-height: 20px;
31583
31597
  }
31584
- .berrcjl .breadcrumb-link:hover {
31585
- color: #0080ff;
31598
+
31599
+ .l2i7fo9 {
31600
+ font-family: Inter;
31601
+ font-style: normal;
31602
+ font-weight: normal;
31603
+ font-size: 12px;
31604
+ line-height: 18px;
31586
31605
  }
31587
- .berrcjl .breadcrumb-link:active {
31588
- color: #005ed1;
31606
+
31607
+ .l1x7hscx {
31608
+ font-family: Inter;
31609
+ font-style: normal;
31610
+ font-weight: 500;
31611
+ font-size: 12px;
31612
+ line-height: 18px;
31589
31613
  }
31590
31614
 
31591
- .n12mqh7z {
31592
- display: flex;
31593
- align-items: center;
31615
+ .le1jwan {
31616
+ font-family: Inter;
31617
+ font-style: normal;
31618
+ font-weight: bold;
31594
31619
  font-size: 12px;
31595
31620
  line-height: 18px;
31596
31621
  }
31597
- .n12mqh7z:not(:last-child) {
31598
- margin-bottom: 4px;
31599
- }
31600
31622
 
31601
- .tf5bynu {
31602
- margin: 0 3px;
31623
+ .lyxynfj {
31624
+ font-family: Inter;
31625
+ font-style: normal;
31626
+ font-weight: normal;
31627
+ font-size: 12px;
31628
+ line-height: 18px;
31603
31629
  }
31604
31630
 
31605
- .tcckoz1 {
31606
- max-height: 400px;
31607
- overflow: "auto";
31631
+ .lpb2nxv {
31632
+ font-family: Inter;
31633
+ font-style: normal;
31634
+ font-weight: 500;
31635
+ font-size: 12px;
31636
+ line-height: 18px;
31608
31637
  }
31609
31638
 
31610
- .t1upn1sz {
31611
- height: 100%;
31639
+ .l1r8o3vv {
31640
+ font-family: Inter;
31641
+ font-style: normal;
31642
+ font-weight: bold;
31643
+ font-size: 12px;
31644
+ line-height: 18px;
31612
31645
  }
31613
31646
 
31614
- .tta5kd2 {
31615
- height: 100%;
31647
+ .lemnjy2 {
31648
+ font-family: Inter;
31649
+ font-style: normal;
31650
+ font-weight: normal;
31651
+ text-transform: uppercase;
31652
+ font-feature-settings: "cpsp" on;
31653
+ font-size: 12px;
31654
+ line-height: 18px;
31616
31655
  }
31617
- .tta5kd2.empty-table .ant-table-content {
31618
- overflow: visible !important;
31619
- height: 100%;
31656
+
31657
+ .lrc42gb {
31658
+ font-family: Inter;
31659
+ font-style: normal;
31660
+ font-weight: bold;
31661
+ text-transform: uppercase;
31662
+ font-feature-settings: "cpsp" on;
31663
+ font-size: 12px;
31664
+ line-height: 18px;
31620
31665
  }
31621
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31622
- height: 100%;
31666
+
31667
+ .fqaz4mb {
31668
+ font-family: Inter;
31669
+ font-style: normal;
31670
+ font-weight: normal;
31671
+ font-size: 13px;
31672
+ line-height: 20px;
31623
31673
  }
31624
- .tta5kd2.empty-table .ant-table-content table {
31625
- width: 100% !important;
31626
- height: 100%;
31674
+
31675
+ .f13we5o {
31676
+ font-family: Inter;
31677
+ font-style: normal;
31678
+ font-weight: normal;
31679
+ font-size: 13px;
31680
+ line-height: 20px;
31627
31681
  }
31628
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31629
- padding: 15px 0;
31682
+
31683
+ .ffmjua2 {
31684
+ font-family: Inter;
31685
+ font-style: normal;
31686
+ font-weight: normal;
31687
+ font-size: 12px;
31688
+ line-height: 18px;
31630
31689
  }
31631
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31632
- display: none;
31690
+
31691
+ .fz2mxw0 {
31692
+ font-family: Inter;
31693
+ font-style: normal;
31694
+ font-weight: normal;
31695
+ font-size: 12px;
31696
+ line-height: 18px;
31633
31697
  }
31634
- .tta5kd2 .active-row td:nth-child(1) {
31635
- font-weight: 700;
31698
+
31699
+ .t1ertzoh {
31700
+ font-family: Inter;
31701
+ font-style: normal;
31702
+ font-weight: normal;
31703
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31704
+ font-size: 13px;
31705
+ line-height: 20px;
31636
31706
  }
31637
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31638
- font-weight: 700;
31707
+
31708
+ .t19bge8r {
31709
+ font-family: Inter;
31710
+ font-style: normal;
31711
+ font-weight: normal;
31712
+ font-feature-settings: "zero" on;
31713
+ font-size: 13px;
31714
+ line-height: 20px;
31639
31715
  }
31640
- .tta5kd2 .ant-spin-nested-loading {
31641
- height: 100%;
31716
+
31717
+ .tjrzfyl {
31718
+ font-family: Inter;
31719
+ font-style: normal;
31720
+ font-weight: normal;
31721
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31722
+ font-size: 12px;
31723
+ line-height: 18px;
31642
31724
  }
31643
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31644
- height: 100%;
31645
- overflow: visible;
31725
+
31726
+ .tm6s7bo {
31727
+ font-family: Inter;
31728
+ font-style: normal;
31729
+ font-weight: 500;
31730
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31731
+ font-size: 12px;
31732
+ line-height: 18px;
31646
31733
  }
31647
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31648
- max-height: none;
31734
+
31735
+ .t19zq6ic {
31736
+ font-family: Inter;
31737
+ font-style: normal;
31738
+ font-weight: normal;
31739
+ font-feature-settings: "zero" on;
31740
+ font-size: 12px;
31741
+ line-height: 18px;
31649
31742
  }
31650
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31651
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31652
- display: none;
31743
+
31744
+ .t1gduru8 {
31745
+ font-family: Inter;
31746
+ font-style: normal;
31747
+ font-weight: 500;
31748
+ font-feature-settings: "zero" on;
31749
+ font-size: 12px;
31750
+ line-height: 18px;
31653
31751
  }
31654
- .tta5kd2 td.ant-table-column-sort {
31655
- background: transparent;
31752
+
31753
+ .t55raab {
31754
+ font-family: Inter;
31755
+ font-style: normal;
31756
+ font-weight: bold;
31757
+ font-feature-settings: "zero" on;
31758
+ font-size: 16px;
31759
+ line-height: 24px;
31656
31760
  }
31657
- .tta5kd2 td.ant-table-cell-fix-left,
31658
- .tta5kd2 td.ant-table-cell-fix-right {
31659
- background: #fff;
31660
- padding: 0 !important;
31761
+
31762
+ .u1w9abfe {
31763
+ font-family: Inter;
31764
+ font-style: normal;
31765
+ font-weight: normal;
31766
+ font-size: 10px;
31767
+ line-height: 12px;
31661
31768
  }
31662
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31663
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31769
+
31770
+ .s1iv0tp1 .enabled-switch {
31664
31771
  display: flex;
31665
31772
  align-items: center;
31666
- height: 100%;
31667
- padding: 8px;
31668
- }
31669
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31670
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31671
- overflow: hidden;
31672
- text-overflow: ellipsis;
31673
- width: 100%;
31674
- }
31675
- .tta5kd2 .ant-table-container {
31676
- height: 100%;
31677
- }
31678
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31679
- box-shadow: none !important;
31680
- }
31681
- .tta5kd2 .ant-table {
31682
- border-radius: 0px;
31683
- border-left: none;
31684
- border-right: none;
31685
- border-bottom: none;
31686
- height: 100%;
31687
- font-size: 12px;
31688
- background: transparent;
31689
- }
31690
- .tta5kd2 .ant-table .ant-table-header {
31691
- position: relative;
31692
- z-index: 3;
31693
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31694
- margin-bottom: -1px;
31695
31773
  }
31696
- .tta5kd2 .ant-table .time-wrapper .date,
31697
- .tta5kd2 .ant-table .value {
31698
- color: #2d3a56;
31774
+ .s1iv0tp1 .enabled-text {
31775
+ margin-right: 8px;
31699
31776
  }
31700
- .tta5kd2 .ant-table .time-wrapper .time,
31701
- .tta5kd2 .ant-table .unit {
31702
- color: rgba(44, 56, 82, 0.6);
31777
+
31778
+ .tje3huy {
31779
+ width: 100%;
31780
+ overflow: inherit;
31781
+ white-space: inherit;
31782
+ text-overflow: ellipsis;
31703
31783
  }
31704
- .tta5kd2 .ant-table .ant-table-selection {
31705
- position: unset;
31706
- text-align: center;
31784
+
31785
+ .t1sqg15u {
31786
+ background: white;
31707
31787
  }
31708
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31709
- background: #fff;
31788
+ .t1sqg15u.inline .table-row {
31789
+ flex-direction: column;
31710
31790
  }
31711
- .tta5kd2 .ant-table .anticon-setting {
31712
- cursor: pointer;
31713
- position: absolute;
31714
- top: 50%;
31715
- right: 12px;
31716
- transform: translateY(-50%);
31791
+ .t1sqg15u.inline .table-row > label {
31792
+ padding: 0 16px 7px 0;
31717
31793
  }
31718
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31719
- box-shadow: none;
31720
- width: 1px;
31721
- background: rgba(213, 219, 227, 0.6);
31794
+ .t1sqg15u.has-border .table-header {
31795
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
31722
31796
  }
31723
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31724
- box-shadow: none;
31725
- width: 1px;
31726
- background: rgba(213, 219, 227, 0.6);
31797
+ .t1sqg15u.has-border .hiddenBorder {
31798
+ border-top: none !important;
31727
31799
  }
31728
- .tta5kd2 .ant-table .ant-table-tbody {
31729
- position: relative;
31800
+ .t1sqg15u.has-border .table-row + .table-row {
31801
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
31730
31802
  }
31731
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31732
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31733
- border-bottom: 1px solid white;
31734
- height: 40px;
31735
- vertical-align: middle;
31736
- transition: background 0ms;
31737
- color: #00122e;
31803
+ .t1sqg15u.has-border .table-row:last-of-type {
31804
+ padding-bottom: 0;
31738
31805
  }
31739
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31740
- background: #f2f5fa;
31741
- border-bottom-color: #f2f5fa;
31806
+ .t1sqg15u.align-right .content {
31807
+ text-align: right;
31742
31808
  }
31743
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31744
- height: auto;
31745
- color: #00122e;
31746
- font-size: 12px;
31747
- text-align: left;
31748
- transition: none;
31809
+ .t1sqg15u .uuid-row {
31810
+ display: flex;
31811
+ justify-content: space-between;
31812
+ }
31813
+ .t1sqg15u .uuid-row .id-text {
31814
+ white-space: nowrap;
31749
31815
  overflow: hidden;
31750
31816
  text-overflow: ellipsis;
31751
- white-space: nowrap;
31752
31817
  }
31753
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31754
- color: #0096ff;
31818
+
31819
+ .t4zczcp {
31820
+ display: flex;
31821
+ justify-content: space-between;
31822
+ align-items: center;
31823
+ padding: 8px;
31824
+ min-height: 32px;
31755
31825
  }
31756
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31757
- overflow: hidden;
31758
- text-overflow: ellipsis;
31759
- width: 100%;
31760
- vertical-align: middle;
31826
+ .t4zczcp .table-title {
31827
+ color: rgba(44, 56, 82, 0.6);
31828
+ font-weight: 600;
31829
+ font-size: 12px;
31830
+ line-height: 8px;
31761
31831
  }
31762
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31763
- line-height: 0px;
31832
+ .t4zczcp .edit-icon {
31833
+ font-size: 16px;
31834
+ color: rgba(10, 37, 85, 0.6);
31835
+ cursor: pointer;
31764
31836
  }
31765
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31766
- padding-right: 25px;
31837
+
31838
+ .t1s7goww {
31839
+ font-size: 12px;
31840
+ line-height: 18px;
31767
31841
  }
31768
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31769
- border-top-color: transparent;
31842
+
31843
+ .t93e4cf {
31844
+ display: flex;
31845
+ padding: 8px 0;
31846
+ color: #2d3a56;
31770
31847
  }
31771
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31772
- background: rgba(225, 230, 241, 0.6);
31773
- border-color: transparent transparent white;
31848
+ .t93e4cf .hidden {
31849
+ display: none;
31774
31850
  }
31775
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31776
- border-radius: 8px 0 0 8px;
31851
+ .t93e4cf .ant-btn-link {
31852
+ height: auto;
31777
31853
  }
31778
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31779
- border-radius: 8px 0 0 8px;
31854
+ .t93e4cf .content {
31855
+ overflow: hidden;
31856
+ overflow-x: auto;
31857
+ width: 100%;
31858
+ white-space: pre-wrap;
31780
31859
  }
31781
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31782
- content: "";
31783
- width: 4px;
31784
- top: -1px;
31785
- bottom: -1px;
31786
- background: white;
31860
+ .t93e4cf .content .ant-btn {
31861
+ white-space: pre-wrap;
31862
+ text-align: left;
31787
31863
  }
31788
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31789
- border-radius: 0 8px 8px 0;
31864
+ .t93e4cf .content .unit-chart {
31865
+ justify-content: flex-start;
31790
31866
  }
31791
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31792
- border-radius: 0;
31793
- background: white;
31794
- border-top: none;
31867
+
31868
+ .rhz2uv5 {
31869
+ width: var(--rhz2uv5-0);
31870
+ flex-shrink: 0;
31871
+ color: rgba(44, 56, 82, 0.6);
31872
+ padding-right: 12px;
31795
31873
  }
31796
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31797
- border-top: 1px solid transparent;
31798
- border-radius: 0 8px 8px 0;
31799
- background: rgba(225, 230, 241, 0.6);
31874
+
31875
+ .gmyahx3 {
31876
+ cursor: pointer;
31800
31877
  }
31801
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31802
- background: white;
31803
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31878
+ .gmyahx3 .link-text {
31879
+ color: rgba(0, 21, 64, 0.3);
31804
31880
  }
31805
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31881
+ .gmyahx3:hover .link-text {
31882
+ color: #0080ff;
31883
+ }
31884
+
31885
+ .wg1tsps {
31806
31886
  display: flex;
31807
31887
  align-items: center;
31808
- height: 100%;
31809
- background: rgba(225, 230, 241, 0.6);
31810
- }
31811
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31812
- background: white;
31813
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31888
+ justify-content: flex-end;
31814
31889
  }
31815
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31890
+
31891
+ .b1ctd5xy {
31816
31892
  display: flex;
31817
31893
  align-items: center;
31818
- height: 100%;
31819
- background: rgba(225, 230, 241, 0.6);
31894
+ width: calc(100% - 40px);
31820
31895
  }
31821
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31822
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31896
+ .b1ctd5xy .chart {
31897
+ display: inline-block;
31898
+ width: 100%;
31823
31899
  }
31824
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31825
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31826
- border-radius: 8px;
31900
+
31901
+ .u1p8acpn {
31902
+ width: 40px;
31827
31903
  }
31828
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31829
- border-top-color: white;
31904
+ .u1p8acpn .unit {
31905
+ color: #00122e !important;
31830
31906
  }
31831
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31832
- background: rgba(0, 136, 255, 0.1);
31833
- border-bottom-color: transparent;
31834
- border-top-color: transparent;
31907
+
31908
+ .rxbeqvl.ant-radio-wrapper {
31909
+ display: inline-flex;
31910
+ align-items: baseline;
31911
+ white-space: pre-wrap;
31835
31912
  }
31836
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31837
- border-radius: 8px 0 0 8px;
31913
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
31914
+ position: relative;
31915
+ top: 3px;
31838
31916
  }
31839
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31840
- border-radius: 0 8px 8px 0;
31917
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31918
+ border-color: rgba(107, 128, 167, 0.6);
31841
31919
  }
31842
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31843
- background: rgba(0, 136, 255, 0.1);
31920
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31921
+ border-color: #0080ff;
31844
31922
  }
31845
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31923
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31924
+ border-color: #0080ff;
31925
+ background: #0080ff;
31926
+ }
31927
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31928
+ top: 4px;
31929
+ left: 4px;
31930
+ width: 6px;
31931
+ height: 6px;
31846
31932
  background: #fff;
31847
- font-weight: 400;
31848
- position: relative;
31849
- border-bottom: none;
31850
- color: #00122e;
31851
- transition: none;
31852
- padding: 15px 8px 15px 8px;
31853
31933
  }
31854
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31855
- content: "";
31856
- width: 1px;
31857
- top: 0;
31858
- bottom: 0;
31934
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31935
+ opacity: 0.5;
31936
+ }
31937
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31938
+ border-color: rgba(107, 128, 167, 0.6);
31859
31939
  background: rgba(211, 218, 235, 0.6);
31860
- position: absolute;
31861
- right: 0;
31862
31940
  }
31863
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31864
- padding: unset;
31941
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31942
+ background: #00122e;
31865
31943
  }
31866
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31867
- display: none;
31944
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31945
+ color: #00122e;
31946
+ opacity: 0.5;
31868
31947
  }
31869
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31870
- width: 100%;
31871
- overflow: hidden;
31872
- white-space: nowrap;
31873
- text-overflow: ellipsis;
31948
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31949
+ color: #00122e;
31874
31950
  }
31875
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31876
- overflow: hidden;
31877
- text-overflow: ellipsis;
31878
- flex: 1;
31951
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31952
+ display: inline-block;
31953
+ padding: 0;
31954
+ padding-left: 12px;
31955
+ }
31956
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31957
+ margin-bottom: 0;
31958
+ white-space: pre-wrap;
31959
+ color: rgba(44, 56, 82, 0.6);
31960
+ }
31961
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31962
+ padding-left: 8px;
31963
+ }
31964
+
31965
+ .r5ie79y .ant-radio-button-wrapper:first-child {
31966
+ border-radius: 5px 0 0 5px;
31967
+ }
31968
+ .r5ie79y .ant-radio-button-wrapper:last-child {
31969
+ border-radius: 0 5px 5px 0;
31970
+ }
31971
+
31972
+ .r1f0aqcc {
31973
+ color: #00122e;
31974
+ border-color: #ccd4e3;
31975
+ }
31976
+ .r1f0aqcc:first-child {
31977
+ border-color: #a3b4cc;
31978
+ }
31979
+ .r1f0aqcc.ant-radio-button-wrapper {
31980
+ padding: 0 12px;
31981
+ line-height: 32px;
31982
+ height: 32px;
31879
31983
  }
31880
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31881
- padding: 15px 25px 15px 8px;
31984
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
31985
+ white-space: nowrap;
31882
31986
  }
31883
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31884
- padding: 0;
31987
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31988
+ height: 22px;
31989
+ padding: 0 7px;
31990
+ line-height: 20px;
31885
31991
  }
31886
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31887
- position: absolute;
31888
- right: 6px;
31889
- top: 50%;
31890
- transform: translateY(-50%);
31891
- height: 16px;
31892
- display: none;
31893
- transition: transform 320ms ease;
31992
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31993
+ background: #ccd4e3;
31894
31994
  }
31895
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31896
- display: block;
31897
- transform: translateY(-50%) rotateX(180deg);
31995
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31996
+ background: #0080ff;
31898
31997
  }
31899
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31900
- display: block;
31998
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31999
+ background: #ccd4e3;
32000
+ opacity: 0.5;
31901
32001
  }
31902
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31903
- display: none;
32002
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
32003
+ border-right-color: #0080ff;
31904
32004
  }
31905
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31906
- transform: translateY(-50%);
32005
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
32006
+ border-color: #0080ff;
31907
32007
  }
31908
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31909
- transform: translateY(-50%) rotateX(180deg);
32008
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
32009
+ background: rgba(0, 136, 255, 0.1);
31910
32010
  }
31911
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31912
- background: #f2f5fa;
32011
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
32012
+ background: rgba(211, 218, 235, 0.6);
32013
+ border-color: #ccd4e3;
32014
+ opacity: 0.5;
31913
32015
  }
31914
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31915
- display: block;
32016
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
32017
+ color: #00122e;
32018
+ border-color: #ccd4e3;
31916
32019
  }
31917
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31918
- padding-right: 25px;
32020
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
32021
+ color: #00122e;
32022
+ border-color: #ccd4e3;
32023
+ background: rgba(172, 186, 211, 0.6);
31919
32024
  }
31920
- .tta5kd2 .ant-table .ant-table-selection-column {
31921
- padding: 0 !important;
32025
+ .r1f0aqcc .ant-radio-button-input {
32026
+ margin-right: 8px;
32027
+ display: inline;
32028
+ border: none;
32029
+ padding: 0;
32030
+ width: 36px;
32031
+ background: transparent;
31922
32032
  }
31923
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31924
- position: absolute;
31925
- left: 50%;
31926
- top: 50%;
31927
- transform: translate(-50%, -50%);
32033
+ .r1f0aqcc .ant-radio-button-input:focus {
32034
+ box-shadow: none;
31928
32035
  }
31929
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31930
- display: none;
32036
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
32037
+ margin-right: 0;
32038
+ width: initial;
32039
+ box-shadow: none;
31931
32040
  }
31932
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31933
- background: #fff;
32041
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
32042
+ display: none;
31934
32043
  }
31935
- .tta5kd2 .ant-table .ant-table-placeholder {
31936
- background: inherit;
32044
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
32045
+ display: inline;
31937
32046
  }
31938
- .tta5kd2 .ant-table .ant-table-placeholder td {
31939
- position: static;
31940
- border: none;
31941
- background: inherit !important;
31942
- height: 100px;
31943
- vertical-align: middle;
32047
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
32048
+ display: inline;
32049
+ margin-right: 8px;
32050
+ padding: 0;
32051
+ width: 36px;
31944
32052
  }
31945
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31946
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31947
- font-weight: bold;
31948
- font-size: 20px;
31949
- color: rgba(10, 37, 85, 0.6);
32053
+
32054
+ .c1bus5hc {
32055
+ --color: white;
32056
+ height: 14px;
32057
+ width: 14px;
32058
+ border-radius: 50%;
32059
+ flex-shrink: 0;
32060
+ display: flex;
32061
+ align-items: center;
32062
+ justify-content: center;
32063
+ border: 1px solid var(--color);
31950
32064
  }
31951
- .tta5kd2 .ant-table td.cell__action_ {
31952
- padding: 0 !important;
32065
+ .c1bus5hc .circle-inner {
31953
32066
  position: relative;
31954
- background: #fff;
32067
+ height: 10px;
32068
+ width: 10px;
32069
+ border-radius: 50%;
32070
+ overflow: hidden;
31955
32071
  }
31956
- .tta5kd2 .ant-table td.cell__action_ > * {
32072
+ .c1bus5hc .circle-content {
32073
+ position: absolute;
31957
32074
  height: 100%;
31958
- display: flex;
31959
- align-items: center;
31960
- justify-content: flex-end;
31961
- padding-right: 8px;
32075
+ width: 100%;
32076
+ left: 0;
32077
+ top: 0;
32078
+ border-radius: 50%;
32079
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32080
+ transform: rotate(180deg);
31962
32081
  }
31963
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31964
- width: 24px;
31965
- height: 24px;
31966
- cursor: pointer;
31967
- justify-content: center;
31968
- border-radius: 4px;
32082
+ .c1bus5hc .circle-child {
32083
+ position: absolute;
32084
+ height: 100%;
32085
+ width: 100%;
32086
+ left: 0;
32087
+ top: 0;
32088
+ margin-left: 50%;
32089
+ transform-origin: left;
32090
+ background: white;
32091
+ transform: rotate(0deg);
31969
32092
  }
31970
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31971
- background: #fff;
32093
+
32094
+ .s1fc623g {
32095
+ width: 430px !important;
31972
32096
  }
31973
32097
 
31974
- .tje3huy {
31975
- width: 100%;
31976
- overflow: inherit;
31977
- white-space: inherit;
31978
- text-overflow: ellipsis;
32098
+ .da3mx0o .ant-select-item-group {
32099
+ padding: 8px 16px;
32100
+ line-height: 18px;
32101
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
32102
+ height: 34px;
32103
+ min-height: 34px;
32104
+ box-sizing: border-box;
32105
+ margin-top: 8px;
31979
32106
  }
31980
32107
 
31981
- .s1iv0tp1 .enabled-switch {
32108
+ .onr9gzt {
31982
32109
  display: flex;
31983
- align-items: center;
31984
- }
31985
- .s1iv0tp1 .enabled-text {
31986
- margin-right: 8px;
32110
+ flex-direction: column;
32111
+ margin: 1px 8px;
32112
+ padding: 8px;
32113
+ border-radius: 4px;
31987
32114
  }
31988
-
31989
- .t1sqg15u {
31990
- background: white;
32115
+ .onr9gzt .selected-icon {
32116
+ display: none;
31991
32117
  }
31992
- .t1sqg15u.inline .table-row {
31993
- flex-direction: column;
32118
+ .onr9gzt.ant-select-item-option-grouped {
32119
+ padding-left: 8px;
31994
32120
  }
31995
- .t1sqg15u.inline .table-row > label {
31996
- padding: 0 16px 7px 0;
32121
+ .onr9gzt.ant-select-item-option-selected {
32122
+ background-color: white;
31997
32123
  }
31998
- .t1sqg15u.has-border .table-header {
31999
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32124
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
32125
+ color: #0080ff;
32000
32126
  }
32001
- .t1sqg15u.has-border .hiddenBorder {
32002
- border-top: none !important;
32127
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
32128
+ display: block;
32003
32129
  }
32004
- .t1sqg15u.has-border .table-row + .table-row {
32005
- border-top: 1px solid rgba(225, 230, 241, 0.6);
32130
+ .onr9gzt.ant-select-item-option-active {
32131
+ background: rgba(0, 136, 255, 0.16);
32006
32132
  }
32007
- .t1sqg15u.has-border .table-row:last-of-type {
32008
- padding-bottom: 0;
32133
+ .onr9gzt.ant-select-item-option-active .timezone-title {
32134
+ color: #0080ff;
32009
32135
  }
32010
- .t1sqg15u.align-right .content {
32011
- text-align: right;
32136
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
32137
+ background: rgba(0, 136, 255, 0.1);
32138
+ color: #0080ff;
32012
32139
  }
32013
- .t1sqg15u .uuid-row {
32140
+
32141
+ .oiy0apc {
32014
32142
  display: flex;
32015
32143
  justify-content: space-between;
32144
+ height: 20px;
32145
+ line-height: 20px;
32016
32146
  }
32017
- .t1sqg15u .uuid-row .id-text {
32018
- white-space: nowrap;
32147
+ .oiy0apc .timezone-title {
32148
+ color: #2d3a56;
32019
32149
  overflow: hidden;
32020
32150
  text-overflow: ellipsis;
32021
32151
  }
32022
32152
 
32023
- .t4zczcp {
32153
+ .of4y382 {
32024
32154
  display: flex;
32025
32155
  justify-content: space-between;
32026
- align-items: center;
32027
- padding: 8px;
32028
- min-height: 32px;
32029
- }
32030
- .t4zczcp .table-title {
32031
32156
  color: rgba(44, 56, 82, 0.6);
32032
- font-weight: 600;
32033
- font-size: 12px;
32034
- line-height: 8px;
32035
- }
32036
- .t4zczcp .edit-icon {
32037
- font-size: 16px;
32038
- color: rgba(10, 37, 85, 0.6);
32039
- cursor: pointer;
32157
+ height: 18px;
32158
+ line-height: 18px;
32159
+ margin-top: 2px;
32040
32160
  }
32041
32161
 
32042
- .t1s7goww {
32043
- font-size: 12px;
32044
- line-height: 18px;
32162
+ .t19903l9 {
32163
+ border: none;
32164
+ margin-right: 0;
32165
+ background: rgba(225, 230, 241, 0.6);
32045
32166
  }
32046
32167
 
32047
- .t93e4cf {
32048
- display: flex;
32049
- padding: 8px 0;
32050
- color: #2d3a56;
32168
+ .ohwbvxu {
32169
+ pointer-events: none;
32170
+ height: 32px;
32171
+ width: 100%;
32172
+ opacity: 0;
32051
32173
  }
32052
- .t93e4cf .hidden {
32053
- display: none;
32174
+
32175
+ .c18gxmrl {
32176
+ border: 1px solid #d8deeb;
32177
+ border-radius: 4px;
32054
32178
  }
32055
- .t93e4cf .ant-btn-link {
32056
- height: auto;
32179
+ .c18gxmrl + .c18gxmrl {
32180
+ margin-top: 8px;
32057
32181
  }
32058
- .t93e4cf .content {
32059
- overflow: hidden;
32060
- overflow-x: auto;
32061
- width: 100%;
32062
- white-space: pre-wrap;
32182
+ .c18gxmrl:hover {
32183
+ border-color: #0080ff;
32063
32184
  }
32064
- .t93e4cf .content .ant-btn {
32065
- white-space: pre-wrap;
32066
- text-align: left;
32185
+ .c18gxmrl:hover > header {
32186
+ background: rgba(0, 128, 255, 0.1);
32067
32187
  }
32068
- .t93e4cf .content .unit-chart {
32069
- justify-content: flex-start;
32188
+ .c18gxmrl.active header {
32189
+ border-bottom: 1px solid #d8deeb;
32070
32190
  }
32071
-
32072
- .rhz2uv5 {
32073
- width: var(--rhz2uv5-0);
32074
- flex-shrink: 0;
32075
- color: rgba(44, 56, 82, 0.6);
32076
- padding-right: 12px;
32191
+ .c18gxmrl > header {
32192
+ padding: 8px 12px;
32077
32193
  }
32078
32194
 
32079
- .c1bus5hc {
32080
- --color: white;
32081
- height: 14px;
32082
- width: 14px;
32083
- border-radius: 50%;
32084
- flex-shrink: 0;
32195
+ .m15dvk92 {
32085
32196
  display: flex;
32086
- align-items: center;
32087
- justify-content: center;
32088
- border: 1px solid var(--color);
32089
- }
32090
- .c1bus5hc .circle-inner {
32091
- position: relative;
32092
- height: 10px;
32093
- width: 10px;
32094
- border-radius: 50%;
32095
- overflow: hidden;
32096
- }
32097
- .c1bus5hc .circle-content {
32098
- position: absolute;
32099
- height: 100%;
32197
+ justify-content: space-between;
32100
32198
  width: 100%;
32101
- left: 0;
32102
- top: 0;
32103
- border-radius: 50%;
32104
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32105
- transform: rotate(180deg);
32106
32199
  }
32107
- .c1bus5hc .circle-child {
32108
- position: absolute;
32109
- height: 100%;
32110
- width: 100%;
32111
- left: 0;
32112
- top: 0;
32113
- margin-left: 50%;
32114
- transform-origin: left;
32115
- background: white;
32116
- transform: rotate(0deg);
32200
+ .m15dvk92 .action {
32201
+ margin-left: 16px;
32117
32202
  }
32118
32203
 
32119
- .gmyahx3 {
32120
- cursor: pointer;
32121
- }
32122
- .gmyahx3 .link-text {
32123
- color: rgba(0, 21, 64, 0.3);
32204
+ .aql8iqz .ant-alert-message {
32205
+ width: 100%;
32124
32206
  }
32125
- .gmyahx3:hover .link-text {
32126
- color: #0080ff;
32207
+
32208
+ .i1e4sgug {
32209
+ display: inline-block;
32127
32210
  }
32128
32211
 
32129
32212
  .clm1wy1 {
@@ -32219,89 +32302,6 @@ input.rrg1fkn.ant-input {
32219
32302
  border-radius: 2px;
32220
32303
  }
32221
32304
 
32222
- .c18bcrac {
32223
- display: inline-block;
32224
- width: 100%;
32225
- }
32226
- .c18bcrac .recharts-wrapper {
32227
- margin-left: 4px;
32228
- }
32229
-
32230
- .cro7kg2 {
32231
- padding: 4px;
32232
- }
32233
-
32234
- .c14wcxf0 {
32235
- display: flex;
32236
- justify-content: space-between;
32237
- align-items: center;
32238
- font-size: 13px;
32239
- line-height: 24px;
32240
- color: #cccccc;
32241
- white-space: nowrap;
32242
- }
32243
- .c14wcxf0 label {
32244
- margin-right: 32px;
32245
- }
32246
-
32247
- .coy29mj.c14wcxf0 {
32248
- font-weight: bold;
32249
- color: white;
32250
- }
32251
-
32252
- .s11212zy {
32253
- width: 8px;
32254
- height: 8px;
32255
- border-radius: 2px;
32256
- display: inline-block;
32257
- background: var(--s11212zy-0);
32258
- border: 1px solid #fff;
32259
- box-sizing: content-box;
32260
- margin-right: 6px;
32261
- }
32262
-
32263
- .p1lyky6c > :first-child {
32264
- font-weight: bold;
32265
- color: white;
32266
- margin-right: 4px;
32267
- }
32268
-
32269
- .wg1tsps {
32270
- display: flex;
32271
- align-items: center;
32272
- justify-content: flex-end;
32273
- }
32274
-
32275
- .b1ctd5xy {
32276
- display: flex;
32277
- align-items: center;
32278
- width: calc(100% - 40px);
32279
- }
32280
- .b1ctd5xy .chart {
32281
- display: inline-block;
32282
- width: 100%;
32283
- }
32284
-
32285
- .u1p8acpn {
32286
- width: 40px;
32287
- }
32288
- .u1p8acpn .unit {
32289
- color: #00122e !important;
32290
- }
32291
-
32292
- .m15dvk92 {
32293
- display: flex;
32294
- justify-content: space-between;
32295
- width: 100%;
32296
- }
32297
- .m15dvk92 .action {
32298
- margin-left: 16px;
32299
- }
32300
-
32301
- .aql8iqz .ant-alert-message {
32302
- width: 100%;
32303
- }
32304
-
32305
32305
  .c198s9j3 {
32306
32306
  color: #2d3a56;
32307
32307
  line-height: 22px;
@@ -32373,11 +32373,8 @@ input.rrg1fkn.ant-input {
32373
32373
  margin-left: 24px;
32374
32374
  }
32375
32375
 
32376
- .c10crapj {
32377
- border-radius: 8px;
32378
- }
32379
- .c10crapj .ant-card-body {
32380
- padding: 20px 24px 24px 24px;
32376
+ .t3qomhu {
32377
+ margin: 0 2px;
32381
32378
  }
32382
32379
 
32383
32380
  .cav9p2m .ant-collapse-item {
@@ -32402,6 +32399,17 @@ input.rrg1fkn.ant-input {
32402
32399
  cursor: default;
32403
32400
  }
32404
32401
 
32402
+ .c10crapj {
32403
+ border-radius: 8px;
32404
+ }
32405
+ .c10crapj .ant-card-body {
32406
+ padding: 20px 24px 24px 24px;
32407
+ }
32408
+
32409
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32410
+ display: flex;
32411
+ }
32412
+
32405
32413
  .o8ocss1 {
32406
32414
  overflow: hidden;
32407
32415
  text-overflow: ellipsis;
@@ -32411,6 +32419,80 @@ input.rrg1fkn.ant-input {
32411
32419
  white-space: nowrap;
32412
32420
  }
32413
32421
 
32422
+ .s14dk8r1 {
32423
+ margin: 0;
32424
+ border-radius: 20px;
32425
+ padding: 2px 10px;
32426
+ height: 22px;
32427
+ }
32428
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32429
+ background-color: rgba(237, 241, 250, 0.6) !important;
32430
+ }
32431
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32432
+ background-color: rgba(225, 230, 241, 0.6) !important;
32433
+ }
32434
+ .s14dk8r1.ant-tag.ui-kit-status-capsule {
32435
+ color: #00122e;
32436
+ }
32437
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32438
+ margin-right: 6px;
32439
+ }
32440
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32441
+ margin-left: 4px;
32442
+ }
32443
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32444
+ background-color: rgba(0, 136, 255, 0.1);
32445
+ }
32446
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32447
+ background-color: #0080ff;
32448
+ }
32449
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32450
+ background-color: rgba(0, 136, 255, 0.16);
32451
+ }
32452
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32453
+ background-color: rgba(255, 74, 74, 0.1);
32454
+ }
32455
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32456
+ background-color: #f0483e;
32457
+ }
32458
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32459
+ background-color: rgba(255, 74, 74, 0.16);
32460
+ }
32461
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32462
+ background-color: rgba(254, 160, 8, 0.1);
32463
+ }
32464
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32465
+ background-color: #fea008;
32466
+ }
32467
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32468
+ background-color: rgba(255, 187, 0, 0.16);
32469
+ }
32470
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32471
+ background-color: rgba(30, 201, 127, 0.1);
32472
+ }
32473
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32474
+ background-color: #00ba5d;
32475
+ }
32476
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32477
+ background-color: rgba(30, 201, 127, 0.16);
32478
+ }
32479
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32480
+ background-color: rgba(225, 230, 241, 0.6);
32481
+ }
32482
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32483
+ background-color: #6b7d99;
32484
+ }
32485
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32486
+ background-color: rgba(211, 218, 235, 0.6);
32487
+ }
32488
+
32489
+ .s1uupoto {
32490
+ width: 8px;
32491
+ height: 8px;
32492
+ border-radius: 50%;
32493
+ display: inline-block;
32494
+ }
32495
+
32414
32496
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32415
32497
  border-radius: 6px;
32416
32498
  }
@@ -32468,14 +32550,6 @@ input.rrg1fkn.ant-input {
32468
32550
  transform: rotate(180deg);
32469
32551
  }
32470
32552
 
32471
- .t3qomhu {
32472
- margin: 0 2px;
32473
- }
32474
-
32475
- .iiqau4c.ant-input-group.ant-input-group-compact {
32476
- display: flex;
32477
- }
32478
-
32479
32553
  .igz4le8 {
32480
32554
  height: 24px;
32481
32555
  width: 56px !important;
@@ -32486,164 +32560,199 @@ input.rrg1fkn.ant-input {
32486
32560
  color: rgba(44, 56, 82, 0.6);
32487
32561
  }
32488
32562
 
32489
- .s14dk8r1 {
32490
- margin: 0;
32491
- border-radius: 20px;
32492
- padding: 2px 10px;
32493
- height: 22px;
32494
- }
32495
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32496
- background-color: rgba(237, 241, 250, 0.6) !important;
32497
- }
32498
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32499
- background-color: rgba(225, 230, 241, 0.6) !important;
32500
- }
32501
- .s14dk8r1.ant-tag.ui-kit-status-capsule {
32502
- color: #00122e;
32503
- }
32504
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32505
- margin-right: 6px;
32563
+ .t19ustft .date {
32564
+ margin-right: 4px;
32506
32565
  }
32507
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32508
- margin-left: 4px;
32566
+
32567
+ .m1thnes4 {
32568
+ color: rgba(44, 56, 82, 0.6);
32569
+ text-align: center;
32570
+ display: flex;
32571
+ align-items: center;
32572
+ justify-content: center;
32573
+ flex-direction: column;
32574
+ height: 100%;
32509
32575
  }
32510
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32511
- background-color: rgba(0, 136, 255, 0.1);
32576
+ .m1thnes4 .link {
32577
+ color: #0080ff;
32578
+ cursor: pointer;
32512
32579
  }
32513
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32514
- background-color: #0080ff;
32580
+
32581
+ .m1bixfdy {
32582
+ width: 100%;
32583
+ height: 100%;
32584
+ display: flex;
32585
+ flex-direction: column;
32515
32586
  }
32516
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32517
- background-color: rgba(0, 136, 255, 0.16);
32587
+ .m1bixfdy .name-toolbar {
32588
+ width: 100%;
32589
+ display: flex;
32590
+ line-height: 30px;
32591
+ padding: 0 16px;
32592
+ justify-content: space-between;
32518
32593
  }
32519
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32520
- background-color: rgba(255, 74, 74, 0.1);
32594
+ .m1bixfdy .name-toolbar .metric-extra {
32595
+ display: flex;
32596
+ font-size: 12px;
32597
+ align-items: center;
32521
32598
  }
32522
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32523
- background-color: #f0483e;
32599
+ .m1bixfdy .name-toolbar .metric-extra .info-item {
32600
+ color: #a3b4cc;
32524
32601
  }
32525
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32526
- background-color: rgba(255, 74, 74, 0.16);
32602
+ .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32603
+ margin-left: 10px;
32527
32604
  }
32528
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32529
- background-color: rgba(254, 160, 8, 0.1);
32605
+ .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32606
+ margin-left: 10px;
32607
+ cursor: pointer;
32530
32608
  }
32531
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32532
- background-color: #fea008;
32609
+ .m1bixfdy .content {
32610
+ flex: 1;
32611
+ width: 100%;
32612
+ display: flex;
32613
+ justify-content: center;
32614
+ align-items: center;
32533
32615
  }
32534
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32535
- background-color: rgba(255, 187, 0, 0.16);
32616
+ .m1bixfdy .single-content {
32617
+ height: 65px;
32536
32618
  }
32537
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32538
- background-color: rgba(30, 201, 127, 0.1);
32619
+
32620
+ .lfamfcw {
32621
+ display: flex;
32622
+ align-items: center;
32623
+ white-space: nowrap;
32624
+ overflow: hidden;
32625
+ width: 100%;
32539
32626
  }
32540
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32541
- background-color: #00ba5d;
32627
+ .lfamfcw .ant-dropdown-trigger {
32628
+ margin-left: auto;
32629
+ font-size: 12px;
32542
32630
  }
32543
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32544
- background-color: rgba(30, 201, 127, 0.16);
32631
+
32632
+ .la6u9b4 {
32633
+ display: flex;
32634
+ justify-content: flex-start;
32635
+ align-items: center;
32636
+ font-size: 12px;
32637
+ cursor: pointer;
32545
32638
  }
32546
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32547
- background-color: rgba(225, 230, 241, 0.6);
32639
+ .la6u9b4:not(:last-child) {
32640
+ margin-right: 20px;
32548
32641
  }
32549
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32550
- background-color: #6b7d99;
32642
+ .la6u9b4.deselected {
32643
+ opacity: 0.4;
32551
32644
  }
32552
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32553
- background-color: rgba(211, 218, 235, 0.6);
32645
+ .la6u9b4.deselected .color-block {
32646
+ background: #b4beca !important;
32554
32647
  }
32555
32648
 
32556
- .s1uupoto {
32557
- width: 8px;
32558
- height: 8px;
32559
- border-radius: 50%;
32649
+ .chhvk8b {
32560
32650
  display: inline-block;
32651
+ height: 8px;
32652
+ width: 8px;
32653
+ margin-right: 8px;
32561
32654
  }
32562
32655
 
32563
- .t19ustft .date {
32564
- margin-right: 4px;
32565
- }
32566
-
32567
- .s1uupxds {
32568
- padding: 0 8px;
32569
- border-radius: 4px;
32656
+ .e1sdlxq1 .ant-dropdown-menu-item {
32657
+ display: flex;
32658
+ align-items: center;
32659
+ font-size: 12px;
32660
+ margin: 0;
32570
32661
  }
32571
32662
 
32572
- .m10sqwut {
32573
- padding: 2px 8px;
32574
- border-radius: 3px;
32663
+ .m16f7gpb {
32664
+ position: relative;
32575
32665
  }
32576
-
32577
- .l1d492wb {
32578
- padding: 3px 8px;
32579
- border-radius: 2px;
32666
+ .m16f7gpb.hidden-xaxis .pointer-wrapper {
32667
+ bottom: -12px;
32580
32668
  }
32581
-
32582
- .t1lzavmu.ant-tag:hover {
32583
- opacity: unset;
32669
+ .m16f7gpb .metric-toolbar {
32670
+ display: flex;
32671
+ justify-content: space-between;
32672
+ line-height: 30px;
32673
+ margin: 0 16px;
32584
32674
  }
32585
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32586
- margin: 0;
32587
- margin-right: 8px;
32588
- display: inline-flex;
32675
+ .m16f7gpb .metric-toolbar .metric-extra {
32676
+ display: flex;
32677
+ font-size: 12px;
32589
32678
  align-items: center;
32590
- border: none;
32591
32679
  }
32592
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32593
- width: 16px;
32594
- height: 16px;
32595
- color: inherit;
32596
- margin-left: 4px;
32597
- opacity: 0.6;
32598
- display: inline-flex;
32680
+ .m16f7gpb .metric-toolbar .metric-extra .info-item {
32681
+ color: #a3b4cc;
32599
32682
  }
32600
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32601
- opacity: 1;
32683
+ .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32684
+ margin-left: 10px;
32602
32685
  }
32603
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32604
- color: #0080ff;
32605
- background-color: rgba(0, 136, 255, 0.1);
32686
+ .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32687
+ margin-left: 10px;
32688
+ cursor: pointer;
32606
32689
  }
32607
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32608
- color: #f0483e;
32609
- background-color: rgba(255, 74, 74, 0.1);
32690
+ .m16f7gpb .recharts-xAxis {
32691
+ font-size: 12px;
32610
32692
  }
32611
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32612
- color: #e07f00;
32613
- background-color: rgba(255, 187, 0, 0.1);
32693
+ .m16f7gpb .pointer-wrapper {
32694
+ position: absolute;
32695
+ bottom: 10px;
32696
+ padding: 0 8px;
32697
+ border-radius: 4px;
32698
+ font-size: 12px;
32699
+ color: #fff;
32700
+ background: rgba(0, 0, 0, 0.75);
32701
+ transform: translateX(-50%);
32614
32702
  }
32615
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32616
- color: #008f4c;
32617
- background-color: rgba(30, 201, 127, 0.1);
32703
+
32704
+ .t1ipvk51 {
32705
+ min-width: 200px;
32618
32706
  }
32619
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32620
- color: #1d326c;
32621
- background-color: rgba(225, 230, 241, 0.6);
32707
+
32708
+ .t1kgldps {
32709
+ display: flex;
32710
+ align-items: center;
32711
+ justify-content: space-between;
32712
+ background-color: rgba(0, 0, 0, 0.75);
32713
+ color: #b4beca;
32714
+ font-size: 12px;
32715
+ padding: 3px 6px;
32622
32716
  }
32623
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32624
- color: #7E41FF;
32625
- background-color: rgba(126, 65, 255, 0.1);
32717
+ .t1kgldps:first-child {
32718
+ padding-top: 3px;
32626
32719
  }
32627
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32720
+ .t1kgldps:last-child {
32721
+ padding-bottom: 3px;
32722
+ }
32723
+ .t1kgldps .column-value {
32628
32724
  color: #fff;
32725
+ margin-left: 8px;
32629
32726
  }
32630
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32631
- background-color: #f0483e;
32727
+
32728
+ .t1gz6wqf {
32729
+ height: 100%;
32730
+ }
32731
+ .t1gz6wqf .table-loading-item {
32732
+ padding: 12px 4px;
32733
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32734
+ display: flex;
32735
+ }
32736
+ .t1gz6wqf .table-loading-item > * {
32737
+ height: 16px;
32738
+ margin: 4px;
32739
+ background: rgba(204, 212, 227, 0.18);
32740
+ border-radius: 2px;
32632
32741
  }
32633
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32634
- background-color: #fea008;
32742
+ .t1gz6wqf .table-loading-item .checkbox-loading {
32743
+ width: 16px;
32635
32744
  }
32636
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32637
- background-color: #00ba5d;
32745
+ .t1gz6wqf .table-loading-item .td-loading {
32746
+ flex: 1;
32638
32747
  }
32639
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32640
- background-color: #0080ff;
32748
+ .t1gz6wqf :nth-child(1) {
32749
+ padding: 8px 4px;
32641
32750
  }
32642
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32643
- background-color: #6b7d99;
32751
+ .t1gz6wqf :nth-child(1) > * {
32752
+ background: rgba(107, 125, 153, 0.18);
32644
32753
  }
32645
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32646
- background-color: #7E41FF;
32754
+ .t1gz6wqf :nth-child(1) > * {
32755
+ background: rgba(163, 180, 204, 0.18);
32647
32756
  }
32648
32757
 
32649
32758
  .sq6vos1 {
@@ -32831,6 +32940,88 @@ input.rrg1fkn.ant-input {
32831
32940
  justify-content: center;
32832
32941
  }
32833
32942
 
32943
+ .s1uupxds {
32944
+ padding: 0 8px;
32945
+ border-radius: 4px;
32946
+ }
32947
+
32948
+ .m10sqwut {
32949
+ padding: 2px 8px;
32950
+ border-radius: 3px;
32951
+ }
32952
+
32953
+ .l1d492wb {
32954
+ padding: 3px 8px;
32955
+ border-radius: 2px;
32956
+ }
32957
+
32958
+ .t1lzavmu.ant-tag:hover {
32959
+ opacity: unset;
32960
+ }
32961
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32962
+ margin: 0;
32963
+ margin-right: 8px;
32964
+ display: inline-flex;
32965
+ align-items: center;
32966
+ border: none;
32967
+ }
32968
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32969
+ width: 16px;
32970
+ height: 16px;
32971
+ color: inherit;
32972
+ margin-left: 4px;
32973
+ opacity: 0.6;
32974
+ display: inline-flex;
32975
+ }
32976
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32977
+ opacity: 1;
32978
+ }
32979
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32980
+ color: #0080ff;
32981
+ background-color: rgba(0, 136, 255, 0.1);
32982
+ }
32983
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32984
+ color: #f0483e;
32985
+ background-color: rgba(255, 74, 74, 0.1);
32986
+ }
32987
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32988
+ color: #e07f00;
32989
+ background-color: rgba(255, 187, 0, 0.1);
32990
+ }
32991
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32992
+ color: #008f4c;
32993
+ background-color: rgba(30, 201, 127, 0.1);
32994
+ }
32995
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32996
+ color: #1d326c;
32997
+ background-color: rgba(225, 230, 241, 0.6);
32998
+ }
32999
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
33000
+ color: #7E41FF;
33001
+ background-color: rgba(126, 65, 255, 0.1);
33002
+ }
33003
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
33004
+ color: #fff;
33005
+ }
33006
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
33007
+ background-color: #f0483e;
33008
+ }
33009
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
33010
+ background-color: #fea008;
33011
+ }
33012
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
33013
+ background-color: #00ba5d;
33014
+ }
33015
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
33016
+ background-color: #0080ff;
33017
+ }
33018
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
33019
+ background-color: #6b7d99;
33020
+ }
33021
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
33022
+ background-color: #7E41FF;
33023
+ }
33024
+
32834
33025
  .l4bld33 {
32835
33026
  width: 64px;
32836
33027
  height: 64px;
@@ -32864,211 +33055,37 @@ input.rrg1fkn.ant-input {
32864
33055
  border-radius: 5px;
32865
33056
  transform: rotate(-8deg);
32866
33057
  transform-origin: top left;
32867
- animation: loading-indicator2 1100ms ease-out infinite;
32868
- }
32869
-
32870
- .l1exo3h6 {
32871
- position: absolute;
32872
- width: 5px;
32873
- height: 48px;
32874
- left: 52.9px;
32875
- top: 51.8px;
32876
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32877
- border-radius: 5px;
32878
- transform: rotate(112deg);
32879
- transform-origin: top left;
32880
- animation: loading-indicator3 1100ms ease-out infinite;
32881
- }
32882
-
32883
- .m1thnes4 {
32884
- color: rgba(44, 56, 82, 0.6);
32885
- text-align: center;
32886
- display: flex;
32887
- align-items: center;
32888
- justify-content: center;
32889
- flex-direction: column;
32890
- height: 100%;
32891
- }
32892
- .m1thnes4 .link {
32893
- color: #0080ff;
32894
- cursor: pointer;
32895
- }
32896
-
32897
- .m1bixfdy {
32898
- width: 100%;
32899
- height: 100%;
32900
- display: flex;
32901
- flex-direction: column;
32902
- }
32903
- .m1bixfdy .name-toolbar {
32904
- width: 100%;
32905
- display: flex;
32906
- line-height: 30px;
32907
- padding: 0 16px;
32908
- justify-content: space-between;
32909
- }
32910
- .m1bixfdy .name-toolbar .metric-extra {
32911
- display: flex;
32912
- font-size: 12px;
32913
- align-items: center;
32914
- }
32915
- .m1bixfdy .name-toolbar .metric-extra .info-item {
32916
- color: #a3b4cc;
32917
- }
32918
- .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32919
- margin-left: 10px;
32920
- }
32921
- .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32922
- margin-left: 10px;
32923
- cursor: pointer;
32924
- }
32925
- .m1bixfdy .content {
32926
- flex: 1;
32927
- width: 100%;
32928
- display: flex;
32929
- justify-content: center;
32930
- align-items: center;
32931
- }
32932
- .m1bixfdy .single-content {
32933
- height: 65px;
32934
- }
32935
-
32936
- .lfamfcw {
32937
- display: flex;
32938
- align-items: center;
32939
- white-space: nowrap;
32940
- overflow: hidden;
32941
- width: 100%;
32942
- }
32943
- .lfamfcw .ant-dropdown-trigger {
32944
- margin-left: auto;
32945
- font-size: 12px;
32946
- }
32947
-
32948
- .la6u9b4 {
32949
- display: flex;
32950
- justify-content: flex-start;
32951
- align-items: center;
32952
- font-size: 12px;
32953
- cursor: pointer;
32954
- }
32955
- .la6u9b4:not(:last-child) {
32956
- margin-right: 20px;
32957
- }
32958
- .la6u9b4.deselected {
32959
- opacity: 0.4;
32960
- }
32961
- .la6u9b4.deselected .color-block {
32962
- background: #b4beca !important;
32963
- }
32964
-
32965
- .chhvk8b {
32966
- display: inline-block;
32967
- height: 8px;
32968
- width: 8px;
32969
- margin-right: 8px;
32970
- }
32971
-
32972
- .e1sdlxq1 .ant-dropdown-menu-item {
32973
- display: flex;
32974
- align-items: center;
32975
- font-size: 12px;
32976
- margin: 0;
32977
- }
32978
-
32979
- .m16f7gpb {
32980
- position: relative;
32981
- }
32982
- .m16f7gpb.hidden-xaxis .pointer-wrapper {
32983
- bottom: -12px;
32984
- }
32985
- .m16f7gpb .metric-toolbar {
32986
- display: flex;
32987
- justify-content: space-between;
32988
- line-height: 30px;
32989
- margin: 0 16px;
32990
- }
32991
- .m16f7gpb .metric-toolbar .metric-extra {
32992
- display: flex;
32993
- font-size: 12px;
32994
- align-items: center;
32995
- }
32996
- .m16f7gpb .metric-toolbar .metric-extra .info-item {
32997
- color: #a3b4cc;
32998
- }
32999
- .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
33000
- margin-left: 10px;
33001
- }
33002
- .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
33003
- margin-left: 10px;
33004
- cursor: pointer;
33005
- }
33006
- .m16f7gpb .recharts-xAxis {
33007
- font-size: 12px;
33008
- }
33009
- .m16f7gpb .pointer-wrapper {
33010
- position: absolute;
33011
- bottom: 10px;
33012
- padding: 0 8px;
33013
- border-radius: 4px;
33014
- font-size: 12px;
33015
- color: #fff;
33016
- background: rgba(0, 0, 0, 0.75);
33017
- transform: translateX(-50%);
33058
+ animation: loading-indicator2 1100ms ease-out infinite;
33018
33059
  }
33019
33060
 
33020
- .t1ipvk51 {
33021
- min-width: 200px;
33061
+ .l1exo3h6 {
33062
+ position: absolute;
33063
+ width: 5px;
33064
+ height: 48px;
33065
+ left: 52.9px;
33066
+ top: 51.8px;
33067
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33068
+ border-radius: 5px;
33069
+ transform: rotate(112deg);
33070
+ transform-origin: top left;
33071
+ animation: loading-indicator3 1100ms ease-out infinite;
33022
33072
  }
33023
33073
 
33024
- .t1kgldps {
33074
+ .skwah65 {
33075
+ height: 8px;
33076
+ box-sizing: border-box;
33077
+ border-radius: 2px;
33078
+ background: #f5f7fa;
33025
33079
  display: flex;
33026
- align-items: center;
33027
- justify-content: space-between;
33028
- background-color: rgba(0, 0, 0, 0.75);
33029
- color: #b4beca;
33030
- font-size: 12px;
33031
- padding: 3px 6px;
33032
- }
33033
- .t1kgldps:first-child {
33034
- padding-top: 3px;
33035
- }
33036
- .t1kgldps:last-child {
33037
- padding-bottom: 3px;
33080
+ width: 100%;
33081
+ overflow: hidden;
33038
33082
  }
33039
- .t1kgldps .column-value {
33040
- color: #fff;
33041
- margin-left: 8px;
33083
+ .skwah65 .stack-bar-item + .stack-bar-item {
33084
+ margin-left: 1px;
33042
33085
  }
33043
33086
 
33044
- .t1gz6wqf {
33045
- height: 100%;
33046
- }
33047
- .t1gz6wqf .table-loading-item {
33048
- padding: 12px 4px;
33049
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33050
- display: flex;
33051
- }
33052
- .t1gz6wqf .table-loading-item > * {
33053
- height: 16px;
33054
- margin: 4px;
33055
- background: rgba(204, 212, 227, 0.18);
33056
- border-radius: 2px;
33057
- }
33058
- .t1gz6wqf .table-loading-item .checkbox-loading {
33059
- width: 16px;
33060
- }
33061
- .t1gz6wqf .table-loading-item .td-loading {
33062
- flex: 1;
33063
- }
33064
- .t1gz6wqf :nth-child(1) {
33065
- padding: 8px 4px;
33066
- }
33067
- .t1gz6wqf :nth-child(1) > * {
33068
- background: rgba(107, 125, 153, 0.18);
33069
- }
33070
- .t1gz6wqf :nth-child(1) > * {
33071
- background: rgba(163, 180, 204, 0.18);
33087
+ .c1k4vanq {
33088
+ padding: 0 12px 14px 12px;
33072
33089
  }
33073
33090
 
33074
33091
  .c1udgdh2 {
@@ -33111,26 +33128,6 @@ input.rrg1fkn.ant-input {
33111
33128
  margin-right: 2px;
33112
33129
  }
33113
33130
 
33114
- .c1k4vanq {
33115
- padding: 0 12px 14px 12px;
33116
- }
33117
-
33118
- .rrwcpby {
33119
- display: flex;
33120
- align-items: center;
33121
- }
33122
- .rrwcpby .order {
33123
- height: 24px;
33124
- width: 24px;
33125
- border-radius: 20px;
33126
- color: #0080ff;
33127
- background: rgba(0, 136, 255, 0.1);
33128
- display: flex;
33129
- align-items: center;
33130
- justify-content: center;
33131
- margin-right: 6px;
33132
- }
33133
-
33134
33131
  .bab9xum {
33135
33132
  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);
33136
33133
  }
@@ -33148,50 +33145,6 @@ input.rrg1fkn.ant-input {
33148
33145
  transform: translateY(-4px);
33149
33146
  }
33150
33147
 
33151
- .skwah65 {
33152
- height: 8px;
33153
- box-sizing: border-box;
33154
- border-radius: 2px;
33155
- background: #f5f7fa;
33156
- display: flex;
33157
- width: 100%;
33158
- overflow: hidden;
33159
- }
33160
- .skwah65 .stack-bar-item + .stack-bar-item {
33161
- margin-left: 1px;
33162
- }
33163
-
33164
- .f1p9ti6d {
33165
- width: 100%;
33166
- margin-bottom: 0 !important;
33167
- flex-flow: nowrap !important;
33168
- line-break: auto;
33169
- }
33170
- .f1p9ti6d > .ant-form-item-label {
33171
- text-align: left !important;
33172
- padding-bottom: 0 !important;
33173
- }
33174
- .f1p9ti6d > .ant-form-item-label > label {
33175
- min-height: 32px;
33176
- height: auto;
33177
- font-size: 13px;
33178
- color: rgba(44, 56, 82, 0.6);
33179
- white-space: normal;
33180
- }
33181
- .f1p9ti6d.ant-form-item-has-error .ant-input {
33182
- border-color: #ff4d4f !important;
33183
- }
33184
- .f1p9ti6d .ant-form-item-explain {
33185
- margin-top: 4px;
33186
- font-size: 12px;
33187
- min-height: 0px;
33188
- }
33189
- .f1p9ti6d .ant-form-item-extra {
33190
- font-size: 12px;
33191
- color: rgba(44, 56, 82, 0.6);
33192
- min-height: 0px;
33193
- }
33194
-
33195
33148
  .tc40oxa {
33196
33149
  margin-bottom: 4px;
33197
33150
  color: rgba(44, 56, 82, 0.6);
@@ -33385,6 +33338,36 @@ input.rrg1fkn.ant-input {
33385
33338
  margin-right: 8px;
33386
33339
  }
33387
33340
 
33341
+ .rrwcpby {
33342
+ display: flex;
33343
+ align-items: center;
33344
+ }
33345
+ .rrwcpby .order {
33346
+ height: 24px;
33347
+ width: 24px;
33348
+ border-radius: 20px;
33349
+ color: #0080ff;
33350
+ background: rgba(0, 136, 255, 0.1);
33351
+ display: flex;
33352
+ align-items: center;
33353
+ justify-content: center;
33354
+ margin-right: 6px;
33355
+ }
33356
+
33357
+ .iwsze0q {
33358
+ margin-right: 4px;
33359
+ height: 16px;
33360
+ }
33361
+
33362
+ .w1xcixj5.outside-tag {
33363
+ padding-left: 0;
33364
+ }
33365
+ .w1xcixj5.outside-tag .inside-tag {
33366
+ border-radius: 4px 0 0 4px;
33367
+ padding-right: 4px;
33368
+ margin-right: 4px;
33369
+ }
33370
+
33388
33371
  .sut42l0 {
33389
33372
  padding: 0 8px;
33390
33373
  height: 18px;
@@ -33411,49 +33394,35 @@ input.rrg1fkn.ant-input {
33411
33394
  border: 1px solid rgba(211, 218, 235, 0.6);
33412
33395
  }
33413
33396
 
33414
- .iwsze0q {
33415
- margin-right: 4px;
33416
- height: 16px;
33417
- }
33418
-
33419
- .w1xcixj5.outside-tag {
33420
- padding-left: 0;
33421
- }
33422
- .w1xcixj5.outside-tag .inside-tag {
33423
- border-radius: 4px 0 0 4px;
33424
- padding-right: 4px;
33425
- margin-right: 4px;
33397
+ .f1p9ti6d {
33398
+ width: 100%;
33399
+ margin-bottom: 0 !important;
33400
+ flex-flow: nowrap !important;
33401
+ line-break: auto;
33426
33402
  }
33427
-
33428
- .a6dbbkm .ant-input-number-handler-wrap {
33429
- display: var(--a6dbbkm-0);
33403
+ .f1p9ti6d > .ant-form-item-label {
33404
+ text-align: left !important;
33405
+ padding-bottom: 0 !important;
33430
33406
  }
33431
- .a6dbbkm .ant-input-number-input-wrap {
33432
- padding: 4px 11px;
33433
- display: inline-flex;
33434
- line-height: 1.5715;
33435
- height: inherit;
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;
33436
33413
  }
33437
- .a6dbbkm .ant-input-number-input-wrap::after {
33438
- content: var(--a6dbbkm-1);
33439
- display: var(--a6dbbkm-2);
33440
- flex: none;
33441
- align-items: center;
33442
- margin-left: 4px;
33414
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33415
+ border-color: #ff4d4f !important;
33443
33416
  }
33444
- .a6dbbkm .ant-input-number-input-wrap::before {
33445
- content: var(--a6dbbkm-3);
33446
- display: var(--a6dbbkm-4);
33447
- flex: none;
33448
- align-items: center;
33449
- margin-right: 4px;
33450
- cursor: auto;
33417
+ .f1p9ti6d .ant-form-item-explain {
33418
+ margin-top: 4px;
33419
+ font-size: 12px;
33420
+ min-height: 0px;
33451
33421
  }
33452
- .a6dbbkm .ant-input-number-input {
33453
- padding: 0;
33454
- margin: 0;
33455
- height: auto;
33456
- font-size: inherit;
33422
+ .f1p9ti6d .ant-form-item-extra {
33423
+ font-size: 12px;
33424
+ color: rgba(44, 56, 82, 0.6);
33425
+ min-height: 0px;
33457
33426
  }
33458
33427
 
33459
33428
  .at4ovwe .ant-input-number-handler-wrap {
@@ -33523,4 +33492,35 @@ input.rrg1fkn.ant-input {
33523
33492
  }
33524
33493
  .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33525
33494
  display: block;
33495
+ }
33496
+
33497
+ .a6dbbkm .ant-input-number-handler-wrap {
33498
+ display: var(--a6dbbkm-0);
33499
+ }
33500
+ .a6dbbkm .ant-input-number-input-wrap {
33501
+ padding: 4px 11px;
33502
+ display: inline-flex;
33503
+ line-height: 1.5715;
33504
+ height: inherit;
33505
+ }
33506
+ .a6dbbkm .ant-input-number-input-wrap::after {
33507
+ content: var(--a6dbbkm-1);
33508
+ display: var(--a6dbbkm-2);
33509
+ flex: none;
33510
+ align-items: center;
33511
+ margin-left: 4px;
33512
+ }
33513
+ .a6dbbkm .ant-input-number-input-wrap::before {
33514
+ content: var(--a6dbbkm-3);
33515
+ display: var(--a6dbbkm-4);
33516
+ flex: none;
33517
+ align-items: center;
33518
+ margin-right: 4px;
33519
+ cursor: auto;
33520
+ }
33521
+ .a6dbbkm .ant-input-number-input {
33522
+ padding: 0;
33523
+ margin: 0;
33524
+ height: auto;
33525
+ font-size: inherit;
33526
33526
  }