@cloudtower/eagle 0.26.24-dry-1 → 0.26.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -28278,6 +28278,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28278
28278
  /* green */
28279
28279
  /* yellow */
28280
28280
  /* red */
28281
+ /* purple */
28281
28282
  /* palette global token*/
28282
28283
  /* color opaque */
28283
28284
  /* color transparent */
@@ -28310,6 +28311,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28310
28311
  /* dim */
28311
28312
  /* box shadow */
28312
28313
  /* fisheye */
28314
+ /* z-index */
28313
28315
  @keyframes rotate {
28314
28316
  from {
28315
28317
  transform: rotate(0deg);
@@ -28331,6 +28333,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28331
28333
  /* green */
28332
28334
  /* yellow */
28333
28335
  /* red */
28336
+ /* purple */
28334
28337
  /* palette global token*/
28335
28338
  /* color opaque */
28336
28339
  /* color transparent */
@@ -28363,6 +28366,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28363
28366
  /* dim */
28364
28367
  /* box shadow */
28365
28368
  /* fisheye */
28369
+ /* z-index */
28366
28370
  .loading {
28367
28371
  width: 64px;
28368
28372
  height: 64px;
@@ -28491,6 +28495,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28491
28495
  /* green */
28492
28496
  /* yellow */
28493
28497
  /* red */
28498
+ /* purple */
28494
28499
  /* palette global token*/
28495
28500
  /* color opaque */
28496
28501
  /* color transparent */
@@ -28523,6 +28528,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28523
28528
  /* dim */
28524
28529
  /* box shadow */
28525
28530
  /* fisheye */
28531
+ /* z-index */
28526
28532
  .ant-dropdown,
28527
28533
  .ant-dropdown-menu-submenu {
28528
28534
  background: #fff;
@@ -28712,6 +28718,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28712
28718
  /* green */
28713
28719
  /* yellow */
28714
28720
  /* red */
28721
+ /* purple */
28715
28722
  /* palette global token*/
28716
28723
  /* color opaque */
28717
28724
  /* color transparent */
@@ -28744,6 +28751,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28744
28751
  /* dim */
28745
28752
  /* box shadow */
28746
28753
  /* fisheye */
28754
+ /* z-index */
28747
28755
  .ant-dropdown,
28748
28756
  .ant-dropdown-menu-submenu {
28749
28757
  background: #fff;
@@ -30252,15 +30260,6 @@ html body {
30252
30260
  margin-right: 4px;
30253
30261
  }
30254
30262
 
30255
- .obf05yr {
30256
- display: inline-block;
30257
- }
30258
-
30259
- .hsms1n6 {
30260
- visibility: hidden;
30261
- position: absolute;
30262
- }
30263
-
30264
30263
  .p12gwtiw {
30265
30264
  display: flex;
30266
30265
  justify-content: space-between;
@@ -30318,59 +30317,159 @@ html body {
30318
30317
  line-height: 18px;
30319
30318
  }
30320
30319
 
30321
- .s34f1qb.ant-switch {
30322
- min-width: 40px;
30323
- height: 24px;
30324
- background: rgba(172, 186, 211, 0.6);
30325
- overflow: hidden;
30320
+ .rxbeqvl.ant-radio-wrapper {
30321
+ display: inline-flex;
30322
+ align-items: baseline;
30323
+ white-space: pre-wrap;
30326
30324
  }
30327
- .s34f1qb.ant-switch:focus {
30328
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30325
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30326
+ position: relative;
30327
+ top: 3px;
30329
30328
  }
30330
- .s34f1qb.ant-switch-small {
30331
- min-width: 26px;
30332
- height: 16px;
30329
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30330
+ border-color: rgba(107, 128, 167, 0.6);
30333
30331
  }
30334
- .s34f1qb.ant-switch-large {
30335
- min-width: 52px;
30332
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30333
+ border-color: #0080ff;
30334
+ }
30335
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30336
+ border-color: #0080ff;
30337
+ background: #0080ff;
30338
+ }
30339
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30340
+ top: 4px;
30341
+ left: 4px;
30342
+ width: 6px;
30343
+ height: 6px;
30344
+ background: #fff;
30345
+ }
30346
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30347
+ opacity: 0.5;
30348
+ }
30349
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30350
+ border-color: rgba(107, 128, 167, 0.6);
30351
+ background: rgba(211, 218, 235, 0.6);
30352
+ }
30353
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30354
+ background: #00122e;
30355
+ }
30356
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30357
+ color: #00122e;
30358
+ opacity: 0.5;
30359
+ }
30360
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30361
+ color: #00122e;
30362
+ }
30363
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30364
+ display: inline-block;
30365
+ padding: 0;
30366
+ padding-left: 12px;
30367
+ }
30368
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30369
+ margin-bottom: 0;
30370
+ white-space: pre-wrap;
30371
+ color: rgba(44, 56, 82, 0.6);
30372
+ }
30373
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30374
+ padding-left: 8px;
30375
+ }
30376
+
30377
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30378
+ border-radius: 5px 0 0 5px;
30379
+ }
30380
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30381
+ border-radius: 0 5px 5px 0;
30382
+ }
30383
+
30384
+ .r1f0aqcc {
30385
+ color: #00122e;
30386
+ border-color: #ccd4e3;
30387
+ }
30388
+ .r1f0aqcc:first-child {
30389
+ border-color: #a3b4cc;
30390
+ }
30391
+ .r1f0aqcc.ant-radio-button-wrapper {
30392
+ padding: 0 12px;
30393
+ line-height: 32px;
30336
30394
  height: 32px;
30337
30395
  }
30338
- .s34f1qb.ant-switch .ant-switch-handle {
30339
- height: 20px;
30340
- width: 20px;
30396
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30397
+ white-space: nowrap;
30341
30398
  }
30342
- .s34f1qb.ant-switch .ant-switch-handle::before {
30343
- border-radius: 10px;
30344
- transition-delay: 120ms;
30399
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30400
+ height: 22px;
30401
+ padding: 0 7px;
30402
+ line-height: 20px;
30345
30403
  }
30346
- .s34f1qb.ant-switch-small .ant-switch-handle {
30347
- height: 14px;
30348
- width: 14px;
30349
- top: 1px;
30350
- left: 1px;
30404
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30405
+ background: #ccd4e3;
30351
30406
  }
30352
- .s34f1qb.ant-switch-large .ant-switch-handle {
30353
- height: 28px;
30354
- width: 28px;
30407
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30408
+ background: #0080ff;
30355
30409
  }
30356
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30357
- border-radius: 14px;
30410
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30411
+ background: #ccd4e3;
30412
+ opacity: 0.5;
30358
30413
  }
30359
- .s34f1qb.ant-switch-checked {
30360
- background-color: #00ba5d;
30414
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30415
+ border-right-color: #0080ff;
30361
30416
  }
30362
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30363
- left: calc(100% - 20px - 2px);
30417
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30418
+ border-color: #0080ff;
30364
30419
  }
30365
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30366
- left: calc(100% - 14px - 1px);
30420
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30421
+ background: rgba(0, 136, 255, 0.1);
30367
30422
  }
30368
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30369
- left: calc(100% - 28px - 2px);
30423
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30424
+ background: rgba(211, 218, 235, 0.6);
30425
+ border-color: #ccd4e3;
30426
+ opacity: 0.5;
30427
+ }
30428
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30429
+ color: #00122e;
30430
+ border-color: #ccd4e3;
30431
+ }
30432
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30433
+ color: #00122e;
30434
+ border-color: #ccd4e3;
30435
+ background: rgba(172, 186, 211, 0.6);
30436
+ }
30437
+ .r1f0aqcc .ant-radio-button-input {
30438
+ margin-right: 8px;
30439
+ display: inline;
30440
+ border: none;
30441
+ padding: 0;
30442
+ width: 36px;
30443
+ background: transparent;
30444
+ }
30445
+ .r1f0aqcc .ant-radio-button-input:focus {
30446
+ box-shadow: none;
30447
+ }
30448
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30449
+ margin-right: 0;
30450
+ width: initial;
30451
+ box-shadow: none;
30452
+ }
30453
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30454
+ display: none;
30455
+ }
30456
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30457
+ display: inline;
30458
+ }
30459
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30460
+ display: inline;
30461
+ margin-right: 8px;
30462
+ padding: 0;
30463
+ width: 36px;
30370
30464
  }
30371
30465
 
30372
- .c1to9vb9 {
30373
- margin-left: 5px;
30466
+ .obf05yr {
30467
+ display: inline-block;
30468
+ }
30469
+
30470
+ .hsms1n6 {
30471
+ visibility: hidden;
30472
+ position: absolute;
30374
30473
  }
30375
30474
 
30376
30475
  .cz04yix {
@@ -30984,1074 +31083,983 @@ input.rrg1fkn.ant-input {
30984
31083
  border-bottom-left-radius: 0;
30985
31084
  }
30986
31085
 
30987
- .rxbeqvl.ant-radio-wrapper {
30988
- display: inline-flex;
30989
- align-items: baseline;
30990
- white-space: pre-wrap;
31086
+ .s34f1qb.ant-switch {
31087
+ min-width: 40px;
31088
+ height: 24px;
31089
+ background: rgba(172, 186, 211, 0.6);
31090
+ overflow: hidden;
30991
31091
  }
30992
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30993
- position: relative;
30994
- top: 3px;
31092
+ .s34f1qb.ant-switch:focus {
31093
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30995
31094
  }
30996
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30997
- border-color: rgba(107, 128, 167, 0.6);
31095
+ .s34f1qb.ant-switch-small {
31096
+ min-width: 26px;
31097
+ height: 16px;
30998
31098
  }
30999
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31000
- border-color: #0080ff;
31099
+ .s34f1qb.ant-switch-large {
31100
+ min-width: 52px;
31101
+ height: 32px;
31001
31102
  }
31002
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31003
- border-color: #0080ff;
31004
- background: #0080ff;
31103
+ .s34f1qb.ant-switch .ant-switch-handle {
31104
+ height: 20px;
31105
+ width: 20px;
31005
31106
  }
31006
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31007
- top: 4px;
31008
- left: 4px;
31009
- width: 6px;
31010
- height: 6px;
31011
- background: #fff;
31107
+ .s34f1qb.ant-switch .ant-switch-handle::before {
31108
+ border-radius: 10px;
31109
+ transition-delay: 120ms;
31012
31110
  }
31013
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31014
- opacity: 0.5;
31111
+ .s34f1qb.ant-switch-small .ant-switch-handle {
31112
+ height: 14px;
31113
+ width: 14px;
31114
+ top: 1px;
31115
+ left: 1px;
31015
31116
  }
31016
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31017
- border-color: rgba(107, 128, 167, 0.6);
31018
- background: rgba(211, 218, 235, 0.6);
31117
+ .s34f1qb.ant-switch-large .ant-switch-handle {
31118
+ height: 28px;
31119
+ width: 28px;
31019
31120
  }
31020
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31021
- background: #00122e;
31121
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
31122
+ border-radius: 14px;
31022
31123
  }
31023
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31024
- color: #00122e;
31025
- opacity: 0.5;
31124
+ .s34f1qb.ant-switch-checked {
31125
+ background-color: #00ba5d;
31026
31126
  }
31027
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31028
- color: #00122e;
31127
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
31128
+ left: calc(100% - 20px - 2px);
31029
31129
  }
31030
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31031
- display: inline-block;
31032
- padding: 0;
31033
- padding-left: 12px;
31130
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31131
+ left: calc(100% - 14px - 1px);
31034
31132
  }
31035
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31036
- margin-bottom: 0;
31037
- white-space: pre-wrap;
31038
- color: rgba(44, 56, 82, 0.6);
31039
- }
31040
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31041
- padding-left: 8px;
31133
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31134
+ left: calc(100% - 28px - 2px);
31042
31135
  }
31043
31136
 
31044
- .r5ie79y .ant-radio-button-wrapper:first-child {
31045
- border-radius: 5px 0 0 5px;
31046
- }
31047
- .r5ie79y .ant-radio-button-wrapper:last-child {
31048
- border-radius: 0 5px 5px 0;
31137
+ .c1to9vb9 {
31138
+ margin-left: 5px;
31049
31139
  }
31050
31140
 
31051
- .r1f0aqcc {
31052
- color: #00122e;
31053
- border-color: #ccd4e3;
31054
- }
31055
- .r1f0aqcc:first-child {
31056
- border-color: #a3b4cc;
31141
+ .t1upn1sz {
31142
+ height: 100%;
31057
31143
  }
31058
- .r1f0aqcc.ant-radio-button-wrapper {
31059
- padding: 0 12px;
31060
- line-height: 32px;
31061
- height: 32px;
31144
+
31145
+ .tta5kd2 {
31146
+ height: 100%;
31062
31147
  }
31063
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
31064
- white-space: nowrap;
31148
+ .tta5kd2.empty-table .ant-table-content {
31149
+ overflow: visible !important;
31150
+ height: 100%;
31065
31151
  }
31066
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31067
- height: 22px;
31068
- padding: 0 7px;
31069
- line-height: 20px;
31152
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31153
+ height: 100%;
31070
31154
  }
31071
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31072
- background: #ccd4e3;
31155
+ .tta5kd2.empty-table .ant-table-content table {
31156
+ width: 100% !important;
31157
+ height: 100%;
31073
31158
  }
31074
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31075
- background: #0080ff;
31159
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31160
+ padding: 15px 0;
31076
31161
  }
31077
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31078
- background: #ccd4e3;
31079
- opacity: 0.5;
31162
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31163
+ display: none;
31080
31164
  }
31081
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31082
- border-right-color: #0080ff;
31165
+ .tta5kd2 .active-row td:nth-child(1) {
31166
+ font-weight: 700;
31083
31167
  }
31084
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31085
- border-color: #0080ff;
31168
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31169
+ font-weight: 700;
31086
31170
  }
31087
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31088
- background: rgba(0, 136, 255, 0.1);
31171
+ .tta5kd2 .ant-spin-nested-loading {
31172
+ height: 100%;
31089
31173
  }
31090
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31091
- background: rgba(211, 218, 235, 0.6);
31092
- border-color: #ccd4e3;
31093
- opacity: 0.5;
31174
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31175
+ height: 100%;
31176
+ overflow: visible;
31094
31177
  }
31095
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31096
- color: #00122e;
31097
- border-color: #ccd4e3;
31178
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
31179
+ max-height: none;
31098
31180
  }
31099
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31100
- color: #00122e;
31101
- border-color: #ccd4e3;
31102
- background: rgba(172, 186, 211, 0.6);
31181
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
31182
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
31183
+ display: none;
31103
31184
  }
31104
- .r1f0aqcc .ant-radio-button-input {
31105
- margin-right: 8px;
31106
- display: inline;
31107
- border: none;
31108
- padding: 0;
31109
- width: 36px;
31185
+ .tta5kd2 td.ant-table-column-sort {
31110
31186
  background: transparent;
31111
31187
  }
31112
- .r1f0aqcc .ant-radio-button-input:focus {
31113
- box-shadow: none;
31188
+ .tta5kd2 td.ant-table-cell-fix-left,
31189
+ .tta5kd2 td.ant-table-cell-fix-right {
31190
+ background: #fff;
31191
+ padding: 0 !important;
31114
31192
  }
31115
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31116
- margin-right: 0;
31117
- width: initial;
31118
- box-shadow: none;
31193
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31194
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31195
+ display: flex;
31196
+ align-items: center;
31197
+ height: 100%;
31198
+ padding: 8px;
31119
31199
  }
31120
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31121
- display: none;
31200
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31201
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31202
+ overflow: hidden;
31203
+ text-overflow: ellipsis;
31204
+ width: 100%;
31122
31205
  }
31123
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31124
- display: inline;
31206
+ .tta5kd2 .ant-table-container {
31207
+ height: 100%;
31125
31208
  }
31126
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31127
- display: inline;
31128
- margin-right: 8px;
31129
- padding: 0;
31130
- width: 36px;
31209
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31210
+ box-shadow: none !important;
31131
31211
  }
31132
-
31133
- .d6j0lbj {
31134
- font-family: Inter;
31135
- font-style: normal;
31136
- font-weight: bold;
31137
- font-size: 32px;
31138
- line-height: 40px;
31212
+ .tta5kd2 .ant-table {
31213
+ border-radius: 0px;
31214
+ border-left: none;
31215
+ border-right: none;
31216
+ border-bottom: none;
31217
+ height: 100%;
31218
+ font-size: 12px;
31219
+ background: transparent;
31139
31220
  }
31140
-
31141
- .d1xhvvxe {
31142
- font-family: Inter;
31143
- font-style: normal;
31144
- font-weight: bold;
31145
- font-size: 24px;
31146
- line-height: 32px;
31221
+ .tta5kd2 .ant-table .ant-table-header {
31222
+ position: relative;
31223
+ z-index: 3;
31224
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31225
+ margin-bottom: -1px;
31147
31226
  }
31148
-
31149
- .dk10mxq {
31150
- font-family: Inter;
31151
- font-style: normal;
31152
- font-weight: normal;
31153
- font-size: 32px;
31154
- line-height: 40px;
31227
+ .tta5kd2 .ant-table .time-wrapper .data,
31228
+ .tta5kd2 .ant-table .value {
31229
+ color: #2d3a56;
31155
31230
  }
31156
-
31157
- .dxsait {
31158
- font-family: Inter;
31159
- font-style: normal;
31160
- font-weight: bold;
31161
- font-size: 20px;
31162
- line-height: 24px;
31231
+ .tta5kd2 .ant-table .time-wrapper .time,
31232
+ .tta5kd2 .ant-table .unit {
31233
+ color: rgba(44, 56, 82, 0.6);
31163
31234
  }
31164
-
31165
- .dokn0h3 {
31166
- font-family: Inter;
31167
- font-style: normal;
31168
- font-weight: normal;
31169
- font-size: 20px;
31170
- line-height: 24px;
31235
+ .tta5kd2 .ant-table .ant-table-selection {
31236
+ position: unset;
31237
+ text-align: center;
31171
31238
  }
31172
-
31173
- .dobau4p {
31174
- font-family: Inter;
31175
- font-style: normal;
31176
- font-weight: bold;
31177
- font-size: 18px;
31178
- line-height: 22px;
31239
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31240
+ background: #fff;
31179
31241
  }
31180
-
31181
- .dvolwok {
31182
- font-family: Inter;
31183
- font-style: normal;
31184
- font-weight: normal;
31185
- font-size: 18px;
31186
- line-height: 22px;
31242
+ .tta5kd2 .ant-table .anticon-setting {
31243
+ cursor: pointer;
31244
+ position: absolute;
31245
+ top: 50%;
31246
+ right: 12px;
31247
+ transform: translateY(-50%);
31187
31248
  }
31188
-
31189
- .h181qhg4 {
31190
- font-family: Inter;
31191
- font-style: normal;
31192
- font-weight: bold;
31193
- font-size: 16px;
31194
- line-height: 22px;
31249
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31250
+ box-shadow: none;
31251
+ width: 1px;
31252
+ background: rgba(213, 219, 227, 0.6);
31195
31253
  }
31196
-
31197
- .h1phgmcq {
31198
- font-family: Inter;
31199
- font-style: normal;
31200
- font-weight: normal;
31201
- font-size: 16px;
31202
- line-height: 22px;
31254
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31255
+ box-shadow: none;
31256
+ width: 1px;
31257
+ background: rgba(213, 219, 227, 0.6);
31203
31258
  }
31204
-
31205
- .h173xnl1 {
31206
- font-family: Inter;
31207
- font-style: normal;
31208
- font-weight: bold;
31209
- font-size: 14px;
31210
- line-height: 20px;
31259
+ .tta5kd2 .ant-table .ant-table-tbody {
31260
+ position: relative;
31211
31261
  }
31212
-
31213
- .hedm4pz {
31214
- font-family: Inter;
31215
- font-style: normal;
31216
- font-weight: normal;
31217
- font-size: 14px;
31218
- line-height: 20px;
31262
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31263
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31264
+ border-bottom: 1px solid white;
31265
+ height: 40px;
31266
+ vertical-align: middle;
31267
+ transition: background 0ms;
31268
+ color: #00122e;
31219
31269
  }
31220
-
31221
- .h1kd8xld {
31222
- font-family: Inter;
31223
- font-style: normal;
31224
- font-weight: bold;
31225
- font-size: 12px;
31226
- line-height: 18px;
31270
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31271
+ background: #f2f5fa;
31272
+ border-bottom-color: #f2f5fa;
31227
31273
  }
31228
-
31229
- .hp14fr {
31230
- font-family: Inter;
31231
- font-style: normal;
31232
- font-weight: normal;
31274
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31275
+ height: auto;
31276
+ color: #00122e;
31233
31277
  font-size: 12px;
31234
- line-height: 18px;
31278
+ text-align: left;
31279
+ transition: none;
31280
+ overflow: hidden;
31281
+ text-overflow: ellipsis;
31282
+ white-space: nowrap;
31235
31283
  }
31236
-
31237
- .hgrg7mn {
31238
- font-family: Inter;
31239
- font-style: normal;
31240
- font-weight: bold;
31241
- text-transform: uppercase;
31242
- font-feature-settings: "cpsp" on;
31243
- font-size: 12px;
31244
- line-height: 18px;
31284
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31285
+ color: #0096ff;
31245
31286
  }
31246
-
31247
- .h6zme9x {
31248
- font-family: Inter;
31249
- font-style: normal;
31250
- font-weight: normal;
31251
- text-transform: uppercase;
31252
- font-feature-settings: "cpsp" on;
31253
- font-size: 12px;
31254
- line-height: 18px;
31287
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31288
+ overflow: hidden;
31289
+ text-overflow: ellipsis;
31290
+ width: 100%;
31291
+ vertical-align: middle;
31255
31292
  }
31256
-
31257
- .locjvsv {
31258
- font-family: Inter;
31259
- font-style: normal;
31260
- font-weight: normal;
31261
- font-size: 16px;
31262
- line-height: 24px;
31293
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31294
+ line-height: 0px;
31263
31295
  }
31264
-
31265
- .l13gi131 {
31266
- font-family: Inter;
31267
- font-style: normal;
31268
- font-weight: bold;
31269
- font-size: 16px;
31270
- line-height: 24px;
31296
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31297
+ padding-right: 25px;
31271
31298
  }
31272
-
31273
- .l1ynemsu {
31274
- font-family: Inter;
31275
- font-style: normal;
31276
- font-weight: normal;
31277
- font-size: 16px;
31278
- line-height: 24px;
31299
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31300
+ border-top-color: transparent;
31279
31301
  }
31280
-
31281
- .l1cft1cx {
31282
- font-family: Inter;
31283
- font-style: normal;
31284
- font-weight: bold;
31285
- font-size: 16px;
31286
- line-height: 24px;
31302
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31303
+ background: rgba(225, 230, 241, 0.6);
31304
+ border-color: transparent transparent white;
31287
31305
  }
31288
-
31289
- .l17tqc8p {
31290
- font-family: Inter;
31291
- font-style: normal;
31292
- font-weight: normal;
31293
- text-transform: uppercase;
31294
- font-feature-settings: "cpsp" on;
31295
- font-size: 16px;
31296
- line-height: 24px;
31306
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31307
+ border-radius: 8px 0 0 8px;
31297
31308
  }
31298
-
31299
- .l1j1e5w7 {
31300
- font-family: Inter;
31301
- font-style: normal;
31302
- font-weight: bold;
31303
- text-transform: uppercase;
31304
- font-feature-settings: "cpsp" on;
31305
- font-size: 16px;
31306
- line-height: 24px;
31309
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31310
+ border-radius: 8px 0 0 8px;
31307
31311
  }
31308
-
31309
- .l1gf91jb {
31310
- font-family: Inter;
31311
- font-style: normal;
31312
- font-weight: normal;
31313
- font-size: 14px;
31314
- line-height: 22px;
31312
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31313
+ content: "";
31314
+ width: 4px;
31315
+ top: -1px;
31316
+ bottom: -1px;
31317
+ background: white;
31315
31318
  }
31316
-
31317
- .lu7hlr6 {
31318
- font-family: Inter;
31319
- font-style: normal;
31320
- font-weight: 500;
31321
- font-size: 14px;
31322
- line-height: 22px;
31319
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31320
+ border-radius: 0 8px 8px 0;
31323
31321
  }
31324
-
31325
- .l3l3jf0 {
31326
- font-family: Inter;
31327
- font-style: normal;
31328
- font-weight: bold;
31329
- font-size: 14px;
31330
- line-height: 22px;
31322
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31323
+ border-radius: 0;
31324
+ background: white;
31325
+ border-top: none;
31331
31326
  }
31332
-
31333
- .l12j5nqp {
31334
- font-family: Inter;
31335
- font-style: normal;
31336
- font-weight: normal;
31337
- font-size: 14px;
31338
- line-height: 22px;
31327
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31328
+ border-top: 1px solid transparent;
31329
+ border-radius: 0 8px 8px 0;
31330
+ background: rgba(225, 230, 241, 0.6);
31339
31331
  }
31340
-
31341
- .l1tecqht {
31342
- font-family: Inter;
31343
- font-style: normal;
31344
- font-weight: bold;
31345
- font-size: 14px;
31346
- line-height: 22px;
31332
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31333
+ background: white;
31334
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31347
31335
  }
31348
-
31349
- .l6sa990 {
31350
- font-family: Inter;
31351
- font-style: normal;
31352
- font-weight: normal;
31353
- text-transform: uppercase;
31354
- font-feature-settings: "cpsp" on;
31355
- font-size: 14px;
31356
- line-height: 22px;
31336
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31337
+ display: flex;
31338
+ align-items: center;
31339
+ height: 100%;
31340
+ background: rgba(225, 230, 241, 0.6);
31357
31341
  }
31358
-
31359
- .lckqe8j {
31360
- font-family: Inter;
31361
- font-style: normal;
31362
- font-weight: bold;
31363
- text-transform: uppercase;
31364
- font-feature-settings: "cpsp" on;
31365
- font-size: 14px;
31366
- line-height: 22px;
31342
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31343
+ background: white;
31344
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31367
31345
  }
31368
-
31369
- .l1kuminb {
31370
- font-family: Inter;
31371
- font-style: normal;
31372
- font-weight: normal;
31373
- font-size: 13px;
31374
- line-height: 20px;
31346
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31347
+ display: flex;
31348
+ align-items: center;
31349
+ height: 100%;
31350
+ background: rgba(225, 230, 241, 0.6);
31375
31351
  }
31376
-
31377
- .l1pbuf5j {
31378
- font-family: Inter;
31379
- font-style: normal;
31380
- font-weight: 600;
31381
- font-size: 13px;
31382
- line-height: 20px;
31352
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31353
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31383
31354
  }
31384
-
31385
- .l1r4ztu {
31386
- font-family: Inter;
31387
- font-style: normal;
31388
- font-weight: bold;
31389
- font-size: 13px;
31390
- line-height: 20px;
31355
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31356
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31357
+ border-radius: 8px;
31391
31358
  }
31392
-
31393
- .ly8vzok {
31394
- font-family: Inter;
31395
- font-style: normal;
31396
- font-weight: normal;
31397
- font-size: 13px;
31398
- line-height: 20px;
31359
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31360
+ border-top-color: white;
31399
31361
  }
31400
-
31401
- .lumfmf {
31402
- font-family: Inter;
31403
- font-style: normal;
31404
- font-weight: 600;
31405
- font-size: 13px;
31406
- line-height: 20px;
31362
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31363
+ background: rgba(0, 136, 255, 0.1);
31364
+ border-bottom-color: transparent;
31365
+ border-top-color: transparent;
31407
31366
  }
31408
-
31409
- .l16ujwmv {
31410
- font-family: Inter;
31411
- font-style: normal;
31412
- font-weight: bold;
31413
- font-size: 13px;
31414
- line-height: 20px;
31367
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31368
+ border-radius: 8px 0 0 8px;
31415
31369
  }
31416
-
31417
- .l17o1ffr {
31418
- font-family: Inter;
31419
- font-style: normal;
31420
- font-weight: normal;
31421
- text-transform: uppercase;
31422
- font-feature-settings: "cpsp" on;
31423
- font-size: 13px;
31424
- line-height: 20px;
31370
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31371
+ border-radius: 0 8px 8px 0;
31425
31372
  }
31426
-
31427
- .lngllvn {
31428
- font-family: Inter;
31429
- font-style: normal;
31373
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31374
+ background: rgba(0, 136, 255, 0.1);
31375
+ }
31376
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31377
+ background: #fff;
31378
+ font-weight: 400;
31379
+ position: relative;
31380
+ border-bottom: none;
31381
+ color: #00122e;
31382
+ transition: none;
31383
+ padding: 15px 8px 15px 8px;
31384
+ }
31385
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31386
+ content: "";
31387
+ width: 1px;
31388
+ top: 0;
31389
+ bottom: 0;
31390
+ background: rgba(211, 218, 235, 0.6);
31391
+ position: absolute;
31392
+ right: 0;
31393
+ }
31394
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31395
+ padding: unset;
31396
+ }
31397
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31398
+ display: none;
31399
+ }
31400
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31401
+ width: 100%;
31402
+ overflow: hidden;
31403
+ white-space: nowrap;
31404
+ text-overflow: ellipsis;
31405
+ }
31406
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31407
+ overflow: hidden;
31408
+ text-overflow: ellipsis;
31409
+ flex: 1;
31410
+ }
31411
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31412
+ padding: 15px 25px 15px 8px;
31413
+ }
31414
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31415
+ padding: 0;
31416
+ }
31417
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31418
+ position: absolute;
31419
+ right: 6px;
31420
+ top: 50%;
31421
+ transform: translateY(-50%);
31422
+ height: 16px;
31423
+ display: none;
31424
+ transition: transform 320ms ease;
31425
+ }
31426
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31427
+ display: block;
31428
+ transform: translateY(-50%) rotateX(180deg);
31429
+ }
31430
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31431
+ display: block;
31432
+ }
31433
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31434
+ display: none;
31435
+ }
31436
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31437
+ transform: translateY(-50%);
31438
+ }
31439
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31440
+ transform: translateY(-50%) rotateX(180deg);
31441
+ }
31442
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31443
+ background: #f2f5fa;
31444
+ }
31445
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31446
+ display: block;
31447
+ }
31448
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31449
+ padding-right: 25px;
31450
+ }
31451
+ .tta5kd2 .ant-table .ant-table-selection-column {
31452
+ padding: 0 !important;
31453
+ }
31454
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31455
+ position: absolute;
31456
+ left: 50%;
31457
+ top: 50%;
31458
+ transform: translate(-50%, -50%);
31459
+ }
31460
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31461
+ display: none;
31462
+ }
31463
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31464
+ background: #fff;
31465
+ }
31466
+ .tta5kd2 .ant-table .ant-table-placeholder {
31467
+ background: inherit;
31468
+ }
31469
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31470
+ position: static;
31471
+ border: none;
31472
+ background: inherit !important;
31473
+ height: 100px;
31474
+ vertical-align: middle;
31475
+ }
31476
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31477
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31430
31478
  font-weight: bold;
31431
- text-transform: uppercase;
31432
- font-feature-settings: "cpsp" on;
31433
- font-size: 13px;
31434
- line-height: 20px;
31479
+ font-size: 20px;
31480
+ color: rgba(10, 37, 85, 0.6);
31481
+ }
31482
+ .tta5kd2 .ant-table td.cell__action_ {
31483
+ padding: 0 !important;
31484
+ position: relative;
31485
+ background: #fff;
31486
+ }
31487
+ .tta5kd2 .ant-table td.cell__action_ > * {
31488
+ height: 100%;
31489
+ display: flex;
31490
+ align-items: center;
31491
+ justify-content: flex-end;
31492
+ padding-right: 8px;
31493
+ }
31494
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31495
+ width: 24px;
31496
+ height: 24px;
31497
+ cursor: pointer;
31498
+ justify-content: center;
31499
+ border-radius: 4px;
31500
+ }
31501
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31502
+ background: #fff;
31435
31503
  }
31436
31504
 
31437
- .l2i7fo9 {
31438
- font-family: Inter;
31439
- font-style: normal;
31440
- font-weight: normal;
31441
- font-size: 12px;
31505
+ .s1fc623g {
31506
+ width: 430px !important;
31507
+ }
31508
+
31509
+ .da3mx0o .ant-select-item-group {
31510
+ padding: 8px 16px;
31442
31511
  line-height: 18px;
31512
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31513
+ height: 34px;
31514
+ min-height: 34px;
31515
+ box-sizing: border-box;
31516
+ margin-top: 8px;
31443
31517
  }
31444
31518
 
31445
- .l1x7hscx {
31446
- font-family: Inter;
31447
- font-style: normal;
31448
- font-weight: 500;
31449
- font-size: 12px;
31519
+ .onr9gzt {
31520
+ display: flex;
31521
+ flex-direction: column;
31522
+ margin: 1px 8px;
31523
+ padding: 8px;
31524
+ border-radius: 4px;
31525
+ }
31526
+ .onr9gzt .selected-icon {
31527
+ display: none;
31528
+ }
31529
+ .onr9gzt.ant-select-item-option-grouped {
31530
+ padding-left: 8px;
31531
+ }
31532
+ .onr9gzt.ant-select-item-option-selected {
31533
+ background-color: white;
31534
+ }
31535
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31536
+ color: #0080ff;
31537
+ }
31538
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31539
+ display: block;
31540
+ }
31541
+ .onr9gzt.ant-select-item-option-active {
31542
+ background: rgba(0, 136, 255, 0.16);
31543
+ }
31544
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31545
+ color: #0080ff;
31546
+ }
31547
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31548
+ background: rgba(0, 136, 255, 0.1);
31549
+ color: #0080ff;
31550
+ }
31551
+
31552
+ .oiy0apc {
31553
+ display: flex;
31554
+ justify-content: space-between;
31555
+ height: 20px;
31556
+ line-height: 20px;
31557
+ }
31558
+ .oiy0apc .timezone-title {
31559
+ color: #2d3a56;
31560
+ overflow: hidden;
31561
+ text-overflow: ellipsis;
31562
+ }
31563
+
31564
+ .of4y382 {
31565
+ display: flex;
31566
+ justify-content: space-between;
31567
+ color: rgba(44, 56, 82, 0.6);
31568
+ height: 18px;
31450
31569
  line-height: 18px;
31570
+ margin-top: 2px;
31451
31571
  }
31452
31572
 
31453
- .le1jwan {
31573
+ .t19903l9 {
31574
+ border: none;
31575
+ margin-right: 0;
31576
+ background: rgba(225, 230, 241, 0.6);
31577
+ }
31578
+
31579
+ .ohwbvxu {
31580
+ pointer-events: none;
31581
+ height: 32px;
31582
+ width: 100%;
31583
+ opacity: 0;
31584
+ }
31585
+
31586
+ .i1e4sgug {
31587
+ display: inline-block;
31588
+ }
31589
+
31590
+ .d6j0lbj {
31454
31591
  font-family: Inter;
31455
31592
  font-style: normal;
31456
31593
  font-weight: bold;
31457
- font-size: 12px;
31458
- line-height: 18px;
31594
+ font-size: 32px;
31595
+ line-height: 40px;
31459
31596
  }
31460
31597
 
31461
- .lyxynfj {
31598
+ .d1xhvvxe {
31462
31599
  font-family: Inter;
31463
31600
  font-style: normal;
31464
- font-weight: normal;
31465
- font-size: 12px;
31466
- line-height: 18px;
31601
+ font-weight: bold;
31602
+ font-size: 24px;
31603
+ line-height: 32px;
31467
31604
  }
31468
31605
 
31469
- .lpb2nxv {
31606
+ .dk10mxq {
31470
31607
  font-family: Inter;
31471
31608
  font-style: normal;
31472
- font-weight: 500;
31473
- font-size: 12px;
31474
- line-height: 18px;
31609
+ font-weight: normal;
31610
+ font-size: 32px;
31611
+ line-height: 40px;
31475
31612
  }
31476
31613
 
31477
- .l1r8o3vv {
31614
+ .dxsait {
31478
31615
  font-family: Inter;
31479
31616
  font-style: normal;
31480
31617
  font-weight: bold;
31481
- font-size: 12px;
31482
- line-height: 18px;
31618
+ font-size: 20px;
31619
+ line-height: 24px;
31483
31620
  }
31484
31621
 
31485
- .lemnjy2 {
31622
+ .dokn0h3 {
31486
31623
  font-family: Inter;
31487
31624
  font-style: normal;
31488
31625
  font-weight: normal;
31489
- text-transform: uppercase;
31490
- font-feature-settings: "cpsp" on;
31491
- font-size: 12px;
31492
- line-height: 18px;
31626
+ font-size: 20px;
31627
+ line-height: 24px;
31493
31628
  }
31494
31629
 
31495
- .lrc42gb {
31630
+ .dobau4p {
31496
31631
  font-family: Inter;
31497
31632
  font-style: normal;
31498
31633
  font-weight: bold;
31499
- text-transform: uppercase;
31500
- font-feature-settings: "cpsp" on;
31501
- font-size: 12px;
31502
- line-height: 18px;
31634
+ font-size: 18px;
31635
+ line-height: 22px;
31503
31636
  }
31504
31637
 
31505
- .fqaz4mb {
31638
+ .dvolwok {
31506
31639
  font-family: Inter;
31507
31640
  font-style: normal;
31508
31641
  font-weight: normal;
31509
- font-size: 13px;
31510
- line-height: 20px;
31642
+ font-size: 18px;
31643
+ line-height: 22px;
31511
31644
  }
31512
31645
 
31513
- .f13we5o {
31646
+ .h181qhg4 {
31514
31647
  font-family: Inter;
31515
31648
  font-style: normal;
31516
- font-weight: normal;
31517
- font-size: 13px;
31518
- line-height: 20px;
31649
+ font-weight: bold;
31650
+ font-size: 16px;
31651
+ line-height: 22px;
31519
31652
  }
31520
31653
 
31521
- .ffmjua2 {
31654
+ .h1phgmcq {
31522
31655
  font-family: Inter;
31523
31656
  font-style: normal;
31524
31657
  font-weight: normal;
31525
- font-size: 12px;
31526
- line-height: 18px;
31658
+ font-size: 16px;
31659
+ line-height: 22px;
31527
31660
  }
31528
31661
 
31529
- .fz2mxw0 {
31662
+ .h173xnl1 {
31530
31663
  font-family: Inter;
31531
31664
  font-style: normal;
31532
- font-weight: normal;
31533
- font-size: 12px;
31534
- line-height: 18px;
31665
+ font-weight: bold;
31666
+ font-size: 14px;
31667
+ line-height: 20px;
31535
31668
  }
31536
31669
 
31537
- .t1ertzoh {
31670
+ .hedm4pz {
31538
31671
  font-family: Inter;
31539
31672
  font-style: normal;
31540
31673
  font-weight: normal;
31541
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31542
- font-size: 13px;
31674
+ font-size: 14px;
31543
31675
  line-height: 20px;
31544
31676
  }
31545
31677
 
31546
- .t19bge8r {
31678
+ .h1kd8xld {
31547
31679
  font-family: Inter;
31548
31680
  font-style: normal;
31549
- font-weight: normal;
31550
- font-feature-settings: "zero" on;
31551
- font-size: 13px;
31552
- line-height: 20px;
31681
+ font-weight: bold;
31682
+ font-size: 12px;
31683
+ line-height: 18px;
31553
31684
  }
31554
31685
 
31555
- .tjrzfyl {
31686
+ .hp14fr {
31556
31687
  font-family: Inter;
31557
31688
  font-style: normal;
31558
31689
  font-weight: normal;
31559
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31560
31690
  font-size: 12px;
31561
31691
  line-height: 18px;
31562
31692
  }
31563
31693
 
31564
- .tm6s7bo {
31694
+ .hgrg7mn {
31565
31695
  font-family: Inter;
31566
31696
  font-style: normal;
31567
- font-weight: 500;
31568
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31697
+ font-weight: bold;
31698
+ text-transform: uppercase;
31699
+ font-feature-settings: "cpsp" on;
31569
31700
  font-size: 12px;
31570
31701
  line-height: 18px;
31571
31702
  }
31572
31703
 
31573
- .t19zq6ic {
31704
+ .h6zme9x {
31574
31705
  font-family: Inter;
31575
31706
  font-style: normal;
31576
31707
  font-weight: normal;
31577
- font-feature-settings: "zero" on;
31708
+ text-transform: uppercase;
31709
+ font-feature-settings: "cpsp" on;
31578
31710
  font-size: 12px;
31579
31711
  line-height: 18px;
31580
31712
  }
31581
31713
 
31582
- .t1gduru8 {
31714
+ .locjvsv {
31583
31715
  font-family: Inter;
31584
31716
  font-style: normal;
31585
- font-weight: 500;
31586
- font-feature-settings: "zero" on;
31587
- font-size: 12px;
31588
- line-height: 18px;
31717
+ font-weight: normal;
31718
+ font-size: 16px;
31719
+ line-height: 24px;
31589
31720
  }
31590
31721
 
31591
- .t55raab {
31722
+ .l13gi131 {
31592
31723
  font-family: Inter;
31593
31724
  font-style: normal;
31594
31725
  font-weight: bold;
31595
- font-feature-settings: "zero" on;
31596
31726
  font-size: 16px;
31597
31727
  line-height: 24px;
31598
31728
  }
31599
31729
 
31600
- .u1w9abfe {
31730
+ .l1ynemsu {
31601
31731
  font-family: Inter;
31602
31732
  font-style: normal;
31603
31733
  font-weight: normal;
31604
- font-size: 10px;
31605
- line-height: 12px;
31734
+ font-size: 16px;
31735
+ line-height: 24px;
31606
31736
  }
31607
31737
 
31608
- .i1e4sgug {
31609
- display: inline-block;
31738
+ .l1cft1cx {
31739
+ font-family: Inter;
31740
+ font-style: normal;
31741
+ font-weight: bold;
31742
+ font-size: 16px;
31743
+ line-height: 24px;
31610
31744
  }
31611
31745
 
31612
- .s1fc623g {
31613
- width: 430px !important;
31746
+ .l17tqc8p {
31747
+ font-family: Inter;
31748
+ font-style: normal;
31749
+ font-weight: normal;
31750
+ text-transform: uppercase;
31751
+ font-feature-settings: "cpsp" on;
31752
+ font-size: 16px;
31753
+ line-height: 24px;
31614
31754
  }
31615
31755
 
31616
- .da3mx0o .ant-select-item-group {
31617
- padding: 8px 16px;
31618
- line-height: 18px;
31619
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31620
- height: 34px;
31621
- min-height: 34px;
31622
- box-sizing: border-box;
31623
- margin-top: 8px;
31756
+ .l1j1e5w7 {
31757
+ font-family: Inter;
31758
+ font-style: normal;
31759
+ font-weight: bold;
31760
+ text-transform: uppercase;
31761
+ font-feature-settings: "cpsp" on;
31762
+ font-size: 16px;
31763
+ line-height: 24px;
31624
31764
  }
31625
31765
 
31626
- .onr9gzt {
31627
- display: flex;
31628
- flex-direction: column;
31629
- margin: 1px 8px;
31630
- padding: 8px;
31631
- border-radius: 4px;
31632
- }
31633
- .onr9gzt .selected-icon {
31634
- display: none;
31635
- }
31636
- .onr9gzt.ant-select-item-option-grouped {
31637
- padding-left: 8px;
31766
+ .l1gf91jb {
31767
+ font-family: Inter;
31768
+ font-style: normal;
31769
+ font-weight: normal;
31770
+ font-size: 14px;
31771
+ line-height: 22px;
31638
31772
  }
31639
- .onr9gzt.ant-select-item-option-selected {
31640
- background-color: white;
31773
+
31774
+ .lu7hlr6 {
31775
+ font-family: Inter;
31776
+ font-style: normal;
31777
+ font-weight: 500;
31778
+ font-size: 14px;
31779
+ line-height: 22px;
31641
31780
  }
31642
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31643
- color: #0080ff;
31781
+
31782
+ .l3l3jf0 {
31783
+ font-family: Inter;
31784
+ font-style: normal;
31785
+ font-weight: bold;
31786
+ font-size: 14px;
31787
+ line-height: 22px;
31644
31788
  }
31645
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31646
- display: block;
31789
+
31790
+ .l12j5nqp {
31791
+ font-family: Inter;
31792
+ font-style: normal;
31793
+ font-weight: normal;
31794
+ font-size: 14px;
31795
+ line-height: 22px;
31647
31796
  }
31648
- .onr9gzt.ant-select-item-option-active {
31649
- background: rgba(0, 136, 255, 0.16);
31797
+
31798
+ .l1tecqht {
31799
+ font-family: Inter;
31800
+ font-style: normal;
31801
+ font-weight: bold;
31802
+ font-size: 14px;
31803
+ line-height: 22px;
31650
31804
  }
31651
- .onr9gzt.ant-select-item-option-active .timezone-title {
31652
- color: #0080ff;
31805
+
31806
+ .l6sa990 {
31807
+ font-family: Inter;
31808
+ font-style: normal;
31809
+ font-weight: normal;
31810
+ text-transform: uppercase;
31811
+ font-feature-settings: "cpsp" on;
31812
+ font-size: 14px;
31813
+ line-height: 22px;
31653
31814
  }
31654
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31655
- background: rgba(0, 136, 255, 0.1);
31656
- color: #0080ff;
31815
+
31816
+ .lckqe8j {
31817
+ font-family: Inter;
31818
+ font-style: normal;
31819
+ font-weight: bold;
31820
+ text-transform: uppercase;
31821
+ font-feature-settings: "cpsp" on;
31822
+ font-size: 14px;
31823
+ line-height: 22px;
31657
31824
  }
31658
31825
 
31659
- .oiy0apc {
31660
- display: flex;
31661
- justify-content: space-between;
31662
- height: 20px;
31826
+ .l1kuminb {
31827
+ font-family: Inter;
31828
+ font-style: normal;
31829
+ font-weight: normal;
31830
+ font-size: 13px;
31663
31831
  line-height: 20px;
31664
31832
  }
31665
- .oiy0apc .timezone-title {
31666
- color: #2d3a56;
31667
- overflow: hidden;
31668
- text-overflow: ellipsis;
31669
- }
31670
31833
 
31671
- .of4y382 {
31672
- display: flex;
31673
- justify-content: space-between;
31674
- color: rgba(44, 56, 82, 0.6);
31675
- height: 18px;
31676
- line-height: 18px;
31677
- margin-top: 2px;
31834
+ .l1pbuf5j {
31835
+ font-family: Inter;
31836
+ font-style: normal;
31837
+ font-weight: 600;
31838
+ font-size: 13px;
31839
+ line-height: 20px;
31678
31840
  }
31679
31841
 
31680
- .t19903l9 {
31681
- border: none;
31682
- margin-right: 0;
31683
- background: rgba(225, 230, 241, 0.6);
31842
+ .l1r4ztu {
31843
+ font-family: Inter;
31844
+ font-style: normal;
31845
+ font-weight: bold;
31846
+ font-size: 13px;
31847
+ line-height: 20px;
31684
31848
  }
31685
31849
 
31686
- .ohwbvxu {
31687
- pointer-events: none;
31688
- height: 32px;
31689
- width: 100%;
31690
- opacity: 0;
31850
+ .ly8vzok {
31851
+ font-family: Inter;
31852
+ font-style: normal;
31853
+ font-weight: normal;
31854
+ font-size: 13px;
31855
+ line-height: 20px;
31691
31856
  }
31692
31857
 
31693
- .t1upn1sz {
31694
- height: 100%;
31858
+ .lumfmf {
31859
+ font-family: Inter;
31860
+ font-style: normal;
31861
+ font-weight: 600;
31862
+ font-size: 13px;
31863
+ line-height: 20px;
31695
31864
  }
31696
31865
 
31697
- .tta5kd2 {
31698
- height: 100%;
31699
- }
31700
- .tta5kd2.empty-table .ant-table-content {
31701
- overflow: visible !important;
31702
- height: 100%;
31703
- }
31704
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31705
- height: 100%;
31706
- }
31707
- .tta5kd2.empty-table .ant-table-content table {
31708
- width: 100% !important;
31709
- height: 100%;
31710
- }
31711
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31712
- padding: 15px 0;
31713
- }
31714
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31715
- display: none;
31716
- }
31717
- .tta5kd2 .active-row td:nth-child(1) {
31718
- font-weight: 700;
31719
- }
31720
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31721
- font-weight: 700;
31722
- }
31723
- .tta5kd2 .ant-spin-nested-loading {
31724
- height: 100%;
31725
- }
31726
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31727
- height: 100%;
31728
- overflow: visible;
31729
- }
31730
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31731
- max-height: none;
31732
- }
31733
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31734
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31735
- display: none;
31736
- }
31737
- .tta5kd2 td.ant-table-column-sort {
31738
- background: transparent;
31739
- }
31740
- .tta5kd2 td.ant-table-cell-fix-left,
31741
- .tta5kd2 td.ant-table-cell-fix-right {
31742
- background: #fff;
31743
- padding: 0 !important;
31744
- }
31745
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31746
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31747
- display: flex;
31748
- align-items: center;
31749
- height: 100%;
31750
- padding: 8px;
31751
- }
31752
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31753
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31754
- overflow: hidden;
31755
- text-overflow: ellipsis;
31756
- width: 100%;
31866
+ .l16ujwmv {
31867
+ font-family: Inter;
31868
+ font-style: normal;
31869
+ font-weight: bold;
31870
+ font-size: 13px;
31871
+ line-height: 20px;
31757
31872
  }
31758
- .tta5kd2 .ant-table-container {
31759
- height: 100%;
31873
+
31874
+ .l17o1ffr {
31875
+ font-family: Inter;
31876
+ font-style: normal;
31877
+ font-weight: normal;
31878
+ text-transform: uppercase;
31879
+ font-feature-settings: "cpsp" on;
31880
+ font-size: 13px;
31881
+ line-height: 20px;
31760
31882
  }
31761
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31762
- box-shadow: none !important;
31883
+
31884
+ .lngllvn {
31885
+ font-family: Inter;
31886
+ font-style: normal;
31887
+ font-weight: bold;
31888
+ text-transform: uppercase;
31889
+ font-feature-settings: "cpsp" on;
31890
+ font-size: 13px;
31891
+ line-height: 20px;
31763
31892
  }
31764
- .tta5kd2 .ant-table {
31765
- border-radius: 0px;
31766
- border-left: none;
31767
- border-right: none;
31768
- border-bottom: none;
31769
- height: 100%;
31893
+
31894
+ .l2i7fo9 {
31895
+ font-family: Inter;
31896
+ font-style: normal;
31897
+ font-weight: normal;
31770
31898
  font-size: 12px;
31771
- background: transparent;
31772
- }
31773
- .tta5kd2 .ant-table .ant-table-header {
31774
- position: relative;
31775
- z-index: 3;
31776
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31777
- margin-bottom: -1px;
31778
- }
31779
- .tta5kd2 .ant-table .time-wrapper .data,
31780
- .tta5kd2 .ant-table .value {
31781
- color: #2d3a56;
31782
- }
31783
- .tta5kd2 .ant-table .time-wrapper .time,
31784
- .tta5kd2 .ant-table .unit {
31785
- color: rgba(44, 56, 82, 0.6);
31786
- }
31787
- .tta5kd2 .ant-table .ant-table-selection {
31788
- position: unset;
31789
- text-align: center;
31790
- }
31791
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31792
- background: #fff;
31793
- }
31794
- .tta5kd2 .ant-table .anticon-setting {
31795
- cursor: pointer;
31796
- position: absolute;
31797
- top: 50%;
31798
- right: 12px;
31799
- transform: translateY(-50%);
31800
- }
31801
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31802
- box-shadow: none;
31803
- width: 1px;
31804
- background: rgba(213, 219, 227, 0.6);
31805
- }
31806
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31807
- box-shadow: none;
31808
- width: 1px;
31809
- background: rgba(213, 219, 227, 0.6);
31810
- }
31811
- .tta5kd2 .ant-table .ant-table-tbody {
31812
- position: relative;
31813
- }
31814
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31815
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31816
- border-bottom: 1px solid white;
31817
- height: 40px;
31818
- vertical-align: middle;
31819
- transition: background 0ms;
31820
- color: #00122e;
31821
- }
31822
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31823
- background: #f2f5fa;
31824
- border-bottom-color: #f2f5fa;
31899
+ line-height: 18px;
31825
31900
  }
31826
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31827
- height: auto;
31828
- color: #00122e;
31901
+
31902
+ .l1x7hscx {
31903
+ font-family: Inter;
31904
+ font-style: normal;
31905
+ font-weight: 500;
31829
31906
  font-size: 12px;
31830
- text-align: left;
31831
- transition: none;
31832
- overflow: hidden;
31833
- text-overflow: ellipsis;
31834
- white-space: nowrap;
31835
- }
31836
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31837
- color: #0096ff;
31838
- }
31839
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31840
- overflow: hidden;
31841
- text-overflow: ellipsis;
31842
- width: 100%;
31843
- vertical-align: middle;
31844
- }
31845
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31846
- line-height: 0px;
31847
- }
31848
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31849
- padding-right: 25px;
31850
- }
31851
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31852
- border-top-color: transparent;
31853
- }
31854
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31855
- background: rgba(225, 230, 241, 0.6);
31856
- border-color: transparent transparent white;
31857
- }
31858
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31859
- border-radius: 8px 0 0 8px;
31860
- }
31861
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31862
- border-radius: 8px 0 0 8px;
31863
- }
31864
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31865
- content: "";
31866
- width: 4px;
31867
- top: -1px;
31868
- bottom: -1px;
31869
- background: white;
31870
- }
31871
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31872
- border-radius: 0 8px 8px 0;
31873
- }
31874
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31875
- border-radius: 0;
31876
- background: white;
31877
- border-top: none;
31878
- }
31879
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31880
- border-top: 1px solid transparent;
31881
- border-radius: 0 8px 8px 0;
31882
- background: rgba(225, 230, 241, 0.6);
31883
- }
31884
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31885
- background: white;
31886
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31887
- }
31888
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31889
- display: flex;
31890
- align-items: center;
31891
- height: 100%;
31892
- background: rgba(225, 230, 241, 0.6);
31893
- }
31894
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31895
- background: white;
31896
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31897
- }
31898
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31899
- display: flex;
31900
- align-items: center;
31901
- height: 100%;
31902
- background: rgba(225, 230, 241, 0.6);
31903
- }
31904
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31905
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31906
- }
31907
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31908
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31909
- border-radius: 8px;
31910
- }
31911
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31912
- border-top-color: white;
31913
- }
31914
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31915
- background: rgba(0, 136, 255, 0.1);
31916
- border-bottom-color: transparent;
31917
- border-top-color: transparent;
31918
- }
31919
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31920
- border-radius: 8px 0 0 8px;
31921
- }
31922
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31923
- border-radius: 0 8px 8px 0;
31924
- }
31925
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31926
- background: rgba(0, 136, 255, 0.1);
31927
- }
31928
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31929
- background: #fff;
31930
- font-weight: 400;
31931
- position: relative;
31932
- border-bottom: none;
31933
- color: #00122e;
31934
- transition: none;
31935
- padding: 15px 8px 15px 8px;
31936
- }
31937
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31938
- content: "";
31939
- width: 1px;
31940
- top: 0;
31941
- bottom: 0;
31942
- background: rgba(211, 218, 235, 0.6);
31943
- position: absolute;
31944
- right: 0;
31945
- }
31946
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31947
- padding: unset;
31948
- }
31949
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31950
- display: none;
31951
- }
31952
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31953
- width: 100%;
31954
- overflow: hidden;
31955
- white-space: nowrap;
31956
- text-overflow: ellipsis;
31957
- }
31958
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31959
- overflow: hidden;
31960
- text-overflow: ellipsis;
31961
- flex: 1;
31962
- }
31963
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31964
- padding: 15px 25px 15px 8px;
31965
- }
31966
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31967
- padding: 0;
31968
- }
31969
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31970
- position: absolute;
31971
- right: 6px;
31972
- top: 50%;
31973
- transform: translateY(-50%);
31974
- height: 16px;
31975
- display: none;
31976
- transition: transform 320ms ease;
31977
- }
31978
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31979
- display: block;
31980
- transform: translateY(-50%) rotateX(180deg);
31907
+ line-height: 18px;
31981
31908
  }
31982
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31983
- display: block;
31909
+
31910
+ .le1jwan {
31911
+ font-family: Inter;
31912
+ font-style: normal;
31913
+ font-weight: bold;
31914
+ font-size: 12px;
31915
+ line-height: 18px;
31984
31916
  }
31985
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31986
- display: none;
31917
+
31918
+ .lyxynfj {
31919
+ font-family: Inter;
31920
+ font-style: normal;
31921
+ font-weight: normal;
31922
+ font-size: 12px;
31923
+ line-height: 18px;
31987
31924
  }
31988
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31989
- transform: translateY(-50%);
31925
+
31926
+ .lpb2nxv {
31927
+ font-family: Inter;
31928
+ font-style: normal;
31929
+ font-weight: 500;
31930
+ font-size: 12px;
31931
+ line-height: 18px;
31990
31932
  }
31991
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31992
- transform: translateY(-50%) rotateX(180deg);
31933
+
31934
+ .l1r8o3vv {
31935
+ font-family: Inter;
31936
+ font-style: normal;
31937
+ font-weight: bold;
31938
+ font-size: 12px;
31939
+ line-height: 18px;
31993
31940
  }
31994
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31995
- background: #f2f5fa;
31941
+
31942
+ .lemnjy2 {
31943
+ font-family: Inter;
31944
+ font-style: normal;
31945
+ font-weight: normal;
31946
+ text-transform: uppercase;
31947
+ font-feature-settings: "cpsp" on;
31948
+ font-size: 12px;
31949
+ line-height: 18px;
31996
31950
  }
31997
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31998
- display: block;
31951
+
31952
+ .lrc42gb {
31953
+ font-family: Inter;
31954
+ font-style: normal;
31955
+ font-weight: bold;
31956
+ text-transform: uppercase;
31957
+ font-feature-settings: "cpsp" on;
31958
+ font-size: 12px;
31959
+ line-height: 18px;
31999
31960
  }
32000
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
32001
- padding-right: 25px;
31961
+
31962
+ .fqaz4mb {
31963
+ font-family: Inter;
31964
+ font-style: normal;
31965
+ font-weight: normal;
31966
+ font-size: 13px;
31967
+ line-height: 20px;
32002
31968
  }
32003
- .tta5kd2 .ant-table .ant-table-selection-column {
32004
- padding: 0 !important;
31969
+
31970
+ .f13we5o {
31971
+ font-family: Inter;
31972
+ font-style: normal;
31973
+ font-weight: normal;
31974
+ font-size: 13px;
31975
+ line-height: 20px;
32005
31976
  }
32006
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
32007
- position: absolute;
32008
- left: 50%;
32009
- top: 50%;
32010
- transform: translate(-50%, -50%);
31977
+
31978
+ .ffmjua2 {
31979
+ font-family: Inter;
31980
+ font-style: normal;
31981
+ font-weight: normal;
31982
+ font-size: 12px;
31983
+ line-height: 18px;
32011
31984
  }
32012
- .tta5kd2 .ant-table .ant-table-selection-column:after {
32013
- display: none;
31985
+
31986
+ .fz2mxw0 {
31987
+ font-family: Inter;
31988
+ font-style: normal;
31989
+ font-weight: normal;
31990
+ font-size: 12px;
31991
+ line-height: 18px;
32014
31992
  }
32015
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
32016
- background: #fff;
31993
+
31994
+ .t1ertzoh {
31995
+ font-family: Inter;
31996
+ font-style: normal;
31997
+ font-weight: normal;
31998
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31999
+ font-size: 13px;
32000
+ line-height: 20px;
32017
32001
  }
32018
- .tta5kd2 .ant-table .ant-table-placeholder {
32019
- background: inherit;
32002
+
32003
+ .t19bge8r {
32004
+ font-family: Inter;
32005
+ font-style: normal;
32006
+ font-weight: normal;
32007
+ font-feature-settings: "zero" on;
32008
+ font-size: 13px;
32009
+ line-height: 20px;
32020
32010
  }
32021
- .tta5kd2 .ant-table .ant-table-placeholder td {
32022
- position: static;
32023
- border: none;
32024
- background: inherit !important;
32025
- height: 100px;
32026
- vertical-align: middle;
32011
+
32012
+ .tjrzfyl {
32013
+ font-family: Inter;
32014
+ font-style: normal;
32015
+ font-weight: normal;
32016
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32017
+ font-size: 12px;
32018
+ line-height: 18px;
32027
32019
  }
32028
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
32029
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
32030
- font-weight: bold;
32031
- font-size: 20px;
32032
- color: rgba(10, 37, 85, 0.6);
32020
+
32021
+ .tm6s7bo {
32022
+ font-family: Inter;
32023
+ font-style: normal;
32024
+ font-weight: 500;
32025
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32026
+ font-size: 12px;
32027
+ line-height: 18px;
32033
32028
  }
32034
- .tta5kd2 .ant-table td.cell__action_ {
32035
- padding: 0 !important;
32036
- position: relative;
32037
- background: #fff;
32029
+
32030
+ .t19zq6ic {
32031
+ font-family: Inter;
32032
+ font-style: normal;
32033
+ font-weight: normal;
32034
+ font-feature-settings: "zero" on;
32035
+ font-size: 12px;
32036
+ line-height: 18px;
32038
32037
  }
32039
- .tta5kd2 .ant-table td.cell__action_ > * {
32040
- height: 100%;
32041
- display: flex;
32042
- align-items: center;
32043
- justify-content: flex-end;
32044
- padding-right: 8px;
32038
+
32039
+ .t1gduru8 {
32040
+ font-family: Inter;
32041
+ font-style: normal;
32042
+ font-weight: 500;
32043
+ font-feature-settings: "zero" on;
32044
+ font-size: 12px;
32045
+ line-height: 18px;
32045
32046
  }
32046
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
32047
- width: 24px;
32048
- height: 24px;
32049
- cursor: pointer;
32050
- justify-content: center;
32051
- border-radius: 4px;
32047
+
32048
+ .t55raab {
32049
+ font-family: Inter;
32050
+ font-style: normal;
32051
+ font-weight: bold;
32052
+ font-feature-settings: "zero" on;
32053
+ font-size: 16px;
32054
+ line-height: 24px;
32052
32055
  }
32053
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
32054
- background: #fff;
32056
+
32057
+ .u1w9abfe {
32058
+ font-family: Inter;
32059
+ font-style: normal;
32060
+ font-weight: normal;
32061
+ font-size: 10px;
32062
+ line-height: 12px;
32055
32063
  }
32056
32064
 
32057
32065
  .m15dvk92 {
@@ -32473,15 +32481,6 @@ input.rrg1fkn.ant-input {
32473
32481
  margin-left: 8px;
32474
32482
  }
32475
32483
 
32476
- .o8ocss1 {
32477
- overflow: hidden;
32478
- text-overflow: ellipsis;
32479
- }
32480
-
32481
- .n17syc35 {
32482
- white-space: nowrap;
32483
- }
32484
-
32485
32484
  .s1uupxds {
32486
32485
  padding: 0 8px;
32487
32486
  border-radius: 4px;
@@ -32538,6 +32537,10 @@ input.rrg1fkn.ant-input {
32538
32537
  color: #1d326c;
32539
32538
  background-color: rgba(225, 230, 241, 0.6);
32540
32539
  }
32540
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32541
+ color: #7E41FF;
32542
+ background-color: rgba(126, 65, 255, 0.1);
32543
+ }
32541
32544
  .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32542
32545
  color: #fff;
32543
32546
  }
@@ -32556,6 +32559,18 @@ input.rrg1fkn.ant-input {
32556
32559
  .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32557
32560
  background-color: #6b7d99;
32558
32561
  }
32562
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32563
+ background-color: #7E41FF;
32564
+ }
32565
+
32566
+ .o8ocss1 {
32567
+ overflow: hidden;
32568
+ text-overflow: ellipsis;
32569
+ }
32570
+
32571
+ .n17syc35 {
32572
+ white-space: nowrap;
32573
+ }
32559
32574
 
32560
32575
  .sq6vos1 {
32561
32576
  --item-min-width: 60px;
@@ -32773,12 +32788,12 @@ input.rrg1fkn.ant-input {
32773
32788
  }
32774
32789
 
32775
32790
  .c1k4vanq {
32776
- padding: 0 16px 14px 16px;
32791
+ padding: 0 12px 14px 12px;
32777
32792
  }
32778
32793
 
32779
32794
  .c1udgdh2 {
32780
32795
  color: #2d3a56;
32781
- padding: 12px 16px 10px 16px;
32796
+ padding: 7px 12px;
32782
32797
  display: flex;
32783
32798
  justify-content: space-between;
32784
32799
  align-items: center;
@@ -32832,35 +32847,21 @@ input.rrg1fkn.ant-input {
32832
32847
  margin-right: 6px;
32833
32848
  }
32834
32849
 
32835
- .f1p9ti6d {
32836
- width: 100%;
32837
- margin-bottom: 0 !important;
32838
- flex-flow: nowrap !important;
32839
- line-break: auto;
32840
- }
32841
- .f1p9ti6d > .ant-form-item-label {
32842
- text-align: left !important;
32843
- padding-bottom: 0 !important;
32844
- }
32845
- .f1p9ti6d > .ant-form-item-label > label {
32846
- min-height: 32px;
32847
- height: auto;
32848
- font-size: 13px;
32849
- color: rgba(44, 56, 82, 0.6);
32850
- white-space: normal;
32850
+ .bab9xum {
32851
+ 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);
32851
32852
  }
32852
- .f1p9ti6d.ant-form-item-has-error .ant-input {
32853
- border-color: #ff4d4f !important;
32853
+
32854
+ .cav4gt6 {
32855
+ border-radius: 8px;
32856
+ background-color: white;
32854
32857
  }
32855
- .f1p9ti6d .ant-form-item-explain {
32856
- margin-top: 4px;
32857
- font-size: 12px;
32858
- min-height: 0px;
32858
+ .cav4gt6.hoverable {
32859
+ cursor: pointer;
32859
32860
  }
32860
- .f1p9ti6d .ant-form-item-extra {
32861
- font-size: 12px;
32862
- color: rgba(44, 56, 82, 0.6);
32863
- min-height: 0px;
32861
+ .cav4gt6.hoverable:hover {
32862
+ transition: all 200ms ease;
32863
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32864
+ transform: translateY(-4px);
32864
32865
  }
32865
32866
 
32866
32867
  .tc40oxa {
@@ -33056,21 +33057,35 @@ input.rrg1fkn.ant-input {
33056
33057
  margin-right: 8px;
33057
33058
  }
33058
33059
 
33059
- .bab9xum {
33060
- 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);
33060
+ .f1p9ti6d {
33061
+ width: 100%;
33062
+ margin-bottom: 0 !important;
33063
+ flex-flow: nowrap !important;
33064
+ line-break: auto;
33061
33065
  }
33062
-
33063
- .cav4gt6 {
33064
- border-radius: 4px;
33065
- background-color: white;
33066
+ .f1p9ti6d > .ant-form-item-label {
33067
+ text-align: left !important;
33068
+ padding-bottom: 0 !important;
33066
33069
  }
33067
- .cav4gt6.hoverable {
33068
- cursor: pointer;
33070
+ .f1p9ti6d > .ant-form-item-label > label {
33071
+ min-height: 32px;
33072
+ height: auto;
33073
+ font-size: 13px;
33074
+ color: rgba(44, 56, 82, 0.6);
33075
+ white-space: normal;
33069
33076
  }
33070
- .cav4gt6.hoverable:hover {
33071
- transition: all 200ms ease;
33072
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33073
- transform: translateY(-4px);
33077
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33078
+ border-color: #ff4d4f !important;
33079
+ }
33080
+ .f1p9ti6d .ant-form-item-explain {
33081
+ margin-top: 4px;
33082
+ font-size: 12px;
33083
+ min-height: 0px;
33084
+ }
33085
+ .f1p9ti6d .ant-form-item-extra {
33086
+ font-size: 12px;
33087
+ color: rgba(44, 56, 82, 0.6);
33088
+ min-height: 0px;
33074
33089
  }
33075
33090
 
33076
33091
  .w1xcixj5.outside-tag {
@@ -33155,25 +33170,6 @@ input.rrg1fkn.ant-input {
33155
33170
  font-size: inherit;
33156
33171
  }
33157
33172
 
33158
- .feau332.ant-form-item {
33159
- margin-bottom: 0;
33160
- }
33161
- .feau332 .ant-form-item-explain {
33162
- display: none;
33163
- min-height: 18px;
33164
- margin-top: 5px;
33165
- font-family: "Inter";
33166
- font-weight: 400;
33167
- font-size: 12px;
33168
- line-height: 18px;
33169
- }
33170
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33171
- white-space: pre-wrap;
33172
- }
33173
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33174
- display: block;
33175
- }
33176
-
33177
33173
  .a6dbbkm .ant-input-number-handler-wrap {
33178
33174
  display: var(--a6dbbkm-0);
33179
33175
  }
@@ -33203,4 +33199,23 @@ input.rrg1fkn.ant-input {
33203
33199
  margin: 0;
33204
33200
  height: auto;
33205
33201
  font-size: inherit;
33202
+ }
33203
+
33204
+ .feau332.ant-form-item {
33205
+ margin-bottom: 0;
33206
+ }
33207
+ .feau332 .ant-form-item-explain {
33208
+ display: none;
33209
+ min-height: 18px;
33210
+ margin-top: 5px;
33211
+ font-family: "Inter";
33212
+ font-weight: 400;
33213
+ font-size: 12px;
33214
+ line-height: 18px;
33215
+ }
33216
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33217
+ white-space: pre-wrap;
33218
+ }
33219
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33220
+ display: block;
33206
33221
  }