@cloudtower/eagle 0.26.23 → 0.26.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -28310,6 +28310,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28310
28310
  /* dim */
28311
28311
  /* box shadow */
28312
28312
  /* fisheye */
28313
+ /* z-index */
28313
28314
  @keyframes rotate {
28314
28315
  from {
28315
28316
  transform: rotate(0deg);
@@ -28363,6 +28364,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28363
28364
  /* dim */
28364
28365
  /* box shadow */
28365
28366
  /* fisheye */
28367
+ /* z-index */
28366
28368
  .loading {
28367
28369
  width: 64px;
28368
28370
  height: 64px;
@@ -28523,6 +28525,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28523
28525
  /* dim */
28524
28526
  /* box shadow */
28525
28527
  /* fisheye */
28528
+ /* z-index */
28526
28529
  .ant-dropdown,
28527
28530
  .ant-dropdown-menu-submenu {
28528
28531
  background: #fff;
@@ -28744,6 +28747,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28744
28747
  /* dim */
28745
28748
  /* box shadow */
28746
28749
  /* fisheye */
28750
+ /* z-index */
28747
28751
  .ant-dropdown,
28748
28752
  .ant-dropdown-menu-submenu {
28749
28753
  background: #fff;
@@ -30221,19 +30225,6 @@ html body {
30221
30225
  font-size: 18px;
30222
30226
  }
30223
30227
 
30224
- .iap75of {
30225
- height: 18px;
30226
- line-height: 18px;
30227
- padding: 0 4px;
30228
- border-radius: 4px;
30229
- background: rgba(235, 239, 245, 0.6);
30230
- border: 1px solid rgba(223, 228, 235, 0.6);
30231
- display: flex;
30232
- align-items: center;
30233
- white-space: nowrap;
30234
- margin-right: 4px;
30235
- }
30236
-
30237
30228
  .i1mrf09m {
30238
30229
  display: inline-flex;
30239
30230
  align-items: center;
@@ -30252,6 +30243,19 @@ html body {
30252
30243
  animation: rotate 680ms linear infinite;
30253
30244
  }
30254
30245
 
30246
+ .iap75of {
30247
+ height: 18px;
30248
+ line-height: 18px;
30249
+ padding: 0 4px;
30250
+ border-radius: 4px;
30251
+ background: rgba(235, 239, 245, 0.6);
30252
+ border: 1px solid rgba(223, 228, 235, 0.6);
30253
+ display: flex;
30254
+ align-items: center;
30255
+ white-space: nowrap;
30256
+ margin-right: 4px;
30257
+ }
30258
+
30255
30259
  .obf05yr {
30256
30260
  display: inline-block;
30257
30261
  }
@@ -30318,59 +30322,150 @@ html body {
30318
30322
  line-height: 18px;
30319
30323
  }
30320
30324
 
30321
- .s34f1qb.ant-switch {
30322
- min-width: 40px;
30323
- height: 24px;
30324
- background: rgba(172, 186, 211, 0.6);
30325
- overflow: hidden;
30325
+ .rxbeqvl.ant-radio-wrapper {
30326
+ display: inline-flex;
30327
+ align-items: baseline;
30328
+ white-space: pre-wrap;
30326
30329
  }
30327
- .s34f1qb.ant-switch:focus {
30328
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30330
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30331
+ position: relative;
30332
+ top: 3px;
30329
30333
  }
30330
- .s34f1qb.ant-switch-small {
30331
- min-width: 26px;
30332
- height: 16px;
30334
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30335
+ border-color: rgba(107, 128, 167, 0.6);
30333
30336
  }
30334
- .s34f1qb.ant-switch-large {
30335
- min-width: 52px;
30336
- height: 32px;
30337
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30338
+ border-color: #0080ff;
30337
30339
  }
30338
- .s34f1qb.ant-switch .ant-switch-handle {
30339
- height: 20px;
30340
- width: 20px;
30340
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30341
+ border-color: #0080ff;
30342
+ background: #0080ff;
30341
30343
  }
30342
- .s34f1qb.ant-switch .ant-switch-handle::before {
30343
- border-radius: 10px;
30344
- transition-delay: 120ms;
30344
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30345
+ top: 4px;
30346
+ left: 4px;
30347
+ width: 6px;
30348
+ height: 6px;
30349
+ background: #fff;
30345
30350
  }
30346
- .s34f1qb.ant-switch-small .ant-switch-handle {
30347
- height: 14px;
30348
- width: 14px;
30349
- top: 1px;
30350
- left: 1px;
30351
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30352
+ opacity: 0.5;
30351
30353
  }
30352
- .s34f1qb.ant-switch-large .ant-switch-handle {
30353
- height: 28px;
30354
- width: 28px;
30354
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30355
+ border-color: rgba(107, 128, 167, 0.6);
30356
+ background: rgba(211, 218, 235, 0.6);
30355
30357
  }
30356
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30357
- border-radius: 14px;
30358
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30359
+ background: #00122e;
30358
30360
  }
30359
- .s34f1qb.ant-switch-checked {
30360
- background-color: #00ba5d;
30361
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30362
+ color: #00122e;
30363
+ opacity: 0.5;
30361
30364
  }
30362
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30363
- left: calc(100% - 20px - 2px);
30365
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30366
+ color: #00122e;
30364
30367
  }
30365
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30366
- left: calc(100% - 14px - 1px);
30368
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30369
+ display: inline-block;
30370
+ padding: 0;
30371
+ padding-left: 12px;
30367
30372
  }
30368
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30369
- left: calc(100% - 28px - 2px);
30373
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30374
+ margin-bottom: 0;
30375
+ white-space: pre-wrap;
30376
+ color: rgba(44, 56, 82, 0.6);
30377
+ }
30378
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30379
+ padding-left: 8px;
30370
30380
  }
30371
30381
 
30372
- .c1to9vb9 {
30373
- margin-left: 5px;
30382
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30383
+ border-radius: 5px 0 0 5px;
30384
+ }
30385
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30386
+ border-radius: 0 5px 5px 0;
30387
+ }
30388
+
30389
+ .r1f0aqcc {
30390
+ color: #00122e;
30391
+ border-color: #ccd4e3;
30392
+ }
30393
+ .r1f0aqcc:first-child {
30394
+ border-color: #a3b4cc;
30395
+ }
30396
+ .r1f0aqcc.ant-radio-button-wrapper {
30397
+ padding: 0 12px;
30398
+ line-height: 32px;
30399
+ height: 32px;
30400
+ }
30401
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30402
+ white-space: nowrap;
30403
+ }
30404
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30405
+ height: 22px;
30406
+ padding: 0 7px;
30407
+ line-height: 20px;
30408
+ }
30409
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30410
+ background: #ccd4e3;
30411
+ }
30412
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30413
+ background: #0080ff;
30414
+ }
30415
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30416
+ background: #ccd4e3;
30417
+ opacity: 0.5;
30418
+ }
30419
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30420
+ border-right-color: #0080ff;
30421
+ }
30422
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30423
+ border-color: #0080ff;
30424
+ }
30425
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30426
+ background: rgba(0, 136, 255, 0.1);
30427
+ }
30428
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30429
+ background: rgba(211, 218, 235, 0.6);
30430
+ border-color: #ccd4e3;
30431
+ opacity: 0.5;
30432
+ }
30433
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30434
+ color: #00122e;
30435
+ border-color: #ccd4e3;
30436
+ }
30437
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30438
+ color: #00122e;
30439
+ border-color: #ccd4e3;
30440
+ background: rgba(172, 186, 211, 0.6);
30441
+ }
30442
+ .r1f0aqcc .ant-radio-button-input {
30443
+ margin-right: 8px;
30444
+ display: inline;
30445
+ border: none;
30446
+ padding: 0;
30447
+ width: 36px;
30448
+ background: transparent;
30449
+ }
30450
+ .r1f0aqcc .ant-radio-button-input:focus {
30451
+ box-shadow: none;
30452
+ }
30453
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30454
+ margin-right: 0;
30455
+ width: initial;
30456
+ box-shadow: none;
30457
+ }
30458
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30459
+ display: none;
30460
+ }
30461
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30462
+ display: inline;
30463
+ }
30464
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30465
+ display: inline;
30466
+ margin-right: 8px;
30467
+ padding: 0;
30468
+ width: 36px;
30374
30469
  }
30375
30470
 
30376
30471
  .cz04yix {
@@ -30968,166 +31063,75 @@ input.rrg1fkn.ant-input {
30968
31063
  border-top-left-radius: 0;
30969
31064
  border-bottom-left-radius: 0;
30970
31065
  }
30971
-
30972
- .rrg1fkn.ant-input-affix-wrapper {
30973
- border-top-left-radius: 0;
30974
- border-bottom-left-radius: 0;
30975
- }
30976
-
30977
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30978
- border-top-right-radius: 0;
30979
- border-bottom-right-radius: 0;
30980
- }
30981
-
30982
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30983
- border-top-left-radius: 0;
30984
- border-bottom-left-radius: 0;
30985
- }
30986
-
30987
- .rxbeqvl.ant-radio-wrapper {
30988
- display: inline-flex;
30989
- align-items: baseline;
30990
- white-space: pre-wrap;
30991
- }
30992
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30993
- position: relative;
30994
- top: 3px;
30995
- }
30996
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30997
- border-color: rgba(107, 128, 167, 0.6);
30998
- }
30999
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31000
- border-color: #0080ff;
31001
- }
31002
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31003
- border-color: #0080ff;
31004
- background: #0080ff;
31005
- }
31006
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31007
- top: 4px;
31008
- left: 4px;
31009
- width: 6px;
31010
- height: 6px;
31011
- background: #fff;
31012
- }
31013
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31014
- opacity: 0.5;
31015
- }
31016
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31017
- border-color: rgba(107, 128, 167, 0.6);
31018
- background: rgba(211, 218, 235, 0.6);
31019
- }
31020
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31021
- background: #00122e;
31022
- }
31023
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31024
- color: #00122e;
31025
- opacity: 0.5;
31026
- }
31027
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31028
- color: #00122e;
31029
- }
31030
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31031
- display: inline-block;
31032
- padding: 0;
31033
- padding-left: 12px;
31034
- }
31035
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31036
- margin-bottom: 0;
31037
- white-space: pre-wrap;
31038
- color: rgba(44, 56, 82, 0.6);
31039
- }
31040
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31041
- padding-left: 8px;
31042
- }
31043
-
31044
- .r5ie79y .ant-radio-button-wrapper:first-child {
31045
- border-radius: 5px 0 0 5px;
31046
- }
31047
- .r5ie79y .ant-radio-button-wrapper:last-child {
31048
- border-radius: 0 5px 5px 0;
31049
- }
31050
-
31051
- .r1f0aqcc {
31052
- color: #00122e;
31053
- border-color: #ccd4e3;
31054
- }
31055
- .r1f0aqcc:first-child {
31056
- border-color: #a3b4cc;
31057
- }
31058
- .r1f0aqcc.ant-radio-button-wrapper {
31059
- padding: 0 12px;
31060
- line-height: 32px;
31061
- height: 32px;
31062
- }
31063
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
31064
- white-space: nowrap;
31066
+
31067
+ .rrg1fkn.ant-input-affix-wrapper {
31068
+ border-top-left-radius: 0;
31069
+ border-bottom-left-radius: 0;
31065
31070
  }
31066
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31067
- height: 22px;
31068
- padding: 0 7px;
31069
- line-height: 20px;
31071
+
31072
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31073
+ border-top-right-radius: 0;
31074
+ border-bottom-right-radius: 0;
31070
31075
  }
31071
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31072
- background: #ccd4e3;
31076
+
31077
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31078
+ border-top-left-radius: 0;
31079
+ border-bottom-left-radius: 0;
31073
31080
  }
31074
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31075
- background: #0080ff;
31081
+
31082
+ .s34f1qb.ant-switch {
31083
+ min-width: 40px;
31084
+ height: 24px;
31085
+ background: rgba(172, 186, 211, 0.6);
31086
+ overflow: hidden;
31076
31087
  }
31077
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31078
- background: #ccd4e3;
31079
- opacity: 0.5;
31088
+ .s34f1qb.ant-switch:focus {
31089
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31080
31090
  }
31081
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31082
- border-right-color: #0080ff;
31091
+ .s34f1qb.ant-switch-small {
31092
+ min-width: 26px;
31093
+ height: 16px;
31083
31094
  }
31084
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31085
- border-color: #0080ff;
31095
+ .s34f1qb.ant-switch-large {
31096
+ min-width: 52px;
31097
+ height: 32px;
31086
31098
  }
31087
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31088
- background: rgba(0, 136, 255, 0.1);
31099
+ .s34f1qb.ant-switch .ant-switch-handle {
31100
+ height: 20px;
31101
+ width: 20px;
31089
31102
  }
31090
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31091
- background: rgba(211, 218, 235, 0.6);
31092
- border-color: #ccd4e3;
31093
- opacity: 0.5;
31103
+ .s34f1qb.ant-switch .ant-switch-handle::before {
31104
+ border-radius: 10px;
31105
+ transition-delay: 120ms;
31094
31106
  }
31095
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31096
- color: #00122e;
31097
- border-color: #ccd4e3;
31107
+ .s34f1qb.ant-switch-small .ant-switch-handle {
31108
+ height: 14px;
31109
+ width: 14px;
31110
+ top: 1px;
31111
+ left: 1px;
31098
31112
  }
31099
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31100
- color: #00122e;
31101
- border-color: #ccd4e3;
31102
- background: rgba(172, 186, 211, 0.6);
31113
+ .s34f1qb.ant-switch-large .ant-switch-handle {
31114
+ height: 28px;
31115
+ width: 28px;
31103
31116
  }
31104
- .r1f0aqcc .ant-radio-button-input {
31105
- margin-right: 8px;
31106
- display: inline;
31107
- border: none;
31108
- padding: 0;
31109
- width: 36px;
31110
- background: transparent;
31117
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
31118
+ border-radius: 14px;
31111
31119
  }
31112
- .r1f0aqcc .ant-radio-button-input:focus {
31113
- box-shadow: none;
31120
+ .s34f1qb.ant-switch-checked {
31121
+ background-color: #00ba5d;
31114
31122
  }
31115
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31116
- margin-right: 0;
31117
- width: initial;
31118
- box-shadow: none;
31123
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
31124
+ left: calc(100% - 20px - 2px);
31119
31125
  }
31120
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31121
- display: none;
31126
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31127
+ left: calc(100% - 14px - 1px);
31122
31128
  }
31123
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31124
- display: inline;
31129
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31130
+ left: calc(100% - 28px - 2px);
31125
31131
  }
31126
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31127
- display: inline;
31128
- margin-right: 8px;
31129
- padding: 0;
31130
- width: 36px;
31132
+
31133
+ .c1to9vb9 {
31134
+ margin-left: 5px;
31131
31135
  }
31132
31136
 
31133
31137
  .t1upn1sz {
@@ -31494,10 +31498,6 @@ input.rrg1fkn.ant-input {
31494
31498
  background: #fff;
31495
31499
  }
31496
31500
 
31497
- .i1e4sgug {
31498
- display: inline-block;
31499
- }
31500
-
31501
31501
  .s1fc623g {
31502
31502
  width: 430px !important;
31503
31503
  }
@@ -31579,6 +31579,10 @@ input.rrg1fkn.ant-input {
31579
31579
  opacity: 0;
31580
31580
  }
31581
31581
 
31582
+ .i1e4sgug {
31583
+ display: inline-block;
31584
+ }
31585
+
31582
31586
  .d6j0lbj {
31583
31587
  font-family: Inter;
31584
31588
  font-style: normal;
@@ -32228,16 +32232,6 @@ input.rrg1fkn.ant-input {
32228
32232
  transform: rotate(180deg);
32229
32233
  }
32230
32234
 
32231
- .igz4le8 {
32232
- height: 24px;
32233
- width: 56px !important;
32234
- margin-right: 4px;
32235
- }
32236
-
32237
- .c1riexje {
32238
- color: rgba(44, 56, 82, 0.6);
32239
- }
32240
-
32241
32235
  .s14dk8r1 {
32242
32236
  margin: 0;
32243
32237
  border-radius: 20px;
@@ -32312,6 +32306,16 @@ input.rrg1fkn.ant-input {
32312
32306
  display: inline-block;
32313
32307
  }
32314
32308
 
32309
+ .igz4le8 {
32310
+ height: 24px;
32311
+ width: 56px !important;
32312
+ margin-right: 4px;
32313
+ }
32314
+
32315
+ .c1riexje {
32316
+ color: rgba(44, 56, 82, 0.6);
32317
+ }
32318
+
32315
32319
  .m1thnes4 {
32316
32320
  color: rgba(44, 56, 82, 0.6);
32317
32321
  text-align: center;
@@ -32764,12 +32768,12 @@ input.rrg1fkn.ant-input {
32764
32768
  }
32765
32769
 
32766
32770
  .c1k4vanq {
32767
- padding: 0 16px 14px 16px;
32771
+ padding: 0 12px 14px 12px;
32768
32772
  }
32769
32773
 
32770
32774
  .c1udgdh2 {
32771
32775
  color: #2d3a56;
32772
- padding: 12px 16px 10px 16px;
32776
+ padding: 7px 12px;
32773
32777
  display: flex;
32774
32778
  justify-content: space-between;
32775
32779
  align-items: center;
@@ -32823,21 +32827,35 @@ input.rrg1fkn.ant-input {
32823
32827
  margin-right: 6px;
32824
32828
  }
32825
32829
 
32826
- .bab9xum {
32827
- box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
32830
+ .f1p9ti6d {
32831
+ width: 100%;
32832
+ margin-bottom: 0 !important;
32833
+ flex-flow: nowrap !important;
32834
+ line-break: auto;
32828
32835
  }
32829
-
32830
- .cav4gt6 {
32831
- border-radius: 4px;
32832
- background-color: white;
32836
+ .f1p9ti6d > .ant-form-item-label {
32837
+ text-align: left !important;
32838
+ padding-bottom: 0 !important;
32833
32839
  }
32834
- .cav4gt6.hoverable {
32835
- cursor: pointer;
32840
+ .f1p9ti6d > .ant-form-item-label > label {
32841
+ min-height: 32px;
32842
+ height: auto;
32843
+ font-size: 13px;
32844
+ color: rgba(44, 56, 82, 0.6);
32845
+ white-space: normal;
32836
32846
  }
32837
- .cav4gt6.hoverable:hover {
32838
- transition: all 200ms ease;
32839
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32840
- transform: translateY(-4px);
32847
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
32848
+ border-color: #ff4d4f !important;
32849
+ }
32850
+ .f1p9ti6d .ant-form-item-explain {
32851
+ margin-top: 4px;
32852
+ font-size: 12px;
32853
+ min-height: 0px;
32854
+ }
32855
+ .f1p9ti6d .ant-form-item-extra {
32856
+ font-size: 12px;
32857
+ color: rgba(44, 56, 82, 0.6);
32858
+ min-height: 0px;
32841
32859
  }
32842
32860
 
32843
32861
  .tc40oxa {
@@ -33033,6 +33051,23 @@ input.rrg1fkn.ant-input {
33033
33051
  margin-right: 8px;
33034
33052
  }
33035
33053
 
33054
+ .bab9xum {
33055
+ box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
33056
+ }
33057
+
33058
+ .cav4gt6 {
33059
+ border-radius: 8px;
33060
+ background-color: white;
33061
+ }
33062
+ .cav4gt6.hoverable {
33063
+ cursor: pointer;
33064
+ }
33065
+ .cav4gt6.hoverable:hover {
33066
+ transition: all 200ms ease;
33067
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33068
+ transform: translateY(-4px);
33069
+ }
33070
+
33036
33071
  .w1xcixj5.outside-tag {
33037
33072
  padding-left: 0;
33038
33073
  }
@@ -33066,37 +33101,6 @@ input.rrg1fkn.ant-input {
33066
33101
  height: 16px;
33067
33102
  }
33068
33103
 
33069
- .f1p9ti6d {
33070
- width: 100%;
33071
- margin-bottom: 0 !important;
33072
- flex-flow: nowrap !important;
33073
- line-break: auto;
33074
- }
33075
- .f1p9ti6d > .ant-form-item-label {
33076
- text-align: left !important;
33077
- padding-bottom: 0 !important;
33078
- }
33079
- .f1p9ti6d > .ant-form-item-label > label {
33080
- min-height: 32px;
33081
- height: auto;
33082
- font-size: 13px;
33083
- color: rgba(44, 56, 82, 0.6);
33084
- white-space: normal;
33085
- }
33086
- .f1p9ti6d.ant-form-item-has-error .ant-input {
33087
- border-color: #ff4d4f !important;
33088
- }
33089
- .f1p9ti6d .ant-form-item-explain {
33090
- margin-top: 4px;
33091
- font-size: 12px;
33092
- min-height: 0px;
33093
- }
33094
- .f1p9ti6d .ant-form-item-extra {
33095
- font-size: 12px;
33096
- color: rgba(44, 56, 82, 0.6);
33097
- min-height: 0px;
33098
- }
33099
-
33100
33104
  .at4ovwe .ant-input-number-handler-wrap {
33101
33105
  display: var(--at4ovwe-0);
33102
33106
  }
@@ -33146,25 +33150,6 @@ input.rrg1fkn.ant-input {
33146
33150
  font-size: inherit;
33147
33151
  }
33148
33152
 
33149
- .feau332.ant-form-item {
33150
- margin-bottom: 0;
33151
- }
33152
- .feau332 .ant-form-item-explain {
33153
- display: none;
33154
- min-height: 18px;
33155
- margin-top: 5px;
33156
- font-family: "Inter";
33157
- font-weight: 400;
33158
- font-size: 12px;
33159
- line-height: 18px;
33160
- }
33161
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33162
- white-space: pre-wrap;
33163
- }
33164
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33165
- display: block;
33166
- }
33167
-
33168
33153
  .a6dbbkm .ant-input-number-handler-wrap {
33169
33154
  display: var(--a6dbbkm-0);
33170
33155
  }
@@ -33194,4 +33179,23 @@ input.rrg1fkn.ant-input {
33194
33179
  margin: 0;
33195
33180
  height: auto;
33196
33181
  font-size: inherit;
33182
+ }
33183
+
33184
+ .feau332.ant-form-item {
33185
+ margin-bottom: 0;
33186
+ }
33187
+ .feau332 .ant-form-item-explain {
33188
+ display: none;
33189
+ min-height: 18px;
33190
+ margin-top: 5px;
33191
+ font-family: "Inter";
33192
+ font-weight: 400;
33193
+ font-size: 12px;
33194
+ line-height: 18px;
33195
+ }
33196
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33197
+ white-space: pre-wrap;
33198
+ }
33199
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33200
+ display: block;
33197
33201
  }