@cloudtower/eagle 0.26.22 → 0.26.23

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
@@ -29919,348 +29919,6 @@ html body {
29919
29919
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29920
29920
  }
29921
29921
  }
29922
- .iap75of {
29923
- height: 18px;
29924
- line-height: 18px;
29925
- padding: 0 4px;
29926
- border-radius: 4px;
29927
- background: rgba(235, 239, 245, 0.6);
29928
- border: 1px solid rgba(223, 228, 235, 0.6);
29929
- display: flex;
29930
- align-items: center;
29931
- white-space: nowrap;
29932
- margin-right: 4px;
29933
- }
29934
-
29935
- .obf05yr {
29936
- display: inline-block;
29937
- }
29938
-
29939
- .hsms1n6 {
29940
- visibility: hidden;
29941
- position: absolute;
29942
- }
29943
-
29944
- .p12gwtiw {
29945
- display: flex;
29946
- justify-content: space-between;
29947
- align-items: center;
29948
- padding: 10px 0;
29949
- color: rgba(44, 56, 82, 0.6);
29950
- font-size: 12px;
29951
- line-height: 24px;
29952
- }
29953
- .p12gwtiw .pagination-left {
29954
- padding: 2px 8px;
29955
- }
29956
- .p12gwtiw .dropdown-trigger {
29957
- display: flex;
29958
- align-items: center;
29959
- border-radius: 6px;
29960
- cursor: pointer;
29961
- transition: all 0.3s ease;
29962
- }
29963
- .p12gwtiw .dropdown-trigger:hover {
29964
- background: rgba(211, 218, 235, 0.6);
29965
- color: #0080ff;
29966
- }
29967
- .p12gwtiw .dropdown-trigger .icon-inner {
29968
- margin-left: 4px;
29969
- }
29970
- .p12gwtiw .pagination-right {
29971
- display: flex;
29972
- align-items: center;
29973
- color: #0080ff;
29974
- font-weight: bold;
29975
- }
29976
- .p12gwtiw .pagination-right .icon-inner {
29977
- margin-left: 4px;
29978
- }
29979
- .p12gwtiw .pagination-right .prev-btn,
29980
- .p12gwtiw .pagination-right .next-btn {
29981
- padding: 0 8px;
29982
- }
29983
- .p12gwtiw .pagination-right .prev-btn > span,
29984
- .p12gwtiw .pagination-right .next-btn > span {
29985
- color: #0080ff;
29986
- }
29987
- .p12gwtiw .pagination-right .next-btn .icon-inner {
29988
- transform: rotate(180deg);
29989
- }
29990
-
29991
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
29992
- max-height: calc(100vh - 128px);
29993
- overflow-y: auto;
29994
- }
29995
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
29996
- padding: 4px 20px;
29997
- font-size: 12px;
29998
- line-height: 18px;
29999
- }
30000
-
30001
- .rxbeqvl.ant-radio-wrapper {
30002
- display: inline-flex;
30003
- align-items: baseline;
30004
- white-space: pre-wrap;
30005
- }
30006
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30007
- position: relative;
30008
- top: 3px;
30009
- }
30010
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30011
- border-color: rgba(107, 128, 167, 0.6);
30012
- }
30013
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30014
- border-color: #0080ff;
30015
- }
30016
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30017
- border-color: #0080ff;
30018
- background: #0080ff;
30019
- }
30020
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30021
- top: 4px;
30022
- left: 4px;
30023
- width: 6px;
30024
- height: 6px;
30025
- background: #fff;
30026
- }
30027
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30028
- opacity: 0.5;
30029
- }
30030
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30031
- border-color: rgba(107, 128, 167, 0.6);
30032
- background: rgba(211, 218, 235, 0.6);
30033
- }
30034
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30035
- background: #00122e;
30036
- }
30037
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30038
- color: #00122e;
30039
- opacity: 0.5;
30040
- }
30041
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30042
- color: #00122e;
30043
- }
30044
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30045
- display: inline-block;
30046
- padding: 0;
30047
- padding-left: 12px;
30048
- }
30049
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30050
- margin-bottom: 0;
30051
- white-space: pre-wrap;
30052
- color: rgba(44, 56, 82, 0.6);
30053
- }
30054
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30055
- padding-left: 8px;
30056
- }
30057
-
30058
- .r5ie79y .ant-radio-button-wrapper:first-child {
30059
- border-radius: 5px 0 0 5px;
30060
- }
30061
- .r5ie79y .ant-radio-button-wrapper:last-child {
30062
- border-radius: 0 5px 5px 0;
30063
- }
30064
-
30065
- .r1f0aqcc {
30066
- color: #00122e;
30067
- border-color: #ccd4e3;
30068
- }
30069
- .r1f0aqcc:first-child {
30070
- border-color: #a3b4cc;
30071
- }
30072
- .r1f0aqcc.ant-radio-button-wrapper {
30073
- padding: 0 12px;
30074
- line-height: 32px;
30075
- height: 32px;
30076
- }
30077
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30078
- white-space: nowrap;
30079
- }
30080
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30081
- height: 22px;
30082
- padding: 0 7px;
30083
- line-height: 20px;
30084
- }
30085
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30086
- background: #ccd4e3;
30087
- }
30088
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30089
- background: #0080ff;
30090
- }
30091
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30092
- background: #ccd4e3;
30093
- opacity: 0.5;
30094
- }
30095
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30096
- border-right-color: #0080ff;
30097
- }
30098
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30099
- border-color: #0080ff;
30100
- }
30101
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30102
- background: rgba(0, 136, 255, 0.1);
30103
- }
30104
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30105
- background: rgba(211, 218, 235, 0.6);
30106
- border-color: #ccd4e3;
30107
- opacity: 0.5;
30108
- }
30109
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30110
- color: #00122e;
30111
- border-color: #ccd4e3;
30112
- }
30113
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30114
- color: #00122e;
30115
- border-color: #ccd4e3;
30116
- background: rgba(172, 186, 211, 0.6);
30117
- }
30118
- .r1f0aqcc .ant-radio-button-input {
30119
- margin-right: 8px;
30120
- display: inline;
30121
- border: none;
30122
- padding: 0;
30123
- width: 36px;
30124
- background: transparent;
30125
- }
30126
- .r1f0aqcc .ant-radio-button-input:focus {
30127
- box-shadow: none;
30128
- }
30129
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30130
- margin-right: 0;
30131
- width: initial;
30132
- box-shadow: none;
30133
- }
30134
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30135
- display: none;
30136
- }
30137
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30138
- display: inline;
30139
- }
30140
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30141
- display: inline;
30142
- margin-right: 8px;
30143
- padding: 0;
30144
- width: 36px;
30145
- }
30146
-
30147
- .s34f1qb.ant-switch {
30148
- min-width: 40px;
30149
- height: 24px;
30150
- background: rgba(172, 186, 211, 0.6);
30151
- overflow: hidden;
30152
- }
30153
- .s34f1qb.ant-switch:focus {
30154
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30155
- }
30156
- .s34f1qb.ant-switch-small {
30157
- min-width: 26px;
30158
- height: 16px;
30159
- }
30160
- .s34f1qb.ant-switch-large {
30161
- min-width: 52px;
30162
- height: 32px;
30163
- }
30164
- .s34f1qb.ant-switch .ant-switch-handle {
30165
- height: 20px;
30166
- width: 20px;
30167
- }
30168
- .s34f1qb.ant-switch .ant-switch-handle::before {
30169
- border-radius: 10px;
30170
- transition-delay: 120ms;
30171
- }
30172
- .s34f1qb.ant-switch-small .ant-switch-handle {
30173
- height: 14px;
30174
- width: 14px;
30175
- top: 1px;
30176
- left: 1px;
30177
- }
30178
- .s34f1qb.ant-switch-large .ant-switch-handle {
30179
- height: 28px;
30180
- width: 28px;
30181
- }
30182
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30183
- border-radius: 14px;
30184
- }
30185
- .s34f1qb.ant-switch-checked {
30186
- background-color: #00ba5d;
30187
- }
30188
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30189
- left: calc(100% - 20px - 2px);
30190
- }
30191
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30192
- left: calc(100% - 14px - 1px);
30193
- }
30194
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30195
- left: calc(100% - 28px - 2px);
30196
- }
30197
-
30198
- .c1to9vb9 {
30199
- margin-left: 5px;
30200
- }
30201
-
30202
- .i1mrf09m {
30203
- display: inline-flex;
30204
- align-items: center;
30205
- }
30206
- .i1mrf09m .icon-inner {
30207
- display: inline-flex;
30208
- align-items: center;
30209
- justify-content: center;
30210
- }
30211
- .i1mrf09m .icon-inner + span,
30212
- .i1mrf09m span + .icon-inner.suffix {
30213
- margin-left: 4px;
30214
- }
30215
- .i1mrf09m.is-rotate img,
30216
- .i1mrf09m.is-rotate svg {
30217
- animation: rotate 680ms linear infinite;
30218
- }
30219
-
30220
- .fde5mpd {
30221
- width: 100%;
30222
- height: 100%;
30223
- min-height: 124px;
30224
- display: flex;
30225
- flex-direction: column;
30226
- justify-content: center;
30227
- align-items: center;
30228
- }
30229
- .fde5mpd .error-text {
30230
- color: rgba(10, 37, 85, 0.6);
30231
- margin-bottom: 16px;
30232
- font-size: 18px;
30233
- }
30234
-
30235
- .bpq0js6 {
30236
- padding: 4px 11px;
30237
- }
30238
-
30239
- .b15sn34c {
30240
- white-space: nowrap;
30241
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30242
- }
30243
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30244
- --color: #0080ff;
30245
- }
30246
- .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] {
30247
- --color: #0080ff;
30248
- }
30249
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
30250
- margin-left: 1px;
30251
- }
30252
- .b15sn34c > .ant-btn:not(:only-child):first-child {
30253
- border-top-right-radius: 0;
30254
- border-bottom-right-radius: 0;
30255
- }
30256
- .b15sn34c > .ant-btn:not(:only-child):last-child {
30257
- border-top-left-radius: 0;
30258
- border-bottom-left-radius: 0;
30259
- }
30260
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30261
- border-radius: unset;
30262
- }
30263
-
30264
29922
  .buj61ew.ant-btn-icon-only {
30265
29923
  justify-content: center;
30266
29924
  }
@@ -30431,92 +30089,288 @@ html body {
30431
30089
  --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30432
30090
  box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
30433
30091
  }
30434
- .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
30435
- --color: #f0483e;
30436
- --border-color: #f0483e;
30437
- --background-color: #fff;
30438
- --background-color-hover: linear-gradient(
30439
- 0deg,
30440
- rgba(255, 74, 74, 0.16),
30441
- rgba(255, 74, 74, 0.16)
30442
- ),
30443
- #ffffff;
30444
- --background-color-active: linear-gradient(
30445
- 0deg,
30446
- rgba(255, 74, 74, 0.2),
30447
- rgba(255, 74, 74, 0.2)
30448
- ),
30449
- #ffffff;
30450
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30092
+ .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
30093
+ --color: #f0483e;
30094
+ --border-color: #f0483e;
30095
+ --background-color: #fff;
30096
+ --background-color-hover: linear-gradient(
30097
+ 0deg,
30098
+ rgba(255, 74, 74, 0.16),
30099
+ rgba(255, 74, 74, 0.16)
30100
+ ),
30101
+ #ffffff;
30102
+ --background-color-active: linear-gradient(
30103
+ 0deg,
30104
+ rgba(255, 74, 74, 0.2),
30105
+ rgba(255, 74, 74, 0.2)
30106
+ ),
30107
+ #ffffff;
30108
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30109
+ }
30110
+ .buj61ew.ant-btn-ordinary-onTint {
30111
+ --color: #1d326c;
30112
+ --border-color: #fff;
30113
+ --background-color: #fff;
30114
+ --background-color-hover: rgba(211, 218, 235, 0.6);
30115
+ --background-color-active: rgba(192, 203, 224, 0.6);
30116
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30117
+ box-shadow: none;
30118
+ }
30119
+ .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
30120
+ --color: #0080ff;
30121
+ --border-color: #fff;
30122
+ --background-color: #fff;
30123
+ --background-color-hover: rgba(0, 136, 255, 0.16);
30124
+ --background-color-active: rgba(0, 136, 255, 0.2);
30125
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30126
+ box-shadow: none;
30127
+ }
30128
+ .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
30129
+ --color: #f0483e;
30130
+ --background-color-hover: rgba(255, 74, 74, 0.16);
30131
+ --background-color-active: rgba(255, 74, 74, 0.2);
30132
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30133
+ }
30134
+ .buj61ew.ant-btn-quiet {
30135
+ --color: rgba(44, 56, 82, 0.6);
30136
+ --border-width: 0;
30137
+ --background-color: transparent;
30138
+ --background-color-hover: rgba(211, 218, 235, 0.6);
30139
+ --background-color-active: rgba(192, 203, 224, 0.6);
30140
+ --background-color-focus: #fff;
30141
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30142
+ box-shadow: none;
30143
+ }
30144
+ .buj61ew.ant-btn-quiet.ant-btn-dangerous {
30145
+ --color: #f0483e;
30146
+ --background-color-hover: rgba(255, 74, 74, 0.16);
30147
+ --background-color-active: rgba(255, 74, 74, 0.2);
30148
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30149
+ }
30150
+ .buj61ew.ant-btn-quiet.quiet-blue {
30151
+ --color: #0080ff;
30152
+ --background-color: transparent;
30153
+ --background-color-hover: rgba(0, 136, 255, 0.16);
30154
+ --background-color-active: rgba(0, 136, 255, 0.2);
30155
+ --background-color-focus: #fff;
30156
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30157
+ }
30158
+ .buj61ew.has-icon {
30159
+ display: inline-flex;
30160
+ align-items: center;
30161
+ justify-content: center;
30162
+ }
30163
+ .buj61ew .button-prefix-icon {
30164
+ margin-right: 8px;
30165
+ display: inline-flex;
30166
+ }
30167
+ .buj61ew .button-suffix-icon {
30168
+ margin-left: 8px;
30169
+ display: inline-flex;
30170
+ }
30171
+ .buj61ew .icon-wrapper {
30172
+ display: flex;
30173
+ justify-content: center;
30174
+ }
30175
+
30176
+ .nchllas {
30177
+ padding: 0;
30178
+ }
30179
+
30180
+ .bpq0js6 {
30181
+ padding: 4px 11px;
30182
+ }
30183
+
30184
+ .b15sn34c {
30185
+ white-space: nowrap;
30186
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30187
+ }
30188
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30189
+ --color: #0080ff;
30190
+ }
30191
+ .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] {
30192
+ --color: #0080ff;
30193
+ }
30194
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
30195
+ margin-left: 1px;
30196
+ }
30197
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
30198
+ border-top-right-radius: 0;
30199
+ border-bottom-right-radius: 0;
30200
+ }
30201
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
30202
+ border-top-left-radius: 0;
30203
+ border-bottom-left-radius: 0;
30204
+ }
30205
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30206
+ border-radius: unset;
30207
+ }
30208
+
30209
+ .fde5mpd {
30210
+ width: 100%;
30211
+ height: 100%;
30212
+ min-height: 124px;
30213
+ display: flex;
30214
+ flex-direction: column;
30215
+ justify-content: center;
30216
+ align-items: center;
30217
+ }
30218
+ .fde5mpd .error-text {
30219
+ color: rgba(10, 37, 85, 0.6);
30220
+ margin-bottom: 16px;
30221
+ font-size: 18px;
30222
+ }
30223
+
30224
+ .iap75of {
30225
+ height: 18px;
30226
+ line-height: 18px;
30227
+ padding: 0 4px;
30228
+ border-radius: 4px;
30229
+ background: rgba(235, 239, 245, 0.6);
30230
+ border: 1px solid rgba(223, 228, 235, 0.6);
30231
+ display: flex;
30232
+ align-items: center;
30233
+ white-space: nowrap;
30234
+ margin-right: 4px;
30235
+ }
30236
+
30237
+ .i1mrf09m {
30238
+ display: inline-flex;
30239
+ align-items: center;
30240
+ }
30241
+ .i1mrf09m .icon-inner {
30242
+ display: inline-flex;
30243
+ align-items: center;
30244
+ justify-content: center;
30245
+ }
30246
+ .i1mrf09m .icon-inner + span,
30247
+ .i1mrf09m span + .icon-inner.suffix {
30248
+ margin-left: 4px;
30249
+ }
30250
+ .i1mrf09m.is-rotate img,
30251
+ .i1mrf09m.is-rotate svg {
30252
+ animation: rotate 680ms linear infinite;
30253
+ }
30254
+
30255
+ .obf05yr {
30256
+ display: inline-block;
30257
+ }
30258
+
30259
+ .hsms1n6 {
30260
+ visibility: hidden;
30261
+ position: absolute;
30262
+ }
30263
+
30264
+ .p12gwtiw {
30265
+ display: flex;
30266
+ justify-content: space-between;
30267
+ align-items: center;
30268
+ padding: 10px 0;
30269
+ color: rgba(44, 56, 82, 0.6);
30270
+ font-size: 12px;
30271
+ line-height: 24px;
30272
+ }
30273
+ .p12gwtiw .pagination-left {
30274
+ padding: 2px 8px;
30275
+ }
30276
+ .p12gwtiw .dropdown-trigger {
30277
+ display: flex;
30278
+ align-items: center;
30279
+ border-radius: 6px;
30280
+ cursor: pointer;
30281
+ transition: all 0.3s ease;
30282
+ }
30283
+ .p12gwtiw .dropdown-trigger:hover {
30284
+ background: rgba(211, 218, 235, 0.6);
30285
+ color: #0080ff;
30286
+ }
30287
+ .p12gwtiw .dropdown-trigger .icon-inner {
30288
+ margin-left: 4px;
30289
+ }
30290
+ .p12gwtiw .pagination-right {
30291
+ display: flex;
30292
+ align-items: center;
30293
+ color: #0080ff;
30294
+ font-weight: bold;
30295
+ }
30296
+ .p12gwtiw .pagination-right .icon-inner {
30297
+ margin-left: 4px;
30298
+ }
30299
+ .p12gwtiw .pagination-right .prev-btn,
30300
+ .p12gwtiw .pagination-right .next-btn {
30301
+ padding: 0 8px;
30302
+ }
30303
+ .p12gwtiw .pagination-right .prev-btn > span,
30304
+ .p12gwtiw .pagination-right .next-btn > span {
30305
+ color: #0080ff;
30306
+ }
30307
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30308
+ transform: rotate(180deg);
30309
+ }
30310
+
30311
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30312
+ max-height: calc(100vh - 128px);
30313
+ overflow-y: auto;
30314
+ }
30315
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30316
+ padding: 4px 20px;
30317
+ font-size: 12px;
30318
+ line-height: 18px;
30319
+ }
30320
+
30321
+ .s34f1qb.ant-switch {
30322
+ min-width: 40px;
30323
+ height: 24px;
30324
+ background: rgba(172, 186, 211, 0.6);
30325
+ overflow: hidden;
30326
+ }
30327
+ .s34f1qb.ant-switch:focus {
30328
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30451
30329
  }
30452
- .buj61ew.ant-btn-ordinary-onTint {
30453
- --color: #1d326c;
30454
- --border-color: #fff;
30455
- --background-color: #fff;
30456
- --background-color-hover: rgba(211, 218, 235, 0.6);
30457
- --background-color-active: rgba(192, 203, 224, 0.6);
30458
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30459
- box-shadow: none;
30330
+ .s34f1qb.ant-switch-small {
30331
+ min-width: 26px;
30332
+ height: 16px;
30460
30333
  }
30461
- .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
30462
- --color: #0080ff;
30463
- --border-color: #fff;
30464
- --background-color: #fff;
30465
- --background-color-hover: rgba(0, 136, 255, 0.16);
30466
- --background-color-active: rgba(0, 136, 255, 0.2);
30467
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30468
- box-shadow: none;
30334
+ .s34f1qb.ant-switch-large {
30335
+ min-width: 52px;
30336
+ height: 32px;
30469
30337
  }
30470
- .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
30471
- --color: #f0483e;
30472
- --background-color-hover: rgba(255, 74, 74, 0.16);
30473
- --background-color-active: rgba(255, 74, 74, 0.2);
30474
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30338
+ .s34f1qb.ant-switch .ant-switch-handle {
30339
+ height: 20px;
30340
+ width: 20px;
30475
30341
  }
30476
- .buj61ew.ant-btn-quiet {
30477
- --color: rgba(44, 56, 82, 0.6);
30478
- --border-width: 0;
30479
- --background-color: transparent;
30480
- --background-color-hover: rgba(211, 218, 235, 0.6);
30481
- --background-color-active: rgba(192, 203, 224, 0.6);
30482
- --background-color-focus: #fff;
30483
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30484
- box-shadow: none;
30342
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30343
+ border-radius: 10px;
30344
+ transition-delay: 120ms;
30485
30345
  }
30486
- .buj61ew.ant-btn-quiet.ant-btn-dangerous {
30487
- --color: #f0483e;
30488
- --background-color-hover: rgba(255, 74, 74, 0.16);
30489
- --background-color-active: rgba(255, 74, 74, 0.2);
30490
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30346
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30347
+ height: 14px;
30348
+ width: 14px;
30349
+ top: 1px;
30350
+ left: 1px;
30491
30351
  }
30492
- .buj61ew.ant-btn-quiet.quiet-blue {
30493
- --color: #0080ff;
30494
- --background-color: transparent;
30495
- --background-color-hover: rgba(0, 136, 255, 0.16);
30496
- --background-color-active: rgba(0, 136, 255, 0.2);
30497
- --background-color-focus: #fff;
30498
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30352
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30353
+ height: 28px;
30354
+ width: 28px;
30499
30355
  }
30500
- .buj61ew.has-icon {
30501
- display: inline-flex;
30502
- align-items: center;
30503
- justify-content: center;
30356
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30357
+ border-radius: 14px;
30504
30358
  }
30505
- .buj61ew .button-prefix-icon {
30506
- margin-right: 8px;
30507
- display: inline-flex;
30359
+ .s34f1qb.ant-switch-checked {
30360
+ background-color: #00ba5d;
30508
30361
  }
30509
- .buj61ew .button-suffix-icon {
30510
- margin-left: 8px;
30511
- display: inline-flex;
30362
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30363
+ left: calc(100% - 20px - 2px);
30512
30364
  }
30513
- .buj61ew .icon-wrapper {
30514
- display: flex;
30515
- justify-content: center;
30365
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30366
+ left: calc(100% - 14px - 1px);
30367
+ }
30368
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30369
+ left: calc(100% - 28px - 2px);
30516
30370
  }
30517
30371
 
30518
- .nchllas {
30519
- padding: 0;
30372
+ .c1to9vb9 {
30373
+ margin-left: 5px;
30520
30374
  }
30521
30375
 
30522
30376
  .cz04yix {
@@ -31119,15 +30973,161 @@ input.rrg1fkn.ant-input {
31119
30973
  border-top-left-radius: 0;
31120
30974
  border-bottom-left-radius: 0;
31121
30975
  }
31122
-
31123
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31124
- border-top-right-radius: 0;
31125
- border-bottom-right-radius: 0;
30976
+
30977
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30978
+ border-top-right-radius: 0;
30979
+ border-bottom-right-radius: 0;
30980
+ }
30981
+
30982
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30983
+ border-top-left-radius: 0;
30984
+ border-bottom-left-radius: 0;
30985
+ }
30986
+
30987
+ .rxbeqvl.ant-radio-wrapper {
30988
+ display: inline-flex;
30989
+ align-items: baseline;
30990
+ white-space: pre-wrap;
30991
+ }
30992
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30993
+ position: relative;
30994
+ top: 3px;
30995
+ }
30996
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30997
+ border-color: rgba(107, 128, 167, 0.6);
30998
+ }
30999
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31000
+ border-color: #0080ff;
31001
+ }
31002
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31003
+ border-color: #0080ff;
31004
+ background: #0080ff;
31005
+ }
31006
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31007
+ top: 4px;
31008
+ left: 4px;
31009
+ width: 6px;
31010
+ height: 6px;
31011
+ background: #fff;
31012
+ }
31013
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31014
+ opacity: 0.5;
31015
+ }
31016
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31017
+ border-color: rgba(107, 128, 167, 0.6);
31018
+ background: rgba(211, 218, 235, 0.6);
31019
+ }
31020
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31021
+ background: #00122e;
31022
+ }
31023
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31024
+ color: #00122e;
31025
+ opacity: 0.5;
31026
+ }
31027
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31028
+ color: #00122e;
31029
+ }
31030
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31031
+ display: inline-block;
31032
+ padding: 0;
31033
+ padding-left: 12px;
31034
+ }
31035
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31036
+ margin-bottom: 0;
31037
+ white-space: pre-wrap;
31038
+ color: rgba(44, 56, 82, 0.6);
31039
+ }
31040
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31041
+ padding-left: 8px;
31042
+ }
31043
+
31044
+ .r5ie79y .ant-radio-button-wrapper:first-child {
31045
+ border-radius: 5px 0 0 5px;
31046
+ }
31047
+ .r5ie79y .ant-radio-button-wrapper:last-child {
31048
+ border-radius: 0 5px 5px 0;
31049
+ }
31050
+
31051
+ .r1f0aqcc {
31052
+ color: #00122e;
31053
+ border-color: #ccd4e3;
31054
+ }
31055
+ .r1f0aqcc:first-child {
31056
+ border-color: #a3b4cc;
31057
+ }
31058
+ .r1f0aqcc.ant-radio-button-wrapper {
31059
+ padding: 0 12px;
31060
+ line-height: 32px;
31061
+ height: 32px;
31062
+ }
31063
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
31064
+ white-space: nowrap;
31065
+ }
31066
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31067
+ height: 22px;
31068
+ padding: 0 7px;
31069
+ line-height: 20px;
31070
+ }
31071
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31072
+ background: #ccd4e3;
31073
+ }
31074
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31075
+ background: #0080ff;
31076
+ }
31077
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31078
+ background: #ccd4e3;
31079
+ opacity: 0.5;
31080
+ }
31081
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31082
+ border-right-color: #0080ff;
31083
+ }
31084
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31085
+ border-color: #0080ff;
31086
+ }
31087
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
31088
+ background: rgba(0, 136, 255, 0.1);
31089
+ }
31090
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
31091
+ background: rgba(211, 218, 235, 0.6);
31092
+ border-color: #ccd4e3;
31093
+ opacity: 0.5;
31094
+ }
31095
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31096
+ color: #00122e;
31097
+ border-color: #ccd4e3;
31098
+ }
31099
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31100
+ color: #00122e;
31101
+ border-color: #ccd4e3;
31102
+ background: rgba(172, 186, 211, 0.6);
31103
+ }
31104
+ .r1f0aqcc .ant-radio-button-input {
31105
+ margin-right: 8px;
31106
+ display: inline;
31107
+ border: none;
31108
+ padding: 0;
31109
+ width: 36px;
31110
+ background: transparent;
31111
+ }
31112
+ .r1f0aqcc .ant-radio-button-input:focus {
31113
+ box-shadow: none;
31114
+ }
31115
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31116
+ margin-right: 0;
31117
+ width: initial;
31118
+ box-shadow: none;
31119
+ }
31120
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31121
+ display: none;
31126
31122
  }
31127
-
31128
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31129
- border-top-left-radius: 0;
31130
- border-bottom-left-radius: 0;
31123
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31124
+ display: inline;
31125
+ }
31126
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31127
+ display: inline;
31128
+ margin-right: 8px;
31129
+ padding: 0;
31130
+ width: 36px;
31131
31131
  }
31132
31132
 
31133
31133
  .t1upn1sz {
@@ -31494,6 +31494,10 @@ input.rrg1fkn.ant-input {
31494
31494
  background: #fff;
31495
31495
  }
31496
31496
 
31497
+ .i1e4sgug {
31498
+ display: inline-block;
31499
+ }
31500
+
31497
31501
  .s1fc623g {
31498
31502
  width: 430px !important;
31499
31503
  }
@@ -31575,10 +31579,6 @@ input.rrg1fkn.ant-input {
31575
31579
  opacity: 0;
31576
31580
  }
31577
31581
 
31578
- .i1e4sgug {
31579
- display: inline-block;
31580
- }
31581
-
31582
31582
  .d6j0lbj {
31583
31583
  font-family: Inter;
31584
31584
  font-style: normal;
@@ -32171,16 +32171,6 @@ input.rrg1fkn.ant-input {
32171
32171
  display: flex;
32172
32172
  }
32173
32173
 
32174
- .igz4le8 {
32175
- height: 24px;
32176
- width: 56px !important;
32177
- margin-right: 4px;
32178
- }
32179
-
32180
- .c1riexje {
32181
- color: rgba(44, 56, 82, 0.6);
32182
- }
32183
-
32184
32174
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32185
32175
  border-radius: 6px;
32186
32176
  }
@@ -32238,6 +32228,251 @@ input.rrg1fkn.ant-input {
32238
32228
  transform: rotate(180deg);
32239
32229
  }
32240
32230
 
32231
+ .igz4le8 {
32232
+ height: 24px;
32233
+ width: 56px !important;
32234
+ margin-right: 4px;
32235
+ }
32236
+
32237
+ .c1riexje {
32238
+ color: rgba(44, 56, 82, 0.6);
32239
+ }
32240
+
32241
+ .s14dk8r1 {
32242
+ margin: 0;
32243
+ border-radius: 20px;
32244
+ padding: 2px 10px;
32245
+ height: 22px;
32246
+ }
32247
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32248
+ background-color: rgba(237, 241, 250, 0.6) !important;
32249
+ }
32250
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32251
+ background-color: rgba(225, 230, 241, 0.6) !important;
32252
+ }
32253
+ .s14dk8r1.ant-tag.ui-kit-status-capsule {
32254
+ color: #00122e;
32255
+ }
32256
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32257
+ margin-right: 6px;
32258
+ }
32259
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32260
+ margin-left: 4px;
32261
+ }
32262
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32263
+ background-color: rgba(0, 136, 255, 0.1);
32264
+ }
32265
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32266
+ background-color: #0080ff;
32267
+ }
32268
+ .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 {
32269
+ background-color: rgba(0, 136, 255, 0.16);
32270
+ }
32271
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32272
+ background-color: rgba(255, 74, 74, 0.1);
32273
+ }
32274
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32275
+ background-color: #f0483e;
32276
+ }
32277
+ .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 {
32278
+ background-color: rgba(255, 74, 74, 0.16);
32279
+ }
32280
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32281
+ background-color: rgba(254, 160, 8, 0.1);
32282
+ }
32283
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32284
+ background-color: #fea008;
32285
+ }
32286
+ .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 {
32287
+ background-color: rgba(255, 187, 0, 0.16);
32288
+ }
32289
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32290
+ background-color: rgba(30, 201, 127, 0.1);
32291
+ }
32292
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32293
+ background-color: #00ba5d;
32294
+ }
32295
+ .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 {
32296
+ background-color: rgba(30, 201, 127, 0.16);
32297
+ }
32298
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32299
+ background-color: rgba(225, 230, 241, 0.6);
32300
+ }
32301
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32302
+ background-color: #6b7d99;
32303
+ }
32304
+ .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 {
32305
+ background-color: rgba(211, 218, 235, 0.6);
32306
+ }
32307
+
32308
+ .s1uupoto {
32309
+ width: 8px;
32310
+ height: 8px;
32311
+ border-radius: 50%;
32312
+ display: inline-block;
32313
+ }
32314
+
32315
+ .m1thnes4 {
32316
+ color: rgba(44, 56, 82, 0.6);
32317
+ text-align: center;
32318
+ display: flex;
32319
+ align-items: center;
32320
+ justify-content: center;
32321
+ flex-direction: column;
32322
+ height: 100%;
32323
+ }
32324
+ .m1thnes4 .link {
32325
+ color: #0080ff;
32326
+ cursor: pointer;
32327
+ }
32328
+
32329
+ .m1bixfdy {
32330
+ width: 100%;
32331
+ height: 100%;
32332
+ display: flex;
32333
+ flex-direction: column;
32334
+ }
32335
+ .m1bixfdy .name-toolbar {
32336
+ width: 100%;
32337
+ display: flex;
32338
+ line-height: 30px;
32339
+ padding: 0 16px;
32340
+ justify-content: space-between;
32341
+ }
32342
+ .m1bixfdy .name-toolbar .metric-extra {
32343
+ display: flex;
32344
+ font-size: 12px;
32345
+ align-items: center;
32346
+ }
32347
+ .m1bixfdy .name-toolbar .metric-extra .info-item {
32348
+ color: #a3b4cc;
32349
+ }
32350
+ .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32351
+ margin-left: 10px;
32352
+ }
32353
+ .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32354
+ margin-left: 10px;
32355
+ cursor: pointer;
32356
+ }
32357
+ .m1bixfdy .content {
32358
+ flex: 1;
32359
+ width: 100%;
32360
+ display: flex;
32361
+ justify-content: center;
32362
+ align-items: center;
32363
+ }
32364
+ .m1bixfdy .single-content {
32365
+ height: 65px;
32366
+ }
32367
+
32368
+ .lfamfcw {
32369
+ display: flex;
32370
+ align-items: center;
32371
+ white-space: nowrap;
32372
+ overflow: hidden;
32373
+ width: 100%;
32374
+ }
32375
+ .lfamfcw .ant-dropdown-trigger {
32376
+ margin-left: auto;
32377
+ font-size: 12px;
32378
+ }
32379
+
32380
+ .la6u9b4 {
32381
+ display: flex;
32382
+ justify-content: flex-start;
32383
+ align-items: center;
32384
+ font-size: 12px;
32385
+ cursor: pointer;
32386
+ }
32387
+ .la6u9b4:not(:last-child) {
32388
+ margin-right: 20px;
32389
+ }
32390
+ .la6u9b4.deselected {
32391
+ opacity: 0.4;
32392
+ }
32393
+ .la6u9b4.deselected .color-block {
32394
+ background: #b4beca !important;
32395
+ }
32396
+
32397
+ .chhvk8b {
32398
+ display: inline-block;
32399
+ height: 8px;
32400
+ width: 8px;
32401
+ margin-right: 8px;
32402
+ }
32403
+
32404
+ .e1sdlxq1 .ant-dropdown-menu-item {
32405
+ display: flex;
32406
+ align-items: center;
32407
+ font-size: 12px;
32408
+ margin: 0;
32409
+ }
32410
+
32411
+ .m16f7gpb {
32412
+ position: relative;
32413
+ }
32414
+ .m16f7gpb.hidden-xaxis .pointer-wrapper {
32415
+ bottom: -12px;
32416
+ }
32417
+ .m16f7gpb .metric-toolbar {
32418
+ display: flex;
32419
+ justify-content: space-between;
32420
+ line-height: 30px;
32421
+ margin: 0 16px;
32422
+ }
32423
+ .m16f7gpb .metric-toolbar .metric-extra {
32424
+ display: flex;
32425
+ font-size: 12px;
32426
+ align-items: center;
32427
+ }
32428
+ .m16f7gpb .metric-toolbar .metric-extra .info-item {
32429
+ color: #a3b4cc;
32430
+ }
32431
+ .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32432
+ margin-left: 10px;
32433
+ }
32434
+ .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32435
+ margin-left: 10px;
32436
+ cursor: pointer;
32437
+ }
32438
+ .m16f7gpb .recharts-xAxis {
32439
+ font-size: 12px;
32440
+ }
32441
+ .m16f7gpb .pointer-wrapper {
32442
+ position: absolute;
32443
+ bottom: 10px;
32444
+ padding: 0 8px;
32445
+ border-radius: 4px;
32446
+ font-size: 12px;
32447
+ color: #fff;
32448
+ background: rgba(0, 0, 0, 0.75);
32449
+ transform: translateX(-50%);
32450
+ }
32451
+
32452
+ .t1ipvk51 {
32453
+ min-width: 200px;
32454
+ }
32455
+
32456
+ .t1kgldps {
32457
+ display: flex;
32458
+ align-items: center;
32459
+ justify-content: space-between;
32460
+ background-color: rgba(0, 0, 0, 0.75);
32461
+ color: #b4beca;
32462
+ font-size: 12px;
32463
+ padding: 3px 6px;
32464
+ }
32465
+ .t1kgldps:first-child {
32466
+ padding-top: 3px;
32467
+ }
32468
+ .t1kgldps:last-child {
32469
+ padding-bottom: 3px;
32470
+ }
32471
+ .t1kgldps .column-value {
32472
+ color: #fff;
32473
+ margin-left: 8px;
32474
+ }
32475
+
32241
32476
  .s1uupxds {
32242
32477
  padding: 0 8px;
32243
32478
  border-radius: 4px;
@@ -32498,167 +32733,6 @@ input.rrg1fkn.ant-input {
32498
32733
  justify-content: center;
32499
32734
  }
32500
32735
 
32501
- .m1thnes4 {
32502
- color: rgba(44, 56, 82, 0.6);
32503
- text-align: center;
32504
- display: flex;
32505
- align-items: center;
32506
- justify-content: center;
32507
- flex-direction: column;
32508
- height: 100%;
32509
- }
32510
- .m1thnes4 .link {
32511
- color: #0080ff;
32512
- cursor: pointer;
32513
- }
32514
-
32515
- .m1bixfdy {
32516
- width: 100%;
32517
- height: 100%;
32518
- display: flex;
32519
- flex-direction: column;
32520
- }
32521
- .m1bixfdy .name-toolbar {
32522
- width: 100%;
32523
- display: flex;
32524
- line-height: 30px;
32525
- padding: 0 16px;
32526
- justify-content: space-between;
32527
- }
32528
- .m1bixfdy .name-toolbar .metric-extra {
32529
- display: flex;
32530
- font-size: 12px;
32531
- align-items: center;
32532
- }
32533
- .m1bixfdy .name-toolbar .metric-extra .info-item {
32534
- color: #a3b4cc;
32535
- }
32536
- .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32537
- margin-left: 10px;
32538
- }
32539
- .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32540
- margin-left: 10px;
32541
- cursor: pointer;
32542
- }
32543
- .m1bixfdy .content {
32544
- flex: 1;
32545
- width: 100%;
32546
- display: flex;
32547
- justify-content: center;
32548
- align-items: center;
32549
- }
32550
- .m1bixfdy .single-content {
32551
- height: 65px;
32552
- }
32553
-
32554
- .lfamfcw {
32555
- display: flex;
32556
- align-items: center;
32557
- white-space: nowrap;
32558
- overflow: hidden;
32559
- width: 100%;
32560
- }
32561
- .lfamfcw .ant-dropdown-trigger {
32562
- margin-left: auto;
32563
- font-size: 12px;
32564
- }
32565
-
32566
- .la6u9b4 {
32567
- display: flex;
32568
- justify-content: flex-start;
32569
- align-items: center;
32570
- font-size: 12px;
32571
- cursor: pointer;
32572
- }
32573
- .la6u9b4:not(:last-child) {
32574
- margin-right: 20px;
32575
- }
32576
- .la6u9b4.deselected {
32577
- opacity: 0.4;
32578
- }
32579
- .la6u9b4.deselected .color-block {
32580
- background: #b4beca !important;
32581
- }
32582
-
32583
- .chhvk8b {
32584
- display: inline-block;
32585
- height: 8px;
32586
- width: 8px;
32587
- margin-right: 8px;
32588
- }
32589
-
32590
- .e1sdlxq1 .ant-dropdown-menu-item {
32591
- display: flex;
32592
- align-items: center;
32593
- font-size: 12px;
32594
- margin: 0;
32595
- }
32596
-
32597
- .m16f7gpb {
32598
- position: relative;
32599
- }
32600
- .m16f7gpb.hidden-xaxis .pointer-wrapper {
32601
- bottom: -12px;
32602
- }
32603
- .m16f7gpb .metric-toolbar {
32604
- display: flex;
32605
- justify-content: space-between;
32606
- line-height: 30px;
32607
- margin: 0 16px;
32608
- }
32609
- .m16f7gpb .metric-toolbar .metric-extra {
32610
- display: flex;
32611
- font-size: 12px;
32612
- align-items: center;
32613
- }
32614
- .m16f7gpb .metric-toolbar .metric-extra .info-item {
32615
- color: #a3b4cc;
32616
- }
32617
- .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32618
- margin-left: 10px;
32619
- }
32620
- .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32621
- margin-left: 10px;
32622
- cursor: pointer;
32623
- }
32624
- .m16f7gpb .recharts-xAxis {
32625
- font-size: 12px;
32626
- }
32627
- .m16f7gpb .pointer-wrapper {
32628
- position: absolute;
32629
- bottom: 10px;
32630
- padding: 0 8px;
32631
- border-radius: 4px;
32632
- font-size: 12px;
32633
- color: #fff;
32634
- background: rgba(0, 0, 0, 0.75);
32635
- transform: translateX(-50%);
32636
- }
32637
-
32638
- .t1ipvk51 {
32639
- min-width: 200px;
32640
- }
32641
-
32642
- .t1kgldps {
32643
- display: flex;
32644
- align-items: center;
32645
- justify-content: space-between;
32646
- background-color: rgba(0, 0, 0, 0.75);
32647
- color: #b4beca;
32648
- font-size: 12px;
32649
- padding: 3px 6px;
32650
- }
32651
- .t1kgldps:first-child {
32652
- padding-top: 3px;
32653
- }
32654
- .t1kgldps:last-child {
32655
- padding-bottom: 3px;
32656
- }
32657
- .t1kgldps .column-value {
32658
- color: #fff;
32659
- margin-left: 8px;
32660
- }
32661
-
32662
32736
  .t1gz6wqf {
32663
32737
  height: 100%;
32664
32738
  }
@@ -32733,6 +32807,22 @@ input.rrg1fkn.ant-input {
32733
32807
  margin-right: 2px;
32734
32808
  }
32735
32809
 
32810
+ .rrwcpby {
32811
+ display: flex;
32812
+ align-items: center;
32813
+ }
32814
+ .rrwcpby .order {
32815
+ height: 24px;
32816
+ width: 24px;
32817
+ border-radius: 20px;
32818
+ color: #0080ff;
32819
+ background: rgba(0, 136, 255, 0.1);
32820
+ display: flex;
32821
+ align-items: center;
32822
+ justify-content: center;
32823
+ margin-right: 6px;
32824
+ }
32825
+
32736
32826
  .bab9xum {
32737
32827
  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);
32738
32828
  }
@@ -32750,22 +32840,6 @@ input.rrg1fkn.ant-input {
32750
32840
  transform: translateY(-4px);
32751
32841
  }
32752
32842
 
32753
- .rrwcpby {
32754
- display: flex;
32755
- align-items: center;
32756
- }
32757
- .rrwcpby .order {
32758
- height: 24px;
32759
- width: 24px;
32760
- border-radius: 20px;
32761
- color: #0080ff;
32762
- background: rgba(0, 136, 255, 0.1);
32763
- display: flex;
32764
- align-items: center;
32765
- justify-content: center;
32766
- margin-right: 6px;
32767
- }
32768
-
32769
32843
  .tc40oxa {
32770
32844
  margin-bottom: 4px;
32771
32845
  color: rgba(44, 56, 82, 0.6);
@@ -32959,37 +33033,6 @@ input.rrg1fkn.ant-input {
32959
33033
  margin-right: 8px;
32960
33034
  }
32961
33035
 
32962
- .f1p9ti6d {
32963
- width: 100%;
32964
- margin-bottom: 0 !important;
32965
- flex-flow: nowrap !important;
32966
- line-break: auto;
32967
- }
32968
- .f1p9ti6d > .ant-form-item-label {
32969
- text-align: left !important;
32970
- padding-bottom: 0 !important;
32971
- }
32972
- .f1p9ti6d > .ant-form-item-label > label {
32973
- min-height: 32px;
32974
- height: auto;
32975
- font-size: 13px;
32976
- color: rgba(44, 56, 82, 0.6);
32977
- white-space: normal;
32978
- }
32979
- .f1p9ti6d.ant-form-item-has-error .ant-input {
32980
- border-color: #ff4d4f !important;
32981
- }
32982
- .f1p9ti6d .ant-form-item-explain {
32983
- margin-top: 4px;
32984
- font-size: 12px;
32985
- min-height: 0px;
32986
- }
32987
- .f1p9ti6d .ant-form-item-extra {
32988
- font-size: 12px;
32989
- color: rgba(44, 56, 82, 0.6);
32990
- min-height: 0px;
32991
- }
32992
-
32993
33036
  .w1xcixj5.outside-tag {
32994
33037
  padding-left: 0;
32995
33038
  }
@@ -33023,6 +33066,37 @@ input.rrg1fkn.ant-input {
33023
33066
  height: 16px;
33024
33067
  }
33025
33068
 
33069
+ .f1p9ti6d {
33070
+ width: 100%;
33071
+ margin-bottom: 0 !important;
33072
+ flex-flow: nowrap !important;
33073
+ line-break: auto;
33074
+ }
33075
+ .f1p9ti6d > .ant-form-item-label {
33076
+ text-align: left !important;
33077
+ padding-bottom: 0 !important;
33078
+ }
33079
+ .f1p9ti6d > .ant-form-item-label > label {
33080
+ min-height: 32px;
33081
+ height: auto;
33082
+ font-size: 13px;
33083
+ color: rgba(44, 56, 82, 0.6);
33084
+ white-space: normal;
33085
+ }
33086
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33087
+ border-color: #ff4d4f !important;
33088
+ }
33089
+ .f1p9ti6d .ant-form-item-explain {
33090
+ margin-top: 4px;
33091
+ font-size: 12px;
33092
+ min-height: 0px;
33093
+ }
33094
+ .f1p9ti6d .ant-form-item-extra {
33095
+ font-size: 12px;
33096
+ color: rgba(44, 56, 82, 0.6);
33097
+ min-height: 0px;
33098
+ }
33099
+
33026
33100
  .at4ovwe .ant-input-number-handler-wrap {
33027
33101
  display: var(--at4ovwe-0);
33028
33102
  }