@oliasoft-open-source/react-ui-library 3.11.0-beta-7 → 3.11.0-beta-9

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/global.css CHANGED
@@ -4223,103 +4223,103 @@ html[data-theme='dark'] {
4223
4223
  /*
4224
4224
  Z-INDEX
4225
4225
  */
4226
- ._inputInTable_gtaak_337 {
4226
+ ._inputInTable_qigx7_337 {
4227
4227
  background-color: transparent;
4228
4228
  border-radius: inherit !important;
4229
4229
  height: var(--size);
4230
4230
  min-height: 100%;
4231
4231
  }
4232
- ._inputInTable_gtaak_337:not(:hover) {
4232
+ ._inputInTable_qigx7_337:not(:hover) {
4233
4233
  border-color: transparent;
4234
4234
  }
4235
- ._inputHover_gtaak_346 {
4235
+ ._inputHover_qigx7_346 {
4236
4236
  position: relative;
4237
4237
  border-color: var(--color-border-hover);
4238
4238
  z-index: 2;
4239
4239
  }
4240
- ._inputFocus_gtaak_351 {
4240
+ ._inputFocus_qigx7_351 {
4241
4241
  position: relative;
4242
4242
  outline: none !important;
4243
4243
  border-color: var(--color-border-focus) !important;
4244
4244
  box-shadow: var(--shadow-focus);
4245
4245
  z-index: 3;
4246
4246
  }
4247
- ._inputError_gtaak_358,
4248
- ._inputWarning_gtaak_359 {
4247
+ ._inputError_qigx7_358,
4248
+ ._inputWarning_qigx7_359 {
4249
4249
  position: relative;
4250
4250
  }
4251
- ._inputError_gtaak_358 {
4251
+ ._inputError_qigx7_358 {
4252
4252
  z-index: 2;
4253
- border-color: var(--color-border-error) !important;
4253
+ border-color: var(--color-border-error);
4254
4254
  color: var(--color-text-error) !important;
4255
4255
  background-color: var(--color-background-error);
4256
4256
  }
4257
- ._inputError_gtaak_358:hover {
4257
+ ._inputError_qigx7_358:hover {
4258
4258
  border-color: var(--color-border-error-hover) !important;
4259
4259
  }
4260
- ._inputError_gtaak_358:focus {
4260
+ ._inputError_qigx7_358:focus {
4261
4261
  position: relative;
4262
4262
  outline: none !important;
4263
4263
  border-color: var(--color-border-focus) !important;
4264
4264
  box-shadow: var(--shadow-focus);
4265
4265
  z-index: 3;
4266
4266
  }
4267
- ._inputWarning_gtaak_359 {
4267
+ ._inputWarning_qigx7_359 {
4268
4268
  z-index: 1;
4269
- border-color: var(--color-border-warning) !important;
4269
+ border-color: var(--color-border-warning);
4270
4270
  color: var(--color-text-warning) !important;
4271
4271
  background-color: var(--color-background-warning);
4272
4272
  }
4273
- ._inputWarning_gtaak_359:hover {
4273
+ ._inputWarning_qigx7_359:hover {
4274
4274
  border-color: var(--color-border-warning-hover) !important;
4275
4275
  }
4276
- ._inputWarning_gtaak_359:focus {
4276
+ ._inputWarning_qigx7_359:focus {
4277
4277
  position: relative;
4278
4278
  outline: none !important;
4279
4279
  border-color: var(--color-border-focus) !important;
4280
4280
  box-shadow: var(--shadow-focus);
4281
4281
  z-index: 3;
4282
4282
  }
4283
- ._inputDisabled_gtaak_394 {
4283
+ ._inputDisabled_qigx7_394 {
4284
4284
  pointer-events: none;
4285
4285
  background-color: var(--color-background-disabled);
4286
4286
  color: var(--color-text-muted);
4287
4287
  }
4288
- ._hideScrollbars_gtaak_399 {
4288
+ ._hideScrollbars_qigx7_399 {
4289
4289
  /* Firefox */
4290
4290
  scrollbar-width: none;
4291
4291
  /* IE 10+ */
4292
4292
  -ms-overflow-style: none;
4293
4293
  /* Chrome, Safari and Opera */
4294
4294
  }
4295
- ._hideScrollbars_gtaak_399::-webkit-scrollbar {
4295
+ ._hideScrollbars_qigx7_399::-webkit-scrollbar {
4296
4296
  display: none;
4297
4297
  }
4298
- ._scrollbars_gtaak_409 {
4298
+ ._scrollbars_qigx7_409 {
4299
4299
  overflow: overlay;
4300
4300
  --scrollbar-color: #00000040;
4301
4301
  }
4302
- ._scrollbars_gtaak_409::-webkit-scrollbar {
4302
+ ._scrollbars_qigx7_409::-webkit-scrollbar {
4303
4303
  display: block;
4304
4304
  width: 16px;
4305
4305
  z-index: 2;
4306
4306
  }
4307
- ._scrollbars_gtaak_409::-webkit-scrollbar-button {
4307
+ ._scrollbars_qigx7_409::-webkit-scrollbar-button {
4308
4308
  display: none;
4309
4309
  }
4310
- ._scrollbars_gtaak_409::-webkit-scrollbar-track {
4310
+ ._scrollbars_qigx7_409::-webkit-scrollbar-track {
4311
4311
  background-color: #00000000;
4312
4312
  }
4313
- ._scrollbars_gtaak_409::-webkit-scrollbar-track-piece {
4313
+ ._scrollbars_qigx7_409::-webkit-scrollbar-track-piece {
4314
4314
  background-color: #00000000;
4315
4315
  }
4316
- ._scrollbars_gtaak_409::-webkit-scrollbar-thumb {
4316
+ ._scrollbars_qigx7_409::-webkit-scrollbar-thumb {
4317
4317
  background-color: #00000000;
4318
4318
  border: 5px solid transparent;
4319
4319
  border-radius: 24px;
4320
4320
  box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
4321
4321
  }
4322
- ._scrollbars_gtaak_409::-webkit-scrollbar-corner {
4322
+ ._scrollbars_qigx7_409::-webkit-scrollbar-corner {
4323
4323
  background: rgba(0, 0, 0, 0);
4324
4324
  }
4325
4325
  :root {
@@ -4356,7 +4356,7 @@ html[data-theme='dark'] {
4356
4356
  --color-border-button-hover: var(--color-border);
4357
4357
  --color-text-button-muted: rgba(255, 255, 255, 0.4);
4358
4358
  }
4359
- ._button_gtaak_470 {
4359
+ ._button_qigx7_470 {
4360
4360
  cursor: pointer;
4361
4361
  display: inline-flex;
4362
4362
  align-items: center;
@@ -4382,82 +4382,82 @@ html[data-theme='dark'] {
4382
4382
  min-height: var(--size);
4383
4383
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
4384
4384
  }
4385
- ._button_gtaak_470:hover {
4385
+ ._button_qigx7_470:hover {
4386
4386
  background: var(--color-background-button-default-hover);
4387
4387
  border-color: var(--color-border-button-hover);
4388
4388
  }
4389
- ._button_gtaak_470:focus {
4389
+ ._button_qigx7_470:focus {
4390
4390
  box-shadow: var(--shadow-focus);
4391
4391
  }
4392
- ._button_gtaak_470:active {
4392
+ ._button_qigx7_470:active {
4393
4393
  background: var(--color-background-button-default-active);
4394
4394
  box-shadow: none;
4395
4395
  }
4396
- ._button_gtaak_470._active_gtaak_507:not(._green_gtaak_507):not(._red_gtaak_507):not(._orange_gtaak_507) {
4396
+ ._button_qigx7_470._active_qigx7_507:not(._green_qigx7_507):not(._red_qigx7_507):not(._orange_qigx7_507) {
4397
4397
  border-color: var(--color-background-button-primary);
4398
4398
  color: var(--color-text-primary);
4399
4399
  position: relative;
4400
4400
  z-index: 2;
4401
4401
  }
4402
- ._button_gtaak_470:hover,
4403
- ._button_gtaak_470:focus,
4404
- ._button_gtaak_470:active {
4402
+ ._button_qigx7_470:hover,
4403
+ ._button_qigx7_470:focus,
4404
+ ._button_qigx7_470:active {
4405
4405
  position: relative;
4406
4406
  z-index: 1;
4407
4407
  }
4408
- ._button_gtaak_470 ._icon_gtaak_519 {
4408
+ ._button_qigx7_470 ._icon_qigx7_519 {
4409
4409
  margin: 0 8px 0 -4px;
4410
4410
  }
4411
- ._button_gtaak_470 ._icon_gtaak_519 svg {
4411
+ ._button_qigx7_470 ._icon_qigx7_519 svg {
4412
4412
  height: 14px;
4413
4413
  width: 14px;
4414
4414
  }
4415
- ._iconOnly_gtaak_526 {
4415
+ ._iconOnly_qigx7_526 {
4416
4416
  width: var(--size);
4417
4417
  display: inline-flex;
4418
4418
  align-items: center;
4419
4419
  justify-content: center;
4420
4420
  }
4421
- ._iconOnly_gtaak_526 ._icon_gtaak_519 {
4421
+ ._iconOnly_qigx7_526 ._icon_qigx7_519 {
4422
4422
  margin: 0;
4423
4423
  line-height: 0;
4424
4424
  }
4425
- ._basic_gtaak_536 {
4425
+ ._basic_qigx7_536 {
4426
4426
  color: var(--color-text-primary);
4427
4427
  background: transparent;
4428
4428
  box-shadow: none !important;
4429
4429
  border: none !important;
4430
4430
  }
4431
- ._basic_gtaak_536._muted_gtaak_542 {
4431
+ ._basic_qigx7_536._muted_qigx7_542 {
4432
4432
  color: var(--color-text-button-muted);
4433
4433
  }
4434
- ._basic_gtaak_536:hover,
4435
- ._basic_gtaak_536:focus {
4434
+ ._basic_qigx7_536:hover,
4435
+ ._basic_qigx7_536:focus {
4436
4436
  color: var(--color-text-primary-hover);
4437
4437
  background: rgba(0, 0, 0, 0.05);
4438
4438
  }
4439
- ._basic_gtaak_536:active,
4440
- ._basic_gtaak_536._active_gtaak_507 {
4439
+ ._basic_qigx7_536:active,
4440
+ ._basic_qigx7_536._active_qigx7_507 {
4441
4441
  color: var(--color-text-primary-active);
4442
4442
  background: rgba(0, 0, 0, 0.1);
4443
4443
  }
4444
- ._disabled_gtaak_555 {
4444
+ ._disabled_qigx7_555 {
4445
4445
  cursor: default;
4446
4446
  pointer-events: none !important;
4447
4447
  color: var(--color-text-faint) !important;
4448
4448
  box-shadow: none !important;
4449
4449
  }
4450
- ._disabled_gtaak_555:not(._active_gtaak_507):not(._basic_gtaak_536) {
4450
+ ._disabled_qigx7_555:not(._active_qigx7_507):not(._basic_qigx7_536) {
4451
4451
  background: var(--color-background-disabled) !important;
4452
4452
  border: 1px solid var(--color-border) !important;
4453
4453
  }
4454
- ._small_gtaak_565 {
4454
+ ._small_qigx7_565 {
4455
4455
  font-size: 12px;
4456
4456
  min-height: var(--size-sm);
4457
4457
  padding: 0 0.75rem;
4458
4458
  }
4459
- ._pill_gtaak_570,
4460
- ._round_gtaak_571 {
4459
+ ._pill_qigx7_570,
4460
+ ._round_qigx7_571 {
4461
4461
  text-transform: uppercase;
4462
4462
  letter-spacing: 0.1em;
4463
4463
  font-size: 13px;
@@ -4466,154 +4466,154 @@ html[data-theme='dark'] {
4466
4466
  display: inline-flex;
4467
4467
  align-items: center;
4468
4468
  }
4469
- ._round_gtaak_571 {
4469
+ ._round_qigx7_571 {
4470
4470
  padding: 0;
4471
4471
  width: var(--size);
4472
4472
  line-height: 1;
4473
4473
  }
4474
- ._round_gtaak_571._small_gtaak_565 {
4474
+ ._round_qigx7_571._small_qigx7_565 {
4475
4475
  width: var(--size-sm);
4476
4476
  }
4477
- ._orange_gtaak_507:not(._basic_gtaak_536) {
4477
+ ._orange_qigx7_507:not(._basic_qigx7_536) {
4478
4478
  background-color: var(--color-background-button-primary);
4479
4479
  }
4480
- ._orange_gtaak_507:not(._basic_gtaak_536):hover,
4481
- ._orange_gtaak_507:not(._basic_gtaak_536):focus {
4480
+ ._orange_qigx7_507:not(._basic_qigx7_536):hover,
4481
+ ._orange_qigx7_507:not(._basic_qigx7_536):focus {
4482
4482
  background-color: var(--color-background-button-primary-hover);
4483
4483
  }
4484
- ._orange_gtaak_507:not(._basic_gtaak_536):active,
4485
- ._orange_gtaak_507:not(._basic_gtaak_536)._active_gtaak_507 {
4484
+ ._orange_qigx7_507:not(._basic_qigx7_536):active,
4485
+ ._orange_qigx7_507:not(._basic_qigx7_536)._active_qigx7_507 {
4486
4486
  background-color: var(--color-background-button-primary-active);
4487
4487
  }
4488
- ._red_gtaak_507:not(._basic_gtaak_536) {
4488
+ ._red_qigx7_507:not(._basic_qigx7_536) {
4489
4489
  background-color: var(--color-background-button-error);
4490
4490
  }
4491
- ._red_gtaak_507:not(._basic_gtaak_536):hover,
4492
- ._red_gtaak_507:not(._basic_gtaak_536):focus {
4491
+ ._red_qigx7_507:not(._basic_qigx7_536):hover,
4492
+ ._red_qigx7_507:not(._basic_qigx7_536):focus {
4493
4493
  background-color: var(--color-background-button-error-hover);
4494
4494
  }
4495
- ._red_gtaak_507:not(._basic_gtaak_536):active,
4496
- ._red_gtaak_507:not(._basic_gtaak_536)._active_gtaak_507 {
4495
+ ._red_qigx7_507:not(._basic_qigx7_536):active,
4496
+ ._red_qigx7_507:not(._basic_qigx7_536)._active_qigx7_507 {
4497
4497
  background-color: var(--color-background-button-error-active);
4498
4498
  }
4499
- ._red_gtaak_507._basic_gtaak_536 {
4499
+ ._red_qigx7_507._basic_qigx7_536 {
4500
4500
  color: var(--color-text-error);
4501
4501
  }
4502
- ._green_gtaak_507:not(._basic_gtaak_536) {
4502
+ ._green_qigx7_507:not(._basic_qigx7_536) {
4503
4503
  background-color: var(--color-background-button-success);
4504
4504
  }
4505
- ._green_gtaak_507:not(._basic_gtaak_536):hover,
4506
- ._green_gtaak_507:not(._basic_gtaak_536):focus {
4505
+ ._green_qigx7_507:not(._basic_qigx7_536):hover,
4506
+ ._green_qigx7_507:not(._basic_qigx7_536):focus {
4507
4507
  background-color: var(--color-background-button-success-hover);
4508
4508
  }
4509
- ._green_gtaak_507:not(._basic_gtaak_536):active,
4510
- ._green_gtaak_507:not(._basic_gtaak_536)._active_gtaak_507 {
4509
+ ._green_qigx7_507:not(._basic_qigx7_536):active,
4510
+ ._green_qigx7_507:not(._basic_qigx7_536)._active_qigx7_507 {
4511
4511
  background-color: var(--color-background-button-success-active);
4512
4512
  }
4513
- ._green_gtaak_507._basic_gtaak_536 {
4513
+ ._green_qigx7_507._basic_qigx7_536 {
4514
4514
  color: var(--color-text-success);
4515
4515
  }
4516
- ._orange_gtaak_507:not(._basic_gtaak_536),
4517
- ._red_gtaak_507:not(._basic_gtaak_536),
4518
- ._green_gtaak_507:not(._basic_gtaak_536) {
4516
+ ._orange_qigx7_507:not(._basic_qigx7_536),
4517
+ ._red_qigx7_507:not(._basic_qigx7_536),
4518
+ ._green_qigx7_507:not(._basic_qigx7_536) {
4519
4519
  color: #fff;
4520
4520
  }
4521
- ._orange_gtaak_507:not(._basic_gtaak_536):hover,
4522
- ._red_gtaak_507:not(._basic_gtaak_536):hover,
4523
- ._green_gtaak_507:not(._basic_gtaak_536):hover,
4524
- ._orange_gtaak_507:not(._basic_gtaak_536):focus,
4525
- ._red_gtaak_507:not(._basic_gtaak_536):focus,
4526
- ._green_gtaak_507:not(._basic_gtaak_536):focus {
4521
+ ._orange_qigx7_507:not(._basic_qigx7_536):hover,
4522
+ ._red_qigx7_507:not(._basic_qigx7_536):hover,
4523
+ ._green_qigx7_507:not(._basic_qigx7_536):hover,
4524
+ ._orange_qigx7_507:not(._basic_qigx7_536):focus,
4525
+ ._red_qigx7_507:not(._basic_qigx7_536):focus,
4526
+ ._green_qigx7_507:not(._basic_qigx7_536):focus {
4527
4527
  color: #fff;
4528
4528
  }
4529
- ._orange_gtaak_507:not(._basic_gtaak_536):active,
4530
- ._red_gtaak_507:not(._basic_gtaak_536):active,
4531
- ._green_gtaak_507:not(._basic_gtaak_536):active,
4532
- ._orange_gtaak_507:not(._basic_gtaak_536)._active_gtaak_507,
4533
- ._red_gtaak_507:not(._basic_gtaak_536)._active_gtaak_507,
4534
- ._green_gtaak_507:not(._basic_gtaak_536)._active_gtaak_507 {
4529
+ ._orange_qigx7_507:not(._basic_qigx7_536):active,
4530
+ ._red_qigx7_507:not(._basic_qigx7_536):active,
4531
+ ._green_qigx7_507:not(._basic_qigx7_536):active,
4532
+ ._orange_qigx7_507:not(._basic_qigx7_536)._active_qigx7_507,
4533
+ ._red_qigx7_507:not(._basic_qigx7_536)._active_qigx7_507,
4534
+ ._green_qigx7_507:not(._basic_qigx7_536)._active_qigx7_507 {
4535
4535
  color: #fff;
4536
4536
  }
4537
- ._error_gtaak_648 {
4537
+ ._error_qigx7_648 {
4538
4538
  position: relative;
4539
4539
  z-index: 2;
4540
- border-color: var(--color-border-error) !important;
4540
+ border-color: var(--color-border-error);
4541
4541
  color: var(--color-text-error) !important;
4542
4542
  background-color: var(--color-background-error);
4543
4543
  }
4544
- ._error_gtaak_648:hover {
4544
+ ._error_qigx7_648:hover {
4545
4545
  border-color: var(--color-border-error-hover) !important;
4546
4546
  }
4547
- ._error_gtaak_648:focus {
4547
+ ._error_qigx7_648:focus {
4548
4548
  position: relative;
4549
4549
  outline: none !important;
4550
4550
  border-color: var(--color-border-focus) !important;
4551
4551
  box-shadow: var(--shadow-focus);
4552
4552
  z-index: 3;
4553
4553
  }
4554
- ._warning_gtaak_665 {
4554
+ ._warning_qigx7_665 {
4555
4555
  position: relative;
4556
4556
  z-index: 1;
4557
- border-color: var(--color-border-warning) !important;
4557
+ border-color: var(--color-border-warning);
4558
4558
  color: var(--color-text-warning) !important;
4559
4559
  background-color: var(--color-background-warning);
4560
4560
  }
4561
- ._warning_gtaak_665:hover {
4561
+ ._warning_qigx7_665:hover {
4562
4562
  border-color: var(--color-border-warning-hover) !important;
4563
4563
  }
4564
- ._warning_gtaak_665:focus {
4564
+ ._warning_qigx7_665:focus {
4565
4565
  position: relative;
4566
4566
  outline: none !important;
4567
4567
  border-color: var(--color-border-focus) !important;
4568
4568
  box-shadow: var(--shadow-focus);
4569
4569
  z-index: 3;
4570
4570
  }
4571
- ._inverted_gtaak_682 {
4571
+ ._inverted_qigx7_682 {
4572
4572
  background-color: transparent;
4573
4573
  border-color: var(--color-text);
4574
4574
  box-shadow: none;
4575
4575
  }
4576
- ._inverted_gtaak_682:hover,
4577
- ._inverted_gtaak_682:focus,
4578
- ._inverted_gtaak_682:active {
4576
+ ._inverted_qigx7_682:hover,
4577
+ ._inverted_qigx7_682:focus,
4578
+ ._inverted_qigx7_682:active {
4579
4579
  box-shadow: none;
4580
4580
  }
4581
- ._inverted_gtaak_682._orange_gtaak_507 {
4581
+ ._inverted_qigx7_682._orange_qigx7_507 {
4582
4582
  color: var(--color-background-button-primary);
4583
4583
  border-color: var(--color-background-button-primary);
4584
4584
  }
4585
- ._inverted_gtaak_682._red_gtaak_507 {
4585
+ ._inverted_qigx7_682._red_qigx7_507 {
4586
4586
  color: var(--color-background-button-error);
4587
4587
  border-color: var(--color-background-button-error);
4588
4588
  }
4589
- ._inverted_gtaak_682._green_gtaak_507 {
4589
+ ._inverted_qigx7_682._green_qigx7_507 {
4590
4590
  color: var(--color-background-button-success);
4591
4591
  border-color: var(--color-background-button-success);
4592
4592
  }
4593
- ._inverted_gtaak_682._orange_gtaak_507:hover,
4594
- ._inverted_gtaak_682._red_gtaak_507:hover,
4595
- ._inverted_gtaak_682._green_gtaak_507:hover,
4596
- ._inverted_gtaak_682._orange_gtaak_507:focus,
4597
- ._inverted_gtaak_682._red_gtaak_507:focus,
4598
- ._inverted_gtaak_682._green_gtaak_507:focus,
4599
- ._inverted_gtaak_682._orange_gtaak_507:active,
4600
- ._inverted_gtaak_682._red_gtaak_507:active,
4601
- ._inverted_gtaak_682._green_gtaak_507:active {
4593
+ ._inverted_qigx7_682._orange_qigx7_507:hover,
4594
+ ._inverted_qigx7_682._red_qigx7_507:hover,
4595
+ ._inverted_qigx7_682._green_qigx7_507:hover,
4596
+ ._inverted_qigx7_682._orange_qigx7_507:focus,
4597
+ ._inverted_qigx7_682._red_qigx7_507:focus,
4598
+ ._inverted_qigx7_682._green_qigx7_507:focus,
4599
+ ._inverted_qigx7_682._orange_qigx7_507:active,
4600
+ ._inverted_qigx7_682._red_qigx7_507:active,
4601
+ ._inverted_qigx7_682._green_qigx7_507:active {
4602
4602
  color: white;
4603
4603
  box-shadow: none;
4604
4604
  }
4605
- ._groupOrderFirst_gtaak_716,
4606
- ._groupOrderMiddle_gtaak_717,
4607
- ._groupOrderLast_gtaak_718 {
4605
+ ._groupOrderFirst_qigx7_716,
4606
+ ._groupOrderMiddle_qigx7_717,
4607
+ ._groupOrderLast_qigx7_718 {
4608
4608
  margin-right: 0;
4609
4609
  }
4610
- ._groupOrderFirst_gtaak_716,
4611
- ._groupOrderMiddle_gtaak_717 {
4610
+ ._groupOrderFirst_qigx7_716,
4611
+ ._groupOrderMiddle_qigx7_717 {
4612
4612
  border-top-right-radius: 0 !important;
4613
4613
  border-bottom-right-radius: 0 !important;
4614
4614
  }
4615
- ._groupOrderLast_gtaak_718,
4616
- ._groupOrderMiddle_gtaak_717 {
4615
+ ._groupOrderLast_qigx7_718,
4616
+ ._groupOrderMiddle_qigx7_717 {
4617
4617
  border-top-left-radius: 0 !important;
4618
4618
  border-bottom-left-radius: 0 !important;
4619
4619
  }
@@ -7985,103 +7985,103 @@ html[data-theme='dark'] {
7985
7985
  /*
7986
7986
  Z-INDEX
7987
7987
  */
7988
- ._inputInTable_yeflg_337 {
7988
+ ._inputInTable_18wht_337 {
7989
7989
  background-color: transparent;
7990
7990
  border-radius: inherit !important;
7991
7991
  height: var(--size);
7992
7992
  min-height: 100%;
7993
7993
  }
7994
- ._inputInTable_yeflg_337:not(:hover) {
7994
+ ._inputInTable_18wht_337:not(:hover) {
7995
7995
  border-color: transparent;
7996
7996
  }
7997
- ._inputHover_yeflg_346 {
7997
+ ._inputHover_18wht_346 {
7998
7998
  position: relative;
7999
7999
  border-color: var(--color-border-hover);
8000
8000
  z-index: 2;
8001
8001
  }
8002
- ._inputFocus_yeflg_351 {
8002
+ ._inputFocus_18wht_351 {
8003
8003
  position: relative;
8004
8004
  outline: none !important;
8005
8005
  border-color: var(--color-border-focus) !important;
8006
8006
  box-shadow: var(--shadow-focus);
8007
8007
  z-index: 3;
8008
8008
  }
8009
- ._inputError_yeflg_358,
8010
- ._inputWarning_yeflg_359 {
8009
+ ._inputError_18wht_358,
8010
+ ._inputWarning_18wht_359 {
8011
8011
  position: relative;
8012
8012
  }
8013
- ._inputError_yeflg_358 {
8013
+ ._inputError_18wht_358 {
8014
8014
  z-index: 2;
8015
- border-color: var(--color-border-error) !important;
8015
+ border-color: var(--color-border-error);
8016
8016
  color: var(--color-text-error) !important;
8017
8017
  background-color: var(--color-background-error);
8018
8018
  }
8019
- ._inputError_yeflg_358:hover {
8019
+ ._inputError_18wht_358:hover {
8020
8020
  border-color: var(--color-border-error-hover) !important;
8021
8021
  }
8022
- ._inputError_yeflg_358:focus {
8022
+ ._inputError_18wht_358:focus {
8023
8023
  position: relative;
8024
8024
  outline: none !important;
8025
8025
  border-color: var(--color-border-focus) !important;
8026
8026
  box-shadow: var(--shadow-focus);
8027
8027
  z-index: 3;
8028
8028
  }
8029
- ._inputWarning_yeflg_359 {
8029
+ ._inputWarning_18wht_359 {
8030
8030
  z-index: 1;
8031
- border-color: var(--color-border-warning) !important;
8031
+ border-color: var(--color-border-warning);
8032
8032
  color: var(--color-text-warning) !important;
8033
8033
  background-color: var(--color-background-warning);
8034
8034
  }
8035
- ._inputWarning_yeflg_359:hover {
8035
+ ._inputWarning_18wht_359:hover {
8036
8036
  border-color: var(--color-border-warning-hover) !important;
8037
8037
  }
8038
- ._inputWarning_yeflg_359:focus {
8038
+ ._inputWarning_18wht_359:focus {
8039
8039
  position: relative;
8040
8040
  outline: none !important;
8041
8041
  border-color: var(--color-border-focus) !important;
8042
8042
  box-shadow: var(--shadow-focus);
8043
8043
  z-index: 3;
8044
8044
  }
8045
- ._inputDisabled_yeflg_394 {
8045
+ ._inputDisabled_18wht_394 {
8046
8046
  pointer-events: none;
8047
8047
  background-color: var(--color-background-disabled);
8048
8048
  color: var(--color-text-muted);
8049
8049
  }
8050
- ._hideScrollbars_yeflg_399 {
8050
+ ._hideScrollbars_18wht_399 {
8051
8051
  /* Firefox */
8052
8052
  scrollbar-width: none;
8053
8053
  /* IE 10+ */
8054
8054
  -ms-overflow-style: none;
8055
8055
  /* Chrome, Safari and Opera */
8056
8056
  }
8057
- ._hideScrollbars_yeflg_399::-webkit-scrollbar {
8057
+ ._hideScrollbars_18wht_399::-webkit-scrollbar {
8058
8058
  display: none;
8059
8059
  }
8060
- ._scrollbars_yeflg_409 {
8060
+ ._scrollbars_18wht_409 {
8061
8061
  overflow: overlay;
8062
8062
  --scrollbar-color: #00000040;
8063
8063
  }
8064
- ._scrollbars_yeflg_409::-webkit-scrollbar {
8064
+ ._scrollbars_18wht_409::-webkit-scrollbar {
8065
8065
  display: block;
8066
8066
  width: 16px;
8067
8067
  z-index: 2;
8068
8068
  }
8069
- ._scrollbars_yeflg_409::-webkit-scrollbar-button {
8069
+ ._scrollbars_18wht_409::-webkit-scrollbar-button {
8070
8070
  display: none;
8071
8071
  }
8072
- ._scrollbars_yeflg_409::-webkit-scrollbar-track {
8072
+ ._scrollbars_18wht_409::-webkit-scrollbar-track {
8073
8073
  background-color: #00000000;
8074
8074
  }
8075
- ._scrollbars_yeflg_409::-webkit-scrollbar-track-piece {
8075
+ ._scrollbars_18wht_409::-webkit-scrollbar-track-piece {
8076
8076
  background-color: #00000000;
8077
8077
  }
8078
- ._scrollbars_yeflg_409::-webkit-scrollbar-thumb {
8078
+ ._scrollbars_18wht_409::-webkit-scrollbar-thumb {
8079
8079
  background-color: #00000000;
8080
8080
  border: 5px solid transparent;
8081
8081
  border-radius: 24px;
8082
8082
  box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
8083
8083
  }
8084
- ._scrollbars_yeflg_409::-webkit-scrollbar-corner {
8084
+ ._scrollbars_18wht_409::-webkit-scrollbar-corner {
8085
8085
  background: rgba(0, 0, 0, 0);
8086
8086
  }
8087
8087
  :root {
@@ -8096,37 +8096,37 @@ html[data-theme='dark'] {
8096
8096
  --color-background-drawer-tab-hover: var(--color-primary-muted-700);
8097
8097
  --color-border-drawer-tab: var(--color-border);
8098
8098
  }
8099
- ._inline_yeflg_448 {
8099
+ ._inline_18wht_448 {
8100
8100
  position: relative;
8101
8101
  }
8102
- ._inline_yeflg_448._left_yeflg_451 {
8102
+ ._inline_18wht_448._left_18wht_451 {
8103
8103
  order: -1;
8104
8104
  }
8105
- ._inline_yeflg_448._right_yeflg_454 {
8105
+ ._inline_18wht_448._right_18wht_454 {
8106
8106
  order: 9999;
8107
8107
  }
8108
- ._fixed_yeflg_457 {
8108
+ ._fixed_18wht_457 {
8109
8109
  position: fixed;
8110
8110
  top: 0;
8111
8111
  bottom: 0;
8112
8112
  z-index: 99;
8113
8113
  }
8114
- ._fixed_yeflg_457._left_yeflg_451 {
8114
+ ._fixed_18wht_457._left_18wht_451 {
8115
8115
  left: 0;
8116
8116
  }
8117
- ._fixed_yeflg_457._right_yeflg_454 {
8117
+ ._fixed_18wht_457._right_18wht_454 {
8118
8118
  right: 0;
8119
8119
  }
8120
- ._left_yeflg_451 ._border_yeflg_469 {
8120
+ ._left_18wht_451 ._border_18wht_469 {
8121
8121
  border-right: 1px solid var(--color-border);
8122
8122
  }
8123
- ._right_yeflg_454 ._border_yeflg_469 {
8123
+ ._right_18wht_454 ._border_18wht_469 {
8124
8124
  border-left: 1px solid var(--color-border);
8125
8125
  }
8126
- ._shadow_yeflg_475 {
8126
+ ._shadow_18wht_475 {
8127
8127
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
8128
8128
  }
8129
- ._drawerContent_yeflg_478 {
8129
+ ._drawerContent_18wht_478 {
8130
8130
  overflow-x: hidden;
8131
8131
  overflow-y: auto;
8132
8132
  max-height: 100%;
@@ -8138,40 +8138,40 @@ html[data-theme='dark'] {
8138
8138
  -ms-overflow-style: none;
8139
8139
  /* Chrome, Safari and Opera */
8140
8140
  }
8141
- ._isResizing_yeflg_490 ._drawerContent_yeflg_478 {
8141
+ ._isResizing_18wht_490 ._drawerContent_18wht_478 {
8142
8142
  transition: none;
8143
8143
  }
8144
8144
  @media print {
8145
- ._drawerContent_yeflg_478 {
8145
+ ._drawerContent_18wht_478 {
8146
8146
  background: transparent !important;
8147
8147
  }
8148
8148
  }
8149
- ._drawerContent_yeflg_478::-webkit-scrollbar {
8149
+ ._drawerContent_18wht_478::-webkit-scrollbar {
8150
8150
  display: none;
8151
8151
  }
8152
- ._toggleButton_yeflg_501 {
8152
+ ._toggleButton_18wht_501 {
8153
8153
  transition: transform 0.4s;
8154
8154
  display: inline-block;
8155
8155
  transform: rotate(180deg);
8156
8156
  position: absolute;
8157
8157
  z-index: 102;
8158
8158
  }
8159
- ._left_yeflg_451 ._toggleButton_yeflg_501 {
8159
+ ._left_18wht_451 ._toggleButton_18wht_501 {
8160
8160
  right: calc(var(--size) / -2);
8161
8161
  }
8162
- ._right_yeflg_454 ._toggleButton_yeflg_501 {
8162
+ ._right_18wht_454 ._toggleButton_18wht_501 {
8163
8163
  left: calc(var(--size) / -2);
8164
8164
  }
8165
- ._toggleButton_yeflg_501._top_yeflg_514 {
8165
+ ._toggleButton_18wht_501._top_18wht_514 {
8166
8166
  top: 20px;
8167
8167
  }
8168
- ._toggleButton_yeflg_501._bottom_yeflg_517 {
8168
+ ._toggleButton_18wht_501._bottom_18wht_517 {
8169
8169
  bottom: 20px;
8170
8170
  }
8171
- ._toggleButton_yeflg_501._toggleButtonOpen_yeflg_520 {
8171
+ ._toggleButton_18wht_501._toggleButtonOpen_18wht_520 {
8172
8172
  transform: rotate(0deg);
8173
8173
  }
8174
- ._tabs_yeflg_523 {
8174
+ ._tabs_18wht_523 {
8175
8175
  position: absolute;
8176
8176
  top: 0;
8177
8177
  bottom: 0;
@@ -8181,13 +8181,13 @@ html[data-theme='dark'] {
8181
8181
  border-left: 1px solid var(--color-border);
8182
8182
  border-right: 1px solid var(--color-border);
8183
8183
  }
8184
- ._left_yeflg_451 ._tabs_yeflg_523 {
8184
+ ._left_18wht_451 ._tabs_18wht_523 {
8185
8185
  right: 0;
8186
8186
  }
8187
- ._right_yeflg_454 ._tabs_yeflg_523 {
8187
+ ._right_18wht_454 ._tabs_18wht_523 {
8188
8188
  left: 0;
8189
8189
  }
8190
- ._tabs_yeflg_523 ._tab_yeflg_523 {
8190
+ ._tabs_18wht_523 ._tab_18wht_523 {
8191
8191
  height: 38px;
8192
8192
  width: 38px;
8193
8193
  display: flex;
@@ -8198,39 +8198,39 @@ html[data-theme='dark'] {
8198
8198
  transition: color 0.3s, background-color 0.3s;
8199
8199
  border: 1px solid var(--color-border-drawer-tab);
8200
8200
  }
8201
- ._left_yeflg_451 ._tabs_yeflg_523 ._tab_yeflg_523 {
8201
+ ._left_18wht_451 ._tabs_18wht_523 ._tab_18wht_523 {
8202
8202
  border-top-left-radius: 0;
8203
8203
  border-bottom-left-radius: 0;
8204
8204
  }
8205
- ._left_yeflg_451 ._tabs_yeflg_523 ._tab_yeflg_523._active_yeflg_554 {
8205
+ ._left_18wht_451 ._tabs_18wht_523 ._tab_18wht_523._active_18wht_554 {
8206
8206
  border-left-color: transparent;
8207
8207
  }
8208
- ._right_yeflg_454 ._tabs_yeflg_523 ._tab_yeflg_523 {
8208
+ ._right_18wht_454 ._tabs_18wht_523 ._tab_18wht_523 {
8209
8209
  border-top-right-radius: 0;
8210
8210
  border-bottom-right-radius: 0;
8211
8211
  }
8212
- ._right_yeflg_454 ._tabs_yeflg_523 ._tab_yeflg_523._active_yeflg_554 {
8212
+ ._right_18wht_454 ._tabs_18wht_523 ._tab_18wht_523._active_18wht_554 {
8213
8213
  border-right-color: transparent;
8214
8214
  }
8215
- ._tabs_yeflg_523 ._tab_yeflg_523:not(._active_yeflg_554) {
8215
+ ._tabs_18wht_523 ._tab_18wht_523:not(._active_18wht_554) {
8216
8216
  color: var(--color-text-primary);
8217
8217
  background-color: var(--color-background-drawer-tab) !important;
8218
8218
  }
8219
- ._tabs_yeflg_523 ._tab_yeflg_523:not(._active_yeflg_554):hover {
8219
+ ._tabs_18wht_523 ._tab_18wht_523:not(._active_18wht_554):hover {
8220
8220
  color: var(--color-text);
8221
8221
  background-color: var(--color-background-drawer-tab-hover) !important;
8222
8222
  }
8223
- ._tabs_yeflg_523 ._tab_yeflg_523._active_yeflg_554 {
8223
+ ._tabs_18wht_523 ._tab_18wht_523._active_18wht_554 {
8224
8224
  color: var(--color-text);
8225
8225
  border-color: var(--color-border);
8226
8226
  }
8227
- ._left_yeflg_451 ._tabsContent_yeflg_576 {
8227
+ ._left_18wht_451 ._tabsContent_18wht_576 {
8228
8228
  padding-right: 36px;
8229
8229
  }
8230
- ._right_yeflg_454 ._tabsContent_yeflg_576 {
8230
+ ._right_18wht_454 ._tabsContent_18wht_576 {
8231
8231
  padding-left: 36px;
8232
8232
  }
8233
- ._resizeHandle_yeflg_582 {
8233
+ ._resizeHandle_18wht_582 {
8234
8234
  position: absolute;
8235
8235
  top: 0;
8236
8236
  bottom: 0;
@@ -8243,18 +8243,18 @@ html[data-theme='dark'] {
8243
8243
  font-size: 12px;
8244
8244
  transition: all 0.2s;
8245
8245
  }
8246
- ._resizeHandle_yeflg_582:hover {
8246
+ ._resizeHandle_18wht_582:hover {
8247
8247
  background: rgba(235, 100, 41, 0.15);
8248
8248
  color: var(--color-text-primary);
8249
8249
  }
8250
- ._resizeHandle_yeflg_582:active {
8250
+ ._resizeHandle_18wht_582:active {
8251
8251
  background: var(--color-text-primary);
8252
8252
  color: white;
8253
8253
  }
8254
- ._left_yeflg_451 ._resizeHandle_yeflg_582 {
8254
+ ._left_18wht_451 ._resizeHandle_18wht_582 {
8255
8255
  right: 0;
8256
8256
  }
8257
- ._right_yeflg_454 ._resizeHandle_yeflg_582 {
8257
+ ._right_18wht_454 ._resizeHandle_18wht_582 {
8258
8258
  left: 0;
8259
8259
  }
8260
8260
  /*
@@ -9286,106 +9286,106 @@ html[data-theme='dark'] {
9286
9286
  /*
9287
9287
  Z-INDEX
9288
9288
  */
9289
- ._inputInTable_hz1tq_337 {
9289
+ ._inputInTable_1oomw_337 {
9290
9290
  background-color: transparent;
9291
9291
  border-radius: inherit !important;
9292
9292
  height: var(--size);
9293
9293
  min-height: 100%;
9294
9294
  }
9295
- ._inputInTable_hz1tq_337:not(:hover) {
9295
+ ._inputInTable_1oomw_337:not(:hover) {
9296
9296
  border-color: transparent;
9297
9297
  }
9298
- ._inputHover_hz1tq_346 {
9298
+ ._inputHover_1oomw_346 {
9299
9299
  position: relative;
9300
9300
  border-color: var(--color-border-hover);
9301
9301
  z-index: 2;
9302
9302
  }
9303
- ._inputFocus_hz1tq_351 {
9303
+ ._inputFocus_1oomw_351 {
9304
9304
  position: relative;
9305
9305
  outline: none !important;
9306
9306
  border-color: var(--color-border-focus) !important;
9307
9307
  box-shadow: var(--shadow-focus);
9308
9308
  z-index: 3;
9309
9309
  }
9310
- ._inputError_hz1tq_358,
9311
- ._inputWarning_hz1tq_359 {
9310
+ ._inputError_1oomw_358,
9311
+ ._inputWarning_1oomw_359 {
9312
9312
  position: relative;
9313
9313
  }
9314
- ._inputError_hz1tq_358 {
9314
+ ._inputError_1oomw_358 {
9315
9315
  z-index: 2;
9316
- border-color: var(--color-border-error) !important;
9316
+ border-color: var(--color-border-error);
9317
9317
  color: var(--color-text-error) !important;
9318
9318
  background-color: var(--color-background-error);
9319
9319
  }
9320
- ._inputError_hz1tq_358:hover {
9320
+ ._inputError_1oomw_358:hover {
9321
9321
  border-color: var(--color-border-error-hover) !important;
9322
9322
  }
9323
- ._inputError_hz1tq_358:focus {
9323
+ ._inputError_1oomw_358:focus {
9324
9324
  position: relative;
9325
9325
  outline: none !important;
9326
9326
  border-color: var(--color-border-focus) !important;
9327
9327
  box-shadow: var(--shadow-focus);
9328
9328
  z-index: 3;
9329
9329
  }
9330
- ._inputWarning_hz1tq_359 {
9330
+ ._inputWarning_1oomw_359 {
9331
9331
  z-index: 1;
9332
- border-color: var(--color-border-warning) !important;
9332
+ border-color: var(--color-border-warning);
9333
9333
  color: var(--color-text-warning) !important;
9334
9334
  background-color: var(--color-background-warning);
9335
9335
  }
9336
- ._inputWarning_hz1tq_359:hover {
9336
+ ._inputWarning_1oomw_359:hover {
9337
9337
  border-color: var(--color-border-warning-hover) !important;
9338
9338
  }
9339
- ._inputWarning_hz1tq_359:focus {
9339
+ ._inputWarning_1oomw_359:focus {
9340
9340
  position: relative;
9341
9341
  outline: none !important;
9342
9342
  border-color: var(--color-border-focus) !important;
9343
9343
  box-shadow: var(--shadow-focus);
9344
9344
  z-index: 3;
9345
9345
  }
9346
- ._inputDisabled_hz1tq_394 {
9346
+ ._inputDisabled_1oomw_394 {
9347
9347
  pointer-events: none;
9348
9348
  background-color: var(--color-background-disabled);
9349
9349
  color: var(--color-text-muted);
9350
9350
  }
9351
- ._hideScrollbars_hz1tq_399 {
9351
+ ._hideScrollbars_1oomw_399 {
9352
9352
  /* Firefox */
9353
9353
  scrollbar-width: none;
9354
9354
  /* IE 10+ */
9355
9355
  -ms-overflow-style: none;
9356
9356
  /* Chrome, Safari and Opera */
9357
9357
  }
9358
- ._hideScrollbars_hz1tq_399::-webkit-scrollbar {
9358
+ ._hideScrollbars_1oomw_399::-webkit-scrollbar {
9359
9359
  display: none;
9360
9360
  }
9361
- ._scrollbars_hz1tq_409 {
9361
+ ._scrollbars_1oomw_409 {
9362
9362
  overflow: overlay;
9363
9363
  --scrollbar-color: #00000040;
9364
9364
  }
9365
- ._scrollbars_hz1tq_409::-webkit-scrollbar {
9365
+ ._scrollbars_1oomw_409::-webkit-scrollbar {
9366
9366
  display: block;
9367
9367
  width: 16px;
9368
9368
  z-index: 2;
9369
9369
  }
9370
- ._scrollbars_hz1tq_409::-webkit-scrollbar-button {
9370
+ ._scrollbars_1oomw_409::-webkit-scrollbar-button {
9371
9371
  display: none;
9372
9372
  }
9373
- ._scrollbars_hz1tq_409::-webkit-scrollbar-track {
9373
+ ._scrollbars_1oomw_409::-webkit-scrollbar-track {
9374
9374
  background-color: #00000000;
9375
9375
  }
9376
- ._scrollbars_hz1tq_409::-webkit-scrollbar-track-piece {
9376
+ ._scrollbars_1oomw_409::-webkit-scrollbar-track-piece {
9377
9377
  background-color: #00000000;
9378
9378
  }
9379
- ._scrollbars_hz1tq_409::-webkit-scrollbar-thumb {
9379
+ ._scrollbars_1oomw_409::-webkit-scrollbar-thumb {
9380
9380
  background-color: #00000000;
9381
9381
  border: 5px solid transparent;
9382
9382
  border-radius: 24px;
9383
9383
  box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
9384
9384
  }
9385
- ._scrollbars_hz1tq_409::-webkit-scrollbar-corner {
9385
+ ._scrollbars_1oomw_409::-webkit-scrollbar-corner {
9386
9386
  background: rgba(0, 0, 0, 0);
9387
9387
  }
9388
- ._input_hz1tq_337 {
9388
+ ._input_1oomw_337 {
9389
9389
  margin: 0;
9390
9390
  outline: 0;
9391
9391
  text-align: left;
@@ -9403,90 +9403,90 @@ html[data-theme='dark'] {
9403
9403
  font-style: normal;
9404
9404
  position: relative;
9405
9405
  }
9406
- ._input_hz1tq_337::placeholder {
9406
+ ._input_1oomw_337::placeholder {
9407
9407
  color: var(--color-text-placeholder);
9408
9408
  }
9409
- ._input_hz1tq_337._isInTable_hz1tq_457 {
9409
+ ._input_1oomw_337._isInTable_1oomw_457 {
9410
9410
  background-color: transparent;
9411
9411
  border-radius: inherit !important;
9412
9412
  height: var(--size);
9413
9413
  min-height: 100%;
9414
9414
  }
9415
- ._input_hz1tq_337._isInTable_hz1tq_457:not(:hover) {
9415
+ ._input_1oomw_337._isInTable_1oomw_457:not(:hover) {
9416
9416
  border-color: transparent;
9417
9417
  }
9418
- ._input_hz1tq_337:hover {
9418
+ ._input_1oomw_337:hover {
9419
9419
  position: relative;
9420
9420
  border-color: var(--color-border-hover);
9421
9421
  z-index: 2;
9422
9422
  }
9423
- ._input_hz1tq_337:focus {
9423
+ ._input_1oomw_337:focus {
9424
9424
  position: relative;
9425
9425
  outline: none !important;
9426
9426
  border-color: var(--color-border-focus) !important;
9427
9427
  box-shadow: var(--shadow-focus);
9428
9428
  z-index: 3;
9429
9429
  }
9430
- ._input_hz1tq_337._small_hz1tq_478 {
9430
+ ._input_1oomw_337._small_1oomw_478 {
9431
9431
  font-size: 12px;
9432
9432
  height: var(--size-sm);
9433
9433
  padding: 0 7px;
9434
9434
  line-height: var(--size-sm);
9435
9435
  }
9436
- ._input_hz1tq_337._error_hz1tq_484 {
9436
+ ._input_1oomw_337._error_1oomw_484 {
9437
9437
  position: relative;
9438
9438
  z-index: 2;
9439
- border-color: var(--color-border-error) !important;
9439
+ border-color: var(--color-border-error);
9440
9440
  color: var(--color-text-error) !important;
9441
9441
  background-color: var(--color-background-error);
9442
9442
  }
9443
- ._input_hz1tq_337._error_hz1tq_484:hover {
9443
+ ._input_1oomw_337._error_1oomw_484:hover {
9444
9444
  border-color: var(--color-border-error-hover) !important;
9445
9445
  }
9446
- ._input_hz1tq_337._error_hz1tq_484:focus {
9446
+ ._input_1oomw_337._error_1oomw_484:focus {
9447
9447
  position: relative;
9448
9448
  outline: none !important;
9449
9449
  border-color: var(--color-border-focus) !important;
9450
9450
  box-shadow: var(--shadow-focus);
9451
9451
  z-index: 3;
9452
9452
  }
9453
- ._input_hz1tq_337._warning_hz1tq_501 {
9453
+ ._input_1oomw_337._warning_1oomw_501 {
9454
9454
  position: relative;
9455
9455
  z-index: 1;
9456
- border-color: var(--color-border-warning) !important;
9456
+ border-color: var(--color-border-warning);
9457
9457
  color: var(--color-text-warning) !important;
9458
9458
  background-color: var(--color-background-warning);
9459
9459
  }
9460
- ._input_hz1tq_337._warning_hz1tq_501:hover {
9460
+ ._input_1oomw_337._warning_1oomw_501:hover {
9461
9461
  border-color: var(--color-border-warning-hover) !important;
9462
9462
  }
9463
- ._input_hz1tq_337._warning_hz1tq_501:focus {
9463
+ ._input_1oomw_337._warning_1oomw_501:focus {
9464
9464
  position: relative;
9465
9465
  outline: none !important;
9466
9466
  border-color: var(--color-border-focus) !important;
9467
9467
  box-shadow: var(--shadow-focus);
9468
9468
  z-index: 3;
9469
9469
  }
9470
- ._input_hz1tq_337[disabled] {
9470
+ ._input_1oomw_337[disabled] {
9471
9471
  pointer-events: none;
9472
9472
  background-color: var(--color-background-disabled);
9473
9473
  color: var(--color-text-muted);
9474
9474
  }
9475
- ._input_hz1tq_337._right_hz1tq_523 {
9475
+ ._input_1oomw_337._right_1oomw_523 {
9476
9476
  text-align: right;
9477
9477
  }
9478
- ._groupOrderFirst_hz1tq_526,
9479
- ._groupOrderMiddle_hz1tq_527,
9480
- ._groupOrderLast_hz1tq_528 {
9478
+ ._groupOrderFirst_1oomw_526,
9479
+ ._groupOrderMiddle_1oomw_527,
9480
+ ._groupOrderLast_1oomw_528 {
9481
9481
  flex: 1;
9482
9482
  }
9483
- ._groupOrderFirst_hz1tq_526 ._input_hz1tq_337,
9484
- ._groupOrderMiddle_hz1tq_527 ._input_hz1tq_337 {
9483
+ ._groupOrderFirst_1oomw_526 ._input_1oomw_337,
9484
+ ._groupOrderMiddle_1oomw_527 ._input_1oomw_337 {
9485
9485
  border-top-right-radius: 0 !important;
9486
9486
  border-bottom-right-radius: 0 !important;
9487
9487
  }
9488
- ._groupOrderLast_hz1tq_528 ._input_hz1tq_337,
9489
- ._groupOrderMiddle_hz1tq_527 ._input_hz1tq_337 {
9488
+ ._groupOrderLast_1oomw_528 ._input_1oomw_337,
9489
+ ._groupOrderMiddle_1oomw_527 ._input_1oomw_337 {
9490
9490
  border-top-left-radius: 0 !important;
9491
9491
  border-bottom-left-radius: 0 !important;
9492
9492
  }
@@ -11257,146 +11257,146 @@ html[data-theme='dark'] {
11257
11257
  /*
11258
11258
  Z-INDEX
11259
11259
  */
11260
- ._inputInTable_z1p4i_337 {
11260
+ ._inputInTable_5ejvg_337 {
11261
11261
  background-color: transparent;
11262
11262
  border-radius: inherit !important;
11263
11263
  height: var(--size);
11264
11264
  min-height: 100%;
11265
11265
  }
11266
- ._inputInTable_z1p4i_337:not(:hover) {
11266
+ ._inputInTable_5ejvg_337:not(:hover) {
11267
11267
  border-color: transparent;
11268
11268
  }
11269
- ._inputHover_z1p4i_346 {
11269
+ ._inputHover_5ejvg_346 {
11270
11270
  position: relative;
11271
11271
  border-color: var(--color-border-hover);
11272
11272
  z-index: 2;
11273
11273
  }
11274
- ._inputFocus_z1p4i_351 {
11274
+ ._inputFocus_5ejvg_351 {
11275
11275
  position: relative;
11276
11276
  outline: none !important;
11277
11277
  border-color: var(--color-border-focus) !important;
11278
11278
  box-shadow: var(--shadow-focus);
11279
11279
  z-index: 3;
11280
11280
  }
11281
- ._inputError_z1p4i_358,
11282
- ._inputWarning_z1p4i_359 {
11281
+ ._inputError_5ejvg_358,
11282
+ ._inputWarning_5ejvg_359 {
11283
11283
  position: relative;
11284
11284
  }
11285
- ._inputError_z1p4i_358 {
11285
+ ._inputError_5ejvg_358 {
11286
11286
  z-index: 2;
11287
- border-color: var(--color-border-error) !important;
11287
+ border-color: var(--color-border-error);
11288
11288
  color: var(--color-text-error) !important;
11289
11289
  background-color: var(--color-background-error);
11290
11290
  }
11291
- ._inputError_z1p4i_358:hover {
11291
+ ._inputError_5ejvg_358:hover {
11292
11292
  border-color: var(--color-border-error-hover) !important;
11293
11293
  }
11294
- ._inputError_z1p4i_358:focus {
11294
+ ._inputError_5ejvg_358:focus {
11295
11295
  position: relative;
11296
11296
  outline: none !important;
11297
11297
  border-color: var(--color-border-focus) !important;
11298
11298
  box-shadow: var(--shadow-focus);
11299
11299
  z-index: 3;
11300
11300
  }
11301
- ._inputWarning_z1p4i_359 {
11301
+ ._inputWarning_5ejvg_359 {
11302
11302
  z-index: 1;
11303
- border-color: var(--color-border-warning) !important;
11303
+ border-color: var(--color-border-warning);
11304
11304
  color: var(--color-text-warning) !important;
11305
11305
  background-color: var(--color-background-warning);
11306
11306
  }
11307
- ._inputWarning_z1p4i_359:hover {
11307
+ ._inputWarning_5ejvg_359:hover {
11308
11308
  border-color: var(--color-border-warning-hover) !important;
11309
11309
  }
11310
- ._inputWarning_z1p4i_359:focus {
11310
+ ._inputWarning_5ejvg_359:focus {
11311
11311
  position: relative;
11312
11312
  outline: none !important;
11313
11313
  border-color: var(--color-border-focus) !important;
11314
11314
  box-shadow: var(--shadow-focus);
11315
11315
  z-index: 3;
11316
11316
  }
11317
- ._inputDisabled_z1p4i_394 {
11317
+ ._inputDisabled_5ejvg_394 {
11318
11318
  pointer-events: none;
11319
11319
  background-color: var(--color-background-disabled);
11320
11320
  color: var(--color-text-muted);
11321
11321
  }
11322
- ._hideScrollbars_z1p4i_399 {
11322
+ ._hideScrollbars_5ejvg_399 {
11323
11323
  /* Firefox */
11324
11324
  scrollbar-width: none;
11325
11325
  /* IE 10+ */
11326
11326
  -ms-overflow-style: none;
11327
11327
  /* Chrome, Safari and Opera */
11328
11328
  }
11329
- ._hideScrollbars_z1p4i_399::-webkit-scrollbar {
11329
+ ._hideScrollbars_5ejvg_399::-webkit-scrollbar {
11330
11330
  display: none;
11331
11331
  }
11332
- ._scrollbars_z1p4i_409 {
11332
+ ._scrollbars_5ejvg_409 {
11333
11333
  overflow: overlay;
11334
11334
  --scrollbar-color: #00000040;
11335
11335
  }
11336
- ._scrollbars_z1p4i_409::-webkit-scrollbar {
11336
+ ._scrollbars_5ejvg_409::-webkit-scrollbar {
11337
11337
  display: block;
11338
11338
  width: 16px;
11339
11339
  z-index: 2;
11340
11340
  }
11341
- ._scrollbars_z1p4i_409::-webkit-scrollbar-button {
11341
+ ._scrollbars_5ejvg_409::-webkit-scrollbar-button {
11342
11342
  display: none;
11343
11343
  }
11344
- ._scrollbars_z1p4i_409::-webkit-scrollbar-track {
11344
+ ._scrollbars_5ejvg_409::-webkit-scrollbar-track {
11345
11345
  background-color: #00000000;
11346
11346
  }
11347
- ._scrollbars_z1p4i_409::-webkit-scrollbar-track-piece {
11347
+ ._scrollbars_5ejvg_409::-webkit-scrollbar-track-piece {
11348
11348
  background-color: #00000000;
11349
11349
  }
11350
- ._scrollbars_z1p4i_409::-webkit-scrollbar-thumb {
11350
+ ._scrollbars_5ejvg_409::-webkit-scrollbar-thumb {
11351
11351
  background-color: #00000000;
11352
11352
  border: 5px solid transparent;
11353
11353
  border-radius: 24px;
11354
11354
  box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
11355
11355
  }
11356
- ._scrollbars_z1p4i_409::-webkit-scrollbar-corner {
11356
+ ._scrollbars_5ejvg_409::-webkit-scrollbar-corner {
11357
11357
  background: rgba(0, 0, 0, 0);
11358
11358
  }
11359
- ._header_z1p4i_436 ._headerTitle_z1p4i_436,
11360
- ._heading_z1p4i_437 ._itemHeader_z1p4i_437 {
11359
+ ._header_5ejvg_436 ._headerTitle_5ejvg_436,
11360
+ ._heading_5ejvg_437 ._itemHeader_5ejvg_437 {
11361
11361
  transition: opacity 0.3s;
11362
11362
  }
11363
- ._narrow_z1p4i_440 ._header_z1p4i_436 ._headerTitle_z1p4i_436,
11364
- ._narrow_z1p4i_440 ._heading_z1p4i_437 ._itemHeader_z1p4i_437 {
11363
+ ._narrow_5ejvg_440 ._header_5ejvg_436 ._headerTitle_5ejvg_436,
11364
+ ._narrow_5ejvg_440 ._heading_5ejvg_437 ._itemHeader_5ejvg_437 {
11365
11365
  opacity: 0;
11366
11366
  }
11367
- ._stickyHeader_z1p4i_444 {
11367
+ ._stickyHeader_5ejvg_444 {
11368
11368
  position: sticky;
11369
11369
  top: 0;
11370
11370
  background-color: var(--color-background);
11371
11371
  z-index: 10;
11372
11372
  }
11373
- ._itemHeader_z1p4i_437 {
11373
+ ._itemHeader_5ejvg_437 {
11374
11374
  padding: 12px 20px;
11375
11375
  display: flex;
11376
11376
  align-items: flex-start;
11377
11377
  }
11378
- ._itemHeader_z1p4i_437 ._title_z1p4i_455 {
11378
+ ._itemHeader_5ejvg_437 ._title_5ejvg_455 {
11379
11379
  margin: 0;
11380
11380
  padding: 0;
11381
11381
  flex-grow: 1;
11382
11382
  min-width: 0;
11383
11383
  }
11384
- ._itemHeader_z1p4i_437 ._name_z1p4i_461 {
11384
+ ._itemHeader_5ejvg_437 ._name_5ejvg_461 {
11385
11385
  font-weight: 400;
11386
11386
  }
11387
- ._itemHeader_z1p4i_437 ._iconTooltipMargin_z1p4i_464 {
11387
+ ._itemHeader_5ejvg_437 ._iconTooltipMargin_5ejvg_464 {
11388
11388
  margin-left: 10px;
11389
11389
  }
11390
- ._itemHeader_z1p4i_437 ._bold_z1p4i_467 {
11390
+ ._itemHeader_5ejvg_437 ._bold_5ejvg_467 {
11391
11391
  font-weight: 900;
11392
11392
  }
11393
- ._header_z1p4i_436 {
11393
+ ._header_5ejvg_436 {
11394
11394
  padding: 16px 20px;
11395
11395
  display: flex;
11396
11396
  align-items: center;
11397
11397
  border-bottom: 1px solid var(--color-border);
11398
11398
  }
11399
- ._toggleNarrow_z1p4i_476 {
11399
+ ._toggleNarrow_5ejvg_476 {
11400
11400
  margin-right: 16px;
11401
11401
  margin-left: -5px;
11402
11402
  color: #c8c8c8;
@@ -11405,16 +11405,16 @@ html[data-theme='dark'] {
11405
11405
  width: 22px;
11406
11406
  justify-content: center;
11407
11407
  }
11408
- ._toggleNarrow_z1p4i_476:hover {
11408
+ ._toggleNarrow_5ejvg_476:hover {
11409
11409
  color: var(--color-text-primary-hover);
11410
11410
  }
11411
- ._toggleNarrow_z1p4i_476:active {
11411
+ ._toggleNarrow_5ejvg_476:active {
11412
11412
  color: var(--color-text-primary-active);
11413
11413
  }
11414
- ._narrow_z1p4i_440 ._toggleNarrow_z1p4i_476 {
11414
+ ._narrow_5ejvg_440 ._toggleNarrow_5ejvg_476 {
11415
11415
  transform: scaleX(-1);
11416
11416
  }
11417
- ._drag_z1p4i_494 {
11417
+ ._drag_5ejvg_494 {
11418
11418
  color: var(--color-text-faint);
11419
11419
  display: flex;
11420
11420
  align-items: center;
@@ -11425,31 +11425,31 @@ html[data-theme='dark'] {
11425
11425
  height: 19px;
11426
11426
  width: 19px;
11427
11427
  }
11428
- ._drag_z1p4i_494 path {
11428
+ ._drag_5ejvg_494 path {
11429
11429
  stroke: var(--color-text-faint);
11430
11430
  }
11431
- ._drag_z1p4i_494:hover path {
11431
+ ._drag_5ejvg_494:hover path {
11432
11432
  stroke: var(--color-text-primary-hover);
11433
11433
  }
11434
- ._drag_z1p4i_494:active path {
11434
+ ._drag_5ejvg_494:active path {
11435
11435
  stroke: var(--color-text-primary-active);
11436
11436
  }
11437
- ._list_z1p4i_514 {
11437
+ ._list_5ejvg_514 {
11438
11438
  flex-shrink: 0;
11439
11439
  background: var(--color-background);
11440
11440
  }
11441
- ._list_z1p4i_514._bordered_z1p4i_518:first-child,
11442
- ._list_z1p4i_514._bordered_z1p4i_518:first-child > :first-child {
11441
+ ._list_5ejvg_514._bordered_5ejvg_518:first-child,
11442
+ ._list_5ejvg_514._bordered_5ejvg_518:first-child > :first-child {
11443
11443
  border-top-left-radius: inherit;
11444
11444
  border-top-right-radius: inherit;
11445
11445
  }
11446
- ._list_z1p4i_514._bordered_z1p4i_518:last-child,
11447
- ._list_z1p4i_514._bordered_z1p4i_518:last-child > :last-child {
11446
+ ._list_5ejvg_514._bordered_5ejvg_518:last-child,
11447
+ ._list_5ejvg_514._bordered_5ejvg_518:last-child > :last-child {
11448
11448
  border-bottom-left-radius: inherit;
11449
11449
  border-bottom-right-radius: inherit;
11450
11450
  border-bottom: 0;
11451
11451
  }
11452
- ._item_z1p4i_437 {
11452
+ ._item_5ejvg_437 {
11453
11453
  color: inherit;
11454
11454
  display: block;
11455
11455
  transition: background-color 0.2s;
@@ -11460,7 +11460,7 @@ html[data-theme='dark'] {
11460
11460
  overflow-wrap: break-word;
11461
11461
  hyphens: auto;
11462
11462
  }
11463
- ._item_z1p4i_437:not(._heading_z1p4i_437):after {
11463
+ ._item_5ejvg_437:not(._heading_5ejvg_437):after {
11464
11464
  content: '';
11465
11465
  position: absolute;
11466
11466
  left: 0;
@@ -11471,97 +11471,97 @@ html[data-theme='dark'] {
11471
11471
  border-bottom-left-radius: inherit;
11472
11472
  transition: background 0.3s;
11473
11473
  }
11474
- ._item_z1p4i_437._action_z1p4i_551 {
11474
+ ._item_5ejvg_437._action_5ejvg_551 {
11475
11475
  cursor: pointer;
11476
11476
  }
11477
- ._item_z1p4i_437._action_z1p4i_551:not(._active_z1p4i_554):hover {
11477
+ ._item_5ejvg_437._action_5ejvg_551:not(._active_5ejvg_554):hover {
11478
11478
  background: var(--color-background-listitem-hover);
11479
11479
  }
11480
- ._item_z1p4i_437._action_z1p4i_551:not(._active_z1p4i_554):hover:after {
11480
+ ._item_5ejvg_437._action_5ejvg_551:not(._active_5ejvg_554):hover:after {
11481
11481
  background: rgba(0, 0, 0, 0.1);
11482
11482
  }
11483
- ._item_z1p4i_437._active_z1p4i_554 {
11483
+ ._item_5ejvg_437._active_5ejvg_554 {
11484
11484
  cursor: default;
11485
11485
  position: relative;
11486
11486
  z-index: 1;
11487
11487
  background: var(--color-background-listitem-active);
11488
11488
  }
11489
- ._item_z1p4i_437._active_z1p4i_554:after {
11489
+ ._item_5ejvg_437._active_5ejvg_554:after {
11490
11490
  background: var(--color-background-primary) !important;
11491
11491
  }
11492
- ._item_z1p4i_437._disabled_z1p4i_569 {
11492
+ ._item_5ejvg_437._disabled_5ejvg_569 {
11493
11493
  color: var(--color-text-faint);
11494
11494
  pointer-events: none;
11495
11495
  }
11496
- ._item_z1p4i_437._heading_z1p4i_437 {
11496
+ ._item_5ejvg_437._heading_5ejvg_437 {
11497
11497
  color: var(--color-text-muted);
11498
11498
  background-color: transparent;
11499
11499
  }
11500
- ._item_z1p4i_437._heading_z1p4i_437._action_z1p4i_551:hover {
11500
+ ._item_5ejvg_437._heading_5ejvg_437._action_5ejvg_551:hover {
11501
11501
  color: var(--color-text-primary-hover);
11502
11502
  }
11503
- ._item_z1p4i_437 ._label_z1p4i_580 {
11503
+ ._item_5ejvg_437 ._label_5ejvg_580 {
11504
11504
  margin-right: 15px;
11505
11505
  margin-left: -5px;
11506
11506
  margin-top: -2px;
11507
11507
  margin-bottom: -2px;
11508
11508
  flex-shrink: 0;
11509
11509
  }
11510
- ._item_z1p4i_437 ._details_z1p4i_587,
11511
- ._item_z1p4i_437 ._metadata_z1p4i_588 {
11510
+ ._item_5ejvg_437 ._details_5ejvg_587,
11511
+ ._item_5ejvg_437 ._metadata_5ejvg_588 {
11512
11512
  display: block;
11513
11513
  width: 100%;
11514
11514
  font-weight: normal;
11515
11515
  margin-top: 3px;
11516
11516
  }
11517
- ._item_z1p4i_437 ._metadata_z1p4i_588 {
11517
+ ._item_5ejvg_437 ._metadata_5ejvg_588 {
11518
11518
  color: var(--color-text-muted);
11519
11519
  }
11520
- ._item_z1p4i_437 ._itemContent_z1p4i_597 {
11520
+ ._item_5ejvg_437 ._itemContent_5ejvg_597 {
11521
11521
  padding: 0 20px 12px;
11522
11522
  cursor: auto;
11523
11523
  }
11524
- ._item_z1p4i_437 ._itemContent_z1p4i_597:empty {
11524
+ ._item_5ejvg_437 ._itemContent_5ejvg_597:empty {
11525
11525
  padding: inherit;
11526
11526
  }
11527
- ._indentIcon_z1p4i_604 {
11527
+ ._indentIcon_5ejvg_604 {
11528
11528
  width: 20px;
11529
11529
  flex-shrink: 0;
11530
11530
  }
11531
- ._expandIcon_z1p4i_608 {
11531
+ ._expandIcon_5ejvg_608 {
11532
11532
  width: 20px;
11533
11533
  flex-shrink: 0;
11534
11534
  position: relative;
11535
11535
  margin-top: 1px;
11536
11536
  }
11537
- ._expandIcon_z1p4i_608._expanded_z1p4i_614 svg {
11537
+ ._expandIcon_5ejvg_608._expanded_5ejvg_614 svg {
11538
11538
  transform: rotate(90deg);
11539
11539
  }
11540
- ._right_z1p4i_617 {
11540
+ ._right_5ejvg_617 {
11541
11541
  margin-left: auto;
11542
11542
  display: flex;
11543
11543
  align-items: center;
11544
11544
  margin-top: -2px;
11545
11545
  margin-bottom: -2px;
11546
11546
  }
11547
- ._actions_z1p4i_624 {
11547
+ ._actions_5ejvg_624 {
11548
11548
  margin-left: 8px;
11549
11549
  display: flex;
11550
11550
  align-items: center;
11551
11551
  }
11552
- ._scrollableList_z1p4i_629 {
11552
+ ._scrollableList_5ejvg_629 {
11553
11553
  height: 100%;
11554
11554
  overflow-y: auto;
11555
11555
  scroll-behavior: smooth;
11556
11556
  }
11557
- ._hideScrollbar_z1p4i_399 {
11557
+ ._hideScrollbar_5ejvg_399 {
11558
11558
  /* Firefox */
11559
11559
  scrollbar-width: none;
11560
11560
  /* IE 10+ */
11561
11561
  -ms-overflow-style: none;
11562
11562
  /* Chrome, Safari and Opera */
11563
11563
  }
11564
- ._hideScrollbar_z1p4i_399::-webkit-scrollbar {
11564
+ ._hideScrollbar_5ejvg_399::-webkit-scrollbar {
11565
11565
  display: none;
11566
11566
  }
11567
11567
  /*
@@ -12291,103 +12291,103 @@ html[data-theme='dark'] {
12291
12291
  /*
12292
12292
  Z-INDEX
12293
12293
  */
12294
- ._inputInTable_1ju1p_337 {
12294
+ ._inputInTable_8fws9_337 {
12295
12295
  background-color: transparent;
12296
12296
  border-radius: inherit !important;
12297
12297
  height: var(--size);
12298
12298
  min-height: 100%;
12299
12299
  }
12300
- ._inputInTable_1ju1p_337:not(:hover) {
12300
+ ._inputInTable_8fws9_337:not(:hover) {
12301
12301
  border-color: transparent;
12302
12302
  }
12303
- ._inputHover_1ju1p_346 {
12303
+ ._inputHover_8fws9_346 {
12304
12304
  position: relative;
12305
12305
  border-color: var(--color-border-hover);
12306
12306
  z-index: 2;
12307
12307
  }
12308
- ._inputFocus_1ju1p_351 {
12308
+ ._inputFocus_8fws9_351 {
12309
12309
  position: relative;
12310
12310
  outline: none !important;
12311
12311
  border-color: var(--color-border-focus) !important;
12312
12312
  box-shadow: var(--shadow-focus);
12313
12313
  z-index: 3;
12314
12314
  }
12315
- ._inputError_1ju1p_358,
12316
- ._inputWarning_1ju1p_359 {
12315
+ ._inputError_8fws9_358,
12316
+ ._inputWarning_8fws9_359 {
12317
12317
  position: relative;
12318
12318
  }
12319
- ._inputError_1ju1p_358 {
12319
+ ._inputError_8fws9_358 {
12320
12320
  z-index: 2;
12321
- border-color: var(--color-border-error) !important;
12321
+ border-color: var(--color-border-error);
12322
12322
  color: var(--color-text-error) !important;
12323
12323
  background-color: var(--color-background-error);
12324
12324
  }
12325
- ._inputError_1ju1p_358:hover {
12325
+ ._inputError_8fws9_358:hover {
12326
12326
  border-color: var(--color-border-error-hover) !important;
12327
12327
  }
12328
- ._inputError_1ju1p_358:focus {
12328
+ ._inputError_8fws9_358:focus {
12329
12329
  position: relative;
12330
12330
  outline: none !important;
12331
12331
  border-color: var(--color-border-focus) !important;
12332
12332
  box-shadow: var(--shadow-focus);
12333
12333
  z-index: 3;
12334
12334
  }
12335
- ._inputWarning_1ju1p_359 {
12335
+ ._inputWarning_8fws9_359 {
12336
12336
  z-index: 1;
12337
- border-color: var(--color-border-warning) !important;
12337
+ border-color: var(--color-border-warning);
12338
12338
  color: var(--color-text-warning) !important;
12339
12339
  background-color: var(--color-background-warning);
12340
12340
  }
12341
- ._inputWarning_1ju1p_359:hover {
12341
+ ._inputWarning_8fws9_359:hover {
12342
12342
  border-color: var(--color-border-warning-hover) !important;
12343
12343
  }
12344
- ._inputWarning_1ju1p_359:focus {
12344
+ ._inputWarning_8fws9_359:focus {
12345
12345
  position: relative;
12346
12346
  outline: none !important;
12347
12347
  border-color: var(--color-border-focus) !important;
12348
12348
  box-shadow: var(--shadow-focus);
12349
12349
  z-index: 3;
12350
12350
  }
12351
- ._inputDisabled_1ju1p_394 {
12351
+ ._inputDisabled_8fws9_394 {
12352
12352
  pointer-events: none;
12353
12353
  background-color: var(--color-background-disabled);
12354
12354
  color: var(--color-text-muted);
12355
12355
  }
12356
- ._hideScrollbars_1ju1p_399 {
12356
+ ._hideScrollbars_8fws9_399 {
12357
12357
  /* Firefox */
12358
12358
  scrollbar-width: none;
12359
12359
  /* IE 10+ */
12360
12360
  -ms-overflow-style: none;
12361
12361
  /* Chrome, Safari and Opera */
12362
12362
  }
12363
- ._hideScrollbars_1ju1p_399::-webkit-scrollbar {
12363
+ ._hideScrollbars_8fws9_399::-webkit-scrollbar {
12364
12364
  display: none;
12365
12365
  }
12366
- ._scrollbars_1ju1p_409 {
12366
+ ._scrollbars_8fws9_409 {
12367
12367
  overflow: overlay;
12368
12368
  --scrollbar-color: #00000040;
12369
12369
  }
12370
- ._scrollbars_1ju1p_409::-webkit-scrollbar {
12370
+ ._scrollbars_8fws9_409::-webkit-scrollbar {
12371
12371
  display: block;
12372
12372
  width: 16px;
12373
12373
  z-index: 2;
12374
12374
  }
12375
- ._scrollbars_1ju1p_409::-webkit-scrollbar-button {
12375
+ ._scrollbars_8fws9_409::-webkit-scrollbar-button {
12376
12376
  display: none;
12377
12377
  }
12378
- ._scrollbars_1ju1p_409::-webkit-scrollbar-track {
12378
+ ._scrollbars_8fws9_409::-webkit-scrollbar-track {
12379
12379
  background-color: #00000000;
12380
12380
  }
12381
- ._scrollbars_1ju1p_409::-webkit-scrollbar-track-piece {
12381
+ ._scrollbars_8fws9_409::-webkit-scrollbar-track-piece {
12382
12382
  background-color: #00000000;
12383
12383
  }
12384
- ._scrollbars_1ju1p_409::-webkit-scrollbar-thumb {
12384
+ ._scrollbars_8fws9_409::-webkit-scrollbar-thumb {
12385
12385
  background-color: #00000000;
12386
12386
  border: 5px solid transparent;
12387
12387
  border-radius: 24px;
12388
12388
  box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
12389
12389
  }
12390
- ._scrollbars_1ju1p_409::-webkit-scrollbar-corner {
12390
+ ._scrollbars_8fws9_409::-webkit-scrollbar-corner {
12391
12391
  background: rgba(0, 0, 0, 0);
12392
12392
  }
12393
12393
  :root {
@@ -12396,7 +12396,7 @@ html[data-theme='dark'] {
12396
12396
  html[data-theme='dark'] {
12397
12397
  --color-border-message: transparent;
12398
12398
  }
12399
- ._container_1ju1p_442 {
12399
+ ._container_8fws9_442 {
12400
12400
  padding: 10px 14px;
12401
12401
  border-radius: 4px;
12402
12402
  display: inline-flex;
@@ -12411,33 +12411,33 @@ html[data-theme='dark'] {
12411
12411
  -ms-overflow-style: none;
12412
12412
  /* Chrome, Safari and Opera */
12413
12413
  }
12414
- ._container_1ju1p_442::-webkit-scrollbar {
12414
+ ._container_8fws9_442::-webkit-scrollbar {
12415
12415
  display: none;
12416
12416
  }
12417
- ._container_1ju1p_442._block_1ju1p_460 {
12417
+ ._container_8fws9_442._block_8fws9_460 {
12418
12418
  display: flex;
12419
12419
  }
12420
- ._container_1ju1p_442._info_1ju1p_463 {
12420
+ ._container_8fws9_442._info_8fws9_463 {
12421
12421
  color: var(--color-text-info);
12422
12422
  background-color: var(--color-background-info);
12423
12423
  }
12424
- ._container_1ju1p_442._success_1ju1p_467 {
12424
+ ._container_8fws9_442._success_8fws9_467 {
12425
12425
  color: var(--color-text-success);
12426
12426
  background-color: var(--color-background-success);
12427
12427
  }
12428
- ._container_1ju1p_442._warning_1ju1p_471 {
12428
+ ._container_8fws9_442._warning_8fws9_471 {
12429
12429
  color: var(--color-text-warning);
12430
12430
  background-color: var(--color-background-warning);
12431
12431
  }
12432
- ._container_1ju1p_442._error_1ju1p_475 {
12432
+ ._container_8fws9_442._error_8fws9_475 {
12433
12433
  color: var(--color-text-error);
12434
12434
  background-color: var(--color-background-error);
12435
12435
  }
12436
- ._content_1ju1p_479 {
12436
+ ._content_8fws9_479 {
12437
12437
  flex: 1;
12438
12438
  min-width: 0;
12439
12439
  }
12440
- ._heading_1ju1p_483 {
12440
+ ._heading_8fws9_483 {
12441
12441
  font-weight: bold;
12442
12442
  letter-spacing: 0.1em;
12443
12443
  text-transform: uppercase;
@@ -12445,46 +12445,46 @@ html[data-theme='dark'] {
12445
12445
  line-height: 20px;
12446
12446
  margin-bottom: 3px;
12447
12447
  }
12448
- ._icon_1ju1p_491,
12449
- ._dismiss_1ju1p_492 {
12448
+ ._icon_8fws9_491,
12449
+ ._dismiss_8fws9_492 {
12450
12450
  display: flex;
12451
12451
  justify-content: center;
12452
12452
  align-items: center;
12453
12453
  height: 20px;
12454
12454
  }
12455
- ._icon_1ju1p_491 {
12455
+ ._icon_8fws9_491 {
12456
12456
  margin-right: 12px;
12457
12457
  }
12458
- ._dismiss_1ju1p_492 {
12458
+ ._dismiss_8fws9_492 {
12459
12459
  margin-left: 12px;
12460
12460
  color: var(--color-text);
12461
12461
  }
12462
- ._dismiss_1ju1p_492._absolute_1ju1p_505 {
12462
+ ._dismiss_8fws9_492._absolute_8fws9_505 {
12463
12463
  position: absolute;
12464
12464
  top: 10px;
12465
12465
  right: 14px;
12466
12466
  }
12467
- ._legendToggle_1ju1p_510,
12468
- ._dismiss_1ju1p_492 {
12467
+ ._legendToggle_8fws9_510,
12468
+ ._dismiss_8fws9_492 {
12469
12469
  opacity: 0.4;
12470
12470
  }
12471
- ._legendToggle_1ju1p_510:hover,
12472
- ._dismiss_1ju1p_492:hover {
12471
+ ._legendToggle_8fws9_510:hover,
12472
+ ._dismiss_8fws9_492:hover {
12473
12473
  opacity: 0.8;
12474
12474
  cursor: pointer;
12475
12475
  }
12476
- ._legendToggle_1ju1p_510:active,
12477
- ._dismiss_1ju1p_492:active {
12476
+ ._legendToggle_8fws9_510:active,
12477
+ ._dismiss_8fws9_492:active {
12478
12478
  opacity: 1;
12479
12479
  }
12480
- ._legendToggle_1ju1p_510 {
12480
+ ._legendToggle_8fws9_510 {
12481
12481
  margin-top: 3px;
12482
12482
  }
12483
- ._detailsText_1ju1p_526 {
12483
+ ._detailsText_8fws9_526 {
12484
12484
  margin-top: 3px;
12485
12485
  word-break: break-word;
12486
12486
  }
12487
- ._footer_1ju1p_530 {
12487
+ ._footer_8fws9_530 {
12488
12488
  display: flex;
12489
12489
  flex-wrap: wrap;
12490
12490
  gap: 8px;
@@ -13936,106 +13936,106 @@ html[data-theme='dark'] {
13936
13936
  /*
13937
13937
  Z-INDEX
13938
13938
  */
13939
- ._inputInTable_1ljgl_337 {
13939
+ ._inputInTable_1r4j0_337 {
13940
13940
  background-color: transparent;
13941
13941
  border-radius: inherit !important;
13942
13942
  height: var(--size);
13943
13943
  min-height: 100%;
13944
13944
  }
13945
- ._inputInTable_1ljgl_337:not(:hover) {
13945
+ ._inputInTable_1r4j0_337:not(:hover) {
13946
13946
  border-color: transparent;
13947
13947
  }
13948
- ._inputHover_1ljgl_346 {
13948
+ ._inputHover_1r4j0_346 {
13949
13949
  position: relative;
13950
13950
  border-color: var(--color-border-hover);
13951
13951
  z-index: 2;
13952
13952
  }
13953
- ._inputFocus_1ljgl_351 {
13953
+ ._inputFocus_1r4j0_351 {
13954
13954
  position: relative;
13955
13955
  outline: none !important;
13956
13956
  border-color: var(--color-border-focus) !important;
13957
13957
  box-shadow: var(--shadow-focus);
13958
13958
  z-index: 3;
13959
13959
  }
13960
- ._inputError_1ljgl_358,
13961
- ._inputWarning_1ljgl_359 {
13960
+ ._inputError_1r4j0_358,
13961
+ ._inputWarning_1r4j0_359 {
13962
13962
  position: relative;
13963
13963
  }
13964
- ._inputError_1ljgl_358 {
13964
+ ._inputError_1r4j0_358 {
13965
13965
  z-index: 2;
13966
- border-color: var(--color-border-error) !important;
13966
+ border-color: var(--color-border-error);
13967
13967
  color: var(--color-text-error) !important;
13968
13968
  background-color: var(--color-background-error);
13969
13969
  }
13970
- ._inputError_1ljgl_358:hover {
13970
+ ._inputError_1r4j0_358:hover {
13971
13971
  border-color: var(--color-border-error-hover) !important;
13972
13972
  }
13973
- ._inputError_1ljgl_358:focus {
13973
+ ._inputError_1r4j0_358:focus {
13974
13974
  position: relative;
13975
13975
  outline: none !important;
13976
13976
  border-color: var(--color-border-focus) !important;
13977
13977
  box-shadow: var(--shadow-focus);
13978
13978
  z-index: 3;
13979
13979
  }
13980
- ._inputWarning_1ljgl_359 {
13980
+ ._inputWarning_1r4j0_359 {
13981
13981
  z-index: 1;
13982
- border-color: var(--color-border-warning) !important;
13982
+ border-color: var(--color-border-warning);
13983
13983
  color: var(--color-text-warning) !important;
13984
13984
  background-color: var(--color-background-warning);
13985
13985
  }
13986
- ._inputWarning_1ljgl_359:hover {
13986
+ ._inputWarning_1r4j0_359:hover {
13987
13987
  border-color: var(--color-border-warning-hover) !important;
13988
13988
  }
13989
- ._inputWarning_1ljgl_359:focus {
13989
+ ._inputWarning_1r4j0_359:focus {
13990
13990
  position: relative;
13991
13991
  outline: none !important;
13992
13992
  border-color: var(--color-border-focus) !important;
13993
13993
  box-shadow: var(--shadow-focus);
13994
13994
  z-index: 3;
13995
13995
  }
13996
- ._inputDisabled_1ljgl_394 {
13996
+ ._inputDisabled_1r4j0_394 {
13997
13997
  pointer-events: none;
13998
13998
  background-color: var(--color-background-disabled);
13999
13999
  color: var(--color-text-muted);
14000
14000
  }
14001
- ._hideScrollbars_1ljgl_399 {
14001
+ ._hideScrollbars_1r4j0_399 {
14002
14002
  /* Firefox */
14003
14003
  scrollbar-width: none;
14004
14004
  /* IE 10+ */
14005
14005
  -ms-overflow-style: none;
14006
14006
  /* Chrome, Safari and Opera */
14007
14007
  }
14008
- ._hideScrollbars_1ljgl_399::-webkit-scrollbar {
14008
+ ._hideScrollbars_1r4j0_399::-webkit-scrollbar {
14009
14009
  display: none;
14010
14010
  }
14011
- ._scrollbars_1ljgl_409 {
14011
+ ._scrollbars_1r4j0_409 {
14012
14012
  overflow: overlay;
14013
14013
  --scrollbar-color: #00000040;
14014
14014
  }
14015
- ._scrollbars_1ljgl_409::-webkit-scrollbar {
14015
+ ._scrollbars_1r4j0_409::-webkit-scrollbar {
14016
14016
  display: block;
14017
14017
  width: 16px;
14018
14018
  z-index: 2;
14019
14019
  }
14020
- ._scrollbars_1ljgl_409::-webkit-scrollbar-button {
14020
+ ._scrollbars_1r4j0_409::-webkit-scrollbar-button {
14021
14021
  display: none;
14022
14022
  }
14023
- ._scrollbars_1ljgl_409::-webkit-scrollbar-track {
14023
+ ._scrollbars_1r4j0_409::-webkit-scrollbar-track {
14024
14024
  background-color: #00000000;
14025
14025
  }
14026
- ._scrollbars_1ljgl_409::-webkit-scrollbar-track-piece {
14026
+ ._scrollbars_1r4j0_409::-webkit-scrollbar-track-piece {
14027
14027
  background-color: #00000000;
14028
14028
  }
14029
- ._scrollbars_1ljgl_409::-webkit-scrollbar-thumb {
14029
+ ._scrollbars_1r4j0_409::-webkit-scrollbar-thumb {
14030
14030
  background-color: #00000000;
14031
14031
  border: 5px solid transparent;
14032
14032
  border-radius: 24px;
14033
14033
  box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
14034
14034
  }
14035
- ._scrollbars_1ljgl_409::-webkit-scrollbar-corner {
14035
+ ._scrollbars_1r4j0_409::-webkit-scrollbar-corner {
14036
14036
  background: rgba(0, 0, 0, 0);
14037
14037
  }
14038
- ._select_1ljgl_436 {
14038
+ ._select_1r4j0_436 {
14039
14039
  appearance: none !important;
14040
14040
  -webkit-appearance: none !important;
14041
14041
  -moz-appearance: none !important;
@@ -14052,105 +14052,105 @@ html[data-theme='dark'] {
14052
14052
  border-radius: 0.28571429rem;
14053
14053
  height: var(--size);
14054
14054
  }
14055
- ._select_1ljgl_436 option {
14055
+ ._select_1r4j0_436 option {
14056
14056
  background: var(--color-background-input);
14057
14057
  color: var(--color-text);
14058
14058
  }
14059
- ._select_1ljgl_436 option:focus {
14059
+ ._select_1r4j0_436 option:focus {
14060
14060
  background-color: var(--color-background-menuitem-active);
14061
14061
  }
14062
- ._select_1ljgl_436:-moz-focusring {
14062
+ ._select_1r4j0_436:-moz-focusring {
14063
14063
  color: transparent !important;
14064
14064
  text-shadow: 0 0 0 #000 !important;
14065
14065
  }
14066
- ._select_1ljgl_436:hover {
14066
+ ._select_1r4j0_436:hover {
14067
14067
  position: relative;
14068
14068
  border-color: var(--color-border-hover);
14069
14069
  z-index: 2;
14070
14070
  cursor: pointer;
14071
14071
  }
14072
- ._select_1ljgl_436:focus {
14072
+ ._select_1r4j0_436:focus {
14073
14073
  position: relative;
14074
14074
  outline: none !important;
14075
14075
  border-color: var(--color-border-focus) !important;
14076
14076
  box-shadow: var(--shadow-focus);
14077
14077
  z-index: 3;
14078
14078
  }
14079
- ._select_1ljgl_436._isInTable_1ljgl_477 {
14079
+ ._select_1r4j0_436._isInTable_1r4j0_477 {
14080
14080
  background-color: transparent;
14081
14081
  border-radius: inherit !important;
14082
14082
  height: var(--size);
14083
14083
  min-height: 100%;
14084
14084
  }
14085
- ._select_1ljgl_436._isInTable_1ljgl_477:not(:hover) {
14085
+ ._select_1r4j0_436._isInTable_1r4j0_477:not(:hover) {
14086
14086
  border-color: transparent;
14087
14087
  }
14088
- ._select_1ljgl_436._unSelected_1ljgl_486 {
14088
+ ._select_1r4j0_436._unSelected_1r4j0_486 {
14089
14089
  color: var(--color-text-placeholder) !important;
14090
14090
  }
14091
- ._select_1ljgl_436._unSelected_1ljgl_486:-moz-focusring {
14091
+ ._select_1r4j0_436._unSelected_1r4j0_486:-moz-focusring {
14092
14092
  color: transparent !important;
14093
14093
  text-shadow: 0 0 0 #000 !important;
14094
14094
  }
14095
- ._select_1ljgl_436._error_1ljgl_493 {
14095
+ ._select_1r4j0_436._error_1r4j0_493 {
14096
14096
  position: relative;
14097
14097
  z-index: 2;
14098
- border-color: var(--color-border-error) !important;
14098
+ border-color: var(--color-border-error);
14099
14099
  color: var(--color-text-error) !important;
14100
14100
  background-color: var(--color-background-error);
14101
14101
  }
14102
- ._select_1ljgl_436._error_1ljgl_493:hover {
14102
+ ._select_1r4j0_436._error_1r4j0_493:hover {
14103
14103
  border-color: var(--color-border-error-hover) !important;
14104
14104
  }
14105
- ._select_1ljgl_436._error_1ljgl_493:focus {
14105
+ ._select_1r4j0_436._error_1r4j0_493:focus {
14106
14106
  position: relative;
14107
14107
  outline: none !important;
14108
14108
  border-color: var(--color-border-focus) !important;
14109
14109
  box-shadow: var(--shadow-focus);
14110
14110
  z-index: 3;
14111
14111
  }
14112
- ._select_1ljgl_436._warning_1ljgl_510 {
14112
+ ._select_1r4j0_436._warning_1r4j0_510 {
14113
14113
  position: relative;
14114
14114
  z-index: 1;
14115
- border-color: var(--color-border-warning) !important;
14115
+ border-color: var(--color-border-warning);
14116
14116
  color: var(--color-text-warning) !important;
14117
14117
  background-color: var(--color-background-warning);
14118
14118
  }
14119
- ._select_1ljgl_436._warning_1ljgl_510:hover {
14119
+ ._select_1r4j0_436._warning_1r4j0_510:hover {
14120
14120
  border-color: var(--color-border-warning-hover) !important;
14121
14121
  }
14122
- ._select_1ljgl_436._warning_1ljgl_510:focus {
14122
+ ._select_1r4j0_436._warning_1r4j0_510:focus {
14123
14123
  position: relative;
14124
14124
  outline: none !important;
14125
14125
  border-color: var(--color-border-focus) !important;
14126
14126
  box-shadow: var(--shadow-focus);
14127
14127
  z-index: 3;
14128
14128
  }
14129
- ._select_1ljgl_436._small_1ljgl_527 {
14129
+ ._select_1r4j0_436._small_1r4j0_527 {
14130
14130
  font-size: 12px;
14131
14131
  height: var(--size-sm);
14132
14132
  padding: 3.5px 7px;
14133
14133
  background-position: right 8px center !important;
14134
14134
  padding-right: 28px;
14135
14135
  }
14136
- ._select_1ljgl_436._right_1ljgl_534 {
14136
+ ._select_1r4j0_436._right_1r4j0_534 {
14137
14137
  text-align: right;
14138
14138
  text-align-last: right;
14139
14139
  }
14140
- ._select_1ljgl_436[disabled] {
14140
+ ._select_1r4j0_436[disabled] {
14141
14141
  opacity: 1;
14142
14142
  pointer-events: none;
14143
14143
  background-color: var(--color-background-disabled);
14144
14144
  color: var(--color-text-muted);
14145
14145
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='gray' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
14146
14146
  }
14147
- ._groupOrderFirst_1ljgl_545,
14148
- ._groupOrderMiddle_1ljgl_546 {
14147
+ ._groupOrderFirst_1r4j0_545,
14148
+ ._groupOrderMiddle_1r4j0_546 {
14149
14149
  border-top-right-radius: 0 !important;
14150
14150
  border-bottom-right-radius: 0 !important;
14151
14151
  }
14152
- ._groupOrderLast_1ljgl_550,
14153
- ._groupOrderMiddle_1ljgl_546 {
14152
+ ._groupOrderLast_1r4j0_550,
14153
+ ._groupOrderMiddle_1r4j0_546 {
14154
14154
  border-top-left-radius: 0 !important;
14155
14155
  border-bottom-left-radius: 0 !important;
14156
14156
  }
@@ -14937,110 +14937,110 @@ html[data-theme='dark'] {
14937
14937
  /*
14938
14938
  Z-INDEX
14939
14939
  */
14940
- ._inputInTable_1r3i0_337 {
14940
+ ._inputInTable_bpb71_337 {
14941
14941
  background-color: transparent;
14942
14942
  border-radius: inherit !important;
14943
14943
  height: var(--size);
14944
14944
  min-height: 100%;
14945
14945
  }
14946
- ._inputInTable_1r3i0_337:not(:hover) {
14946
+ ._inputInTable_bpb71_337:not(:hover) {
14947
14947
  border-color: transparent;
14948
14948
  }
14949
- ._inputHover_1r3i0_346 {
14949
+ ._inputHover_bpb71_346 {
14950
14950
  position: relative;
14951
14951
  border-color: var(--color-border-hover);
14952
14952
  z-index: 2;
14953
14953
  }
14954
- ._inputFocus_1r3i0_351 {
14954
+ ._inputFocus_bpb71_351 {
14955
14955
  position: relative;
14956
14956
  outline: none !important;
14957
14957
  border-color: var(--color-border-focus) !important;
14958
14958
  box-shadow: var(--shadow-focus);
14959
14959
  z-index: 3;
14960
14960
  }
14961
- ._inputError_1r3i0_358,
14962
- ._inputWarning_1r3i0_359 {
14961
+ ._inputError_bpb71_358,
14962
+ ._inputWarning_bpb71_359 {
14963
14963
  position: relative;
14964
14964
  }
14965
- ._inputError_1r3i0_358 {
14965
+ ._inputError_bpb71_358 {
14966
14966
  z-index: 2;
14967
- border-color: var(--color-border-error) !important;
14967
+ border-color: var(--color-border-error);
14968
14968
  color: var(--color-text-error) !important;
14969
14969
  background-color: var(--color-background-error);
14970
14970
  }
14971
- ._inputError_1r3i0_358:hover {
14971
+ ._inputError_bpb71_358:hover {
14972
14972
  border-color: var(--color-border-error-hover) !important;
14973
14973
  }
14974
- ._inputError_1r3i0_358:focus {
14974
+ ._inputError_bpb71_358:focus {
14975
14975
  position: relative;
14976
14976
  outline: none !important;
14977
14977
  border-color: var(--color-border-focus) !important;
14978
14978
  box-shadow: var(--shadow-focus);
14979
14979
  z-index: 3;
14980
14980
  }
14981
- ._inputWarning_1r3i0_359 {
14981
+ ._inputWarning_bpb71_359 {
14982
14982
  z-index: 1;
14983
- border-color: var(--color-border-warning) !important;
14983
+ border-color: var(--color-border-warning);
14984
14984
  color: var(--color-text-warning) !important;
14985
14985
  background-color: var(--color-background-warning);
14986
14986
  }
14987
- ._inputWarning_1r3i0_359:hover {
14987
+ ._inputWarning_bpb71_359:hover {
14988
14988
  border-color: var(--color-border-warning-hover) !important;
14989
14989
  }
14990
- ._inputWarning_1r3i0_359:focus {
14990
+ ._inputWarning_bpb71_359:focus {
14991
14991
  position: relative;
14992
14992
  outline: none !important;
14993
14993
  border-color: var(--color-border-focus) !important;
14994
14994
  box-shadow: var(--shadow-focus);
14995
14995
  z-index: 3;
14996
14996
  }
14997
- ._inputDisabled_1r3i0_394 {
14997
+ ._inputDisabled_bpb71_394 {
14998
14998
  pointer-events: none;
14999
14999
  background-color: var(--color-background-disabled);
15000
15000
  color: var(--color-text-muted);
15001
15001
  }
15002
- ._hideScrollbars_1r3i0_399 {
15002
+ ._hideScrollbars_bpb71_399 {
15003
15003
  /* Firefox */
15004
15004
  scrollbar-width: none;
15005
15005
  /* IE 10+ */
15006
15006
  -ms-overflow-style: none;
15007
15007
  /* Chrome, Safari and Opera */
15008
15008
  }
15009
- ._hideScrollbars_1r3i0_399::-webkit-scrollbar {
15009
+ ._hideScrollbars_bpb71_399::-webkit-scrollbar {
15010
15010
  display: none;
15011
15011
  }
15012
- ._scrollbars_1r3i0_409 {
15012
+ ._scrollbars_bpb71_409 {
15013
15013
  overflow: overlay;
15014
15014
  --scrollbar-color: #00000040;
15015
15015
  }
15016
- ._scrollbars_1r3i0_409::-webkit-scrollbar {
15016
+ ._scrollbars_bpb71_409::-webkit-scrollbar {
15017
15017
  display: block;
15018
15018
  width: 16px;
15019
15019
  z-index: 2;
15020
15020
  }
15021
- ._scrollbars_1r3i0_409::-webkit-scrollbar-button {
15021
+ ._scrollbars_bpb71_409::-webkit-scrollbar-button {
15022
15022
  display: none;
15023
15023
  }
15024
- ._scrollbars_1r3i0_409::-webkit-scrollbar-track {
15024
+ ._scrollbars_bpb71_409::-webkit-scrollbar-track {
15025
15025
  background-color: #00000000;
15026
15026
  }
15027
- ._scrollbars_1r3i0_409::-webkit-scrollbar-track-piece {
15027
+ ._scrollbars_bpb71_409::-webkit-scrollbar-track-piece {
15028
15028
  background-color: #00000000;
15029
15029
  }
15030
- ._scrollbars_1r3i0_409::-webkit-scrollbar-thumb {
15030
+ ._scrollbars_bpb71_409::-webkit-scrollbar-thumb {
15031
15031
  background-color: #00000000;
15032
15032
  border: 5px solid transparent;
15033
15033
  border-radius: 24px;
15034
15034
  box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
15035
15035
  }
15036
- ._scrollbars_1r3i0_409::-webkit-scrollbar-corner {
15036
+ ._scrollbars_bpb71_409::-webkit-scrollbar-corner {
15037
15037
  background: rgba(0, 0, 0, 0);
15038
15038
  }
15039
15039
  :root {
15040
15040
  --size-select-icon: 24px;
15041
15041
  --size-select-icon-sm: 16px;
15042
15042
  }
15043
- ._trigger_1r3i0_440 {
15043
+ ._trigger_bpb71_440 {
15044
15044
  font-weight: normal;
15045
15045
  display: flex;
15046
15046
  align-items: center;
@@ -15051,79 +15051,79 @@ html[data-theme='dark'] {
15051
15051
  position: relative;
15052
15052
  padding-left: 12px;
15053
15053
  }
15054
- ._trigger_1r3i0_440 input {
15054
+ ._trigger_bpb71_440 input {
15055
15055
  border: none !important;
15056
15056
  background: transparent !important;
15057
15057
  }
15058
- ._trigger_1r3i0_440._isInTable_1r3i0_455 {
15058
+ ._trigger_bpb71_440._isInTable_bpb71_455 {
15059
15059
  background-color: transparent;
15060
15060
  border-radius: inherit !important;
15061
15061
  height: var(--size);
15062
15062
  min-height: 100%;
15063
15063
  }
15064
- ._trigger_1r3i0_440._isInTable_1r3i0_455:not(:hover) {
15064
+ ._trigger_bpb71_440._isInTable_bpb71_455:not(:hover) {
15065
15065
  border-color: transparent;
15066
15066
  }
15067
- ._trigger_1r3i0_440._isInTable_1r3i0_455 ._input_1r3i0_337 {
15067
+ ._trigger_bpb71_440._isInTable_bpb71_455 ._input_bpb71_337 {
15068
15068
  background: transparent !important;
15069
15069
  }
15070
- ._trigger_1r3i0_440:hover {
15070
+ ._trigger_bpb71_440:hover {
15071
15071
  position: relative;
15072
15072
  border-color: var(--color-border-hover);
15073
15073
  z-index: 2;
15074
15074
  cursor: pointer;
15075
15075
  }
15076
- ._trigger_1r3i0_440._isOpen_1r3i0_473,
15077
- ._trigger_1r3i0_440:focus {
15076
+ ._trigger_bpb71_440._isOpen_bpb71_473,
15077
+ ._trigger_bpb71_440:focus {
15078
15078
  position: relative;
15079
15079
  outline: none !important;
15080
15080
  border-color: var(--color-border-focus) !important;
15081
15081
  box-shadow: var(--shadow-focus);
15082
15082
  z-index: 3;
15083
15083
  }
15084
- ._trigger_1r3i0_440._error_1r3i0_481 {
15084
+ ._trigger_bpb71_440._error_bpb71_481 {
15085
15085
  position: relative;
15086
15086
  z-index: 2;
15087
- border-color: var(--color-border-error) !important;
15087
+ border-color: var(--color-border-error);
15088
15088
  color: var(--color-text-error) !important;
15089
15089
  background-color: var(--color-background-error);
15090
15090
  }
15091
- ._trigger_1r3i0_440._error_1r3i0_481:hover {
15091
+ ._trigger_bpb71_440._error_bpb71_481:hover {
15092
15092
  border-color: var(--color-border-error-hover) !important;
15093
15093
  }
15094
- ._trigger_1r3i0_440._error_1r3i0_481:focus {
15094
+ ._trigger_bpb71_440._error_bpb71_481:focus {
15095
15095
  position: relative;
15096
15096
  outline: none !important;
15097
15097
  border-color: var(--color-border-focus) !important;
15098
15098
  box-shadow: var(--shadow-focus);
15099
15099
  z-index: 3;
15100
15100
  }
15101
- ._trigger_1r3i0_440._warning_1r3i0_498 {
15101
+ ._trigger_bpb71_440._warning_bpb71_498 {
15102
15102
  position: relative;
15103
15103
  z-index: 1;
15104
- border-color: var(--color-border-warning) !important;
15104
+ border-color: var(--color-border-warning);
15105
15105
  color: var(--color-text-warning) !important;
15106
15106
  background-color: var(--color-background-warning);
15107
15107
  }
15108
- ._trigger_1r3i0_440._warning_1r3i0_498:hover {
15108
+ ._trigger_bpb71_440._warning_bpb71_498:hover {
15109
15109
  border-color: var(--color-border-warning-hover) !important;
15110
15110
  }
15111
- ._trigger_1r3i0_440._warning_1r3i0_498:focus {
15111
+ ._trigger_bpb71_440._warning_bpb71_498:focus {
15112
15112
  position: relative;
15113
15113
  outline: none !important;
15114
15114
  border-color: var(--color-border-focus) !important;
15115
15115
  box-shadow: var(--shadow-focus);
15116
15116
  z-index: 3;
15117
15117
  }
15118
- ._trigger_1r3i0_440._disabled_1r3i0_515 {
15118
+ ._trigger_bpb71_440._disabled_bpb71_515 {
15119
15119
  pointer-events: none;
15120
15120
  background-color: var(--color-background-disabled);
15121
15121
  color: var(--color-text-muted);
15122
15122
  }
15123
- ._trigger_1r3i0_440._disabled_1r3i0_515 ._iconOpen_1r3i0_520 {
15123
+ ._trigger_bpb71_440._disabled_bpb71_515 ._iconOpen_bpb71_520 {
15124
15124
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='gray' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
15125
15125
  }
15126
- ._icons_1r3i0_523 {
15126
+ ._icons_bpb71_523 {
15127
15127
  display: flex;
15128
15128
  flex-wrap: nowrap;
15129
15129
  flex-shrink: 0;
@@ -15131,8 +15131,8 @@ html[data-theme='dark'] {
15131
15131
  z-index: 2;
15132
15132
  font-size: 12px;
15133
15133
  }
15134
- ._icons_1r3i0_523 ._clearAll_1r3i0_531,
15135
- ._icons_1r3i0_523 ._iconOpen_1r3i0_520 {
15134
+ ._icons_bpb71_523 ._clearAll_bpb71_531,
15135
+ ._icons_bpb71_523 ._iconOpen_bpb71_520 {
15136
15136
  width: var(--size-select-icon);
15137
15137
  height: var(--size-select-icon);
15138
15138
  margin: -1px 0;
@@ -15140,30 +15140,30 @@ html[data-theme='dark'] {
15140
15140
  justify-content: flex-start;
15141
15141
  align-items: center;
15142
15142
  }
15143
- ._small_1r3i0_540 ._icons_1r3i0_523 ._clearAll_1r3i0_531,
15144
- ._small_1r3i0_540 ._icons_1r3i0_523 ._iconOpen_1r3i0_520 {
15143
+ ._small_bpb71_540 ._icons_bpb71_523 ._clearAll_bpb71_531,
15144
+ ._small_bpb71_540 ._icons_bpb71_523 ._iconOpen_bpb71_520 {
15145
15145
  width: var(--size-select-icon-sm);
15146
15146
  height: var(--size-select-icon-sm);
15147
15147
  }
15148
- ._icons_1r3i0_523 ._clearAll_1r3i0_531 {
15148
+ ._icons_bpb71_523 ._clearAll_bpb71_531 {
15149
15149
  color: var(--color-border);
15150
15150
  }
15151
- ._icons_1r3i0_523 ._clearAll_1r3i0_531:hover,
15152
- ._icons_1r3i0_523 ._clearAll_1r3i0_531._focus_1r3i0_549 {
15151
+ ._icons_bpb71_523 ._clearAll_bpb71_531:hover,
15152
+ ._icons_bpb71_523 ._clearAll_bpb71_531._focus_bpb71_549 {
15153
15153
  color: var(--color-text);
15154
15154
  outline: 0;
15155
15155
  }
15156
- ._icons_1r3i0_523 ._iconOpen_1r3i0_520 {
15156
+ ._icons_bpb71_523 ._iconOpen_bpb71_520 {
15157
15157
  color: inherit;
15158
15158
  display: block;
15159
15159
  flex-shrink: 0;
15160
15160
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='gray' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left;
15161
15161
  background-size: 8px 12px;
15162
15162
  }
15163
- ._icons_1r3i0_523 svg {
15163
+ ._icons_bpb71_523 svg {
15164
15164
  display: block;
15165
15165
  }
15166
- ._triggerInputContainer_1r3i0_563 {
15166
+ ._triggerInputContainer_bpb71_563 {
15167
15167
  display: flex;
15168
15168
  align-items: center;
15169
15169
  position: relative;
@@ -15172,31 +15172,31 @@ html[data-theme='dark'] {
15172
15172
  min-width: 0;
15173
15173
  margin-right: 4px;
15174
15174
  }
15175
- ._right_1r3i0_572 ._triggerInputContainer_1r3i0_563 {
15175
+ ._right_bpb71_572 ._triggerInputContainer_bpb71_563 {
15176
15176
  justify-content: flex-end;
15177
15177
  text-align: right;
15178
15178
  }
15179
- ._right_1r3i0_572 ._triggerInputContainer_1r3i0_563 input {
15179
+ ._right_bpb71_572 ._triggerInputContainer_bpb71_563 input {
15180
15180
  padding-right: 0;
15181
15181
  padding-left: 0;
15182
15182
  text-align: right;
15183
15183
  width: 0;
15184
15184
  }
15185
- ._right_1r3i0_572 ._triggerInputContainer_1r3i0_563 input:focus {
15185
+ ._right_bpb71_572 ._triggerInputContainer_bpb71_563 input:focus {
15186
15186
  width: auto;
15187
15187
  }
15188
- ._multiOptions_1r3i0_585 {
15188
+ ._multiOptions_bpb71_585 {
15189
15189
  display: flex;
15190
15190
  overflow: hidden;
15191
15191
  margin-left: -8px;
15192
15192
  }
15193
- ._small_1r3i0_540 ._multiOptions_1r3i0_585 {
15193
+ ._small_bpb71_540 ._multiOptions_bpb71_585 {
15194
15194
  margin-left: -5px;
15195
15195
  }
15196
- ._multiOptions_1r3i0_585:empty {
15196
+ ._multiOptions_bpb71_585:empty {
15197
15197
  display: none !important;
15198
15198
  }
15199
- ._multiOptions_1r3i0_585 ._multiOption_1r3i0_585 {
15199
+ ._multiOptions_bpb71_585 ._multiOption_bpb71_585 {
15200
15200
  user-select: none;
15201
15201
  pointer-events: none;
15202
15202
  display: inline-flex;
@@ -15213,14 +15213,14 @@ html[data-theme='dark'] {
15213
15213
  flex-shrink: 0;
15214
15214
  margin-right: 2px;
15215
15215
  }
15216
- ._small_1r3i0_540 ._multiOptions_1r3i0_585 ._multiOption_1r3i0_585 {
15216
+ ._small_bpb71_540 ._multiOptions_bpb71_585 ._multiOption_bpb71_585 {
15217
15217
  height: var(--size-xs);
15218
15218
  padding: 0 3px;
15219
15219
  }
15220
- ._multiOptions_1r3i0_585 ._multiOption_1r3i0_585 ._label_1r3i0_617 {
15220
+ ._multiOptions_bpb71_585 ._multiOption_bpb71_585 ._label_bpb71_617 {
15221
15221
  white-space: nowrap;
15222
15222
  }
15223
- ._multiOptions_1r3i0_585 ._multiOption_1r3i0_585 ._closeMultiOption_1r3i0_620 {
15223
+ ._multiOptions_bpb71_585 ._multiOption_bpb71_585 ._closeMultiOption_bpb71_620 {
15224
15224
  flex-shrink: 0;
15225
15225
  display: flex;
15226
15226
  align-items: center;
@@ -15230,13 +15230,13 @@ html[data-theme='dark'] {
15230
15230
  opacity: 0.25;
15231
15231
  aspect-ratio: 1;
15232
15232
  }
15233
- ._multiOptions_1r3i0_585 ._multiOption_1r3i0_585 ._closeMultiOption_1r3i0_620:hover,
15234
- ._multiOptions_1r3i0_585 ._multiOption_1r3i0_585 ._closeMultiOption_1r3i0_620._focus_1r3i0_549 {
15233
+ ._multiOptions_bpb71_585 ._multiOption_bpb71_585 ._closeMultiOption_bpb71_620:hover,
15234
+ ._multiOptions_bpb71_585 ._multiOption_bpb71_585 ._closeMultiOption_bpb71_620._focus_bpb71_549 {
15235
15235
  opacity: 1;
15236
15236
  outline: 0;
15237
15237
  }
15238
- ._selectedSingleValue_1r3i0_635,
15239
- ._placeHolder_1r3i0_636 {
15238
+ ._selectedSingleValue_bpb71_635,
15239
+ ._placeHolder_bpb71_636 {
15240
15240
  line-height: calc(var(--size) - 2px);
15241
15241
  right: 0;
15242
15242
  left: 0;
@@ -15246,10 +15246,10 @@ html[data-theme='dark'] {
15246
15246
  display: block;
15247
15247
  position: absolute;
15248
15248
  }
15249
- ._placeHolder_1r3i0_636 {
15249
+ ._placeHolder_bpb71_636 {
15250
15250
  color: var(--color-text-placeholder);
15251
15251
  }
15252
- ._input_1r3i0_337 {
15252
+ ._input_bpb71_337 {
15253
15253
  font-family: 'Lato', sans-serif;
15254
15254
  background-color: transparent;
15255
15255
  border: none;
@@ -15257,43 +15257,43 @@ html[data-theme='dark'] {
15257
15257
  padding: 0;
15258
15258
  width: 0;
15259
15259
  }
15260
- ._input_1r3i0_337._error_1r3i0_481 {
15260
+ ._input_bpb71_337._error_bpb71_481 {
15261
15261
  color: var(--color-text-error) !important;
15262
15262
  }
15263
- ._input_1r3i0_337:focus {
15263
+ ._input_bpb71_337:focus {
15264
15264
  outline: none;
15265
15265
  width: auto;
15266
15266
  }
15267
- ._small_1r3i0_540 {
15267
+ ._small_bpb71_540 {
15268
15268
  height: var(--size-sm);
15269
15269
  font-size: 12px;
15270
15270
  padding-left: 7px;
15271
15271
  }
15272
- ._small_1r3i0_540 ._selectedSingleValue_1r3i0_635,
15273
- ._small_1r3i0_540 ._placeHolder_1r3i0_636,
15274
- ._small_1r3i0_540 ._input_1r3i0_337 {
15272
+ ._small_bpb71_540 ._selectedSingleValue_bpb71_635,
15273
+ ._small_bpb71_540 ._placeHolder_bpb71_636,
15274
+ ._small_bpb71_540 ._input_bpb71_337 {
15275
15275
  height: calc(var(--size-sm) - 2px);
15276
15276
  line-height: calc(var(--size-sm) - 2px);
15277
15277
  }
15278
- ._groupOrderFirst_1r3i0_675,
15279
- ._groupOrderMiddle_1r3i0_676 {
15278
+ ._groupOrderFirst_bpb71_675,
15279
+ ._groupOrderMiddle_bpb71_676 {
15280
15280
  border-top-right-radius: 0 !important;
15281
15281
  border-bottom-right-radius: 0 !important;
15282
15282
  }
15283
- ._groupOrderLast_1r3i0_680,
15284
- ._groupOrderMiddle_1r3i0_676 {
15283
+ ._groupOrderLast_bpb71_680,
15284
+ ._groupOrderMiddle_bpb71_676 {
15285
15285
  border-top-left-radius: 0 !important;
15286
15286
  border-bottom-left-radius: 0 !important;
15287
15287
  }
15288
- ._detailedLabel_1r3i0_685 {
15288
+ ._detailedLabel_bpb71_685 {
15289
15289
  width: 100%;
15290
15290
  }
15291
- ._detailedLabel_1r3i0_685 :first-child {
15291
+ ._detailedLabel_bpb71_685 :first-child {
15292
15292
  float: left;
15293
15293
  position: absolute;
15294
15294
  padding-right: 5px;
15295
15295
  }
15296
- ._detailedLabel_1r3i0_685 :last-child {
15296
+ ._detailedLabel_bpb71_685 :last-child {
15297
15297
  float: right;
15298
15298
  }
15299
15299
  ._paginationContainer_1g3st_1 {
@@ -21025,106 +21025,106 @@ html[data-theme='dark'] {
21025
21025
  /*
21026
21026
  Z-INDEX
21027
21027
  */
21028
- ._inputInTable_18f5h_337 {
21028
+ ._inputInTable_1kfoa_337 {
21029
21029
  background-color: transparent;
21030
21030
  border-radius: inherit !important;
21031
21031
  height: var(--size);
21032
21032
  min-height: 100%;
21033
21033
  }
21034
- ._inputInTable_18f5h_337:not(:hover) {
21034
+ ._inputInTable_1kfoa_337:not(:hover) {
21035
21035
  border-color: transparent;
21036
21036
  }
21037
- ._inputHover_18f5h_346 {
21037
+ ._inputHover_1kfoa_346 {
21038
21038
  position: relative;
21039
21039
  border-color: var(--color-border-hover);
21040
21040
  z-index: 2;
21041
21041
  }
21042
- ._inputFocus_18f5h_351 {
21042
+ ._inputFocus_1kfoa_351 {
21043
21043
  position: relative;
21044
21044
  outline: none !important;
21045
21045
  border-color: var(--color-border-focus) !important;
21046
21046
  box-shadow: var(--shadow-focus);
21047
21047
  z-index: 3;
21048
21048
  }
21049
- ._inputError_18f5h_358,
21050
- ._inputWarning_18f5h_359 {
21049
+ ._inputError_1kfoa_358,
21050
+ ._inputWarning_1kfoa_359 {
21051
21051
  position: relative;
21052
21052
  }
21053
- ._inputError_18f5h_358 {
21053
+ ._inputError_1kfoa_358 {
21054
21054
  z-index: 2;
21055
- border-color: var(--color-border-error) !important;
21055
+ border-color: var(--color-border-error);
21056
21056
  color: var(--color-text-error) !important;
21057
21057
  background-color: var(--color-background-error);
21058
21058
  }
21059
- ._inputError_18f5h_358:hover {
21059
+ ._inputError_1kfoa_358:hover {
21060
21060
  border-color: var(--color-border-error-hover) !important;
21061
21061
  }
21062
- ._inputError_18f5h_358:focus {
21062
+ ._inputError_1kfoa_358:focus {
21063
21063
  position: relative;
21064
21064
  outline: none !important;
21065
21065
  border-color: var(--color-border-focus) !important;
21066
21066
  box-shadow: var(--shadow-focus);
21067
21067
  z-index: 3;
21068
21068
  }
21069
- ._inputWarning_18f5h_359 {
21069
+ ._inputWarning_1kfoa_359 {
21070
21070
  z-index: 1;
21071
- border-color: var(--color-border-warning) !important;
21071
+ border-color: var(--color-border-warning);
21072
21072
  color: var(--color-text-warning) !important;
21073
21073
  background-color: var(--color-background-warning);
21074
21074
  }
21075
- ._inputWarning_18f5h_359:hover {
21075
+ ._inputWarning_1kfoa_359:hover {
21076
21076
  border-color: var(--color-border-warning-hover) !important;
21077
21077
  }
21078
- ._inputWarning_18f5h_359:focus {
21078
+ ._inputWarning_1kfoa_359:focus {
21079
21079
  position: relative;
21080
21080
  outline: none !important;
21081
21081
  border-color: var(--color-border-focus) !important;
21082
21082
  box-shadow: var(--shadow-focus);
21083
21083
  z-index: 3;
21084
21084
  }
21085
- ._inputDisabled_18f5h_394 {
21085
+ ._inputDisabled_1kfoa_394 {
21086
21086
  pointer-events: none;
21087
21087
  background-color: var(--color-background-disabled);
21088
21088
  color: var(--color-text-muted);
21089
21089
  }
21090
- ._hideScrollbars_18f5h_399 {
21090
+ ._hideScrollbars_1kfoa_399 {
21091
21091
  /* Firefox */
21092
21092
  scrollbar-width: none;
21093
21093
  /* IE 10+ */
21094
21094
  -ms-overflow-style: none;
21095
21095
  /* Chrome, Safari and Opera */
21096
21096
  }
21097
- ._hideScrollbars_18f5h_399::-webkit-scrollbar {
21097
+ ._hideScrollbars_1kfoa_399::-webkit-scrollbar {
21098
21098
  display: none;
21099
21099
  }
21100
- ._scrollbars_18f5h_409 {
21100
+ ._scrollbars_1kfoa_409 {
21101
21101
  overflow: overlay;
21102
21102
  --scrollbar-color: #00000040;
21103
21103
  }
21104
- ._scrollbars_18f5h_409::-webkit-scrollbar {
21104
+ ._scrollbars_1kfoa_409::-webkit-scrollbar {
21105
21105
  display: block;
21106
21106
  width: 16px;
21107
21107
  z-index: 2;
21108
21108
  }
21109
- ._scrollbars_18f5h_409::-webkit-scrollbar-button {
21109
+ ._scrollbars_1kfoa_409::-webkit-scrollbar-button {
21110
21110
  display: none;
21111
21111
  }
21112
- ._scrollbars_18f5h_409::-webkit-scrollbar-track {
21112
+ ._scrollbars_1kfoa_409::-webkit-scrollbar-track {
21113
21113
  background-color: #00000000;
21114
21114
  }
21115
- ._scrollbars_18f5h_409::-webkit-scrollbar-track-piece {
21115
+ ._scrollbars_1kfoa_409::-webkit-scrollbar-track-piece {
21116
21116
  background-color: #00000000;
21117
21117
  }
21118
- ._scrollbars_18f5h_409::-webkit-scrollbar-thumb {
21118
+ ._scrollbars_1kfoa_409::-webkit-scrollbar-thumb {
21119
21119
  background-color: #00000000;
21120
21120
  border: 5px solid transparent;
21121
21121
  border-radius: 24px;
21122
21122
  box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
21123
21123
  }
21124
- ._scrollbars_18f5h_409::-webkit-scrollbar-corner {
21124
+ ._scrollbars_1kfoa_409::-webkit-scrollbar-corner {
21125
21125
  background: rgba(0, 0, 0, 0);
21126
21126
  }
21127
- ._richTextInput_18f5h_436 [role='textbox'] {
21127
+ ._richTextInput_1kfoa_436 [role='textbox'] {
21128
21128
  padding: 6.5px 12px;
21129
21129
  background: var(--color-background-input);
21130
21130
  border: 1px solid var(--color-border);
@@ -21133,24 +21133,24 @@ html[data-theme='dark'] {
21133
21133
  transition: border-color 0.1s ease;
21134
21134
  white-space: pre-wrap;
21135
21135
  }
21136
- ._richTextInput_18f5h_436 [role='textbox']:hover {
21136
+ ._richTextInput_1kfoa_436 [role='textbox']:hover {
21137
21137
  position: relative;
21138
21138
  border-color: var(--color-border-hover);
21139
21139
  z-index: 2;
21140
21140
  }
21141
- ._richTextInput_18f5h_436 [role='textbox']:focus {
21141
+ ._richTextInput_1kfoa_436 [role='textbox']:focus {
21142
21142
  position: relative;
21143
21143
  outline: none !important;
21144
21144
  border-color: var(--color-border-focus) !important;
21145
21145
  box-shadow: var(--shadow-focus);
21146
21146
  z-index: 3;
21147
21147
  }
21148
- ._richTextInput_18f5h_436 [role='textbox'][aria-readonly='true'] {
21148
+ ._richTextInput_1kfoa_436 [role='textbox'][aria-readonly='true'] {
21149
21149
  pointer-events: none;
21150
21150
  background-color: var(--color-background-disabled);
21151
21151
  color: var(--color-text-muted);
21152
21152
  }
21153
- ._richTextInput_18f5h_436 [data-placeholder]::before {
21153
+ ._richTextInput_1kfoa_436 [data-placeholder]::before {
21154
21154
  color: var(--color-text-faint);
21155
21155
  font-style: normal;
21156
21156
  }
@@ -21831,119 +21831,119 @@ html[data-theme='dark'] {
21831
21831
  /*
21832
21832
  Z-INDEX
21833
21833
  */
21834
- ._inputInTable_go6n4_337 {
21834
+ ._inputInTable_u3jqz_337 {
21835
21835
  background-color: transparent;
21836
21836
  border-radius: inherit !important;
21837
21837
  height: var(--size);
21838
21838
  min-height: 100%;
21839
21839
  }
21840
- ._inputInTable_go6n4_337:not(:hover) {
21840
+ ._inputInTable_u3jqz_337:not(:hover) {
21841
21841
  border-color: transparent;
21842
21842
  }
21843
- ._inputHover_go6n4_346 {
21843
+ ._inputHover_u3jqz_346 {
21844
21844
  position: relative;
21845
21845
  border-color: var(--color-border-hover);
21846
21846
  z-index: 2;
21847
21847
  }
21848
- ._inputFocus_go6n4_351 {
21848
+ ._inputFocus_u3jqz_351 {
21849
21849
  position: relative;
21850
21850
  outline: none !important;
21851
21851
  border-color: var(--color-border-focus) !important;
21852
21852
  box-shadow: var(--shadow-focus);
21853
21853
  z-index: 3;
21854
21854
  }
21855
- ._inputError_go6n4_358,
21856
- ._inputWarning_go6n4_359 {
21855
+ ._inputError_u3jqz_358,
21856
+ ._inputWarning_u3jqz_359 {
21857
21857
  position: relative;
21858
21858
  }
21859
- ._inputError_go6n4_358 {
21859
+ ._inputError_u3jqz_358 {
21860
21860
  z-index: 2;
21861
- border-color: var(--color-border-error) !important;
21861
+ border-color: var(--color-border-error);
21862
21862
  color: var(--color-text-error) !important;
21863
21863
  background-color: var(--color-background-error);
21864
21864
  }
21865
- ._inputError_go6n4_358:hover {
21865
+ ._inputError_u3jqz_358:hover {
21866
21866
  border-color: var(--color-border-error-hover) !important;
21867
21867
  }
21868
- ._inputError_go6n4_358:focus {
21868
+ ._inputError_u3jqz_358:focus {
21869
21869
  position: relative;
21870
21870
  outline: none !important;
21871
21871
  border-color: var(--color-border-focus) !important;
21872
21872
  box-shadow: var(--shadow-focus);
21873
21873
  z-index: 3;
21874
21874
  }
21875
- ._inputWarning_go6n4_359 {
21875
+ ._inputWarning_u3jqz_359 {
21876
21876
  z-index: 1;
21877
- border-color: var(--color-border-warning) !important;
21877
+ border-color: var(--color-border-warning);
21878
21878
  color: var(--color-text-warning) !important;
21879
21879
  background-color: var(--color-background-warning);
21880
21880
  }
21881
- ._inputWarning_go6n4_359:hover {
21881
+ ._inputWarning_u3jqz_359:hover {
21882
21882
  border-color: var(--color-border-warning-hover) !important;
21883
21883
  }
21884
- ._inputWarning_go6n4_359:focus {
21884
+ ._inputWarning_u3jqz_359:focus {
21885
21885
  position: relative;
21886
21886
  outline: none !important;
21887
21887
  border-color: var(--color-border-focus) !important;
21888
21888
  box-shadow: var(--shadow-focus);
21889
21889
  z-index: 3;
21890
21890
  }
21891
- ._inputDisabled_go6n4_394 {
21891
+ ._inputDisabled_u3jqz_394 {
21892
21892
  pointer-events: none;
21893
21893
  background-color: var(--color-background-disabled);
21894
21894
  color: var(--color-text-muted);
21895
21895
  }
21896
- ._hideScrollbars_go6n4_399 {
21896
+ ._hideScrollbars_u3jqz_399 {
21897
21897
  /* Firefox */
21898
21898
  scrollbar-width: none;
21899
21899
  /* IE 10+ */
21900
21900
  -ms-overflow-style: none;
21901
21901
  /* Chrome, Safari and Opera */
21902
21902
  }
21903
- ._hideScrollbars_go6n4_399::-webkit-scrollbar {
21903
+ ._hideScrollbars_u3jqz_399::-webkit-scrollbar {
21904
21904
  display: none;
21905
21905
  }
21906
- ._scrollbars_go6n4_409 {
21906
+ ._scrollbars_u3jqz_409 {
21907
21907
  overflow: overlay;
21908
21908
  --scrollbar-color: #00000040;
21909
21909
  }
21910
- ._scrollbars_go6n4_409::-webkit-scrollbar {
21910
+ ._scrollbars_u3jqz_409::-webkit-scrollbar {
21911
21911
  display: block;
21912
21912
  width: 16px;
21913
21913
  z-index: 2;
21914
21914
  }
21915
- ._scrollbars_go6n4_409::-webkit-scrollbar-button {
21915
+ ._scrollbars_u3jqz_409::-webkit-scrollbar-button {
21916
21916
  display: none;
21917
21917
  }
21918
- ._scrollbars_go6n4_409::-webkit-scrollbar-track {
21918
+ ._scrollbars_u3jqz_409::-webkit-scrollbar-track {
21919
21919
  background-color: #00000000;
21920
21920
  }
21921
- ._scrollbars_go6n4_409::-webkit-scrollbar-track-piece {
21921
+ ._scrollbars_u3jqz_409::-webkit-scrollbar-track-piece {
21922
21922
  background-color: #00000000;
21923
21923
  }
21924
- ._scrollbars_go6n4_409::-webkit-scrollbar-thumb {
21924
+ ._scrollbars_u3jqz_409::-webkit-scrollbar-thumb {
21925
21925
  background-color: #00000000;
21926
21926
  border: 5px solid transparent;
21927
21927
  border-radius: 24px;
21928
21928
  box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
21929
21929
  }
21930
- ._scrollbars_go6n4_409::-webkit-scrollbar-corner {
21930
+ ._scrollbars_u3jqz_409::-webkit-scrollbar-corner {
21931
21931
  background: rgba(0, 0, 0, 0);
21932
21932
  }
21933
21933
  :root {
21934
21934
  --color-background-sidebar: var(--color-neutral-950);
21935
21935
  }
21936
- ._sidebar_go6n4_439 {
21936
+ ._sidebar_u3jqz_439 {
21937
21937
  background-color: var(--color-background-sidebar);
21938
21938
  color: white;
21939
21939
  position: relative;
21940
21940
  }
21941
21941
  @media print {
21942
- ._sidebar_go6n4_439 {
21942
+ ._sidebar_u3jqz_439 {
21943
21943
  display: none;
21944
21944
  }
21945
21945
  }
21946
- ._inner_go6n4_449 {
21946
+ ._inner_u3jqz_449 {
21947
21947
  padding: 1.4rem;
21948
21948
  /* Firefox */
21949
21949
  scrollbar-width: none;
@@ -21951,24 +21951,24 @@ html[data-theme='dark'] {
21951
21951
  -ms-overflow-style: none;
21952
21952
  /* Chrome, Safari and Opera */
21953
21953
  }
21954
- ._inner_go6n4_449::-webkit-scrollbar {
21954
+ ._inner_u3jqz_449::-webkit-scrollbar {
21955
21955
  display: none;
21956
21956
  }
21957
- ._title_go6n4_460,
21958
- ._subtitle_go6n4_461,
21959
- ._label_go6n4_462 {
21957
+ ._title_u3jqz_460,
21958
+ ._subtitle_u3jqz_461,
21959
+ ._label_u3jqz_462 {
21960
21960
  transition: opacity 0.2s, max-height 0.2s, margin 0.2s, color 0.2s;
21961
21961
  max-height: 50px;
21962
21962
  }
21963
- ._collapsed_go6n4_466 ._title_go6n4_460,
21964
- ._collapsed_go6n4_466 ._subtitle_go6n4_461,
21965
- ._collapsed_go6n4_466 ._label_go6n4_462 {
21963
+ ._collapsed_u3jqz_466 ._title_u3jqz_460,
21964
+ ._collapsed_u3jqz_466 ._subtitle_u3jqz_461,
21965
+ ._collapsed_u3jqz_466 ._label_u3jqz_462 {
21966
21966
  opacity: 0;
21967
21967
  max-height: 0;
21968
21968
  margin-bottom: 0;
21969
21969
  margin-top: 0;
21970
21970
  }
21971
- ._title_go6n4_460 {
21971
+ ._title_u3jqz_460 {
21972
21972
  overflow: hidden;
21973
21973
  max-width: 100%;
21974
21974
  text-overflow: ellipsis;
@@ -21976,20 +21976,20 @@ html[data-theme='dark'] {
21976
21976
  margin-top: 0;
21977
21977
  font-size: 16px;
21978
21978
  }
21979
- ._subtitle_go6n4_461 {
21979
+ ._subtitle_u3jqz_461 {
21980
21980
  margin-bottom: 0.75rem;
21981
21981
  white-space: nowrap;
21982
21982
  font-size: 12px;
21983
21983
  letter-spacing: 0.1em;
21984
21984
  opacity: 0.6;
21985
21985
  }
21986
- ._list_go6n4_489 {
21986
+ ._list_u3jqz_489 {
21987
21987
  margin-left: -1.4rem;
21988
21988
  margin-right: -1.4rem;
21989
21989
  margin-bottom: 2rem;
21990
21990
  margin-top: 0;
21991
21991
  }
21992
- ._item_go6n4_495 {
21992
+ ._item_u3jqz_495 {
21993
21993
  font-size: 16px;
21994
21994
  color: white;
21995
21995
  font-weight: normal;
@@ -21997,27 +21997,27 @@ html[data-theme='dark'] {
21997
21997
  padding: 0.4rem 1.4rem;
21998
21998
  align-items: center;
21999
21999
  }
22000
- ._item_go6n4_495:focus {
22000
+ ._item_u3jqz_495:focus {
22001
22001
  outline: none;
22002
22002
  }
22003
- ._item_go6n4_495::-moz-focus-inner {
22003
+ ._item_u3jqz_495::-moz-focus-inner {
22004
22004
  border: 0;
22005
22005
  }
22006
- ._item_go6n4_495:hover,
22007
- ._item_go6n4_495:focus {
22006
+ ._item_u3jqz_495:hover,
22007
+ ._item_u3jqz_495:focus {
22008
22008
  color: var(--color-primary-400);
22009
22009
  }
22010
- ._item_go6n4_495:active {
22010
+ ._item_u3jqz_495:active {
22011
22011
  color: var(--color-primary-300);
22012
22012
  }
22013
- ._item_go6n4_495._active_go6n4_516 {
22013
+ ._item_u3jqz_495._active_u3jqz_516 {
22014
22014
  color: white;
22015
22015
  background: black;
22016
22016
  }
22017
- ._item_go6n4_495._experimental_go6n4_520 {
22017
+ ._item_u3jqz_495._experimental_u3jqz_520 {
22018
22018
  background: #40130b;
22019
22019
  }
22020
- ._icon_go6n4_523 {
22020
+ ._icon_u3jqz_523 {
22021
22021
  margin-right: 10px;
22022
22022
  line-height: 0;
22023
22023
  flex-shrink: 0;
@@ -22025,23 +22025,23 @@ html[data-theme='dark'] {
22025
22025
  opacity: 0.4;
22026
22026
  display: block;
22027
22027
  }
22028
- ._item_go6n4_495:hover ._icon_go6n4_523,
22029
- ._item_go6n4_495:focus ._icon_go6n4_523 {
22028
+ ._item_u3jqz_495:hover ._icon_u3jqz_523,
22029
+ ._item_u3jqz_495:focus ._icon_u3jqz_523 {
22030
22030
  opacity: 0.6;
22031
22031
  }
22032
- ._item_go6n4_495:active ._icon_go6n4_523 {
22032
+ ._item_u3jqz_495:active ._icon_u3jqz_523 {
22033
22033
  opacity: 0.8;
22034
22034
  }
22035
- ._item_go6n4_495._active_go6n4_516 ._icon_go6n4_523 {
22035
+ ._item_u3jqz_495._active_u3jqz_516 ._icon_u3jqz_523 {
22036
22036
  opacity: 1;
22037
22037
  }
22038
- ._icon_go6n4_523 > * {
22038
+ ._icon_u3jqz_523 > * {
22039
22039
  opacity: 1;
22040
22040
  }
22041
- ._icon_go6n4_523 > span {
22041
+ ._icon_u3jqz_523 > span {
22042
22042
  display: block;
22043
22043
  }
22044
- ._label_go6n4_462 {
22044
+ ._label_u3jqz_462 {
22045
22045
  white-space: nowrap;
22046
22046
  overflow: hidden;
22047
22047
  }
@@ -23390,103 +23390,103 @@ html[data-theme='dark'] {
23390
23390
  /*
23391
23391
  Z-INDEX
23392
23392
  */
23393
- ._inputInTable_1auke_337 {
23393
+ ._inputInTable_j46wi_337 {
23394
23394
  background-color: transparent;
23395
23395
  border-radius: inherit !important;
23396
23396
  height: var(--size);
23397
23397
  min-height: 100%;
23398
23398
  }
23399
- ._inputInTable_1auke_337:not(:hover) {
23399
+ ._inputInTable_j46wi_337:not(:hover) {
23400
23400
  border-color: transparent;
23401
23401
  }
23402
- ._inputHover_1auke_346 {
23402
+ ._inputHover_j46wi_346 {
23403
23403
  position: relative;
23404
23404
  border-color: var(--color-border-hover);
23405
23405
  z-index: 2;
23406
23406
  }
23407
- ._inputFocus_1auke_351 {
23407
+ ._inputFocus_j46wi_351 {
23408
23408
  position: relative;
23409
23409
  outline: none !important;
23410
23410
  border-color: var(--color-border-focus) !important;
23411
23411
  box-shadow: var(--shadow-focus);
23412
23412
  z-index: 3;
23413
23413
  }
23414
- ._inputError_1auke_358,
23415
- ._inputWarning_1auke_359 {
23414
+ ._inputError_j46wi_358,
23415
+ ._inputWarning_j46wi_359 {
23416
23416
  position: relative;
23417
23417
  }
23418
- ._inputError_1auke_358 {
23418
+ ._inputError_j46wi_358 {
23419
23419
  z-index: 2;
23420
- border-color: var(--color-border-error) !important;
23420
+ border-color: var(--color-border-error);
23421
23421
  color: var(--color-text-error) !important;
23422
23422
  background-color: var(--color-background-error);
23423
23423
  }
23424
- ._inputError_1auke_358:hover {
23424
+ ._inputError_j46wi_358:hover {
23425
23425
  border-color: var(--color-border-error-hover) !important;
23426
23426
  }
23427
- ._inputError_1auke_358:focus {
23427
+ ._inputError_j46wi_358:focus {
23428
23428
  position: relative;
23429
23429
  outline: none !important;
23430
23430
  border-color: var(--color-border-focus) !important;
23431
23431
  box-shadow: var(--shadow-focus);
23432
23432
  z-index: 3;
23433
23433
  }
23434
- ._inputWarning_1auke_359 {
23434
+ ._inputWarning_j46wi_359 {
23435
23435
  z-index: 1;
23436
- border-color: var(--color-border-warning) !important;
23436
+ border-color: var(--color-border-warning);
23437
23437
  color: var(--color-text-warning) !important;
23438
23438
  background-color: var(--color-background-warning);
23439
23439
  }
23440
- ._inputWarning_1auke_359:hover {
23440
+ ._inputWarning_j46wi_359:hover {
23441
23441
  border-color: var(--color-border-warning-hover) !important;
23442
23442
  }
23443
- ._inputWarning_1auke_359:focus {
23443
+ ._inputWarning_j46wi_359:focus {
23444
23444
  position: relative;
23445
23445
  outline: none !important;
23446
23446
  border-color: var(--color-border-focus) !important;
23447
23447
  box-shadow: var(--shadow-focus);
23448
23448
  z-index: 3;
23449
23449
  }
23450
- ._inputDisabled_1auke_394 {
23450
+ ._inputDisabled_j46wi_394 {
23451
23451
  pointer-events: none;
23452
23452
  background-color: var(--color-background-disabled);
23453
23453
  color: var(--color-text-muted);
23454
23454
  }
23455
- ._hideScrollbars_1auke_399 {
23455
+ ._hideScrollbars_j46wi_399 {
23456
23456
  /* Firefox */
23457
23457
  scrollbar-width: none;
23458
23458
  /* IE 10+ */
23459
23459
  -ms-overflow-style: none;
23460
23460
  /* Chrome, Safari and Opera */
23461
23461
  }
23462
- ._hideScrollbars_1auke_399::-webkit-scrollbar {
23462
+ ._hideScrollbars_j46wi_399::-webkit-scrollbar {
23463
23463
  display: none;
23464
23464
  }
23465
- ._scrollbars_1auke_409 {
23465
+ ._scrollbars_j46wi_409 {
23466
23466
  overflow: overlay;
23467
23467
  --scrollbar-color: #00000040;
23468
23468
  }
23469
- ._scrollbars_1auke_409::-webkit-scrollbar {
23469
+ ._scrollbars_j46wi_409::-webkit-scrollbar {
23470
23470
  display: block;
23471
23471
  width: 16px;
23472
23472
  z-index: 2;
23473
23473
  }
23474
- ._scrollbars_1auke_409::-webkit-scrollbar-button {
23474
+ ._scrollbars_j46wi_409::-webkit-scrollbar-button {
23475
23475
  display: none;
23476
23476
  }
23477
- ._scrollbars_1auke_409::-webkit-scrollbar-track {
23477
+ ._scrollbars_j46wi_409::-webkit-scrollbar-track {
23478
23478
  background-color: #00000000;
23479
23479
  }
23480
- ._scrollbars_1auke_409::-webkit-scrollbar-track-piece {
23480
+ ._scrollbars_j46wi_409::-webkit-scrollbar-track-piece {
23481
23481
  background-color: #00000000;
23482
23482
  }
23483
- ._scrollbars_1auke_409::-webkit-scrollbar-thumb {
23483
+ ._scrollbars_j46wi_409::-webkit-scrollbar-thumb {
23484
23484
  background-color: #00000000;
23485
23485
  border: 5px solid transparent;
23486
23486
  border-radius: 24px;
23487
23487
  box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
23488
23488
  }
23489
- ._scrollbars_1auke_409::-webkit-scrollbar-corner {
23489
+ ._scrollbars_j46wi_409::-webkit-scrollbar-corner {
23490
23490
  background: rgba(0, 0, 0, 0);
23491
23491
  }
23492
23492
  :root {
@@ -23499,28 +23499,28 @@ html[data-theme='dark'] {
23499
23499
  --color-background-table-row-tinted: var(--color-neutral-850);
23500
23500
  --color-border-table: black;
23501
23501
  }
23502
- ._wrapper_1auke_446 {
23502
+ ._wrapper_j46wi_446 {
23503
23503
  border-radius: inherit;
23504
23504
  max-height: 100%;
23505
23505
  display: flex;
23506
23506
  flex-direction: column;
23507
23507
  overflow: hidden;
23508
23508
  }
23509
- ._wrapper_1auke_446._bordered_1auke_453 {
23509
+ ._wrapper_j46wi_446._bordered_j46wi_453 {
23510
23510
  border-radius: 4px;
23511
23511
  border: 1px solid var(--color-border-table);
23512
23512
  }
23513
- ._scroll_1auke_409 {
23513
+ ._scroll_j46wi_409 {
23514
23514
  overflow-y: auto;
23515
23515
  border-radius: inherit;
23516
23516
  flex: 1;
23517
23517
  min-height: 0;
23518
23518
  }
23519
- ._scroll_1auke_409:not(:first-child) {
23519
+ ._scroll_j46wi_409:not(:first-child) {
23520
23520
  border-top-left-radius: 0;
23521
23521
  border-top-right-radius: 0;
23522
23522
  }
23523
- ._table_1auke_467 {
23523
+ ._table_j46wi_467 {
23524
23524
  background: var(--color-background-raised);
23525
23525
  color: var(--color-text);
23526
23526
  border-collapse: separate;
@@ -23528,32 +23528,32 @@ html[data-theme='dark'] {
23528
23528
  border-radius: inherit;
23529
23529
  width: 100%;
23530
23530
  }
23531
- ._table_1auke_467 > :first-child {
23531
+ ._table_j46wi_467 > :first-child {
23532
23532
  border-top-left-radius: inherit;
23533
23533
  border-top-right-radius: inherit;
23534
23534
  }
23535
- ._table_1auke_467 > :first-child > :first-child {
23535
+ ._table_j46wi_467 > :first-child > :first-child {
23536
23536
  border-top-left-radius: inherit;
23537
23537
  border-top-right-radius: inherit;
23538
23538
  }
23539
- ._table_1auke_467 > :first-child > :first-child > :first-child {
23539
+ ._table_j46wi_467 > :first-child > :first-child > :first-child {
23540
23540
  border-top-left-radius: inherit;
23541
23541
  }
23542
- ._table_1auke_467 > :first-child > :first-child > :last-child {
23542
+ ._table_j46wi_467 > :first-child > :first-child > :last-child {
23543
23543
  border-top-right-radius: inherit;
23544
23544
  }
23545
- ._table_1auke_467 > :last-child {
23545
+ ._table_j46wi_467 > :last-child {
23546
23546
  border-bottom-left-radius: inherit;
23547
23547
  border-bottom-right-radius: inherit;
23548
23548
  }
23549
- ._table_1auke_467 > :last-child > :last-child {
23549
+ ._table_j46wi_467 > :last-child > :last-child {
23550
23550
  border-bottom-left-radius: inherit;
23551
23551
  border-bottom-right-radius: inherit;
23552
23552
  }
23553
- ._table_1auke_467 > :last-child > :last-child > :first-child {
23553
+ ._table_j46wi_467 > :last-child > :last-child > :first-child {
23554
23554
  border-bottom-left-radius: inherit;
23555
23555
  }
23556
- ._table_1auke_467 > :last-child > :last-child > :last-child {
23556
+ ._table_j46wi_467 > :last-child > :last-child > :last-child {
23557
23557
  border-bottom-right-radius: inherit;
23558
23558
  }
23559
23559
  th,
@@ -23570,10 +23570,10 @@ th:not(:first-child),
23570
23570
  td:not(:first-child) {
23571
23571
  border-left-width: 1px;
23572
23572
  }
23573
- ._table_1auke_467 > *:not(:last-child) > tr th,
23574
- ._table_1auke_467 > *:not(:last-child) > tr td,
23575
- ._table_1auke_467 > *:last-child > tr:not(:last-child) th,
23576
- ._table_1auke_467 > *:last-child > tr:not(:last-child) td {
23573
+ ._table_j46wi_467 > *:not(:last-child) > tr th,
23574
+ ._table_j46wi_467 > *:not(:last-child) > tr td,
23575
+ ._table_j46wi_467 > *:last-child > tr:not(:last-child) th,
23576
+ ._table_j46wi_467 > *:last-child > tr:not(:last-child) td {
23577
23577
  border-bottom-width: 1px;
23578
23578
  }
23579
23579
  @-moz-document url-prefix() {
@@ -23600,7 +23600,7 @@ tbody {
23600
23600
  tbody tr {
23601
23601
  background-color: var(--color-background-raised);
23602
23602
  }
23603
- ._striped_1auke_547 tbody tr:nth-child(even) {
23603
+ ._striped_j46wi_547 tbody tr:nth-child(even) {
23604
23604
  background-color: var(--color-background-table-row-tinted);
23605
23605
  }
23606
23606
  /*
@@ -24640,148 +24640,148 @@ html[data-theme='dark'] {
24640
24640
  /*
24641
24641
  Z-INDEX
24642
24642
  */
24643
- ._inputInTable_14le1_337 {
24643
+ ._inputInTable_gp6oe_337 {
24644
24644
  background-color: transparent;
24645
24645
  border-radius: inherit !important;
24646
24646
  height: var(--size);
24647
24647
  min-height: 100%;
24648
24648
  }
24649
- ._inputInTable_14le1_337:not(:hover) {
24649
+ ._inputInTable_gp6oe_337:not(:hover) {
24650
24650
  border-color: transparent;
24651
24651
  }
24652
- ._inputHover_14le1_346 {
24652
+ ._inputHover_gp6oe_346 {
24653
24653
  position: relative;
24654
24654
  border-color: var(--color-border-hover);
24655
24655
  z-index: 2;
24656
24656
  }
24657
- ._inputFocus_14le1_351 {
24657
+ ._inputFocus_gp6oe_351 {
24658
24658
  position: relative;
24659
24659
  outline: none !important;
24660
24660
  border-color: var(--color-border-focus) !important;
24661
24661
  box-shadow: var(--shadow-focus);
24662
24662
  z-index: 3;
24663
24663
  }
24664
- ._inputError_14le1_358,
24665
- ._inputWarning_14le1_359 {
24664
+ ._inputError_gp6oe_358,
24665
+ ._inputWarning_gp6oe_359 {
24666
24666
  position: relative;
24667
24667
  }
24668
- ._inputError_14le1_358 {
24668
+ ._inputError_gp6oe_358 {
24669
24669
  z-index: 2;
24670
- border-color: var(--color-border-error) !important;
24670
+ border-color: var(--color-border-error);
24671
24671
  color: var(--color-text-error) !important;
24672
24672
  background-color: var(--color-background-error);
24673
24673
  }
24674
- ._inputError_14le1_358:hover {
24674
+ ._inputError_gp6oe_358:hover {
24675
24675
  border-color: var(--color-border-error-hover) !important;
24676
24676
  }
24677
- ._inputError_14le1_358:focus {
24677
+ ._inputError_gp6oe_358:focus {
24678
24678
  position: relative;
24679
24679
  outline: none !important;
24680
24680
  border-color: var(--color-border-focus) !important;
24681
24681
  box-shadow: var(--shadow-focus);
24682
24682
  z-index: 3;
24683
24683
  }
24684
- ._inputWarning_14le1_359 {
24684
+ ._inputWarning_gp6oe_359 {
24685
24685
  z-index: 1;
24686
- border-color: var(--color-border-warning) !important;
24686
+ border-color: var(--color-border-warning);
24687
24687
  color: var(--color-text-warning) !important;
24688
24688
  background-color: var(--color-background-warning);
24689
24689
  }
24690
- ._inputWarning_14le1_359:hover {
24690
+ ._inputWarning_gp6oe_359:hover {
24691
24691
  border-color: var(--color-border-warning-hover) !important;
24692
24692
  }
24693
- ._inputWarning_14le1_359:focus {
24693
+ ._inputWarning_gp6oe_359:focus {
24694
24694
  position: relative;
24695
24695
  outline: none !important;
24696
24696
  border-color: var(--color-border-focus) !important;
24697
24697
  box-shadow: var(--shadow-focus);
24698
24698
  z-index: 3;
24699
24699
  }
24700
- ._inputDisabled_14le1_394 {
24700
+ ._inputDisabled_gp6oe_394 {
24701
24701
  pointer-events: none;
24702
24702
  background-color: var(--color-background-disabled);
24703
24703
  color: var(--color-text-muted);
24704
24704
  }
24705
- ._hideScrollbars_14le1_399 {
24705
+ ._hideScrollbars_gp6oe_399 {
24706
24706
  /* Firefox */
24707
24707
  scrollbar-width: none;
24708
24708
  /* IE 10+ */
24709
24709
  -ms-overflow-style: none;
24710
24710
  /* Chrome, Safari and Opera */
24711
24711
  }
24712
- ._hideScrollbars_14le1_399::-webkit-scrollbar {
24712
+ ._hideScrollbars_gp6oe_399::-webkit-scrollbar {
24713
24713
  display: none;
24714
24714
  }
24715
- ._scrollbars_14le1_409 {
24715
+ ._scrollbars_gp6oe_409 {
24716
24716
  overflow: overlay;
24717
24717
  --scrollbar-color: #00000040;
24718
24718
  }
24719
- ._scrollbars_14le1_409::-webkit-scrollbar {
24719
+ ._scrollbars_gp6oe_409::-webkit-scrollbar {
24720
24720
  display: block;
24721
24721
  width: 16px;
24722
24722
  z-index: 2;
24723
24723
  }
24724
- ._scrollbars_14le1_409::-webkit-scrollbar-button {
24724
+ ._scrollbars_gp6oe_409::-webkit-scrollbar-button {
24725
24725
  display: none;
24726
24726
  }
24727
- ._scrollbars_14le1_409::-webkit-scrollbar-track {
24727
+ ._scrollbars_gp6oe_409::-webkit-scrollbar-track {
24728
24728
  background-color: #00000000;
24729
24729
  }
24730
- ._scrollbars_14le1_409::-webkit-scrollbar-track-piece {
24730
+ ._scrollbars_gp6oe_409::-webkit-scrollbar-track-piece {
24731
24731
  background-color: #00000000;
24732
24732
  }
24733
- ._scrollbars_14le1_409::-webkit-scrollbar-thumb {
24733
+ ._scrollbars_gp6oe_409::-webkit-scrollbar-thumb {
24734
24734
  background-color: #00000000;
24735
24735
  border: 5px solid transparent;
24736
24736
  border-radius: 24px;
24737
24737
  box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
24738
24738
  }
24739
- ._scrollbars_14le1_409::-webkit-scrollbar-corner {
24739
+ ._scrollbars_gp6oe_409::-webkit-scrollbar-corner {
24740
24740
  background: rgba(0, 0, 0, 0);
24741
24741
  }
24742
- ._cell_14le1_436 a {
24742
+ ._cell_gp6oe_436 a {
24743
24743
  cursor: pointer;
24744
- color: var(--color-text-primary) !important;
24744
+ color: var(--color-text-primary);
24745
24745
  }
24746
- ._cell_14le1_436 a:hover {
24747
- color: var(--color-text-primary-hover) !important;
24746
+ ._cell_gp6oe_436 a:hover {
24747
+ color: var(--color-text-primary-hover);
24748
24748
  }
24749
- ._cell_14le1_436 a:active {
24750
- color: var(--color-text-primary-active) !important;
24749
+ ._cell_gp6oe_436 a:active {
24750
+ color: var(--color-text-primary-active);
24751
24751
  }
24752
- ._cell_14le1_436 a._disabledLink_14le1_446 {
24752
+ ._cell_gp6oe_436 a._disabledLink_gp6oe_446 {
24753
24753
  color: var(--color-text-faint) !important;
24754
24754
  cursor: default !important;
24755
24755
  }
24756
- ._inputWrapper_14le1_450 {
24756
+ ._inputWrapper_gp6oe_450 {
24757
24757
  height: 100%;
24758
24758
  border-radius: inherit;
24759
24759
  }
24760
- ._inputWrapper_14le1_450 > span,
24761
- ._inputWrapper_14le1_450 > span > span,
24762
- ._inputWrapper_14le1_450 > span > span > div {
24760
+ ._inputWrapper_gp6oe_450 > span,
24761
+ ._inputWrapper_gp6oe_450 > span > span,
24762
+ ._inputWrapper_gp6oe_450 > span > span > div {
24763
24763
  height: 100%;
24764
24764
  border-radius: inherit;
24765
24765
  }
24766
- ._inputWrapper_14le1_450 > div,
24767
- ._inputWrapper_14le1_450 > div > span {
24766
+ ._inputWrapper_gp6oe_450 > div,
24767
+ ._inputWrapper_gp6oe_450 > div > span {
24768
24768
  height: 100%;
24769
24769
  border-radius: inherit;
24770
24770
  }
24771
- ._breakWord_14le1_465 {
24771
+ ._breakWord_gp6oe_465 {
24772
24772
  word-break: break-word;
24773
24773
  }
24774
- ._inputCell_14le1_468 {
24774
+ ._inputCell_gp6oe_468 {
24775
24775
  padding: 0 !important;
24776
24776
  }
24777
- ._sliderCell_14le1_471 {
24777
+ ._sliderCell_gp6oe_471 {
24778
24778
  padding-top: 0 !important;
24779
24779
  padding-bottom: 0 !important;
24780
24780
  }
24781
- ._staticCell_14le1_475 {
24781
+ ._staticCell_gp6oe_475 {
24782
24782
  padding: 0 !important;
24783
24783
  }
24784
- ._staticCell_14le1_475 ._staticCellContent_14le1_478 {
24784
+ ._staticCell_gp6oe_475 ._staticCellContent_gp6oe_478 {
24785
24785
  min-height: 100%;
24786
24786
  padding: 6.5px 12px;
24787
24787
  line-height: 17px;
@@ -24790,84 +24790,56 @@ html[data-theme='dark'] {
24790
24790
  display: flex;
24791
24791
  align-items: center;
24792
24792
  }
24793
- tbody ._staticCell_14le1_475 ._staticCellContent_14le1_478 {
24793
+ tbody ._staticCell_gp6oe_475 ._staticCellContent_gp6oe_478 {
24794
24794
  background-color: var(--color-background-disabled);
24795
24795
  color: var(--color-text-muted);
24796
24796
  }
24797
- ._staticCell_14le1_475 ._staticCellContent_14le1_478._error_14le1_491,
24798
- ._staticCell_14le1_475 ._staticCellContent_14le1_478._warning_14le1_492 {
24797
+ ._staticCell_gp6oe_475 ._staticCellContent_gp6oe_478._error_gp6oe_491,
24798
+ ._staticCell_gp6oe_475 ._staticCellContent_gp6oe_478._warning_gp6oe_492 {
24799
24799
  border: 1px solid transparent;
24800
24800
  }
24801
- ._staticCell_14le1_475 ._staticCellContent_14le1_478._error_14le1_491 {
24802
- position: relative;
24803
- z-index: 2;
24804
- border-color: var(--color-border-error) !important;
24805
- color: var(--color-text-error) !important;
24801
+ ._staticCell_gp6oe_475 ._staticCellContent_gp6oe_478._error_gp6oe_491 {
24806
24802
  background-color: var(--color-background-error);
24807
24803
  }
24808
- ._staticCell_14le1_475 ._staticCellContent_14le1_478._error_14le1_491:hover {
24809
- border-color: var(--color-border-error-hover) !important;
24810
- }
24811
- ._staticCell_14le1_475 ._staticCellContent_14le1_478._error_14le1_491:focus {
24812
- position: relative;
24813
- outline: none !important;
24814
- border-color: var(--color-border-focus) !important;
24815
- box-shadow: var(--shadow-focus);
24816
- z-index: 3;
24817
- }
24818
- ._staticCell_14le1_475 ._staticCellContent_14le1_478._warning_14le1_492 {
24819
- position: relative;
24820
- z-index: 1;
24821
- border-color: var(--color-border-warning) !important;
24822
- color: var(--color-text-warning) !important;
24804
+ ._staticCell_gp6oe_475 ._staticCellContent_gp6oe_478._warning_gp6oe_492 {
24823
24805
  background-color: var(--color-background-warning);
24824
24806
  }
24825
- ._staticCell_14le1_475 ._staticCellContent_14le1_478._warning_14le1_492:hover {
24826
- border-color: var(--color-border-warning-hover) !important;
24827
- }
24828
- ._staticCell_14le1_475 ._staticCellContent_14le1_478._warning_14le1_492:focus {
24829
- position: relative;
24830
- outline: none !important;
24831
- border-color: var(--color-border-focus) !important;
24832
- box-shadow: var(--shadow-focus);
24833
- z-index: 3;
24834
- }
24835
- ._staticCell_14le1_475 ._staticCellContent_14le1_478._unit_14le1_529 {
24807
+ ._staticCell_gp6oe_475 ._staticCellContent_gp6oe_478._unit_gp6oe_501 {
24836
24808
  font-weight: normal;
24837
24809
  }
24838
- ._sortingCell_14le1_532 ._staticCellContent_14le1_478 {
24810
+ ._sortingCell_gp6oe_504 ._staticCellContent_gp6oe_478 {
24839
24811
  position: relative;
24840
24812
  padding-right: 45px !important;
24841
24813
  cursor: pointer !important;
24842
24814
  }
24843
- ._sortingCell_14le1_532 ._staticCellContent_14le1_478:hover {
24815
+ ._sortingCell_gp6oe_504 ._staticCellContent_gp6oe_478:hover {
24844
24816
  background-color: rgba(0, 0, 0, 0.05) !important;
24845
24817
  }
24846
- ._sortingCell_14le1_532 ._sortingCellIcon_14le1_540 {
24818
+ ._sortingCell_gp6oe_504 ._sortingCellIcon_gp6oe_512 {
24847
24819
  font-size: 20px;
24848
24820
  position: absolute;
24849
24821
  right: 8px;
24850
24822
  top: 50%;
24851
24823
  transform: translateY(-50%);
24852
24824
  }
24853
- ._icon_14le1_547 {
24825
+ ._icon_gp6oe_519 {
24854
24826
  display: inline-flex;
24855
24827
  margin-left: 8px;
24856
24828
  }
24857
- ._checkBoxCell_14le1_551 {
24829
+ ._checkBoxCell_gp6oe_523 {
24858
24830
  padding-block: 0 !important;
24859
24831
  width: var(--size);
24860
24832
  }
24861
- ._iconCell_14le1_555 {
24833
+ ._iconCell_gp6oe_527 {
24862
24834
  width: var(--size);
24863
24835
  text-align: center;
24864
24836
  padding: 0 !important;
24865
24837
  }
24866
- ._iconCell_14le1_555 ._iconWrapper_14le1_560 {
24838
+ ._iconCell_gp6oe_527 ._iconWrapper_gp6oe_532 {
24867
24839
  display: flex;
24868
24840
  justify-content: center;
24869
24841
  }
24870
- ._actionsCell_14le1_564 {
24842
+ ._actionsCell_gp6oe_536 {
24871
24843
  width: var(--size-sm);
24872
24844
  padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
24873
24845
  position: sticky;
@@ -24875,22 +24847,22 @@ tbody ._staticCell_14le1_475 ._staticCellContent_14le1_478 {
24875
24847
  background: inherit;
24876
24848
  z-index: 4;
24877
24849
  }
24878
- ._rightAligned_14le1_572 {
24850
+ ._rightAligned_gp6oe_544 {
24879
24851
  text-align: right !important;
24880
24852
  }
24881
- ._rightAligned_14le1_572 ._staticCellContent_14le1_478 {
24853
+ ._rightAligned_gp6oe_544 ._staticCellContent_gp6oe_478 {
24882
24854
  justify-content: flex-end;
24883
24855
  }
24884
- ._centerAligned_14le1_578 {
24856
+ ._centerAligned_gp6oe_550 {
24885
24857
  text-align: center !important;
24886
24858
  }
24887
- ._leftAligned_14le1_581 {
24859
+ ._leftAligned_gp6oe_553 {
24888
24860
  text-align: left !important;
24889
24861
  }
24890
- ._popover_14le1_584 {
24862
+ ._popover_gp6oe_556 {
24891
24863
  padding: 6.5px 12px;
24892
24864
  }
24893
- ._disabledPointerEvents_14le1_587 {
24865
+ ._disabledPointerEvents_gp6oe_559 {
24894
24866
  pointer-events: none;
24895
24867
  }
24896
24868
  /*
@@ -26008,106 +25980,106 @@ html[data-theme='dark'] {
26008
25980
  /*
26009
25981
  Z-INDEX
26010
25982
  */
26011
- ._inputInTable_mb83o_337 {
25983
+ ._inputInTable_qhxzr_337 {
26012
25984
  background-color: transparent;
26013
25985
  border-radius: inherit !important;
26014
25986
  height: var(--size);
26015
25987
  min-height: 100%;
26016
25988
  }
26017
- ._inputInTable_mb83o_337:not(:hover) {
25989
+ ._inputInTable_qhxzr_337:not(:hover) {
26018
25990
  border-color: transparent;
26019
25991
  }
26020
- ._inputHover_mb83o_346 {
25992
+ ._inputHover_qhxzr_346 {
26021
25993
  position: relative;
26022
25994
  border-color: var(--color-border-hover);
26023
25995
  z-index: 2;
26024
25996
  }
26025
- ._inputFocus_mb83o_351 {
25997
+ ._inputFocus_qhxzr_351 {
26026
25998
  position: relative;
26027
25999
  outline: none !important;
26028
26000
  border-color: var(--color-border-focus) !important;
26029
26001
  box-shadow: var(--shadow-focus);
26030
26002
  z-index: 3;
26031
26003
  }
26032
- ._inputError_mb83o_358,
26033
- ._inputWarning_mb83o_359 {
26004
+ ._inputError_qhxzr_358,
26005
+ ._inputWarning_qhxzr_359 {
26034
26006
  position: relative;
26035
26007
  }
26036
- ._inputError_mb83o_358 {
26008
+ ._inputError_qhxzr_358 {
26037
26009
  z-index: 2;
26038
- border-color: var(--color-border-error) !important;
26010
+ border-color: var(--color-border-error);
26039
26011
  color: var(--color-text-error) !important;
26040
26012
  background-color: var(--color-background-error);
26041
26013
  }
26042
- ._inputError_mb83o_358:hover {
26014
+ ._inputError_qhxzr_358:hover {
26043
26015
  border-color: var(--color-border-error-hover) !important;
26044
26016
  }
26045
- ._inputError_mb83o_358:focus {
26017
+ ._inputError_qhxzr_358:focus {
26046
26018
  position: relative;
26047
26019
  outline: none !important;
26048
26020
  border-color: var(--color-border-focus) !important;
26049
26021
  box-shadow: var(--shadow-focus);
26050
26022
  z-index: 3;
26051
26023
  }
26052
- ._inputWarning_mb83o_359 {
26024
+ ._inputWarning_qhxzr_359 {
26053
26025
  z-index: 1;
26054
- border-color: var(--color-border-warning) !important;
26026
+ border-color: var(--color-border-warning);
26055
26027
  color: var(--color-text-warning) !important;
26056
26028
  background-color: var(--color-background-warning);
26057
26029
  }
26058
- ._inputWarning_mb83o_359:hover {
26030
+ ._inputWarning_qhxzr_359:hover {
26059
26031
  border-color: var(--color-border-warning-hover) !important;
26060
26032
  }
26061
- ._inputWarning_mb83o_359:focus {
26033
+ ._inputWarning_qhxzr_359:focus {
26062
26034
  position: relative;
26063
26035
  outline: none !important;
26064
26036
  border-color: var(--color-border-focus) !important;
26065
26037
  box-shadow: var(--shadow-focus);
26066
26038
  z-index: 3;
26067
26039
  }
26068
- ._inputDisabled_mb83o_394 {
26040
+ ._inputDisabled_qhxzr_394 {
26069
26041
  pointer-events: none;
26070
26042
  background-color: var(--color-background-disabled);
26071
26043
  color: var(--color-text-muted);
26072
26044
  }
26073
- ._hideScrollbars_mb83o_399 {
26045
+ ._hideScrollbars_qhxzr_399 {
26074
26046
  /* Firefox */
26075
26047
  scrollbar-width: none;
26076
26048
  /* IE 10+ */
26077
26049
  -ms-overflow-style: none;
26078
26050
  /* Chrome, Safari and Opera */
26079
26051
  }
26080
- ._hideScrollbars_mb83o_399::-webkit-scrollbar {
26052
+ ._hideScrollbars_qhxzr_399::-webkit-scrollbar {
26081
26053
  display: none;
26082
26054
  }
26083
- ._scrollbars_mb83o_409 {
26055
+ ._scrollbars_qhxzr_409 {
26084
26056
  overflow: overlay;
26085
26057
  --scrollbar-color: #00000040;
26086
26058
  }
26087
- ._scrollbars_mb83o_409::-webkit-scrollbar {
26059
+ ._scrollbars_qhxzr_409::-webkit-scrollbar {
26088
26060
  display: block;
26089
26061
  width: 16px;
26090
26062
  z-index: 2;
26091
26063
  }
26092
- ._scrollbars_mb83o_409::-webkit-scrollbar-button {
26064
+ ._scrollbars_qhxzr_409::-webkit-scrollbar-button {
26093
26065
  display: none;
26094
26066
  }
26095
- ._scrollbars_mb83o_409::-webkit-scrollbar-track {
26067
+ ._scrollbars_qhxzr_409::-webkit-scrollbar-track {
26096
26068
  background-color: #00000000;
26097
26069
  }
26098
- ._scrollbars_mb83o_409::-webkit-scrollbar-track-piece {
26070
+ ._scrollbars_qhxzr_409::-webkit-scrollbar-track-piece {
26099
26071
  background-color: #00000000;
26100
26072
  }
26101
- ._scrollbars_mb83o_409::-webkit-scrollbar-thumb {
26073
+ ._scrollbars_qhxzr_409::-webkit-scrollbar-thumb {
26102
26074
  background-color: #00000000;
26103
26075
  border: 5px solid transparent;
26104
26076
  border-radius: 24px;
26105
26077
  box-shadow: 4px 0px 0px 4px var(--scrollbar-color) inset;
26106
26078
  }
26107
- ._scrollbars_mb83o_409::-webkit-scrollbar-corner {
26079
+ ._scrollbars_qhxzr_409::-webkit-scrollbar-corner {
26108
26080
  background: rgba(0, 0, 0, 0);
26109
26081
  }
26110
- ._textarea_mb83o_436 {
26082
+ ._textarea_qhxzr_436 {
26111
26083
  margin: 0;
26112
26084
  display: block;
26113
26085
  width: 100%;
@@ -26124,67 +26096,67 @@ html[data-theme='dark'] {
26124
26096
  box-shadow: none;
26125
26097
  min-height: var(--size);
26126
26098
  }
26127
- ._textarea_mb83o_436::placeholder {
26099
+ ._textarea_qhxzr_436::placeholder {
26128
26100
  color: var(--color-text-placeholder);
26129
26101
  }
26130
- ._textarea_mb83o_436:hover {
26102
+ ._textarea_qhxzr_436:hover {
26131
26103
  position: relative;
26132
26104
  border-color: var(--color-border-hover);
26133
26105
  z-index: 2;
26134
26106
  }
26135
- ._textarea_mb83o_436:focus {
26107
+ ._textarea_qhxzr_436:focus {
26136
26108
  position: relative;
26137
26109
  outline: none !important;
26138
26110
  border-color: var(--color-border-focus) !important;
26139
26111
  box-shadow: var(--shadow-focus);
26140
26112
  z-index: 3;
26141
26113
  }
26142
- ._textarea_mb83o_436[disabled] {
26114
+ ._textarea_qhxzr_436[disabled] {
26143
26115
  pointer-events: none;
26144
26116
  background-color: var(--color-background-disabled);
26145
26117
  color: var(--color-text-muted);
26146
26118
  }
26147
- ._textarea_mb83o_436._small_mb83o_473 {
26119
+ ._textarea_qhxzr_436._small_qhxzr_473 {
26148
26120
  font-size: 12px;
26149
26121
  min-height: var(--size-sm);
26150
26122
  padding: 3.5px 7px;
26151
26123
  line-height: 1.2;
26152
26124
  }
26153
- ._textarea_mb83o_436._error_mb83o_479 {
26125
+ ._textarea_qhxzr_436._error_qhxzr_479 {
26154
26126
  position: relative;
26155
26127
  z-index: 2;
26156
- border-color: var(--color-border-error) !important;
26128
+ border-color: var(--color-border-error);
26157
26129
  color: var(--color-text-error) !important;
26158
26130
  background-color: var(--color-background-error);
26159
26131
  }
26160
- ._textarea_mb83o_436._error_mb83o_479:hover {
26132
+ ._textarea_qhxzr_436._error_qhxzr_479:hover {
26161
26133
  border-color: var(--color-border-error-hover) !important;
26162
26134
  }
26163
- ._textarea_mb83o_436._error_mb83o_479:focus {
26135
+ ._textarea_qhxzr_436._error_qhxzr_479:focus {
26164
26136
  position: relative;
26165
26137
  outline: none !important;
26166
26138
  border-color: var(--color-border-focus) !important;
26167
26139
  box-shadow: var(--shadow-focus);
26168
26140
  z-index: 3;
26169
26141
  }
26170
- ._textarea_mb83o_436._warning_mb83o_496 {
26142
+ ._textarea_qhxzr_436._warning_qhxzr_496 {
26171
26143
  position: relative;
26172
26144
  z-index: 1;
26173
- border-color: var(--color-border-warning) !important;
26145
+ border-color: var(--color-border-warning);
26174
26146
  color: var(--color-text-warning) !important;
26175
26147
  background-color: var(--color-background-warning);
26176
26148
  }
26177
- ._textarea_mb83o_436._warning_mb83o_496:hover {
26149
+ ._textarea_qhxzr_436._warning_qhxzr_496:hover {
26178
26150
  border-color: var(--color-border-warning-hover) !important;
26179
26151
  }
26180
- ._textarea_mb83o_436._warning_mb83o_496:focus {
26152
+ ._textarea_qhxzr_436._warning_qhxzr_496:focus {
26181
26153
  position: relative;
26182
26154
  outline: none !important;
26183
26155
  border-color: var(--color-border-focus) !important;
26184
26156
  box-shadow: var(--shadow-focus);
26185
26157
  z-index: 3;
26186
26158
  }
26187
- ._textarea_mb83o_436._monospace_mb83o_513 {
26159
+ ._textarea_qhxzr_436._monospace_qhxzr_513 {
26188
26160
  font-family: monospace;
26189
26161
  }
26190
26162
  :root {