@cloudtower/eagle 0.27.53 → 0.27.54-alpha.0

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.
@@ -29693,6 +29693,21 @@ html body {
29693
29693
  font-size: 14px;
29694
29694
  }
29695
29695
 
29696
+ .E_fzh9mnb {
29697
+ width: 100%;
29698
+ height: 100%;
29699
+ min-height: 124px;
29700
+ display: flex;
29701
+ flex-direction: column;
29702
+ justify-content: center;
29703
+ align-items: center;
29704
+ }
29705
+ .E_fzh9mnb .error-text {
29706
+ color: rgba(10, 37, 85, 0.6);
29707
+ margin-bottom: 16px;
29708
+ font-size: 18px;
29709
+ }
29710
+
29696
29711
  .E_b1nip9bk {
29697
29712
  padding: 4px 11px;
29698
29713
  }
@@ -29972,6 +29987,19 @@ html body {
29972
29987
  padding: 0;
29973
29988
  }
29974
29989
 
29990
+ .E_i1inqkme {
29991
+ height: 18px;
29992
+ line-height: 18px;
29993
+ padding: 0 4px;
29994
+ border-radius: 4px;
29995
+ background: rgba(235, 239, 245, 0.6);
29996
+ border: 1px solid rgba(223, 228, 235, 0.6);
29997
+ display: flex;
29998
+ align-items: center;
29999
+ white-space: nowrap;
30000
+ margin-right: 4px;
30001
+ }
30002
+
29975
30003
  .E_iouxfgt {
29976
30004
  display: inline-flex;
29977
30005
  align-items: center;
@@ -29990,43 +30018,6 @@ html body {
29990
30018
  animation: rotate 680ms linear infinite;
29991
30019
  }
29992
30020
 
29993
- .E_fzh9mnb {
29994
- width: 100%;
29995
- height: 100%;
29996
- min-height: 124px;
29997
- display: flex;
29998
- flex-direction: column;
29999
- justify-content: center;
30000
- align-items: center;
30001
- }
30002
- .E_fzh9mnb .error-text {
30003
- color: rgba(10, 37, 85, 0.6);
30004
- margin-bottom: 16px;
30005
- font-size: 18px;
30006
- }
30007
-
30008
- .E_i1inqkme {
30009
- height: 18px;
30010
- line-height: 18px;
30011
- padding: 0 4px;
30012
- border-radius: 4px;
30013
- background: rgba(235, 239, 245, 0.6);
30014
- border: 1px solid rgba(223, 228, 235, 0.6);
30015
- display: flex;
30016
- align-items: center;
30017
- white-space: nowrap;
30018
- margin-right: 4px;
30019
- }
30020
-
30021
- .E_owd0kml {
30022
- display: inline-block;
30023
- }
30024
-
30025
- .E_h1jsgezc {
30026
- visibility: hidden;
30027
- position: absolute;
30028
- }
30029
-
30030
30021
  .E_phljevk {
30031
30022
  display: flex;
30032
30023
  justify-content: space-between;
@@ -30084,1835 +30075,1844 @@ html body {
30084
30075
  line-height: 18px;
30085
30076
  }
30086
30077
 
30087
- .E_rapgekc.ant-radio-wrapper {
30088
- display: inline-flex;
30089
- align-items: baseline;
30090
- white-space: pre-wrap;
30091
- }
30092
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30093
- position: relative;
30094
- top: 3px;
30078
+ .E_owd0kml {
30079
+ display: inline-block;
30095
30080
  }
30096
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30097
- border-color: rgba(107, 128, 167, 0.6);
30081
+
30082
+ .E_h1jsgezc {
30083
+ visibility: hidden;
30084
+ position: absolute;
30098
30085
  }
30099
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30100
- border-color: #0080ff;
30086
+
30087
+ .E_s1dni7lo {
30088
+ width: 430px !important;
30101
30089
  }
30102
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30103
- border-color: #0080ff;
30104
- background: #0080ff;
30090
+
30091
+ .E_d1wwmmm5 .ant-select-item-group {
30092
+ padding: 8px 16px;
30093
+ line-height: 18px;
30094
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30095
+ height: 34px;
30096
+ min-height: 34px;
30097
+ box-sizing: border-box;
30098
+ margin-top: 8px;
30105
30099
  }
30106
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30107
- top: 4px;
30108
- left: 4px;
30109
- width: 6px;
30110
- height: 6px;
30111
- background: #fff;
30100
+
30101
+ .E_o1ugr09p {
30102
+ display: flex;
30103
+ flex-direction: column;
30104
+ margin: 1px 8px;
30105
+ padding: 8px;
30106
+ border-radius: 4px;
30112
30107
  }
30113
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30114
- opacity: 0.5;
30108
+ .E_o1ugr09p .selected-icon {
30109
+ display: none;
30115
30110
  }
30116
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30117
- border-color: rgba(107, 128, 167, 0.6);
30118
- background: rgba(211, 218, 235, 0.6);
30111
+ .E_o1ugr09p.ant-select-item-option-grouped {
30112
+ padding-left: 8px;
30119
30113
  }
30120
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30121
- background: #00122e;
30114
+ .E_o1ugr09p.ant-select-item-option-selected {
30115
+ background-color: white;
30122
30116
  }
30123
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30124
- color: #00122e;
30125
- opacity: 0.5;
30117
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30118
+ color: #0080ff;
30126
30119
  }
30127
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30128
- color: #00122e;
30120
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30121
+ display: block;
30129
30122
  }
30130
- .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30131
- display: inline-block;
30132
- padding: 0;
30133
- padding-left: 12px;
30123
+ .E_o1ugr09p.ant-select-item-option-active {
30124
+ background: rgba(0, 136, 255, 0.16);
30134
30125
  }
30135
- .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30136
- margin-bottom: 0;
30137
- white-space: pre-wrap;
30138
- color: rgba(44, 56, 82, 0.6);
30126
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30127
+ color: #0080ff;
30139
30128
  }
30140
- .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30141
- padding-left: 8px;
30129
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30130
+ background: rgba(0, 136, 255, 0.1);
30131
+ color: #0080ff;
30142
30132
  }
30143
30133
 
30144
- .E_rp906go .ant-radio-button-wrapper:first-child {
30145
- border-radius: 5px 0 0 5px;
30134
+ .E_o1ifxsq4 {
30135
+ display: flex;
30136
+ justify-content: space-between;
30137
+ height: 20px;
30138
+ line-height: 20px;
30146
30139
  }
30147
- .E_rp906go .ant-radio-button-wrapper:last-child {
30148
- border-radius: 0 5px 5px 0;
30140
+ .E_o1ifxsq4 .timezone-title {
30141
+ color: #2d3a56;
30142
+ overflow: hidden;
30143
+ text-overflow: ellipsis;
30149
30144
  }
30150
30145
 
30151
- .E_rcc63c8 {
30152
- color: #00122e;
30153
- border-color: #ccd4e3;
30146
+ .E_o1zue7 {
30147
+ display: flex;
30148
+ justify-content: space-between;
30149
+ color: rgba(44, 56, 82, 0.6);
30150
+ height: 18px;
30151
+ line-height: 18px;
30152
+ margin-top: 2px;
30154
30153
  }
30155
- .E_rcc63c8:first-child {
30156
- border-color: #a3b4cc;
30154
+
30155
+ .E_tyfmlxg {
30156
+ border: none;
30157
+ margin-right: 0;
30158
+ background: rgba(225, 230, 241, 0.6);
30157
30159
  }
30158
- .E_rcc63c8.ant-radio-button-wrapper {
30159
- padding: 0 12px;
30160
- line-height: 32px;
30160
+
30161
+ .E_o18uybox {
30162
+ pointer-events: none;
30161
30163
  height: 32px;
30164
+ width: 100%;
30165
+ opacity: 0;
30162
30166
  }
30163
- .E_rcc63c8.ant-radio-button-wrapper > span + span {
30164
- white-space: nowrap;
30165
- }
30166
- .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30167
- height: 22px;
30168
- padding: 0 7px;
30169
- line-height: 20px;
30167
+
30168
+ .E_skwah65 {
30169
+ height: 8px;
30170
+ box-sizing: border-box;
30171
+ border-radius: 2px;
30172
+ background: #f5f7fa;
30173
+ display: flex;
30174
+ width: 100%;
30175
+ overflow: hidden;
30170
30176
  }
30171
- .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30172
- background: #ccd4e3;
30177
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
30178
+ margin-left: 1px;
30173
30179
  }
30174
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30175
- background: #0080ff;
30180
+
30181
+ .E_dsnbhzf {
30182
+ font-family: Inter;
30183
+ font-style: normal;
30184
+ font-weight: bold;
30185
+ font-size: 32px;
30186
+ line-height: 40px;
30176
30187
  }
30177
- .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30178
- background: #ccd4e3;
30179
- opacity: 0.5;
30188
+
30189
+ .E_d1mvo22k {
30190
+ font-family: Inter;
30191
+ font-style: normal;
30192
+ font-weight: bold;
30193
+ font-size: 24px;
30194
+ line-height: 32px;
30180
30195
  }
30181
- .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30182
- border-right-color: #0080ff;
30196
+
30197
+ .E_d1b444tr {
30198
+ font-family: Inter;
30199
+ font-style: normal;
30200
+ font-weight: normal;
30201
+ font-size: 32px;
30202
+ line-height: 40px;
30183
30203
  }
30184
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30185
- border-color: #0080ff;
30204
+
30205
+ .E_dvs0kue {
30206
+ font-family: Inter;
30207
+ font-style: normal;
30208
+ font-weight: bold;
30209
+ font-size: 20px;
30210
+ line-height: 24px;
30186
30211
  }
30187
- .E_rcc63c8.ant-radio-button-wrapper-checked {
30188
- background: rgba(0, 136, 255, 0.1);
30212
+
30213
+ .E_d1hcbfcq {
30214
+ font-family: Inter;
30215
+ font-style: normal;
30216
+ font-weight: normal;
30217
+ font-size: 20px;
30218
+ line-height: 24px;
30189
30219
  }
30190
- .E_rcc63c8.ant-radio-button-wrapper-disabled {
30191
- background: rgba(211, 218, 235, 0.6);
30192
- border-color: #ccd4e3;
30193
- opacity: 0.5;
30194
- }
30195
- .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30196
- color: #00122e;
30197
- border-color: #ccd4e3;
30220
+
30221
+ .E_d1cz922v {
30222
+ font-family: Inter;
30223
+ font-style: normal;
30224
+ font-weight: bold;
30225
+ font-size: 18px;
30226
+ line-height: 22px;
30198
30227
  }
30199
- .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30200
- color: #00122e;
30201
- border-color: #ccd4e3;
30202
- background: rgba(172, 186, 211, 0.6);
30228
+
30229
+ .E_d3nzbrm {
30230
+ font-family: Inter;
30231
+ font-style: normal;
30232
+ font-weight: normal;
30233
+ font-size: 18px;
30234
+ line-height: 22px;
30203
30235
  }
30204
- .E_rcc63c8 .ant-radio-button-input {
30205
- margin-right: 8px;
30206
- display: inline;
30207
- border: none;
30208
- padding: 0;
30209
- width: 36px;
30210
- background: transparent;
30236
+
30237
+ .E_h1g0p5ob {
30238
+ font-family: Inter;
30239
+ font-style: normal;
30240
+ font-weight: bold;
30241
+ font-size: 16px;
30242
+ line-height: 22px;
30211
30243
  }
30212
- .E_rcc63c8 .ant-radio-button-input:focus {
30213
- box-shadow: none;
30244
+
30245
+ .E_hydo2ej {
30246
+ font-family: Inter;
30247
+ font-style: normal;
30248
+ font-weight: normal;
30249
+ font-size: 16px;
30250
+ line-height: 22px;
30214
30251
  }
30215
- .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30216
- margin-right: 0;
30217
- width: initial;
30218
- box-shadow: none;
30252
+
30253
+ .E_h1hbuq0r {
30254
+ font-family: Inter;
30255
+ font-style: normal;
30256
+ font-weight: bold;
30257
+ font-size: 14px;
30258
+ line-height: 20px;
30219
30259
  }
30220
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30221
- display: none;
30260
+
30261
+ .E_h13bondg {
30262
+ font-family: Inter;
30263
+ font-style: normal;
30264
+ font-weight: normal;
30265
+ font-size: 14px;
30266
+ line-height: 20px;
30222
30267
  }
30223
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30224
- display: inline;
30268
+
30269
+ .E_h1mhvdlx {
30270
+ font-family: Inter;
30271
+ font-style: normal;
30272
+ font-weight: bold;
30273
+ font-size: 12px;
30274
+ line-height: 18px;
30225
30275
  }
30226
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30227
- display: inline;
30228
- margin-right: 8px;
30229
- padding: 0;
30230
- width: 36px;
30276
+
30277
+ .E_h1inmfq6 {
30278
+ font-family: Inter;
30279
+ font-style: normal;
30280
+ font-weight: normal;
30281
+ font-size: 12px;
30282
+ line-height: 18px;
30231
30283
  }
30232
30284
 
30233
- .E_cnujxq2 {
30234
- display: flex;
30235
- flex-direction: column;
30285
+ .E_h1kfc0la {
30286
+ font-family: Inter;
30287
+ font-style: normal;
30288
+ font-weight: bold;
30289
+ text-transform: uppercase;
30290
+ font-feature-settings: "cpsp" on;
30291
+ font-size: 12px;
30292
+ line-height: 18px;
30236
30293
  }
30237
30294
 
30238
- .E_m7s48ia {
30239
- max-width: 1120px;
30240
- width: 100%;
30241
- margin: 0 auto;
30242
- height: 100%;
30295
+ .E_h10xnyuu {
30296
+ font-family: Inter;
30297
+ font-style: normal;
30298
+ font-weight: normal;
30299
+ text-transform: uppercase;
30300
+ font-feature-settings: "cpsp" on;
30301
+ font-size: 12px;
30302
+ line-height: 18px;
30243
30303
  }
30244
30304
 
30245
- .E_wt5zbg6 {
30246
- max-width: 1120px;
30247
- width: 100%;
30248
- margin: 0 auto;
30249
- display: flex;
30305
+ .E_lrcmi0v {
30306
+ font-family: Inter;
30307
+ font-style: normal;
30308
+ font-weight: normal;
30309
+ font-size: 16px;
30310
+ line-height: 24px;
30250
30311
  }
30251
- .E_wt5zbg6 .left,
30252
- .E_wt5zbg6 .right {
30253
- flex-grow: 0;
30254
- flex-shrink: 0;
30255
- flex-basis: 21%;
30312
+
30313
+ .E_lzt43lp {
30314
+ font-family: Inter;
30315
+ font-style: normal;
30316
+ font-weight: bold;
30317
+ font-size: 16px;
30318
+ line-height: 24px;
30256
30319
  }
30257
- .E_wt5zbg6 .left {
30258
- display: flex;
30259
- justify-content: flex-end;
30260
- padding-right: 44px;
30320
+
30321
+ .E_l5yc9nt {
30322
+ font-family: Inter;
30323
+ font-style: normal;
30324
+ font-weight: normal;
30325
+ font-size: 16px;
30326
+ line-height: 24px;
30261
30327
  }
30262
- .E_wt5zbg6 .right {
30263
- padding-left: 44px;
30328
+
30329
+ .E_l1fbkbzo {
30330
+ font-family: Inter;
30331
+ font-style: normal;
30332
+ font-weight: bold;
30333
+ font-size: 16px;
30334
+ line-height: 24px;
30264
30335
  }
30265
- .E_wt5zbg6 .middle {
30266
- margin-bottom: 40px;
30267
- flex-grow: 0;
30268
- flex-shrink: 0;
30269
- flex-basis: 58%;
30336
+
30337
+ .E_lahvcax {
30338
+ font-family: Inter;
30339
+ font-style: normal;
30340
+ font-weight: normal;
30341
+ text-transform: uppercase;
30342
+ font-feature-settings: "cpsp" on;
30343
+ font-size: 16px;
30344
+ line-height: 24px;
30270
30345
  }
30271
- .E_wt5zbg6 .middle .form-base-field {
30272
- width: 100%;
30346
+
30347
+ .E_l11q3pxd {
30348
+ font-family: Inter;
30349
+ font-style: normal;
30350
+ font-weight: bold;
30351
+ text-transform: uppercase;
30352
+ font-feature-settings: "cpsp" on;
30353
+ font-size: 16px;
30354
+ line-height: 24px;
30273
30355
  }
30274
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
30275
- width: auto;
30356
+
30357
+ .E_lfuc2qu {
30358
+ font-family: Inter;
30359
+ font-style: normal;
30360
+ font-weight: normal;
30361
+ font-size: 14px;
30362
+ line-height: 22px;
30276
30363
  }
30277
30364
 
30278
- .E_h18jprzg .ant-modal-header {
30279
- margin: 0 auto;
30280
- width: 100%;
30281
- max-width: 648px;
30365
+ .E_l1jmp8r0 {
30366
+ font-family: Inter;
30367
+ font-style: normal;
30368
+ font-weight: 500;
30369
+ font-size: 14px;
30370
+ line-height: 22px;
30282
30371
  }
30283
- .E_h18jprzg .ant-modal-header .ant-modal-title {
30284
- margin-left: 0;
30372
+
30373
+ .E_lcnm221 {
30374
+ font-family: Inter;
30375
+ font-style: normal;
30376
+ font-weight: bold;
30377
+ font-size: 14px;
30378
+ line-height: 22px;
30285
30379
  }
30286
- .E_h18jprzg .ant-modal-body {
30287
- margin: 0 auto;
30288
- padding: 0;
30289
- width: 100%;
30290
- max-width: 648px;
30291
- overflow: hidden;
30380
+
30381
+ .E_lu1z2n5 {
30382
+ font-family: Inter;
30383
+ font-style: normal;
30384
+ font-weight: normal;
30385
+ font-size: 14px;
30386
+ line-height: 22px;
30292
30387
  }
30293
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30294
- margin-bottom: 40px;
30388
+
30389
+ .E_l1r59djn {
30390
+ font-family: Inter;
30391
+ font-style: normal;
30392
+ font-weight: bold;
30393
+ font-size: 14px;
30394
+ line-height: 22px;
30295
30395
  }
30296
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30297
- height: calc(100vh - 225px);
30298
- overflow-y: auto;
30396
+
30397
+ .E_ljm2911 {
30398
+ font-family: Inter;
30399
+ font-style: normal;
30400
+ font-weight: normal;
30401
+ text-transform: uppercase;
30402
+ font-feature-settings: "cpsp" on;
30403
+ font-size: 14px;
30404
+ line-height: 22px;
30299
30405
  }
30300
- .E_h18jprzg .ant-modal-footer .footer-content {
30301
- margin: 0 auto;
30302
- max-width: 648px;
30406
+
30407
+ .E_l124mzmr {
30408
+ font-family: Inter;
30409
+ font-style: normal;
30410
+ font-weight: bold;
30411
+ text-transform: uppercase;
30412
+ font-feature-settings: "cpsp" on;
30413
+ font-size: 14px;
30414
+ line-height: 22px;
30303
30415
  }
30304
30416
 
30305
- .E_h16z9xgz .ant-modal-header {
30306
- margin: 0 auto;
30307
- width: 100%;
30308
- max-width: 1024px;
30309
- }
30310
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
30311
- margin-left: 0;
30312
- }
30313
- .E_h16z9xgz .ant-modal-body {
30314
- margin: 0 auto;
30315
- padding: 0;
30316
- width: 100%;
30317
- max-width: 1024px;
30318
- overflow: hidden;
30319
- }
30320
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30321
- margin-bottom: 40px;
30322
- }
30323
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30324
- height: calc(100vh - 225px);
30325
- overflow-y: auto;
30326
- }
30327
- .E_h16z9xgz .ant-modal-footer .footer-content {
30328
- margin: 0 auto;
30329
- max-width: 1024px;
30417
+ .E_lb3chel {
30418
+ font-family: Inter;
30419
+ font-style: normal;
30420
+ font-weight: normal;
30421
+ font-size: 13px;
30422
+ line-height: 20px;
30330
30423
  }
30331
30424
 
30332
- .E_f1lrhghm {
30333
- flex: 1;
30334
- }
30335
- .E_f1lrhghm label {
30425
+ .E_lv9jstu {
30426
+ font-family: Inter;
30427
+ font-style: normal;
30428
+ font-weight: 600;
30336
30429
  font-size: 13px;
30337
30430
  line-height: 20px;
30338
- color: rgba(44, 56, 82, 0.6);
30339
30431
  }
30340
- .E_f1lrhghm .title {
30341
- font-size: 14px;
30432
+
30433
+ .E_lwqlh3x {
30434
+ font-family: Inter;
30435
+ font-style: normal;
30436
+ font-weight: bold;
30437
+ font-size: 13px;
30342
30438
  line-height: 20px;
30343
- color: #2d3a56;
30344
- margin-bottom: 12px;
30345
30439
  }
30346
- .E_f1lrhghm.connect-cluster .title {
30347
- padding-bottom: 26px;
30440
+
30441
+ .E_lalum9y {
30442
+ font-family: Inter;
30443
+ font-style: normal;
30444
+ font-weight: normal;
30445
+ font-size: 13px;
30446
+ line-height: 20px;
30348
30447
  }
30349
30448
 
30350
- .E_f18ot8em {
30351
- padding: 25px 0 15px 0;
30352
- border-bottom: 1px solid #e1e5eb;
30353
- margin-bottom: 16px;
30449
+ .E_l1t6dj5o {
30450
+ font-family: Inter;
30451
+ font-style: normal;
30452
+ font-weight: 600;
30453
+ font-size: 13px;
30454
+ line-height: 20px;
30354
30455
  }
30355
30456
 
30356
- .E_f1l1g2k0 {
30357
- display: flex;
30358
- align-items: center;
30359
- margin-bottom: 8px;
30457
+ .E_l12f6ic {
30458
+ font-family: Inter;
30459
+ font-style: normal;
30460
+ font-weight: bold;
30461
+ font-size: 13px;
30462
+ line-height: 20px;
30360
30463
  }
30361
- .E_f1l1g2k0 > label {
30362
- width: 216px;
30464
+
30465
+ .E_l7gmukq {
30466
+ font-family: Inter;
30467
+ font-style: normal;
30468
+ font-weight: normal;
30469
+ text-transform: uppercase;
30470
+ font-feature-settings: "cpsp" on;
30471
+ font-size: 13px;
30472
+ line-height: 20px;
30363
30473
  }
30364
- .E_f1l1g2k0 > label + * {
30365
- width: 100%;
30474
+
30475
+ .E_lkwl0yp {
30476
+ font-family: Inter;
30477
+ font-style: normal;
30478
+ font-weight: bold;
30479
+ text-transform: uppercase;
30480
+ font-feature-settings: "cpsp" on;
30481
+ font-size: 13px;
30482
+ line-height: 20px;
30366
30483
  }
30367
- .E_f1l1g2k0 .ant-select {
30368
- width: 100%;
30484
+
30485
+ .E_l10knv48 {
30486
+ font-family: Inter;
30487
+ font-style: normal;
30488
+ font-weight: normal;
30489
+ font-size: 12px;
30490
+ line-height: 18px;
30369
30491
  }
30370
30492
 
30371
- .E_e1k89cwg {
30372
- color: #e75a3a;
30373
- margin-right: 10px;
30493
+ .E_l6526ld {
30494
+ font-family: Inter;
30495
+ font-style: normal;
30496
+ font-weight: 500;
30497
+ font-size: 12px;
30498
+ line-height: 18px;
30374
30499
  }
30375
30500
 
30376
- .E_d1oui1gf {
30377
- width: 100%;
30378
- height: 1px;
30379
- background: rgba(213, 219, 227, 0.6);
30380
- margin: 24px 0;
30501
+ .E_l1j81vli {
30502
+ font-family: Inter;
30503
+ font-style: normal;
30504
+ font-weight: bold;
30505
+ font-size: 12px;
30506
+ line-height: 18px;
30381
30507
  }
30382
30508
 
30383
- .E_l15itdbb {
30384
- display: flex;
30385
- justify-content: center;
30386
- align-items: center;
30387
- height: 100%;
30509
+ .E_l1x7n1mk {
30510
+ font-family: Inter;
30511
+ font-style: normal;
30512
+ font-weight: normal;
30513
+ font-size: 12px;
30514
+ line-height: 18px;
30388
30515
  }
30389
30516
 
30390
- .E_d1y3z4w {
30391
- display: inline-block;
30392
- width: 4px;
30393
- height: 4px;
30394
- background: #8e9aa9;
30395
- opacity: 0.4;
30396
- border-radius: 50%;
30397
- margin: 0 4px;
30517
+ .E_l9fqufz {
30518
+ font-family: Inter;
30519
+ font-style: normal;
30520
+ font-weight: 500;
30521
+ font-size: 12px;
30522
+ line-height: 18px;
30398
30523
  }
30399
30524
 
30400
- .E_m177r7a3 .ant-modal-header,
30401
- .E_m177r7a3 .ant-modal-footer .footer-content {
30402
- width: 648px;
30403
- margin: 0 auto;
30525
+ .E_l1iwnybd {
30526
+ font-family: Inter;
30527
+ font-style: normal;
30528
+ font-weight: bold;
30529
+ font-size: 12px;
30530
+ line-height: 18px;
30404
30531
  }
30405
- .E_m177r7a3 .ant-modal-header {
30406
- padding: 35px 0 24px;
30407
- border: none;
30532
+
30533
+ .E_lprtm1e {
30534
+ font-family: Inter;
30535
+ font-style: normal;
30536
+ font-weight: normal;
30537
+ text-transform: uppercase;
30538
+ font-feature-settings: "cpsp" on;
30539
+ font-size: 12px;
30540
+ line-height: 18px;
30408
30541
  }
30409
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
30410
- font-size: 30px;
30542
+
30543
+ .E_l1lln87h {
30544
+ font-family: Inter;
30545
+ font-style: normal;
30546
+ font-weight: bold;
30547
+ text-transform: uppercase;
30548
+ font-feature-settings: "cpsp" on;
30549
+ font-size: 12px;
30550
+ line-height: 18px;
30411
30551
  }
30412
- .E_m177r7a3 .ant-modal-body {
30413
- padding: 4px 0 2px;
30552
+
30553
+ .E_f2pb48l {
30554
+ font-family: Inter;
30555
+ font-style: normal;
30556
+ font-weight: normal;
30557
+ font-size: 13px;
30558
+ line-height: 20px;
30414
30559
  }
30415
- .E_m177r7a3 .ant-modal-footer {
30416
- border: none;
30560
+
30561
+ .E_fi9emkw {
30562
+ font-family: Inter;
30563
+ font-style: normal;
30564
+ font-weight: normal;
30565
+ font-size: 13px;
30566
+ line-height: 20px;
30417
30567
  }
30418
30568
 
30419
- .E_t1wwio3v {
30569
+ .E_f1nrg7da {
30570
+ font-family: Inter;
30571
+ font-style: normal;
30572
+ font-weight: normal;
30420
30573
  font-size: 12px;
30421
30574
  line-height: 18px;
30422
- font-weight: bold;
30423
- color: #fff;
30424
- padding: 0 4px;
30425
- border-radius: 4px;
30426
- display: inline-block;
30427
- background: var(--t1wwio3v-0);
30428
- }
30429
- .E_t1wwio3v:not(:first-child) {
30430
- margin-left: 4px;
30431
30575
  }
30432
30576
 
30433
- .E_f17jvtfk {
30434
- width: 100%;
30435
- height: 100%;
30436
- display: flex;
30437
- align-items: center;
30438
- justify-content: center;
30577
+ .E_f17k1i3n {
30578
+ font-family: Inter;
30579
+ font-style: normal;
30580
+ font-weight: normal;
30581
+ font-size: 12px;
30582
+ line-height: 18px;
30439
30583
  }
30440
30584
 
30441
- .E_nzppkea {
30442
- font-size: 90%;
30443
- font-weight: bold;
30444
- background-color: rgba(240, 243, 247, 0.6);
30445
- padding: 1px 4px 1px;
30446
- margin-left: 2px;
30447
- margin-right: 2px;
30448
- border: 1px solid rgba(213, 219, 227, 0.6);
30449
- border-radius: 4px;
30585
+ .E_t1tvuj2e {
30586
+ font-family: Inter;
30587
+ font-style: normal;
30588
+ font-weight: normal;
30589
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30590
+ font-size: 13px;
30591
+ line-height: 20px;
30450
30592
  }
30451
30593
 
30452
- .E_f4mi9eq.form-item-general {
30453
- width: 640px;
30454
- }
30455
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
30456
- margin-top: 16px;
30457
- }
30458
- .E_f4mi9eq.form-item-compact {
30459
- width: 412px;
30460
- }
30461
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
30462
- margin-top: 8px;
30463
- }
30464
- .E_f4mi9eq .form-item {
30465
- width: auto;
30466
- }
30467
- .E_f4mi9eq .form-item-main {
30468
- position: relative;
30469
- display: flex;
30470
- }
30471
- .E_f4mi9eq .form-item-extra {
30472
- margin-top: 4px;
30473
- width: 100%;
30474
- padding: 14px;
30475
- background: #f2f4f6;
30476
- font-size: 13px;
30477
- line-height: 1.8;
30478
- color: #8e9aa9;
30479
- }
30480
- .E_f4mi9eq .form-item-label {
30481
- padding-right: 12px;
30482
- font-size: 13px;
30483
- color: rgba(44, 56, 82, 0.6);
30484
- }
30485
- .E_f4mi9eq .form-item-label.label-right {
30486
- text-align: right;
30487
- }
30488
- .E_f4mi9eq .form-item-label,
30489
- .E_f4mi9eq .form-item-control {
30490
- line-height: 32px;
30491
- }
30492
- .E_f4mi9eq .form-item-control .form-item-error {
30493
- line-height: 18px;
30494
- }
30495
- .E_f4mi9eq .form-item-children {
30496
- width: 100%;
30497
- }
30498
- .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
30499
- width: 100%;
30500
- }
30501
- .E_f4mi9eq .form-item-error {
30502
- color: #e75a3a;
30503
- height: 0;
30504
- overflow: hidden;
30505
- }
30506
- .E_f4mi9eq .form-item-error-enter-done {
30507
- margin-top: 4px;
30508
- height: auto;
30509
- overflow: auto;
30510
- }
30511
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30512
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30513
- border: 1px solid #e75a3a;
30514
- color: #e75a3a;
30515
- }
30516
-
30517
- .E_fh0ewl8 {
30518
- color: #2d3a56;
30519
- font-weight: bold;
30520
- padding-bottom: 6px;
30521
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30522
- margin-bottom: 16px;
30523
- }
30524
- .E_fh0ewl8:not(:first-of-type) {
30525
- margin-top: 16px;
30526
- }
30527
-
30528
- .E_e1qrlvot {
30529
- width: 8px;
30530
- height: 24px;
30531
- display: flex;
30532
- justify-content: center;
30533
- align-items: center;
30534
- cursor: pointer;
30535
- transition: all 200ms ease-out 40ms;
30536
- }
30537
- .E_e1qrlvot:before, .E_e1qrlvot:after {
30538
- content: "";
30539
- width: 1px;
30540
- height: 6px;
30541
- border-radius: 1px;
30542
- background: #ccd4e3;
30543
- position: relative;
30544
- right: 2px;
30545
- transform: rotate(-45deg);
30546
- }
30547
- .E_e1qrlvot:after {
30548
- transform: rotate(45deg);
30549
- left: 1px;
30550
- }
30551
-
30552
- .E_w9ic984.ant-alert-warning {
30553
- border: 0;
30554
- background: rgba(255, 187, 0, 0.1);
30555
- border-radius: 6px;
30556
- }
30557
- .E_w9ic984.ant-alert,
30558
- .E_w9ic984 .ant-alert-message {
30559
- color: #e07f00;
30560
- }
30561
- .E_w9ic984.ant-alert .dashed-border-bottom,
30562
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
30563
- border-bottom-color: #e07f00;
30594
+ .E_t17uajlu {
30595
+ font-family: Inter;
30596
+ font-style: normal;
30597
+ font-weight: normal;
30598
+ font-feature-settings: "zero" on;
30599
+ font-size: 13px;
30600
+ line-height: 20px;
30564
30601
  }
30565
30602
 
30566
- .E_n1k9qi4r {
30567
- display: flex;
30568
- flex-direction: row;
30569
- padding: 7px 12px;
30570
- background: rgba(255, 187, 0, 0.1);
30571
- border-radius: 6px;
30572
- color: #e07f00;
30603
+ .E_t114zbyz {
30604
+ font-family: Inter;
30605
+ font-style: normal;
30606
+ font-weight: normal;
30607
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30573
30608
  font-size: 12px;
30574
30609
  line-height: 18px;
30575
30610
  }
30576
- .E_n1k9qi4r .icon-wrapper {
30577
- margin-right: 10px;
30578
- height: 18px;
30579
- }
30580
30611
 
30581
- .E_n16fsg9x {
30582
- display: flex;
30583
- flex-direction: row;
30584
- padding: 7px 12px;
30585
- background: rgba(225, 230, 241, 0.6);
30586
- border-radius: 6px;
30587
- color: rgba(44, 56, 82, 0.6);
30612
+ .E_t1il0kvi {
30613
+ font-family: Inter;
30614
+ font-style: normal;
30615
+ font-weight: 500;
30616
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30588
30617
  font-size: 12px;
30589
30618
  line-height: 18px;
30590
30619
  }
30591
- .E_n16fsg9x .icon-wrapper {
30592
- margin-right: 10px;
30593
- height: 18px;
30594
- }
30595
30620
 
30596
- .E_i173wxzw {
30597
- display: flex;
30598
- flex-direction: row;
30599
- padding: 7px 12px;
30600
- background: rgba(0, 136, 255, 0.1);
30601
- border-radius: 6px;
30602
- color: #005ed1;
30621
+ .E_t10dv8p1 {
30622
+ font-family: Inter;
30623
+ font-style: normal;
30624
+ font-weight: normal;
30625
+ font-feature-settings: "zero" on;
30603
30626
  font-size: 12px;
30604
30627
  line-height: 18px;
30605
30628
  }
30606
- .E_i173wxzw .icon-wrapper {
30607
- margin-right: 10px;
30608
- height: 18px;
30609
- }
30610
30629
 
30611
- .E_dld369h {
30612
- color: rgba(44, 56, 82, 0.6);
30613
- margin-top: 5px;
30630
+ .E_tc2oqpq {
30631
+ font-family: Inter;
30632
+ font-style: normal;
30633
+ font-weight: 500;
30634
+ font-feature-settings: "zero" on;
30614
30635
  font-size: 12px;
30615
30636
  line-height: 18px;
30616
30637
  }
30617
30638
 
30618
- .E_s1epv22q {
30619
- color: #f0483e;
30620
- font-size: 12px;
30621
- white-space: pre-wrap;
30639
+ .E_tzvddmc {
30640
+ font-family: Inter;
30641
+ font-style: normal;
30642
+ font-weight: bold;
30643
+ font-feature-settings: "zero" on;
30644
+ font-size: 16px;
30645
+ line-height: 24px;
30622
30646
  }
30623
30647
 
30624
- .E_okus5hk {
30625
- display: flex;
30626
- align-items: center;
30627
- justify-content: flex-end;
30628
- }
30629
- .E_okus5hk .icon-wrapper {
30630
- margin-right: 16px;
30648
+ .E_u18llj45 {
30649
+ font-family: Inter;
30650
+ font-style: normal;
30651
+ font-weight: normal;
30652
+ font-size: 10px;
30653
+ line-height: 12px;
30631
30654
  }
30632
30655
 
30633
- .E_t1auuzri {
30634
- color: rgba(0, 21, 64, 0.3);
30656
+ .E_tc97u5y {
30657
+ height: 100%;
30635
30658
  }
30636
30659
 
30637
- .E_i74cfyt.ant-input {
30638
- padding: 5px 12px;
30639
- line-height: 20px;
30640
- color: #2d3a56;
30641
- border-radius: 6px;
30642
- border-color: rgba(172, 186, 211, 0.6);
30643
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30644
- }
30645
- .E_i74cfyt.ant-input.ant-input-lg {
30646
- padding: 8px 16px;
30647
- line-height: 22px;
30660
+ .E_tfzf37v {
30661
+ height: 100%;
30648
30662
  }
30649
- .E_i74cfyt.ant-input.ant-input-sm {
30650
- padding: 2px 8px;
30651
- line-height: 18px;
30663
+ .E_tfzf37v.empty-table .ant-table-content {
30664
+ overflow: visible !important;
30665
+ height: 100%;
30652
30666
  }
30653
- .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
30654
- border-color: rgba(107, 128, 167, 0.6);
30655
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30656
- z-index: 1;
30667
+ .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30668
+ height: 100%;
30657
30669
  }
30658
- .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
30659
- border-color: #0096ff;
30660
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30661
- z-index: 1;
30670
+ .E_tfzf37v.empty-table .ant-table-content table {
30671
+ width: 100% !important;
30672
+ height: 100%;
30662
30673
  }
30663
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
30664
- border-color: #e75a3a;
30665
- color: #e75a3a;
30674
+ .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30675
+ padding: 15px 0;
30666
30676
  }
30667
- .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30668
- border-color: #e75a3a;
30669
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30677
+ .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
30678
+ display: none;
30670
30679
  }
30671
- .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30672
- border-color: #e75a3a;
30673
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30680
+ .E_tfzf37v .active-row td:nth-child(1) {
30681
+ font-weight: 700;
30674
30682
  }
30675
- .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
30676
- background: rgba(211, 218, 235, 0.6);
30677
- color: rgba(0, 21, 64, 0.3);
30678
- border-color: rgba(172, 186, 211, 0.6);
30683
+ .E_tfzf37v.has-selection .active-row td:nth-child(2) {
30684
+ font-weight: 700;
30679
30685
  }
30680
- .E_i74cfyt.ant-input-affix-wrapper {
30681
- padding: 5px 12px;
30682
- border-radius: 6px;
30683
- border-color: rgba(172, 186, 211, 0.6);
30684
- line-height: 20px;
30685
- color: #2d3a56;
30686
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30686
+ .E_tfzf37v .ant-spin-nested-loading {
30687
+ height: 100%;
30687
30688
  }
30688
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
30689
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
30690
- color: rgba(44, 56, 82, 0.6);
30691
- }
30692
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30693
- padding: 8px 16px;
30694
- line-height: 22px;
30695
- }
30696
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30697
- padding: 2px 8px;
30698
- line-height: 18px;
30699
- }
30700
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30701
- border-color: rgba(107, 128, 167, 0.6);
30702
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30689
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
30690
+ height: 100%;
30691
+ overflow: visible;
30703
30692
  }
30704
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30705
- border-color: #0096ff;
30706
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30693
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin {
30694
+ max-height: none;
30707
30695
  }
30708
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30709
- border-color: #e75a3a;
30696
+ .E_tfzf37v.table-init-loading .ant-spin-blur thead,
30697
+ .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
30698
+ display: none;
30710
30699
  }
30711
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30712
- color: #e75a3a;
30700
+ .E_tfzf37v td.ant-table-column-sort {
30701
+ background: transparent;
30713
30702
  }
30714
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30715
- border-color: #e75a3a;
30716
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30703
+ .E_tfzf37v td.ant-table-cell-fix-left,
30704
+ .E_tfzf37v td.ant-table-cell-fix-right {
30705
+ background: #fff;
30706
+ padding: 0 !important;
30717
30707
  }
30718
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30719
- border-color: #e75a3a;
30720
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30708
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
30709
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
30710
+ display: flex;
30711
+ align-items: center;
30712
+ height: 100%;
30713
+ padding: 8px;
30721
30714
  }
30722
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30723
- background: rgba(211, 218, 235, 0.6);
30724
- color: rgba(0, 21, 64, 0.3);
30725
- border-color: rgba(172, 186, 211, 0.6);
30715
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
30716
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
30717
+ overflow: hidden;
30718
+ text-overflow: ellipsis;
30719
+ width: 100%;
30726
30720
  }
30727
- textarea.E_i74cfyt.ant-input {
30728
- transition-property: height;
30729
- transition-delay: 50ms;
30721
+ .E_tfzf37v .ant-table-container {
30722
+ height: 100%;
30730
30723
  }
30731
- textarea.E_i74cfyt.ant-input.textarea-large {
30732
- min-height: 40px;
30733
- height: 40px;
30724
+ .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
30725
+ box-shadow: none !important;
30734
30726
  }
30735
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
30736
- height: 80px;
30727
+ .E_tfzf37v .ant-table {
30728
+ border-radius: 0px;
30729
+ border-left: none;
30730
+ border-right: none;
30731
+ border-bottom: none;
30732
+ height: 100%;
30733
+ font-size: 12px;
30734
+ background: transparent;
30737
30735
  }
30738
- textarea.E_i74cfyt.ant-input.textarea-middle {
30739
- min-height: 32px;
30740
- height: 32px;
30736
+ .E_tfzf37v .ant-table .ant-table-header {
30737
+ position: relative;
30738
+ z-index: 3;
30739
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30740
+ margin-bottom: -1px;
30741
30741
  }
30742
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
30743
- height: 64px;
30742
+ .E_tfzf37v .ant-table .time-wrapper .date,
30743
+ .E_tfzf37v .ant-table .value {
30744
+ color: #2d3a56;
30744
30745
  }
30745
- textarea.E_i74cfyt.ant-input.textarea-small {
30746
- min-height: 24px;
30747
- height: 24px;
30746
+ .E_tfzf37v .ant-table .time-wrapper .time,
30747
+ .E_tfzf37v .ant-table .unit {
30748
+ color: rgba(44, 56, 82, 0.6);
30748
30749
  }
30749
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
30750
- height: 40px;
30750
+ .E_tfzf37v .ant-table .ant-table-selection {
30751
+ position: unset;
30752
+ text-align: center;
30751
30753
  }
30752
-
30753
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
30754
- border: 1px solid rgba(213, 219, 227, 0.6);
30755
- border-radius: 4px;
30754
+ .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30755
+ background: #fff;
30756
30756
  }
30757
- .E_k1ci6977.input-tags {
30758
- position: relative;
30759
- padding: 6px;
30760
- height: 32px;
30757
+ .E_tfzf37v .ant-table .anticon-setting {
30761
30758
  cursor: pointer;
30762
- transition: border 150ms;
30759
+ position: absolute;
30760
+ top: 50%;
30761
+ right: 12px;
30762
+ transform: translateY(-50%);
30763
30763
  }
30764
- .E_k1ci6977.input-tags:hover {
30765
- border-color: #0080ff;
30766
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30764
+ .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30765
+ box-shadow: none;
30766
+ width: 1px;
30767
+ background: rgba(213, 219, 227, 0.6);
30767
30768
  }
30768
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
30769
- padding-right: 30px;
30769
+ .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30770
+ box-shadow: none;
30771
+ width: 1px;
30772
+ background: rgba(213, 219, 227, 0.6);
30770
30773
  }
30771
- .E_k1ci6977.input-tags .input-tags-inner {
30772
- display: flex;
30774
+ .E_tfzf37v .ant-table .ant-table-tbody {
30775
+ position: relative;
30773
30776
  }
30774
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
30775
- display: flex;
30777
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
30778
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30779
+ border-bottom: 1px solid white;
30780
+ height: 40px;
30781
+ vertical-align: middle;
30782
+ transition: background 0ms;
30783
+ color: #00122e;
30776
30784
  }
30777
- .E_k1ci6977.input-tags .input-tag-suffix {
30778
- position: absolute;
30779
- right: 12px;
30780
- top: 50%;
30781
- transform: translateY(-50%);
30785
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30786
+ background: #f2f5fa;
30787
+ border-bottom-color: #f2f5fa;
30782
30788
  }
30783
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
30784
- color: rgba(0, 0, 0, 0.25);
30789
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30790
+ height: auto;
30791
+ color: #00122e;
30785
30792
  font-size: 12px;
30786
- cursor: pointer;
30793
+ text-align: left;
30794
+ transition: none;
30795
+ overflow: hidden;
30796
+ text-overflow: ellipsis;
30797
+ white-space: nowrap;
30787
30798
  }
30788
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
30789
- color: rgba(0, 0, 0, 0.45);
30799
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30800
+ color: #0096ff;
30790
30801
  }
30791
- .E_k1ci6977.has-focus-indicator {
30792
- position: relative;
30802
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30793
30803
  overflow: hidden;
30804
+ text-overflow: ellipsis;
30805
+ width: 100%;
30806
+ vertical-align: middle;
30794
30807
  }
30795
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
30796
- position: absolute;
30797
- top: 50%;
30798
- transform: translateY(-50%);
30799
- left: -16px;
30800
- transition: left 150ms ease;
30801
- opacity: 0;
30808
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30809
+ line-height: 0px;
30802
30810
  }
30803
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30804
- left: 8px;
30805
- opacity: 1;
30811
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
30812
+ padding-right: 25px;
30806
30813
  }
30807
- .E_k1ci6977.has-focus-indicator input {
30808
- transition: margin-left 150ms ease;
30809
- margin-left: 0px;
30814
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30815
+ border-top-color: transparent;
30810
30816
  }
30811
- .E_k1ci6977.has-focus-indicator input:focus {
30812
- margin-left: 16px;
30817
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
30818
+ background: rgba(225, 230, 241, 0.6);
30819
+ border-color: transparent transparent white;
30813
30820
  }
30814
-
30815
- input.E_l1f7td1d.ant-input {
30816
- border-top-right-radius: 0;
30817
- border-bottom-right-radius: 0;
30821
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30822
+ border-radius: 8px 0 0 8px;
30818
30823
  }
30819
-
30820
- .E_l1f7td1d.ant-input-affix-wrapper {
30821
- border-top-right-radius: 0;
30822
- border-bottom-right-radius: 0;
30824
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30825
+ border-radius: 8px 0 0 8px;
30823
30826
  }
30824
-
30825
- input.E_rf8rlle.ant-input {
30826
- border-top-left-radius: 0;
30827
- border-bottom-left-radius: 0;
30827
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30828
+ content: "";
30829
+ width: 4px;
30830
+ top: -1px;
30831
+ bottom: -1px;
30832
+ background: white;
30828
30833
  }
30829
-
30830
- .E_rf8rlle.ant-input-affix-wrapper {
30831
- border-top-left-radius: 0;
30832
- border-bottom-left-radius: 0;
30834
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30835
+ border-radius: 0 8px 8px 0;
30833
30836
  }
30834
-
30835
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
30836
- border-top-right-radius: 0;
30837
- border-bottom-right-radius: 0;
30837
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30838
+ border-radius: 0;
30839
+ background: white;
30840
+ border-top: none;
30838
30841
  }
30839
-
30840
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
30841
- border-top-left-radius: 0;
30842
- border-bottom-left-radius: 0;
30842
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30843
+ border-top: 1px solid transparent;
30844
+ border-radius: 0 8px 8px 0;
30845
+ background: rgba(225, 230, 241, 0.6);
30843
30846
  }
30844
-
30845
- .E_c3ni091 {
30847
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30848
+ background: white;
30849
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30850
+ }
30851
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30846
30852
  display: flex;
30847
- flex-direction: column;
30853
+ align-items: center;
30854
+ height: 100%;
30855
+ background: rgba(225, 230, 241, 0.6);
30848
30856
  }
30849
- .E_c3ni091 .select-wrapper {
30850
- margin-top: 12px;
30857
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30858
+ background: white;
30859
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30851
30860
  }
30852
- .E_c3ni091 .select-wrapper .select {
30853
- width: 100%;
30854
- }
30855
- .E_c3ni091 .radio-wrapper {
30856
- margin-top: 24px;
30861
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30862
+ display: flex;
30863
+ align-items: center;
30864
+ height: 100%;
30865
+ background: rgba(225, 230, 241, 0.6);
30857
30866
  }
30858
- .E_c3ni091 div.form-item {
30859
- width: 100%;
30867
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
30868
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30860
30869
  }
30861
-
30862
- .E_d105ju2d {
30863
- font-size: 14px;
30864
- font-weight: 500;
30865
- color: #3e4652;
30866
- line-height: 18px;
30870
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
30871
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30872
+ border-radius: 8px;
30867
30873
  }
30868
- .E_d105ju2d + .E_d105ju2d {
30869
- margin-top: 16px;
30874
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30875
+ border-top-color: white;
30870
30876
  }
30871
- .E_d105ju2d + * {
30872
- margin-top: 16px;
30877
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
30878
+ background: rgba(0, 136, 255, 0.1);
30879
+ border-bottom-color: transparent;
30880
+ border-top-color: transparent;
30873
30881
  }
30874
-
30875
- .E_lh0l62z.E_d105ju2d {
30876
- font-size: 12px;
30877
- color: rgba(44, 56, 82, 0.6);
30878
- margin-top: 12px;
30882
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30883
+ border-radius: 8px 0 0 8px;
30879
30884
  }
30880
-
30881
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
30882
- line-height: 18px;
30883
- font-weight: 500;
30884
- margin-top: 0;
30885
- white-space: initial;
30885
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30886
+ border-radius: 0 8px 8px 0;
30886
30887
  }
30887
-
30888
- .E_r1skkc3l {
30889
- display: block;
30888
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30889
+ background: rgba(0, 136, 255, 0.1);
30890
30890
  }
30891
- .E_r1skkc3l span {
30892
- font-size: 14px;
30893
- font-weight: 500;
30894
- line-height: 32px;
30895
- color: #3e4652;
30891
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th {
30892
+ background: #fff;
30893
+ font-weight: 400;
30894
+ position: relative;
30895
+ border-bottom: none;
30896
+ color: #00122e;
30897
+ transition: none;
30898
+ padding: 15px 8px 15px 8px;
30896
30899
  }
30897
-
30898
- .E_c3cobmo {
30899
- margin-top: 16px;
30900
- padding: 8px;
30901
- border-radius: 6px;
30902
- background: rgba(225, 230, 241, 0.6);
30903
- color: rgba(44, 56, 82, 0.6);
30904
- font-size: 12px;
30900
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30901
+ content: "";
30902
+ width: 1px;
30903
+ top: 0;
30904
+ bottom: 0;
30905
+ background: rgba(211, 218, 235, 0.6);
30906
+ position: absolute;
30907
+ right: 0;
30905
30908
  }
30906
- .E_c3cobmo div {
30907
- line-height: 20px;
30908
- display: flex;
30909
- align-items: center;
30910
- word-break: break-all;
30909
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
30910
+ padding: unset;
30911
30911
  }
30912
- .E_c3cobmo .title {
30913
- font-weight: 700;
30914
- line-height: 18px;
30915
- margin: 4px 0;
30912
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
30913
+ display: none;
30916
30914
  }
30917
-
30918
- .E_s1dizucg.ant-switch {
30919
- min-width: 40px;
30920
- height: 24px;
30921
- background: rgba(172, 186, 211, 0.6);
30915
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30916
+ width: 100%;
30922
30917
  overflow: hidden;
30918
+ white-space: nowrap;
30919
+ text-overflow: ellipsis;
30923
30920
  }
30924
- .E_s1dizucg.ant-switch:focus {
30925
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30926
- }
30927
- .E_s1dizucg.ant-switch-small {
30928
- min-width: 26px;
30929
- height: 16px;
30930
- }
30931
- .E_s1dizucg.ant-switch-large {
30932
- min-width: 52px;
30933
- height: 32px;
30921
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30922
+ overflow: hidden;
30923
+ text-overflow: ellipsis;
30924
+ flex: 1;
30934
30925
  }
30935
- .E_s1dizucg.ant-switch .ant-switch-handle {
30936
- height: 20px;
30937
- width: 20px;
30926
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30927
+ padding: 15px 25px 15px 8px;
30938
30928
  }
30939
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
30940
- border-radius: 10px;
30941
- transition-delay: 120ms;
30929
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30930
+ padding: 0;
30942
30931
  }
30943
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
30944
- height: 14px;
30945
- width: 14px;
30946
- top: 1px;
30947
- left: 1px;
30932
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30933
+ position: absolute;
30934
+ right: 6px;
30935
+ top: 50%;
30936
+ transform: translateY(-50%);
30937
+ height: 16px;
30938
+ display: none;
30939
+ transition: transform 320ms ease;
30948
30940
  }
30949
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
30950
- height: 28px;
30951
- width: 28px;
30941
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30942
+ display: block;
30943
+ transform: translateY(-50%) rotateX(180deg);
30952
30944
  }
30953
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30954
- border-radius: 14px;
30945
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30946
+ display: block;
30955
30947
  }
30956
- .E_s1dizucg.ant-switch-checked {
30957
- background-color: #00ba5d;
30948
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30949
+ display: none;
30958
30950
  }
30959
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30960
- left: calc(100% - 20px - 2px);
30951
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30952
+ transform: translateY(-50%);
30961
30953
  }
30962
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30963
- left: calc(100% - 14px - 1px);
30954
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30955
+ transform: translateY(-50%) rotateX(180deg);
30964
30956
  }
30965
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30966
- left: calc(100% - 28px - 2px);
30957
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30958
+ background: #f2f5fa;
30967
30959
  }
30968
-
30969
- .E_c1up6e3y {
30970
- margin-left: 5px;
30960
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30961
+ display: block;
30971
30962
  }
30972
-
30973
- .E_s1dni7lo {
30974
- width: 430px !important;
30963
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
30964
+ padding-right: 25px;
30975
30965
  }
30976
-
30977
- .E_d1wwmmm5 .ant-select-item-group {
30978
- padding: 8px 16px;
30979
- line-height: 18px;
30980
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30981
- height: 34px;
30982
- min-height: 34px;
30983
- box-sizing: border-box;
30984
- margin-top: 8px;
30966
+ .E_tfzf37v .ant-table .ant-table-selection-column {
30967
+ padding: 0 !important;
30985
30968
  }
30986
-
30987
- .E_o1ugr09p {
30988
- display: flex;
30989
- flex-direction: column;
30990
- margin: 1px 8px;
30991
- padding: 8px;
30992
- border-radius: 4px;
30969
+ .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30970
+ position: absolute;
30971
+ left: 50%;
30972
+ top: 50%;
30973
+ transform: translate(-50%, -50%);
30993
30974
  }
30994
- .E_o1ugr09p .selected-icon {
30975
+ .E_tfzf37v .ant-table .ant-table-selection-column:after {
30995
30976
  display: none;
30996
30977
  }
30997
- .E_o1ugr09p.ant-select-item-option-grouped {
30998
- padding-left: 8px;
30978
+ .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
30979
+ background: #fff;
30999
30980
  }
31000
- .E_o1ugr09p.ant-select-item-option-selected {
31001
- background-color: white;
30981
+ .E_tfzf37v .ant-table .ant-table-placeholder {
30982
+ background: inherit;
31002
30983
  }
31003
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31004
- color: #0080ff;
30984
+ .E_tfzf37v .ant-table .ant-table-placeholder td {
30985
+ position: static;
30986
+ border: none;
30987
+ background: inherit !important;
30988
+ height: 100px;
30989
+ vertical-align: middle;
31005
30990
  }
31006
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31007
- display: block;
30991
+ .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
30992
+ .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30993
+ font-weight: bold;
30994
+ font-size: 20px;
30995
+ color: rgba(10, 37, 85, 0.6);
31008
30996
  }
31009
- .E_o1ugr09p.ant-select-item-option-active {
31010
- background: rgba(0, 136, 255, 0.16);
30997
+ .E_tfzf37v .ant-table td.cell__action_ {
30998
+ padding: 0 !important;
30999
+ position: relative;
31000
+ background: #fff;
31011
31001
  }
31012
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31013
- color: #0080ff;
31002
+ .E_tfzf37v .ant-table td.cell__action_ > * {
31003
+ height: 100%;
31004
+ display: flex;
31005
+ align-items: center;
31006
+ justify-content: flex-end;
31007
+ padding-right: 8px;
31014
31008
  }
31015
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31016
- background: rgba(0, 136, 255, 0.1);
31017
- color: #0080ff;
31009
+ .E_tfzf37v .ant-table td.cell__action_ .menu-button {
31010
+ width: 24px;
31011
+ height: 24px;
31012
+ cursor: pointer;
31013
+ justify-content: center;
31014
+ border-radius: 4px;
31015
+ }
31016
+ .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
31017
+ background: #fff;
31018
31018
  }
31019
31019
 
31020
- .E_o1ifxsq4 {
31020
+ .E_cnujxq2 {
31021
31021
  display: flex;
31022
- justify-content: space-between;
31023
- height: 20px;
31024
- line-height: 20px;
31022
+ flex-direction: column;
31025
31023
  }
31026
- .E_o1ifxsq4 .timezone-title {
31027
- color: #2d3a56;
31028
- overflow: hidden;
31029
- text-overflow: ellipsis;
31024
+
31025
+ .E_m7s48ia {
31026
+ max-width: 1120px;
31027
+ width: 100%;
31028
+ margin: 0 auto;
31029
+ height: 100%;
31030
31030
  }
31031
31031
 
31032
- .E_o1zue7 {
31032
+ .E_wt5zbg6 {
31033
+ max-width: 1120px;
31034
+ width: 100%;
31035
+ margin: 0 auto;
31033
31036
  display: flex;
31034
- justify-content: space-between;
31035
- color: rgba(44, 56, 82, 0.6);
31036
- height: 18px;
31037
- line-height: 18px;
31038
- margin-top: 2px;
31039
31037
  }
31040
-
31041
- .E_tyfmlxg {
31042
- border: none;
31043
- margin-right: 0;
31044
- background: rgba(225, 230, 241, 0.6);
31038
+ .E_wt5zbg6 .left,
31039
+ .E_wt5zbg6 .right {
31040
+ flex-grow: 0;
31041
+ flex-shrink: 0;
31042
+ flex-basis: 21%;
31045
31043
  }
31046
-
31047
- .E_o18uybox {
31048
- pointer-events: none;
31049
- height: 32px;
31050
- width: 100%;
31051
- opacity: 0;
31044
+ .E_wt5zbg6 .left {
31045
+ display: flex;
31046
+ justify-content: flex-end;
31047
+ padding-right: 44px;
31052
31048
  }
31053
-
31054
- .E_t1m2x205 .ant-tooltip-arrow {
31055
- display: none;
31049
+ .E_wt5zbg6 .right {
31050
+ padding-left: 44px;
31056
31051
  }
31057
- .E_t1m2x205 .ant-tooltip-inner {
31058
- background: rgba(23, 38, 64, 0.8);
31059
- border-radius: 4px;
31052
+ .E_wt5zbg6 .middle {
31053
+ margin-bottom: 40px;
31054
+ flex-grow: 0;
31055
+ flex-shrink: 0;
31056
+ flex-basis: 58%;
31060
31057
  }
31061
-
31062
- .E_iq1gosr {
31063
- display: inline-block;
31058
+ .E_wt5zbg6 .middle .form-base-field {
31059
+ width: 100%;
31064
31060
  }
31065
-
31066
- .E_tc97u5y {
31067
- height: 100%;
31061
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
31062
+ width: auto;
31068
31063
  }
31069
31064
 
31070
- .E_tfzf37v {
31071
- height: 100%;
31065
+ .E_h18jprzg .ant-modal-header {
31066
+ margin: 0 auto;
31067
+ width: 100%;
31068
+ max-width: 648px;
31072
31069
  }
31073
- .E_tfzf37v.empty-table .ant-table-content {
31074
- overflow: visible !important;
31075
- height: 100%;
31070
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
31071
+ margin-left: 0;
31076
31072
  }
31077
- .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31078
- height: 100%;
31073
+ .E_h18jprzg .ant-modal-body {
31074
+ margin: 0 auto;
31075
+ padding: 0;
31076
+ width: 100%;
31077
+ max-width: 648px;
31078
+ overflow: hidden;
31079
31079
  }
31080
- .E_tfzf37v.empty-table .ant-table-content table {
31081
- width: 100% !important;
31082
- height: 100%;
31080
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31081
+ margin-bottom: 40px;
31083
31082
  }
31084
- .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31085
- padding: 15px 0;
31083
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31084
+ height: calc(100vh - 225px);
31085
+ overflow-y: auto;
31086
31086
  }
31087
- .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
31088
- display: none;
31087
+ .E_h18jprzg .ant-modal-footer .footer-content {
31088
+ margin: 0 auto;
31089
+ max-width: 648px;
31089
31090
  }
31090
- .E_tfzf37v .active-row td:nth-child(1) {
31091
- font-weight: 700;
31091
+
31092
+ .E_h16z9xgz .ant-modal-header {
31093
+ margin: 0 auto;
31094
+ width: 100%;
31095
+ max-width: 1024px;
31092
31096
  }
31093
- .E_tfzf37v.has-selection .active-row td:nth-child(2) {
31094
- font-weight: 700;
31097
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
31098
+ margin-left: 0;
31095
31099
  }
31096
- .E_tfzf37v .ant-spin-nested-loading {
31097
- height: 100%;
31100
+ .E_h16z9xgz .ant-modal-body {
31101
+ margin: 0 auto;
31102
+ padding: 0;
31103
+ width: 100%;
31104
+ max-width: 1024px;
31105
+ overflow: hidden;
31098
31106
  }
31099
- .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
31100
- height: 100%;
31101
- overflow: visible;
31107
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31108
+ margin-bottom: 40px;
31102
31109
  }
31103
- .E_tfzf37v .ant-spin-nested-loading .ant-spin {
31104
- max-height: none;
31110
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31111
+ height: calc(100vh - 225px);
31112
+ overflow-y: auto;
31105
31113
  }
31106
- .E_tfzf37v.table-init-loading .ant-spin-blur thead,
31107
- .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
31108
- display: none;
31114
+ .E_h16z9xgz .ant-modal-footer .footer-content {
31115
+ margin: 0 auto;
31116
+ max-width: 1024px;
31109
31117
  }
31110
- .E_tfzf37v td.ant-table-column-sort {
31111
- background: transparent;
31118
+
31119
+ .E_f1lrhghm {
31120
+ flex: 1;
31112
31121
  }
31113
- .E_tfzf37v td.ant-table-cell-fix-left,
31114
- .E_tfzf37v td.ant-table-cell-fix-right {
31115
- background: #fff;
31116
- padding: 0 !important;
31122
+ .E_f1lrhghm label {
31123
+ font-size: 13px;
31124
+ line-height: 20px;
31125
+ color: rgba(44, 56, 82, 0.6);
31117
31126
  }
31118
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
31119
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
31127
+ .E_f1lrhghm .title {
31128
+ font-size: 14px;
31129
+ line-height: 20px;
31130
+ color: #2d3a56;
31131
+ margin-bottom: 12px;
31132
+ }
31133
+ .E_f1lrhghm.connect-cluster .title {
31134
+ padding-bottom: 26px;
31135
+ }
31136
+
31137
+ .E_f18ot8em {
31138
+ padding: 25px 0 15px 0;
31139
+ border-bottom: 1px solid #e1e5eb;
31140
+ margin-bottom: 16px;
31141
+ }
31142
+
31143
+ .E_f1l1g2k0 {
31120
31144
  display: flex;
31121
31145
  align-items: center;
31122
- height: 100%;
31123
- padding: 8px;
31146
+ margin-bottom: 8px;
31124
31147
  }
31125
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
31126
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
31127
- overflow: hidden;
31128
- text-overflow: ellipsis;
31148
+ .E_f1l1g2k0 > label {
31149
+ width: 216px;
31150
+ }
31151
+ .E_f1l1g2k0 > label + * {
31129
31152
  width: 100%;
31130
31153
  }
31131
- .E_tfzf37v .ant-table-container {
31132
- height: 100%;
31154
+ .E_f1l1g2k0 .ant-select {
31155
+ width: 100%;
31133
31156
  }
31134
- .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
31135
- box-shadow: none !important;
31157
+
31158
+ .E_e1k89cwg {
31159
+ color: #e75a3a;
31160
+ margin-right: 10px;
31136
31161
  }
31137
- .E_tfzf37v .ant-table {
31138
- border-radius: 0px;
31139
- border-left: none;
31140
- border-right: none;
31141
- border-bottom: none;
31142
- height: 100%;
31143
- font-size: 12px;
31144
- background: transparent;
31162
+
31163
+ .E_d1oui1gf {
31164
+ width: 100%;
31165
+ height: 1px;
31166
+ background: rgba(213, 219, 227, 0.6);
31167
+ margin: 24px 0;
31145
31168
  }
31146
- .E_tfzf37v .ant-table .ant-table-header {
31147
- position: relative;
31148
- z-index: 3;
31149
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31150
- margin-bottom: -1px;
31169
+
31170
+ .E_l15itdbb {
31171
+ display: flex;
31172
+ justify-content: center;
31173
+ align-items: center;
31174
+ height: 100%;
31151
31175
  }
31152
- .E_tfzf37v .ant-table .time-wrapper .date,
31153
- .E_tfzf37v .ant-table .value {
31154
- color: #2d3a56;
31176
+
31177
+ .E_d1y3z4w {
31178
+ display: inline-block;
31179
+ width: 4px;
31180
+ height: 4px;
31181
+ background: #8e9aa9;
31182
+ opacity: 0.4;
31183
+ border-radius: 50%;
31184
+ margin: 0 4px;
31155
31185
  }
31156
- .E_tfzf37v .ant-table .time-wrapper .time,
31157
- .E_tfzf37v .ant-table .unit {
31158
- color: rgba(44, 56, 82, 0.6);
31186
+
31187
+ .E_m177r7a3 .ant-modal-header,
31188
+ .E_m177r7a3 .ant-modal-footer .footer-content {
31189
+ width: 648px;
31190
+ margin: 0 auto;
31159
31191
  }
31160
- .E_tfzf37v .ant-table .ant-table-selection {
31161
- position: unset;
31162
- text-align: center;
31192
+ .E_m177r7a3 .ant-modal-header {
31193
+ padding: 35px 0 24px;
31194
+ border: none;
31163
31195
  }
31164
- .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31165
- background: #fff;
31196
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
31197
+ font-size: 30px;
31166
31198
  }
31167
- .E_tfzf37v .ant-table .anticon-setting {
31168
- cursor: pointer;
31169
- position: absolute;
31170
- top: 50%;
31171
- right: 12px;
31172
- transform: translateY(-50%);
31199
+ .E_m177r7a3 .ant-modal-body {
31200
+ padding: 4px 0 2px;
31173
31201
  }
31174
- .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31175
- box-shadow: none;
31176
- width: 1px;
31177
- background: rgba(213, 219, 227, 0.6);
31202
+ .E_m177r7a3 .ant-modal-footer {
31203
+ border: none;
31178
31204
  }
31179
- .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31180
- box-shadow: none;
31181
- width: 1px;
31182
- background: rgba(213, 219, 227, 0.6);
31183
- }
31184
- .E_tfzf37v .ant-table .ant-table-tbody {
31185
- position: relative;
31186
- }
31187
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
31188
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31189
- border-bottom: 1px solid white;
31190
- height: 40px;
31191
- vertical-align: middle;
31192
- transition: background 0ms;
31193
- color: #00122e;
31194
- }
31195
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31196
- background: #f2f5fa;
31197
- border-bottom-color: #f2f5fa;
31198
- }
31199
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31200
- height: auto;
31201
- color: #00122e;
31205
+
31206
+ .E_t1wwio3v {
31202
31207
  font-size: 12px;
31203
- text-align: left;
31204
- transition: none;
31205
- overflow: hidden;
31206
- text-overflow: ellipsis;
31207
- white-space: nowrap;
31208
+ line-height: 18px;
31209
+ font-weight: bold;
31210
+ color: #fff;
31211
+ padding: 0 4px;
31212
+ border-radius: 4px;
31213
+ display: inline-block;
31214
+ background: var(--t1wwio3v-0);
31208
31215
  }
31209
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31210
- color: #0096ff;
31216
+ .E_t1wwio3v:not(:first-child) {
31217
+ margin-left: 4px;
31211
31218
  }
31212
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31213
- overflow: hidden;
31214
- text-overflow: ellipsis;
31219
+
31220
+ .E_f17jvtfk {
31215
31221
  width: 100%;
31216
- vertical-align: middle;
31217
- }
31218
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31219
- line-height: 0px;
31220
- }
31221
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
31222
- padding-right: 25px;
31222
+ height: 100%;
31223
+ display: flex;
31224
+ align-items: center;
31225
+ justify-content: center;
31223
31226
  }
31224
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31225
- border-top-color: transparent;
31227
+
31228
+ .E_nzppkea {
31229
+ font-size: 90%;
31230
+ font-weight: bold;
31231
+ background-color: rgba(240, 243, 247, 0.6);
31232
+ padding: 1px 4px 1px;
31233
+ margin-left: 2px;
31234
+ margin-right: 2px;
31235
+ border: 1px solid rgba(213, 219, 227, 0.6);
31236
+ border-radius: 4px;
31226
31237
  }
31227
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
31228
- background: rgba(225, 230, 241, 0.6);
31229
- border-color: transparent transparent white;
31238
+
31239
+ .E_f4mi9eq.form-item-general {
31240
+ width: 640px;
31230
31241
  }
31231
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31232
- border-radius: 8px 0 0 8px;
31242
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31243
+ margin-top: 16px;
31233
31244
  }
31234
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31235
- border-radius: 8px 0 0 8px;
31245
+ .E_f4mi9eq.form-item-compact {
31246
+ width: 412px;
31236
31247
  }
31237
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31238
- content: "";
31239
- width: 4px;
31240
- top: -1px;
31241
- bottom: -1px;
31242
- background: white;
31248
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31249
+ margin-top: 8px;
31243
31250
  }
31244
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31245
- border-radius: 0 8px 8px 0;
31251
+ .E_f4mi9eq .form-item {
31252
+ width: auto;
31246
31253
  }
31247
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31248
- border-radius: 0;
31249
- background: white;
31250
- border-top: none;
31254
+ .E_f4mi9eq .form-item-main {
31255
+ position: relative;
31256
+ display: flex;
31251
31257
  }
31252
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31253
- border-top: 1px solid transparent;
31254
- border-radius: 0 8px 8px 0;
31255
- background: rgba(225, 230, 241, 0.6);
31258
+ .E_f4mi9eq .form-item-extra {
31259
+ margin-top: 4px;
31260
+ width: 100%;
31261
+ padding: 14px;
31262
+ background: #f2f4f6;
31263
+ font-size: 13px;
31264
+ line-height: 1.8;
31265
+ color: #8e9aa9;
31256
31266
  }
31257
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31258
- background: white;
31259
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31267
+ .E_f4mi9eq .form-item-label {
31268
+ padding-right: 12px;
31269
+ font-size: 13px;
31270
+ color: rgba(44, 56, 82, 0.6);
31260
31271
  }
31261
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31262
- display: flex;
31263
- align-items: center;
31264
- height: 100%;
31265
- background: rgba(225, 230, 241, 0.6);
31272
+ .E_f4mi9eq .form-item-label.label-right {
31273
+ text-align: right;
31266
31274
  }
31267
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31268
- background: white;
31269
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31275
+ .E_f4mi9eq .form-item-label,
31276
+ .E_f4mi9eq .form-item-control {
31277
+ line-height: 32px;
31270
31278
  }
31271
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31272
- display: flex;
31273
- align-items: center;
31274
- height: 100%;
31275
- background: rgba(225, 230, 241, 0.6);
31279
+ .E_f4mi9eq .form-item-control .form-item-error {
31280
+ line-height: 18px;
31276
31281
  }
31277
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
31278
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31282
+ .E_f4mi9eq .form-item-children {
31283
+ width: 100%;
31279
31284
  }
31280
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
31281
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31282
- border-radius: 8px;
31285
+ .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
31286
+ width: 100%;
31283
31287
  }
31284
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31285
- border-top-color: white;
31288
+ .E_f4mi9eq .form-item-error {
31289
+ color: #e75a3a;
31290
+ height: 0;
31291
+ overflow: hidden;
31286
31292
  }
31287
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
31288
- background: rgba(0, 136, 255, 0.1);
31289
- border-bottom-color: transparent;
31290
- border-top-color: transparent;
31293
+ .E_f4mi9eq .form-item-error-enter-done {
31294
+ margin-top: 4px;
31295
+ height: auto;
31296
+ overflow: auto;
31291
31297
  }
31292
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31293
- border-radius: 8px 0 0 8px;
31298
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31299
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31300
+ border: 1px solid #e75a3a;
31301
+ color: #e75a3a;
31294
31302
  }
31295
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31296
- border-radius: 0 8px 8px 0;
31303
+
31304
+ .E_fh0ewl8 {
31305
+ color: #2d3a56;
31306
+ font-weight: bold;
31307
+ padding-bottom: 6px;
31308
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31309
+ margin-bottom: 16px;
31297
31310
  }
31298
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31299
- background: rgba(0, 136, 255, 0.1);
31311
+ .E_fh0ewl8:not(:first-of-type) {
31312
+ margin-top: 16px;
31300
31313
  }
31301
- .E_tfzf37v .ant-table .ant-table-thead > tr > th {
31302
- background: #fff;
31303
- font-weight: 400;
31304
- position: relative;
31305
- border-bottom: none;
31306
- color: #00122e;
31307
- transition: none;
31308
- padding: 15px 8px 15px 8px;
31314
+
31315
+ .E_e1qrlvot {
31316
+ width: 8px;
31317
+ height: 24px;
31318
+ display: flex;
31319
+ justify-content: center;
31320
+ align-items: center;
31321
+ cursor: pointer;
31322
+ transition: all 200ms ease-out 40ms;
31309
31323
  }
31310
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31324
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
31311
31325
  content: "";
31312
31326
  width: 1px;
31313
- top: 0;
31314
- bottom: 0;
31315
- background: rgba(211, 218, 235, 0.6);
31316
- position: absolute;
31317
- right: 0;
31327
+ height: 6px;
31328
+ border-radius: 1px;
31329
+ background: #ccd4e3;
31330
+ position: relative;
31331
+ right: 2px;
31332
+ transform: rotate(-45deg);
31318
31333
  }
31319
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
31320
- padding: unset;
31334
+ .E_e1qrlvot:after {
31335
+ transform: rotate(45deg);
31336
+ left: 1px;
31321
31337
  }
31322
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
31323
- display: none;
31338
+
31339
+ .E_w9ic984.ant-alert-warning {
31340
+ border: 0;
31341
+ background: rgba(255, 187, 0, 0.1);
31342
+ border-radius: 6px;
31324
31343
  }
31325
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31326
- width: 100%;
31327
- overflow: hidden;
31328
- white-space: nowrap;
31329
- text-overflow: ellipsis;
31344
+ .E_w9ic984.ant-alert,
31345
+ .E_w9ic984 .ant-alert-message {
31346
+ color: #e07f00;
31330
31347
  }
31331
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31332
- overflow: hidden;
31333
- text-overflow: ellipsis;
31334
- flex: 1;
31348
+ .E_w9ic984.ant-alert .dashed-border-bottom,
31349
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31350
+ border-bottom-color: #e07f00;
31335
31351
  }
31336
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31337
- padding: 15px 25px 15px 8px;
31352
+
31353
+ .E_n1k9qi4r {
31354
+ display: flex;
31355
+ flex-direction: row;
31356
+ padding: 7px 12px;
31357
+ background: rgba(255, 187, 0, 0.1);
31358
+ border-radius: 6px;
31359
+ color: #e07f00;
31360
+ font-size: 12px;
31361
+ line-height: 18px;
31338
31362
  }
31339
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31340
- padding: 0;
31363
+ .E_n1k9qi4r .icon-wrapper {
31364
+ margin-right: 10px;
31365
+ height: 18px;
31341
31366
  }
31342
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31343
- position: absolute;
31344
- right: 6px;
31345
- top: 50%;
31346
- transform: translateY(-50%);
31347
- height: 16px;
31348
- display: none;
31349
- transition: transform 320ms ease;
31367
+
31368
+ .E_n16fsg9x {
31369
+ display: flex;
31370
+ flex-direction: row;
31371
+ padding: 7px 12px;
31372
+ background: rgba(225, 230, 241, 0.6);
31373
+ border-radius: 6px;
31374
+ color: rgba(44, 56, 82, 0.6);
31375
+ font-size: 12px;
31376
+ line-height: 18px;
31350
31377
  }
31351
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31352
- display: block;
31353
- transform: translateY(-50%) rotateX(180deg);
31378
+ .E_n16fsg9x .icon-wrapper {
31379
+ margin-right: 10px;
31380
+ height: 18px;
31354
31381
  }
31355
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31356
- display: block;
31382
+
31383
+ .E_i173wxzw {
31384
+ display: flex;
31385
+ flex-direction: row;
31386
+ padding: 7px 12px;
31387
+ background: rgba(0, 136, 255, 0.1);
31388
+ border-radius: 6px;
31389
+ color: #005ed1;
31390
+ font-size: 12px;
31391
+ line-height: 18px;
31357
31392
  }
31358
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31359
- display: none;
31393
+ .E_i173wxzw .icon-wrapper {
31394
+ margin-right: 10px;
31395
+ height: 18px;
31360
31396
  }
31361
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31362
- transform: translateY(-50%);
31397
+
31398
+ .E_dld369h {
31399
+ color: rgba(44, 56, 82, 0.6);
31400
+ margin-top: 5px;
31401
+ font-size: 12px;
31402
+ line-height: 18px;
31363
31403
  }
31364
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31365
- transform: translateY(-50%) rotateX(180deg);
31404
+
31405
+ .E_s1epv22q {
31406
+ color: #f0483e;
31407
+ font-size: 12px;
31408
+ white-space: pre-wrap;
31366
31409
  }
31367
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31368
- background: #f2f5fa;
31410
+
31411
+ .E_okus5hk {
31412
+ display: flex;
31413
+ align-items: center;
31414
+ justify-content: flex-end;
31369
31415
  }
31370
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31371
- display: block;
31416
+ .E_okus5hk .icon-wrapper {
31417
+ margin-right: 16px;
31372
31418
  }
31373
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
31374
- padding-right: 25px;
31419
+
31420
+ .E_t1auuzri {
31421
+ color: rgba(0, 21, 64, 0.3);
31375
31422
  }
31376
- .E_tfzf37v .ant-table .ant-table-selection-column {
31377
- padding: 0 !important;
31423
+
31424
+ .E_i74cfyt.ant-input {
31425
+ padding: 5px 12px;
31426
+ line-height: 20px;
31427
+ color: #2d3a56;
31428
+ border-radius: 6px;
31429
+ border-color: rgba(172, 186, 211, 0.6);
31430
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31378
31431
  }
31379
- .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31380
- position: absolute;
31381
- left: 50%;
31382
- top: 50%;
31383
- transform: translate(-50%, -50%);
31432
+ .E_i74cfyt.ant-input.ant-input-lg {
31433
+ padding: 8px 16px;
31434
+ line-height: 22px;
31384
31435
  }
31385
- .E_tfzf37v .ant-table .ant-table-selection-column:after {
31386
- display: none;
31436
+ .E_i74cfyt.ant-input.ant-input-sm {
31437
+ padding: 2px 8px;
31438
+ line-height: 18px;
31387
31439
  }
31388
- .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
31389
- background: #fff;
31440
+ .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31441
+ border-color: rgba(107, 128, 167, 0.6);
31442
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31443
+ z-index: 1;
31390
31444
  }
31391
- .E_tfzf37v .ant-table .ant-table-placeholder {
31392
- background: inherit;
31445
+ .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31446
+ border-color: #0096ff;
31447
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31448
+ z-index: 1;
31393
31449
  }
31394
- .E_tfzf37v .ant-table .ant-table-placeholder td {
31395
- position: static;
31396
- border: none;
31397
- background: inherit !important;
31398
- height: 100px;
31399
- vertical-align: middle;
31450
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31451
+ border-color: #e75a3a;
31452
+ color: #e75a3a;
31400
31453
  }
31401
- .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
31402
- .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31403
- font-weight: bold;
31404
- font-size: 20px;
31405
- color: rgba(10, 37, 85, 0.6);
31454
+ .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31455
+ border-color: #e75a3a;
31456
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31406
31457
  }
31407
- .E_tfzf37v .ant-table td.cell__action_ {
31408
- padding: 0 !important;
31409
- position: relative;
31410
- background: #fff;
31458
+ .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31459
+ border-color: #e75a3a;
31460
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31411
31461
  }
31412
- .E_tfzf37v .ant-table td.cell__action_ > * {
31413
- height: 100%;
31414
- display: flex;
31415
- align-items: center;
31416
- justify-content: flex-end;
31417
- padding-right: 8px;
31462
+ .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
31463
+ background: rgba(211, 218, 235, 0.6);
31464
+ color: rgba(0, 21, 64, 0.3);
31465
+ border-color: rgba(172, 186, 211, 0.6);
31418
31466
  }
31419
- .E_tfzf37v .ant-table td.cell__action_ .menu-button {
31420
- width: 24px;
31421
- height: 24px;
31422
- cursor: pointer;
31423
- justify-content: center;
31424
- border-radius: 4px;
31467
+ .E_i74cfyt.ant-input-affix-wrapper {
31468
+ padding: 5px 12px;
31469
+ border-radius: 6px;
31470
+ border-color: rgba(172, 186, 211, 0.6);
31471
+ line-height: 20px;
31472
+ color: #2d3a56;
31473
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31425
31474
  }
31426
- .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
31427
- background: #fff;
31475
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31476
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31477
+ color: rgba(44, 56, 82, 0.6);
31428
31478
  }
31429
-
31430
- .E_skwah65 {
31431
- height: 8px;
31432
- box-sizing: border-box;
31433
- border-radius: 2px;
31434
- background: #f5f7fa;
31435
- display: flex;
31436
- width: 100%;
31437
- overflow: hidden;
31479
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31480
+ padding: 8px 16px;
31481
+ line-height: 22px;
31438
31482
  }
31439
- .E_skwah65 .stack-bar-item + .stack-bar-item {
31440
- margin-left: 1px;
31483
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31484
+ padding: 2px 8px;
31485
+ line-height: 18px;
31441
31486
  }
31442
-
31443
- .E_dsnbhzf {
31444
- font-family: Inter;
31445
- font-style: normal;
31446
- font-weight: bold;
31447
- font-size: 32px;
31448
- line-height: 40px;
31487
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31488
+ border-color: rgba(107, 128, 167, 0.6);
31489
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31449
31490
  }
31450
-
31451
- .E_d1mvo22k {
31452
- font-family: Inter;
31453
- font-style: normal;
31454
- font-weight: bold;
31455
- font-size: 24px;
31456
- line-height: 32px;
31491
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31492
+ border-color: #0096ff;
31493
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31457
31494
  }
31458
-
31459
- .E_d1b444tr {
31460
- font-family: Inter;
31461
- font-style: normal;
31462
- font-weight: normal;
31463
- font-size: 32px;
31464
- line-height: 40px;
31495
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31496
+ border-color: #e75a3a;
31465
31497
  }
31466
-
31467
- .E_dvs0kue {
31468
- font-family: Inter;
31469
- font-style: normal;
31470
- font-weight: bold;
31471
- font-size: 20px;
31472
- line-height: 24px;
31498
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31499
+ color: #e75a3a;
31473
31500
  }
31474
-
31475
- .E_d1hcbfcq {
31476
- font-family: Inter;
31477
- font-style: normal;
31478
- font-weight: normal;
31479
- font-size: 20px;
31480
- line-height: 24px;
31501
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31502
+ border-color: #e75a3a;
31503
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31481
31504
  }
31482
-
31483
- .E_d1cz922v {
31484
- font-family: Inter;
31485
- font-style: normal;
31486
- font-weight: bold;
31487
- font-size: 18px;
31488
- line-height: 22px;
31505
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31506
+ border-color: #e75a3a;
31507
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31489
31508
  }
31490
-
31491
- .E_d3nzbrm {
31492
- font-family: Inter;
31493
- font-style: normal;
31494
- font-weight: normal;
31495
- font-size: 18px;
31496
- line-height: 22px;
31509
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31510
+ background: rgba(211, 218, 235, 0.6);
31511
+ color: rgba(0, 21, 64, 0.3);
31512
+ border-color: rgba(172, 186, 211, 0.6);
31497
31513
  }
31498
-
31499
- .E_h1g0p5ob {
31500
- font-family: Inter;
31501
- font-style: normal;
31502
- font-weight: bold;
31503
- font-size: 16px;
31504
- line-height: 22px;
31514
+ textarea.E_i74cfyt.ant-input {
31515
+ transition-property: height;
31516
+ transition-delay: 50ms;
31505
31517
  }
31506
-
31507
- .E_hydo2ej {
31508
- font-family: Inter;
31509
- font-style: normal;
31510
- font-weight: normal;
31511
- font-size: 16px;
31512
- line-height: 22px;
31518
+ textarea.E_i74cfyt.ant-input.textarea-large {
31519
+ min-height: 40px;
31520
+ height: 40px;
31513
31521
  }
31514
-
31515
- .E_h1hbuq0r {
31516
- font-family: Inter;
31517
- font-style: normal;
31518
- font-weight: bold;
31519
- font-size: 14px;
31520
- line-height: 20px;
31522
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
31523
+ height: 80px;
31521
31524
  }
31522
-
31523
- .E_h13bondg {
31524
- font-family: Inter;
31525
- font-style: normal;
31526
- font-weight: normal;
31527
- font-size: 14px;
31528
- line-height: 20px;
31525
+ textarea.E_i74cfyt.ant-input.textarea-middle {
31526
+ min-height: 32px;
31527
+ height: 32px;
31529
31528
  }
31530
-
31531
- .E_h1mhvdlx {
31532
- font-family: Inter;
31533
- font-style: normal;
31534
- font-weight: bold;
31535
- font-size: 12px;
31536
- line-height: 18px;
31529
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31530
+ height: 64px;
31537
31531
  }
31538
-
31539
- .E_h1inmfq6 {
31540
- font-family: Inter;
31541
- font-style: normal;
31542
- font-weight: normal;
31543
- font-size: 12px;
31544
- line-height: 18px;
31532
+ textarea.E_i74cfyt.ant-input.textarea-small {
31533
+ min-height: 24px;
31534
+ height: 24px;
31545
31535
  }
31546
-
31547
- .E_h1kfc0la {
31548
- font-family: Inter;
31549
- font-style: normal;
31550
- font-weight: bold;
31551
- text-transform: uppercase;
31552
- font-feature-settings: "cpsp" on;
31553
- font-size: 12px;
31554
- line-height: 18px;
31536
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
31537
+ height: 40px;
31555
31538
  }
31556
31539
 
31557
- .E_h10xnyuu {
31558
- font-family: Inter;
31559
- font-style: normal;
31560
- font-weight: normal;
31561
- text-transform: uppercase;
31562
- font-feature-settings: "cpsp" on;
31540
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
31541
+ border: 1px solid rgba(213, 219, 227, 0.6);
31542
+ border-radius: 4px;
31543
+ }
31544
+ .E_k1ci6977.input-tags {
31545
+ position: relative;
31546
+ padding: 6px;
31547
+ height: 32px;
31548
+ cursor: pointer;
31549
+ transition: border 150ms;
31550
+ }
31551
+ .E_k1ci6977.input-tags:hover {
31552
+ border-color: #0080ff;
31553
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31554
+ }
31555
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31556
+ padding-right: 30px;
31557
+ }
31558
+ .E_k1ci6977.input-tags .input-tags-inner {
31559
+ display: flex;
31560
+ }
31561
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31562
+ display: flex;
31563
+ }
31564
+ .E_k1ci6977.input-tags .input-tag-suffix {
31565
+ position: absolute;
31566
+ right: 12px;
31567
+ top: 50%;
31568
+ transform: translateY(-50%);
31569
+ }
31570
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31571
+ color: rgba(0, 0, 0, 0.25);
31563
31572
  font-size: 12px;
31564
- line-height: 18px;
31573
+ cursor: pointer;
31574
+ }
31575
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31576
+ color: rgba(0, 0, 0, 0.45);
31577
+ }
31578
+ .E_k1ci6977.has-focus-indicator {
31579
+ position: relative;
31580
+ overflow: hidden;
31581
+ }
31582
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31583
+ position: absolute;
31584
+ top: 50%;
31585
+ transform: translateY(-50%);
31586
+ left: -16px;
31587
+ transition: left 150ms ease;
31588
+ opacity: 0;
31589
+ }
31590
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31591
+ left: 8px;
31592
+ opacity: 1;
31593
+ }
31594
+ .E_k1ci6977.has-focus-indicator input {
31595
+ transition: margin-left 150ms ease;
31596
+ margin-left: 0px;
31597
+ }
31598
+ .E_k1ci6977.has-focus-indicator input:focus {
31599
+ margin-left: 16px;
31565
31600
  }
31566
31601
 
31567
- .E_lrcmi0v {
31568
- font-family: Inter;
31569
- font-style: normal;
31570
- font-weight: normal;
31571
- font-size: 16px;
31572
- line-height: 24px;
31602
+ input.E_l1f7td1d.ant-input {
31603
+ border-top-right-radius: 0;
31604
+ border-bottom-right-radius: 0;
31573
31605
  }
31574
31606
 
31575
- .E_lzt43lp {
31576
- font-family: Inter;
31577
- font-style: normal;
31578
- font-weight: bold;
31579
- font-size: 16px;
31580
- line-height: 24px;
31607
+ .E_l1f7td1d.ant-input-affix-wrapper {
31608
+ border-top-right-radius: 0;
31609
+ border-bottom-right-radius: 0;
31581
31610
  }
31582
31611
 
31583
- .E_l5yc9nt {
31584
- font-family: Inter;
31585
- font-style: normal;
31586
- font-weight: normal;
31587
- font-size: 16px;
31588
- line-height: 24px;
31612
+ input.E_rf8rlle.ant-input {
31613
+ border-top-left-radius: 0;
31614
+ border-bottom-left-radius: 0;
31589
31615
  }
31590
31616
 
31591
- .E_l1fbkbzo {
31592
- font-family: Inter;
31593
- font-style: normal;
31594
- font-weight: bold;
31595
- font-size: 16px;
31596
- line-height: 24px;
31617
+ .E_rf8rlle.ant-input-affix-wrapper {
31618
+ border-top-left-radius: 0;
31619
+ border-bottom-left-radius: 0;
31597
31620
  }
31598
31621
 
31599
- .E_lahvcax {
31600
- font-family: Inter;
31601
- font-style: normal;
31602
- font-weight: normal;
31603
- text-transform: uppercase;
31604
- font-feature-settings: "cpsp" on;
31605
- font-size: 16px;
31606
- line-height: 24px;
31622
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31623
+ border-top-right-radius: 0;
31624
+ border-bottom-right-radius: 0;
31607
31625
  }
31608
31626
 
31609
- .E_l11q3pxd {
31610
- font-family: Inter;
31611
- font-style: normal;
31612
- font-weight: bold;
31613
- text-transform: uppercase;
31614
- font-feature-settings: "cpsp" on;
31615
- font-size: 16px;
31616
- line-height: 24px;
31627
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31628
+ border-top-left-radius: 0;
31629
+ border-bottom-left-radius: 0;
31617
31630
  }
31618
31631
 
31619
- .E_lfuc2qu {
31620
- font-family: Inter;
31621
- font-style: normal;
31622
- font-weight: normal;
31623
- font-size: 14px;
31624
- line-height: 22px;
31632
+ .E_c3ni091 {
31633
+ display: flex;
31634
+ flex-direction: column;
31635
+ }
31636
+ .E_c3ni091 .select-wrapper {
31637
+ margin-top: 12px;
31638
+ }
31639
+ .E_c3ni091 .select-wrapper .select {
31640
+ width: 100%;
31641
+ }
31642
+ .E_c3ni091 .radio-wrapper {
31643
+ margin-top: 24px;
31644
+ }
31645
+ .E_c3ni091 div.form-item {
31646
+ width: 100%;
31625
31647
  }
31626
31648
 
31627
- .E_l1jmp8r0 {
31628
- font-family: Inter;
31629
- font-style: normal;
31630
- font-weight: 500;
31649
+ .E_d105ju2d {
31631
31650
  font-size: 14px;
31632
- line-height: 22px;
31651
+ font-weight: 500;
31652
+ color: #3e4652;
31653
+ line-height: 18px;
31654
+ }
31655
+ .E_d105ju2d + .E_d105ju2d {
31656
+ margin-top: 16px;
31657
+ }
31658
+ .E_d105ju2d + * {
31659
+ margin-top: 16px;
31633
31660
  }
31634
31661
 
31635
- .E_lcnm221 {
31636
- font-family: Inter;
31637
- font-style: normal;
31638
- font-weight: bold;
31639
- font-size: 14px;
31640
- line-height: 22px;
31662
+ .E_lh0l62z.E_d105ju2d {
31663
+ font-size: 12px;
31664
+ color: rgba(44, 56, 82, 0.6);
31665
+ margin-top: 12px;
31641
31666
  }
31642
31667
 
31643
- .E_lu1z2n5 {
31644
- font-family: Inter;
31645
- font-style: normal;
31646
- font-weight: normal;
31647
- font-size: 14px;
31648
- line-height: 22px;
31668
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31669
+ line-height: 18px;
31670
+ font-weight: 500;
31671
+ margin-top: 0;
31672
+ white-space: initial;
31649
31673
  }
31650
31674
 
31651
- .E_l1r59djn {
31652
- font-family: Inter;
31653
- font-style: normal;
31654
- font-weight: bold;
31675
+ .E_r1skkc3l {
31676
+ display: block;
31677
+ }
31678
+ .E_r1skkc3l span {
31655
31679
  font-size: 14px;
31656
- line-height: 22px;
31680
+ font-weight: 500;
31681
+ line-height: 32px;
31682
+ color: #3e4652;
31657
31683
  }
31658
31684
 
31659
- .E_ljm2911 {
31660
- font-family: Inter;
31661
- font-style: normal;
31662
- font-weight: normal;
31663
- text-transform: uppercase;
31664
- font-feature-settings: "cpsp" on;
31665
- font-size: 14px;
31666
- line-height: 22px;
31667
- }
31668
-
31669
- .E_l124mzmr {
31670
- font-family: Inter;
31671
- font-style: normal;
31672
- font-weight: bold;
31673
- text-transform: uppercase;
31674
- font-feature-settings: "cpsp" on;
31675
- font-size: 14px;
31676
- line-height: 22px;
31685
+ .E_c3cobmo {
31686
+ margin-top: 16px;
31687
+ padding: 8px;
31688
+ border-radius: 6px;
31689
+ background: rgba(225, 230, 241, 0.6);
31690
+ color: rgba(44, 56, 82, 0.6);
31691
+ font-size: 12px;
31677
31692
  }
31678
-
31679
- .E_lb3chel {
31680
- font-family: Inter;
31681
- font-style: normal;
31682
- font-weight: normal;
31683
- font-size: 13px;
31693
+ .E_c3cobmo div {
31684
31694
  line-height: 20px;
31695
+ display: flex;
31696
+ align-items: center;
31697
+ word-break: break-all;
31685
31698
  }
31686
-
31687
- .E_lv9jstu {
31688
- font-family: Inter;
31689
- font-style: normal;
31690
- font-weight: 600;
31691
- font-size: 13px;
31692
- line-height: 20px;
31699
+ .E_c3cobmo .title {
31700
+ font-weight: 700;
31701
+ line-height: 18px;
31702
+ margin: 4px 0;
31693
31703
  }
31694
31704
 
31695
- .E_lwqlh3x {
31696
- font-family: Inter;
31697
- font-style: normal;
31698
- font-weight: bold;
31699
- font-size: 13px;
31700
- line-height: 20px;
31705
+ .E_rapgekc.ant-radio-wrapper {
31706
+ display: inline-flex;
31707
+ align-items: baseline;
31708
+ white-space: pre-wrap;
31701
31709
  }
31702
-
31703
- .E_lalum9y {
31704
- font-family: Inter;
31705
- font-style: normal;
31706
- font-weight: normal;
31707
- font-size: 13px;
31708
- line-height: 20px;
31710
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
31711
+ position: relative;
31712
+ top: 3px;
31709
31713
  }
31710
-
31711
- .E_l1t6dj5o {
31712
- font-family: Inter;
31713
- font-style: normal;
31714
- font-weight: 600;
31715
- font-size: 13px;
31716
- line-height: 20px;
31714
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
31715
+ border-color: rgba(107, 128, 167, 0.6);
31717
31716
  }
31718
-
31719
- .E_l12f6ic {
31720
- font-family: Inter;
31721
- font-style: normal;
31722
- font-weight: bold;
31723
- font-size: 13px;
31724
- line-height: 20px;
31717
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31718
+ border-color: #0080ff;
31725
31719
  }
31726
-
31727
- .E_l7gmukq {
31728
- font-family: Inter;
31729
- font-style: normal;
31730
- font-weight: normal;
31731
- text-transform: uppercase;
31732
- font-feature-settings: "cpsp" on;
31733
- font-size: 13px;
31734
- line-height: 20px;
31720
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31721
+ border-color: #0080ff;
31722
+ background: #0080ff;
31735
31723
  }
31736
-
31737
- .E_lkwl0yp {
31738
- font-family: Inter;
31739
- font-style: normal;
31740
- font-weight: bold;
31741
- text-transform: uppercase;
31742
- font-feature-settings: "cpsp" on;
31743
- font-size: 13px;
31744
- line-height: 20px;
31724
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31725
+ top: 4px;
31726
+ left: 4px;
31727
+ width: 6px;
31728
+ height: 6px;
31729
+ background: #fff;
31745
31730
  }
31746
-
31747
- .E_l10knv48 {
31748
- font-family: Inter;
31749
- font-style: normal;
31750
- font-weight: normal;
31751
- font-size: 12px;
31752
- line-height: 18px;
31731
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31732
+ opacity: 0.5;
31753
31733
  }
31754
-
31755
- .E_l6526ld {
31756
- font-family: Inter;
31757
- font-style: normal;
31758
- font-weight: 500;
31759
- font-size: 12px;
31760
- line-height: 18px;
31734
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31735
+ border-color: rgba(107, 128, 167, 0.6);
31736
+ background: rgba(211, 218, 235, 0.6);
31761
31737
  }
31762
-
31763
- .E_l1j81vli {
31764
- font-family: Inter;
31765
- font-style: normal;
31766
- font-weight: bold;
31767
- font-size: 12px;
31768
- line-height: 18px;
31738
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31739
+ background: #00122e;
31769
31740
  }
31770
-
31771
- .E_l1x7n1mk {
31772
- font-family: Inter;
31773
- font-style: normal;
31774
- font-weight: normal;
31775
- font-size: 12px;
31776
- line-height: 18px;
31741
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31742
+ color: #00122e;
31743
+ opacity: 0.5;
31777
31744
  }
31778
-
31779
- .E_l9fqufz {
31780
- font-family: Inter;
31781
- font-style: normal;
31782
- font-weight: 500;
31783
- font-size: 12px;
31784
- line-height: 18px;
31745
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31746
+ color: #00122e;
31785
31747
  }
31786
-
31787
- .E_l1iwnybd {
31788
- font-family: Inter;
31789
- font-style: normal;
31790
- font-weight: bold;
31791
- font-size: 12px;
31792
- line-height: 18px;
31748
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span {
31749
+ display: inline-block;
31750
+ padding: 0;
31751
+ padding-left: 12px;
31793
31752
  }
31794
-
31795
- .E_lprtm1e {
31796
- font-family: Inter;
31797
- font-style: normal;
31798
- font-weight: normal;
31799
- text-transform: uppercase;
31800
- font-feature-settings: "cpsp" on;
31801
- font-size: 12px;
31802
- line-height: 18px;
31753
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
31754
+ margin-bottom: 0;
31755
+ white-space: pre-wrap;
31756
+ color: rgba(44, 56, 82, 0.6);
31803
31757
  }
31804
-
31805
- .E_l1lln87h {
31806
- font-family: Inter;
31807
- font-style: normal;
31808
- font-weight: bold;
31809
- text-transform: uppercase;
31810
- font-feature-settings: "cpsp" on;
31811
- font-size: 12px;
31812
- line-height: 18px;
31758
+ .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
31759
+ padding-left: 8px;
31813
31760
  }
31814
31761
 
31815
- .E_f2pb48l {
31816
- font-family: Inter;
31817
- font-style: normal;
31818
- font-weight: normal;
31819
- font-size: 13px;
31820
- line-height: 20px;
31762
+ .E_rp906go .ant-radio-button-wrapper:first-child {
31763
+ border-radius: 5px 0 0 5px;
31821
31764
  }
31822
-
31823
- .E_fi9emkw {
31824
- font-family: Inter;
31825
- font-style: normal;
31826
- font-weight: normal;
31827
- font-size: 13px;
31828
- line-height: 20px;
31765
+ .E_rp906go .ant-radio-button-wrapper:last-child {
31766
+ border-radius: 0 5px 5px 0;
31829
31767
  }
31830
31768
 
31831
- .E_f1nrg7da {
31832
- font-family: Inter;
31833
- font-style: normal;
31834
- font-weight: normal;
31835
- font-size: 12px;
31836
- line-height: 18px;
31769
+ .E_rcc63c8 {
31770
+ color: #00122e;
31771
+ border-color: #ccd4e3;
31837
31772
  }
31838
-
31839
- .E_f17k1i3n {
31840
- font-family: Inter;
31841
- font-style: normal;
31842
- font-weight: normal;
31843
- font-size: 12px;
31844
- line-height: 18px;
31773
+ .E_rcc63c8:first-child {
31774
+ border-color: #a3b4cc;
31845
31775
  }
31846
-
31847
- .E_t1tvuj2e {
31848
- font-family: Inter;
31849
- font-style: normal;
31850
- font-weight: normal;
31851
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31852
- font-size: 13px;
31853
- line-height: 20px;
31776
+ .E_rcc63c8.ant-radio-button-wrapper {
31777
+ padding: 0 12px;
31778
+ line-height: 32px;
31779
+ height: 32px;
31854
31780
  }
31855
-
31856
- .E_t17uajlu {
31857
- font-family: Inter;
31858
- font-style: normal;
31859
- font-weight: normal;
31860
- font-feature-settings: "zero" on;
31861
- font-size: 13px;
31781
+ .E_rcc63c8.ant-radio-button-wrapper > span + span {
31782
+ white-space: nowrap;
31783
+ }
31784
+ .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
31785
+ height: 22px;
31786
+ padding: 0 7px;
31862
31787
  line-height: 20px;
31863
31788
  }
31864
-
31865
- .E_t114zbyz {
31866
- font-family: Inter;
31867
- font-style: normal;
31868
- font-weight: normal;
31869
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31870
- font-size: 12px;
31871
- line-height: 18px;
31789
+ .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
31790
+ background: #ccd4e3;
31791
+ }
31792
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
31793
+ background: #0080ff;
31794
+ }
31795
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31796
+ background: #ccd4e3;
31797
+ opacity: 0.5;
31798
+ }
31799
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31800
+ border-right-color: #0080ff;
31801
+ }
31802
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31803
+ border-color: #0080ff;
31804
+ }
31805
+ .E_rcc63c8.ant-radio-button-wrapper-checked {
31806
+ background: rgba(0, 136, 255, 0.1);
31807
+ }
31808
+ .E_rcc63c8.ant-radio-button-wrapper-disabled {
31809
+ background: rgba(211, 218, 235, 0.6);
31810
+ border-color: #ccd4e3;
31811
+ opacity: 0.5;
31812
+ }
31813
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
31814
+ color: #00122e;
31815
+ border-color: #ccd4e3;
31816
+ }
31817
+ .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31818
+ color: #00122e;
31819
+ border-color: #ccd4e3;
31820
+ background: rgba(172, 186, 211, 0.6);
31821
+ }
31822
+ .E_rcc63c8 .ant-radio-button-input {
31823
+ margin-right: 8px;
31824
+ display: inline;
31825
+ border: none;
31826
+ padding: 0;
31827
+ width: 36px;
31828
+ background: transparent;
31829
+ }
31830
+ .E_rcc63c8 .ant-radio-button-input:focus {
31831
+ box-shadow: none;
31832
+ }
31833
+ .E_rcc63c8 .ant-radio-button-input.ant-input-number {
31834
+ margin-right: 0;
31835
+ width: initial;
31836
+ box-shadow: none;
31837
+ }
31838
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
31839
+ display: none;
31840
+ }
31841
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
31842
+ display: inline;
31843
+ }
31844
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
31845
+ display: inline;
31846
+ margin-right: 8px;
31847
+ padding: 0;
31848
+ width: 36px;
31872
31849
  }
31873
31850
 
31874
- .E_t1il0kvi {
31875
- font-family: Inter;
31876
- font-style: normal;
31877
- font-weight: 500;
31878
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31879
- font-size: 12px;
31880
- line-height: 18px;
31851
+ .E_iq1gosr {
31852
+ display: inline-block;
31881
31853
  }
31882
31854
 
31883
- .E_t10dv8p1 {
31884
- font-family: Inter;
31885
- font-style: normal;
31886
- font-weight: normal;
31887
- font-feature-settings: "zero" on;
31888
- font-size: 12px;
31889
- line-height: 18px;
31855
+ .E_t1m2x205 .ant-tooltip-arrow {
31856
+ display: none;
31857
+ }
31858
+ .E_t1m2x205 .ant-tooltip-inner {
31859
+ background: rgba(23, 38, 64, 0.8);
31860
+ border-radius: 4px;
31890
31861
  }
31891
31862
 
31892
- .E_tc2oqpq {
31893
- font-family: Inter;
31894
- font-style: normal;
31895
- font-weight: 500;
31896
- font-feature-settings: "zero" on;
31897
- font-size: 12px;
31898
- line-height: 18px;
31863
+ .E_s1dizucg.ant-switch {
31864
+ min-width: 40px;
31865
+ height: 24px;
31866
+ background: rgba(172, 186, 211, 0.6);
31867
+ overflow: hidden;
31868
+ }
31869
+ .E_s1dizucg.ant-switch:focus {
31870
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31871
+ }
31872
+ .E_s1dizucg.ant-switch-small {
31873
+ min-width: 26px;
31874
+ height: 16px;
31875
+ }
31876
+ .E_s1dizucg.ant-switch-large {
31877
+ min-width: 52px;
31878
+ height: 32px;
31879
+ }
31880
+ .E_s1dizucg.ant-switch .ant-switch-handle {
31881
+ height: 20px;
31882
+ width: 20px;
31883
+ }
31884
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
31885
+ border-radius: 10px;
31886
+ transition-delay: 120ms;
31887
+ }
31888
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
31889
+ height: 14px;
31890
+ width: 14px;
31891
+ top: 1px;
31892
+ left: 1px;
31893
+ }
31894
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
31895
+ height: 28px;
31896
+ width: 28px;
31897
+ }
31898
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31899
+ border-radius: 14px;
31900
+ }
31901
+ .E_s1dizucg.ant-switch-checked {
31902
+ background-color: #00ba5d;
31899
31903
  }
31900
-
31901
- .E_tzvddmc {
31902
- font-family: Inter;
31903
- font-style: normal;
31904
- font-weight: bold;
31905
- font-feature-settings: "zero" on;
31906
- font-size: 16px;
31907
- line-height: 24px;
31904
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31905
+ left: calc(100% - 20px - 2px);
31906
+ }
31907
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31908
+ left: calc(100% - 14px - 1px);
31909
+ }
31910
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31911
+ left: calc(100% - 28px - 2px);
31908
31912
  }
31909
31913
 
31910
- .E_u18llj45 {
31911
- font-family: Inter;
31912
- font-style: normal;
31913
- font-weight: normal;
31914
- font-size: 10px;
31915
- line-height: 12px;
31914
+ .E_c1up6e3y {
31915
+ margin-left: 5px;
31916
31916
  }
31917
31917
 
31918
31918
  .E_s1ebs0ra {
@@ -32116,48 +32116,6 @@ input.E_rf8rlle.ant-input {
32116
32116
  color: #fff;
32117
32117
  }
32118
32118
 
32119
- .E_c18gxmrl {
32120
- border: 1px solid #d8deeb;
32121
- border-radius: 4px;
32122
- }
32123
- .E_c18gxmrl + .E_c18gxmrl {
32124
- margin-top: 8px;
32125
- }
32126
- .E_c18gxmrl:hover {
32127
- border-color: #0080ff;
32128
- }
32129
- .E_c18gxmrl:hover > header {
32130
- background: rgba(0, 128, 255, 0.1);
32131
- }
32132
- .E_c18gxmrl.active header {
32133
- border-bottom: 1px solid #d8deeb;
32134
- }
32135
- .E_c18gxmrl > header {
32136
- padding: 8px 12px;
32137
- }
32138
-
32139
- .E_c1uzzomf {
32140
- margin-bottom: 16px;
32141
- }
32142
- .E_c1uzzomf .card-title {
32143
- font-size: 16px;
32144
- color: rgba(44, 56, 82, 0.6);
32145
- font-weight: 700;
32146
- line-height: 32px;
32147
- }
32148
- .E_c1uzzomf .card-body {
32149
- padding: 24px;
32150
- border-radius: 8px;
32151
- background: #fff;
32152
- }
32153
- .E_c1uzzomf .empty {
32154
- font-weight: 700;
32155
- font-size: 14px;
32156
- line-height: 22px;
32157
- color: rgba(0, 21, 64, 0.3);
32158
- text-align: center;
32159
- }
32160
-
32161
32119
  .E_berrcjl {
32162
32120
  color: rgba(10, 37, 85, 0.6);
32163
32121
  margin-bottom: 4px;
@@ -32174,80 +32132,6 @@ input.E_rf8rlle.ant-input {
32174
32132
  color: #005ed1;
32175
32133
  }
32176
32134
 
32177
- .E_s11wux3h .ant-segmented-item:not(:last-child) {
32178
- margin-right: 2px;
32179
- }
32180
-
32181
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32182
- padding-left: 8px;
32183
- padding-right: 8px;
32184
- }
32185
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32186
- border-radius: 4px;
32187
- }
32188
- .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32189
- border-radius: 4px;
32190
- }
32191
-
32192
- .E_ma64lna .ant-segmented-item-label {
32193
- padding-left: 12px;
32194
- padding-right: 12px;
32195
- }
32196
-
32197
- .E_ckld275 {
32198
- background-color: rgba(225, 230, 241, 0.6);
32199
- }
32200
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32201
- background-color: rgba(255, 255, 255, 0.6);
32202
- color: rgba(44, 56, 82, 0.75);
32203
- }
32204
- .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32205
- background-color: transparent;
32206
- }
32207
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32208
- background-color: transparent;
32209
- }
32210
-
32211
- .E_c1bus5hc {
32212
- --color: white;
32213
- height: 14px;
32214
- width: 14px;
32215
- border-radius: 50%;
32216
- flex-shrink: 0;
32217
- display: flex;
32218
- align-items: center;
32219
- justify-content: center;
32220
- border: 1px solid var(--color);
32221
- }
32222
- .E_c1bus5hc .circle-inner {
32223
- position: relative;
32224
- height: 10px;
32225
- width: 10px;
32226
- border-radius: 50%;
32227
- overflow: hidden;
32228
- }
32229
- .E_c1bus5hc .circle-content {
32230
- position: absolute;
32231
- height: 100%;
32232
- width: 100%;
32233
- left: 0;
32234
- top: 0;
32235
- border-radius: 50%;
32236
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32237
- transform: rotate(180deg);
32238
- }
32239
- .E_c1bus5hc .circle-child {
32240
- position: absolute;
32241
- height: 100%;
32242
- width: 100%;
32243
- left: 0;
32244
- top: 0;
32245
- margin-left: 50%;
32246
- transform-origin: left;
32247
- background: white;
32248
- transform: rotate(0deg);
32249
- }
32250
-
32251
32135
  .E_d1bw7c5z {
32252
32136
  position: relative;
32253
32137
  max-width: 388px;
@@ -32329,65 +32213,134 @@ input.E_rf8rlle.ant-input {
32329
32213
  width: 102px;
32330
32214
  }
32331
32215
 
32332
- .E_gmyahx3 {
32333
- cursor: pointer;
32216
+ .E_s11wux3h .ant-segmented-item:not(:last-child) {
32217
+ margin-right: 2px;
32334
32218
  }
32335
- .E_gmyahx3 .link-text {
32336
- color: rgba(0, 21, 64, 0.3);
32219
+
32220
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32221
+ padding-left: 8px;
32222
+ padding-right: 8px;
32337
32223
  }
32338
- .E_gmyahx3:hover .link-text {
32339
- color: #0080ff;
32224
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32225
+ border-radius: 4px;
32226
+ }
32227
+ .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32228
+ border-radius: 4px;
32340
32229
  }
32341
32230
 
32342
- .E_tqjc4ui {
32343
- margin: 0 2px;
32231
+ .E_ma64lna .ant-segmented-item-label {
32232
+ padding-left: 12px;
32233
+ padding-right: 12px;
32344
32234
  }
32345
32235
 
32346
- .E_c18bcrac {
32347
- display: inline-block;
32348
- width: 100%;
32236
+ .E_ckld275 {
32237
+ background-color: rgba(225, 230, 241, 0.6);
32349
32238
  }
32350
- .E_c18bcrac .recharts-wrapper {
32351
- margin-left: 4px;
32239
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32240
+ background-color: rgba(255, 255, 255, 0.6);
32241
+ color: rgba(44, 56, 82, 0.75);
32242
+ }
32243
+ .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32244
+ background-color: transparent;
32245
+ }
32246
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32247
+ background-color: transparent;
32352
32248
  }
32353
32249
 
32354
- .E_cro7kg2 {
32355
- padding: 4px;
32250
+ .E_c18gxmrl {
32251
+ border: 1px solid #d8deeb;
32252
+ border-radius: 4px;
32253
+ }
32254
+ .E_c18gxmrl + .E_c18gxmrl {
32255
+ margin-top: 8px;
32256
+ }
32257
+ .E_c18gxmrl:hover {
32258
+ border-color: #0080ff;
32259
+ }
32260
+ .E_c18gxmrl:hover > header {
32261
+ background: rgba(0, 128, 255, 0.1);
32262
+ }
32263
+ .E_c18gxmrl.active header {
32264
+ border-bottom: 1px solid #d8deeb;
32265
+ }
32266
+ .E_c18gxmrl > header {
32267
+ padding: 8px 12px;
32356
32268
  }
32357
32269
 
32358
- .E_c14wcxf0 {
32270
+ .E_c1uzzomf {
32271
+ margin-bottom: 16px;
32272
+ }
32273
+ .E_c1uzzomf .card-title {
32274
+ font-size: 16px;
32275
+ color: rgba(44, 56, 82, 0.6);
32276
+ font-weight: 700;
32277
+ line-height: 32px;
32278
+ }
32279
+ .E_c1uzzomf .card-body {
32280
+ padding: 24px;
32281
+ border-radius: 8px;
32282
+ background: #fff;
32283
+ }
32284
+ .E_c1uzzomf .empty {
32285
+ font-weight: 700;
32286
+ font-size: 14px;
32287
+ line-height: 22px;
32288
+ color: rgba(0, 21, 64, 0.3);
32289
+ text-align: center;
32290
+ }
32291
+
32292
+ .E_c1bus5hc {
32293
+ --color: white;
32294
+ height: 14px;
32295
+ width: 14px;
32296
+ border-radius: 50%;
32297
+ flex-shrink: 0;
32359
32298
  display: flex;
32360
- justify-content: space-between;
32361
32299
  align-items: center;
32362
- font-size: 13px;
32363
- line-height: 24px;
32364
- color: #cccccc;
32365
- white-space: nowrap;
32300
+ justify-content: center;
32301
+ border: 1px solid var(--color);
32366
32302
  }
32367
- .E_c14wcxf0 label {
32368
- margin-right: 32px;
32303
+ .E_c1bus5hc .circle-inner {
32304
+ position: relative;
32305
+ height: 10px;
32306
+ width: 10px;
32307
+ border-radius: 50%;
32308
+ overflow: hidden;
32309
+ }
32310
+ .E_c1bus5hc .circle-content {
32311
+ position: absolute;
32312
+ height: 100%;
32313
+ width: 100%;
32314
+ left: 0;
32315
+ top: 0;
32316
+ border-radius: 50%;
32317
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32318
+ transform: rotate(180deg);
32319
+ }
32320
+ .E_c1bus5hc .circle-child {
32321
+ position: absolute;
32322
+ height: 100%;
32323
+ width: 100%;
32324
+ left: 0;
32325
+ top: 0;
32326
+ margin-left: 50%;
32327
+ transform-origin: left;
32328
+ background: white;
32329
+ transform: rotate(0deg);
32369
32330
  }
32370
32331
 
32371
- .E_coy29mj.E_c14wcxf0 {
32372
- font-weight: bold;
32373
- color: white;
32332
+ .E_tqjc4ui {
32333
+ margin: 0 2px;
32374
32334
  }
32375
32335
 
32376
- .E_s11212zy {
32377
- width: 8px;
32378
- height: 8px;
32379
- border-radius: 2px;
32380
- display: inline-block;
32381
- background: var(--s11212zy-0);
32382
- border: 1px solid #fff;
32383
- box-sizing: content-box;
32384
- margin-right: 6px;
32336
+ .E_gmyahx3 {
32337
+ cursor: pointer;
32385
32338
  }
32386
-
32387
- .E_p1lyky6c > :first-child {
32388
- font-weight: bold;
32389
- color: white;
32390
- margin-right: 4px;
32339
+ .E_gmyahx3 .link-text {
32340
+ color: rgba(0, 21, 64, 0.3);
32341
+ }
32342
+ .E_gmyahx3:hover .link-text {
32343
+ color: #0080ff;
32391
32344
  }
32392
32345
 
32393
32346
  .E_clm1wy1 {
@@ -32483,6 +32436,53 @@ input.E_rf8rlle.ant-input {
32483
32436
  border-radius: 2px;
32484
32437
  }
32485
32438
 
32439
+ .E_c18bcrac {
32440
+ display: inline-block;
32441
+ width: 100%;
32442
+ }
32443
+ .E_c18bcrac .recharts-wrapper {
32444
+ margin-left: 4px;
32445
+ }
32446
+
32447
+ .E_cro7kg2 {
32448
+ padding: 4px;
32449
+ }
32450
+
32451
+ .E_c14wcxf0 {
32452
+ display: flex;
32453
+ justify-content: space-between;
32454
+ align-items: center;
32455
+ font-size: 13px;
32456
+ line-height: 24px;
32457
+ color: #cccccc;
32458
+ white-space: nowrap;
32459
+ }
32460
+ .E_c14wcxf0 label {
32461
+ margin-right: 32px;
32462
+ }
32463
+
32464
+ .E_coy29mj.E_c14wcxf0 {
32465
+ font-weight: bold;
32466
+ color: white;
32467
+ }
32468
+
32469
+ .E_s11212zy {
32470
+ width: 8px;
32471
+ height: 8px;
32472
+ border-radius: 2px;
32473
+ display: inline-block;
32474
+ background: var(--s11212zy-0);
32475
+ border: 1px solid #fff;
32476
+ box-sizing: content-box;
32477
+ margin-right: 6px;
32478
+ }
32479
+
32480
+ .E_p1lyky6c > :first-child {
32481
+ font-weight: bold;
32482
+ color: white;
32483
+ margin-right: 4px;
32484
+ }
32485
+
32486
32486
  .E_n12mqh7z {
32487
32487
  display: flex;
32488
32488
  align-items: center;
@@ -32518,14 +32518,6 @@ input.E_rf8rlle.ant-input {
32518
32518
  word-break: break-all;
32519
32519
  }
32520
32520
 
32521
- .E_s1iv0tp1 .enabled-switch {
32522
- display: flex;
32523
- align-items: center;
32524
- }
32525
- .E_s1iv0tp1 .enabled-text {
32526
- margin-right: 8px;
32527
- }
32528
-
32529
32521
  .E_t1sqg15u {
32530
32522
  background: white;
32531
32523
  }
@@ -32616,34 +32608,19 @@ input.E_rf8rlle.ant-input {
32616
32608
  padding-right: 12px;
32617
32609
  }
32618
32610
 
32619
- .E_tje3huy {
32620
- width: 100%;
32621
- overflow: inherit;
32622
- white-space: inherit;
32623
- text-overflow: ellipsis;
32624
- }
32625
-
32626
- .E_wg1tsps {
32627
- display: flex;
32628
- align-items: center;
32629
- justify-content: flex-end;
32630
- }
32631
-
32632
- .E_b1ctd5xy {
32611
+ .E_s1iv0tp1 .enabled-switch {
32633
32612
  display: flex;
32634
32613
  align-items: center;
32635
- width: calc(100% - 40px);
32636
32614
  }
32637
- .E_b1ctd5xy .chart {
32638
- display: inline-block;
32639
- width: 100%;
32615
+ .E_s1iv0tp1 .enabled-text {
32616
+ margin-right: 8px;
32640
32617
  }
32641
32618
 
32642
- .E_u1p8acpn {
32643
- min-width: 40px;
32644
- }
32645
- .E_u1p8acpn .unit {
32646
- color: #00122e !important;
32619
+ .E_tje3huy {
32620
+ width: 100%;
32621
+ overflow: inherit;
32622
+ white-space: inherit;
32623
+ text-overflow: ellipsis;
32647
32624
  }
32648
32625
 
32649
32626
  .E_m74vjol {
@@ -32659,39 +32636,6 @@ input.E_rf8rlle.ant-input {
32659
32636
  width: 100%;
32660
32637
  }
32661
32638
 
32662
- .E_c1yyuluq {
32663
- border-radius: 8px;
32664
- }
32665
- .E_c1yyuluq .ant-card-body {
32666
- padding: 20px 24px 24px 24px;
32667
- }
32668
-
32669
- .E_ccrbeuz .ant-collapse-item {
32670
- border: 0px;
32671
- background-color: #fff;
32672
- }
32673
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32674
- padding-top: 0px;
32675
- padding-bottom: 0px;
32676
- padding-left: 0px !important;
32677
- padding-right: 24px;
32678
- }
32679
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32680
- right: 0px;
32681
- }
32682
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32683
- padding: 0px;
32684
- }
32685
-
32686
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32687
- padding-right: 0px;
32688
- cursor: default;
32689
- }
32690
-
32691
- .E_itxley7.ant-input-group.ant-input-group-compact {
32692
- display: flex;
32693
- }
32694
-
32695
32639
  button.E_l48ei06 {
32696
32640
  color: #0080FF;
32697
32641
  height: unset;
@@ -32724,14 +32668,60 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32724
32668
  color: #00122e;
32725
32669
  }
32726
32670
 
32727
- .E_ivqqkzv {
32728
- height: 24px;
32729
- width: 56px !important;
32730
- margin-right: 4px;
32671
+ .E_c1yyuluq {
32672
+ border-radius: 8px;
32673
+ }
32674
+ .E_c1yyuluq .ant-card-body {
32675
+ padding: 20px 24px 24px 24px;
32731
32676
  }
32732
32677
 
32733
- .E_c1wk4q29 {
32734
- color: rgba(44, 56, 82, 0.6);
32678
+ .E_wg1tsps {
32679
+ display: flex;
32680
+ align-items: center;
32681
+ justify-content: flex-end;
32682
+ }
32683
+
32684
+ .E_b1ctd5xy {
32685
+ display: flex;
32686
+ align-items: center;
32687
+ width: calc(100% - 40px);
32688
+ }
32689
+ .E_b1ctd5xy .chart {
32690
+ display: inline-block;
32691
+ width: 100%;
32692
+ }
32693
+
32694
+ .E_u1p8acpn {
32695
+ min-width: 40px;
32696
+ }
32697
+ .E_u1p8acpn .unit {
32698
+ color: #00122e !important;
32699
+ }
32700
+
32701
+ .E_itxley7.ant-input-group.ant-input-group-compact {
32702
+ display: flex;
32703
+ }
32704
+
32705
+ .E_ccrbeuz .ant-collapse-item {
32706
+ border: 0px;
32707
+ background-color: #fff;
32708
+ }
32709
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32710
+ padding-top: 0px;
32711
+ padding-bottom: 0px;
32712
+ padding-left: 0px !important;
32713
+ padding-right: 24px;
32714
+ }
32715
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32716
+ right: 0px;
32717
+ }
32718
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32719
+ padding: 0px;
32720
+ }
32721
+
32722
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32723
+ padding-right: 0px;
32724
+ cursor: default;
32735
32725
  }
32736
32726
 
32737
32727
  .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
@@ -32791,6 +32781,16 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32791
32781
  transform: rotate(180deg);
32792
32782
  }
32793
32783
 
32784
+ .E_ivqqkzv {
32785
+ height: 24px;
32786
+ width: 56px !important;
32787
+ margin-right: 4px;
32788
+ }
32789
+
32790
+ .E_c1wk4q29 {
32791
+ color: rgba(44, 56, 82, 0.6);
32792
+ }
32793
+
32794
32794
  .E_sddwhm6 {
32795
32795
  margin: 0;
32796
32796
  border-radius: 20px;
@@ -34116,19 +34116,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34116
34116
  margin-right: 2px;
34117
34117
  }
34118
34118
 
34119
- .E_suhck3k {
34120
- height: 24px;
34121
- width: 24px;
34122
- border-radius: 6px;
34123
- padding: 4px;
34124
- }
34125
- .E_suhck3k:hover {
34126
- background-color: rgba(0, 136, 255, 0.1);
34127
- }
34128
- .E_suhck3k:hover svg path {
34129
- fill: blue;
34130
- }
34131
-
34132
34119
  .E_ckui4s7 {
34133
34120
  color: #2d3a56;
34134
34121
  line-height: 22px;
@@ -34209,6 +34196,19 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34209
34196
  margin-right: 6px;
34210
34197
  }
34211
34198
 
34199
+ .E_suhck3k {
34200
+ height: 24px;
34201
+ width: 24px;
34202
+ border-radius: 6px;
34203
+ padding: 4px;
34204
+ }
34205
+ .E_suhck3k:hover {
34206
+ background-color: rgba(0, 136, 255, 0.1);
34207
+ }
34208
+ .E_suhck3k:hover svg path {
34209
+ fill: blue;
34210
+ }
34211
+
34212
34212
  .E_b14q2gmw {
34213
34213
  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);
34214
34214
  }
@@ -34226,6 +34226,11 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34226
34226
  transform: translateY(-4px);
34227
34227
  }
34228
34228
 
34229
+ .E_i1g85yz3 {
34230
+ margin-right: 4px;
34231
+ height: 16px;
34232
+ }
34233
+
34229
34234
  .E_t1dtlqs1 {
34230
34235
  margin-bottom: 4px;
34231
34236
  color: rgba(44, 56, 82, 0.6);
@@ -34457,11 +34462,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34457
34462
  margin-right: 4px;
34458
34463
  }
34459
34464
 
34460
- .E_i1g85yz3 {
34461
- margin-right: 4px;
34462
- height: 16px;
34463
- }
34464
-
34465
34465
  .E_f7pxqmh {
34466
34466
  width: 100%;
34467
34467
  margin-bottom: 0 !important;