@cloudtower/eagle 0.27.1-beta.1 → 0.27.1-dry

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.
@@ -28320,102 +28320,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
28320
28320
  transform: rotate(360deg);
28321
28321
  }
28322
28322
  }
28323
- /* // basic */
28324
- /* FishEye Color Variables and Functions */
28325
- /*
28326
- --------------------------- Primary Color ---------------------------
28327
- */
28328
- /*
28329
- ---------------------------When necessary to add at any time---------------------------
28330
- */
28331
- /* computed */
28332
- /* blue */
28333
- /* green */
28334
- /* yellow */
28335
- /* red */
28336
- /* purple */
28337
- /* palette global token*/
28338
- /* color opaque */
28339
- /* color transparent */
28340
- /* blue transparent */
28341
- /* green transparent */
28342
- /* yellow transparent */
28343
- /* red transparent */
28344
- /* gray transparent */
28345
- /* white transparent */
28346
- /* gradient opaque */
28347
- /* blue radial gradient */
28348
- /* blue linear gradient */
28349
- /* green radial gradient */
28350
- /* yellow radial gradient */
28351
- /* red radial gradient */
28352
- /* gray radial gradient */
28353
- /* white to gray radial gradient */
28354
- /* white to gray linear gradient */
28355
- /* gradient transparent */
28356
- /* secondary palette */
28357
- /* purple radial gradient */
28358
- /* refine alias color */
28359
- /* text */
28360
- /* link */
28361
- /* fill */
28362
- /* fill element */
28363
- /* fill interaction */
28364
- /* stroke */
28365
- /* background */
28366
- /* dim */
28367
- /* box shadow */
28368
- /* fisheye */
28369
- /* z-index */
28370
- .loading {
28371
- width: 64px;
28372
- height: 64px;
28373
- display: flex;
28374
- align-items: center;
28375
- justify-content: center;
28376
- position: relative;
28377
- opacity: 0.2;
28378
- }
28379
-
28380
- .loading-indicator__line1 {
28381
- position: absolute;
28382
- width: 5px;
28383
- height: 48px;
28384
- left: 9.33px;
28385
- top: 40.5px;
28386
- background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
28387
- border-radius: 5px;
28388
- transform: rotate(-128deg);
28389
- transform-origin: top left;
28390
- animation: loading-indicator1 1100ms ease-out infinite;
28391
- }
28392
-
28393
- .loading-indicator__line2 {
28394
- position: absolute;
28395
- width: 5px;
28396
- height: 48px;
28397
- left: 40.8px;
28398
- top: 8.4px;
28399
- background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
28400
- border-radius: 5px;
28401
- transform: rotate(-8deg);
28402
- transform-origin: top left;
28403
- animation: loading-indicator2 1100ms ease-out infinite;
28404
- }
28405
-
28406
- .loading-indicator__line3 {
28407
- position: absolute;
28408
- width: 5px;
28409
- height: 48px;
28410
- left: 52.9px;
28411
- top: 51.8px;
28412
- background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
28413
- border-radius: 5px;
28414
- transform: rotate(112deg);
28415
- transform-origin: top left;
28416
- animation: loading-indicator3 1100ms ease-out infinite;
28417
- }
28418
-
28419
28323
  @keyframes loading-indicator1 {
28420
28324
  0% {
28421
28325
  height: 48px;
@@ -28482,53 +28386,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
28482
28386
  top: 51.8px;
28483
28387
  }
28484
28388
  }
28485
- /* // basic */
28486
- /* FishEye Color Variables and Functions */
28487
- /*
28488
- --------------------------- Primary Color ---------------------------
28489
- */
28490
- /*
28491
- ---------------------------When necessary to add at any time---------------------------
28492
- */
28493
- /* computed */
28494
- /* blue */
28495
- /* green */
28496
- /* yellow */
28497
- /* red */
28498
- /* purple */
28499
- /* palette global token*/
28500
- /* color opaque */
28501
- /* color transparent */
28502
- /* blue transparent */
28503
- /* green transparent */
28504
- /* yellow transparent */
28505
- /* red transparent */
28506
- /* gray transparent */
28507
- /* white transparent */
28508
- /* gradient opaque */
28509
- /* blue radial gradient */
28510
- /* blue linear gradient */
28511
- /* green radial gradient */
28512
- /* yellow radial gradient */
28513
- /* red radial gradient */
28514
- /* gray radial gradient */
28515
- /* white to gray radial gradient */
28516
- /* white to gray linear gradient */
28517
- /* gradient transparent */
28518
- /* secondary palette */
28519
- /* purple radial gradient */
28520
- /* refine alias color */
28521
- /* text */
28522
- /* link */
28523
- /* fill */
28524
- /* fill element */
28525
- /* fill interaction */
28526
- /* stroke */
28527
- /* background */
28528
- /* dim */
28529
- /* box shadow */
28530
- /* fisheye */
28531
- /* z-index */
28532
28389
  .ant-dropdown,
28533
28390
  .ant-dropdown-menu-submenu {
28534
28391
  background: #fff;
@@ -28647,249 +28504,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
28647
28504
  max-width: 800px;
28648
28505
  }
28649
28506
  .ant-message-notice-content .ant-message-custom-content {
28650
- overflow: hidden;
28651
- white-space: nowrap;
28652
- text-overflow: ellipsis;
28653
- }
28654
-
28655
- #top_bar {
28656
- display: flex;
28657
- align-items: center;
28658
- justify-content: space-between;
28659
- background: #222;
28660
- color: #cec17e;
28661
- height: 36px;
28662
- padding: 0 4px;
28663
- }
28664
-
28665
- #shortcuts {
28666
- padding: 4px 6px;
28667
- color: #eee;
28668
- cursor: pointer;
28669
- outline: none;
28670
- border-radius: 2px;
28671
- border: 0;
28672
- background: #525252;
28673
- position: relative;
28674
- }
28675
-
28676
- #shortcuts ul {
28677
- display: none;
28678
- position: absolute;
28679
- right: 0px;
28680
- top: 30px;
28681
- word-wrap: none;
28682
- white-space: nowrap;
28683
- }
28684
-
28685
- #shortcuts:hover ul {
28686
- display: inherit;
28687
- }
28688
-
28689
- #sendCtrlAltDelButton {
28690
- padding: 4px 6px;
28691
- color: #eee;
28692
- cursor: pointer;
28693
- outline: none;
28694
- border-radius: 2px;
28695
- border: 0;
28696
- background: #525252;
28697
- opacity: 0.8;
28698
- }
28699
-
28700
- #sendCtrlAltDelButton:hover {
28701
- opacity: 1;
28702
- }
28703
-
28704
- #screen canvas {
28705
- margin-top: 0 !important;
28706
- }
28707
-
28708
- /* // basic */
28709
- /* FishEye Color Variables and Functions */
28710
- /*
28711
- --------------------------- Primary Color ---------------------------
28712
- */
28713
- /*
28714
- ---------------------------When necessary to add at any time---------------------------
28715
- */
28716
- /* computed */
28717
- /* blue */
28718
- /* green */
28719
- /* yellow */
28720
- /* red */
28721
- /* purple */
28722
- /* palette global token*/
28723
- /* color opaque */
28724
- /* color transparent */
28725
- /* blue transparent */
28726
- /* green transparent */
28727
- /* yellow transparent */
28728
- /* red transparent */
28729
- /* gray transparent */
28730
- /* white transparent */
28731
- /* gradient opaque */
28732
- /* blue radial gradient */
28733
- /* blue linear gradient */
28734
- /* green radial gradient */
28735
- /* yellow radial gradient */
28736
- /* red radial gradient */
28737
- /* gray radial gradient */
28738
- /* white to gray radial gradient */
28739
- /* white to gray linear gradient */
28740
- /* gradient transparent */
28741
- /* secondary palette */
28742
- /* purple radial gradient */
28743
- /* refine alias color */
28744
- /* text */
28745
- /* link */
28746
- /* fill */
28747
- /* fill element */
28748
- /* fill interaction */
28749
- /* stroke */
28750
- /* background */
28751
- /* dim */
28752
- /* box shadow */
28753
- /* fisheye */
28754
- /* z-index */
28755
- .ant-dropdown,
28756
- .ant-dropdown-menu-submenu {
28757
- background: #fff;
28758
- border-radius: 3px;
28759
- min-width: 130px;
28760
- box-sizing: content-box !important;
28761
- box-shadow: none;
28762
- border: none;
28763
- }
28764
- .ant-dropdown > .ant-dropdown-menu,
28765
- .ant-dropdown-menu-submenu > .ant-dropdown-menu {
28766
- border: 1px solid #dfe4eb;
28767
- box-shadow: 0px 8px 16px rgba(129, 138, 153, 0.18), 0px 0px 4px rgba(235, 239, 245, 0.6);
28768
- }
28769
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-group-title,
28770
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-group-title {
28771
- font-family: Inter;
28772
- font-style: normal;
28773
- font-weight: normal;
28774
- text-transform: uppercase;
28775
- font-feature-settings: "cpsp" on;
28776
- font-size: 12px;
28777
- line-height: 18px;
28778
- padding: 4px 16px;
28779
- color: rgba(129, 138, 153, 0.6);
28780
- }
28781
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-group-list,
28782
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-group-list {
28783
- margin: 0;
28784
- }
28785
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item,
28786
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item {
28787
- min-width: 128px;
28788
- }
28789
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item,
28790
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title,
28791
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item,
28792
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
28793
- display: flex;
28794
- padding: 4px 22px 4px 10px;
28795
- font-family: Inter;
28796
- font-style: normal;
28797
- font-weight: normal;
28798
- font-size: 14px;
28799
- line-height: 22px;
28800
- color: #2d3a56;
28801
- }
28802
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover,
28803
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title:not(.ant-dropdown-menu-item-disabled):hover,
28804
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover,
28805
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title:not(.ant-dropdown-menu-item-disabled):hover {
28806
- background-color: rgba(0, 128, 255, 0.1);
28807
- color: #005ed1;
28808
- }
28809
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
28810
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
28811
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
28812
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled {
28813
- opacity: 0.5;
28814
- }
28815
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger,
28816
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger,
28817
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger,
28818
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger {
28819
- color: #f0483e;
28820
- }
28821
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover,
28822
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger:hover,
28823
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover,
28824
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger:hover {
28825
- background-color: rgba(240, 72, 62, 0.1);
28826
- color: #f0483e;
28827
- }
28828
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.item-danger-disabled,
28829
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.item-danger-disabled,
28830
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.item-danger-disabled,
28831
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.item-danger-disabled {
28832
- color: #f0483e;
28833
- opacity: 0.5;
28834
- }
28835
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-divider,
28836
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider,
28837
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-divider,
28838
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider {
28839
- margin-left: 0;
28840
- margin-right: 0;
28841
- background: rgba(213, 219, 227, 0.6);
28842
- }
28843
- .ant-dropdown > .ant-dropdown-menu .icon-wrapper,
28844
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .icon-wrapper {
28845
- display: flex;
28846
- width: 100%;
28847
- }
28848
- .ant-dropdown > .ant-dropdown-menu .icon-wrapper .icon-inner,
28849
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .icon-wrapper .icon-inner {
28850
- margin-right: 4px;
28851
- }
28852
-
28853
- .ant-dropdown-menu-submenu.ant-dropdown-menu {
28854
- padding: 0;
28855
- }
28856
- .ant-dropdown-menu-submenu.ant-dropdown-menu > [role=menu] {
28857
- margin: 0;
28858
- }
28859
-
28860
- .ant-dropdown.no-animation-enter {
28861
- display: block;
28862
- opacity: 1 !important;
28863
- }
28864
-
28865
- .ant-dropdown.no-animation-leave {
28866
- display: none;
28867
- }
28868
-
28869
- .ant-message-notice-content {
28870
- max-width: 800px;
28871
- }
28872
- .ant-message-notice-content .ant-message-custom-content {
28873
- overflow: hidden;
28874
- white-space: nowrap;
28875
- text-overflow: ellipsis;
28876
- }
28877
-
28878
- body {
28879
- font-feature-settings: normal;
28880
- -webkit-font-feature-settings: normal;
28881
- font-variant: normal;
28882
- min-width: 1280px;
28883
- overflow: hidden;
28884
- }
28885
-
28886
- p {
28887
- margin: 0;
28888
- }
28889
-
28890
- #root {
28891
- width: 100vw;
28892
- overflow-x: auto;
28507
+ overflow: hidden;
28508
+ white-space: nowrap;
28509
+ text-overflow: ellipsis;
28893
28510
  }
28894
28511
 
28895
28512
  .disable-select {
@@ -29828,6 +29445,20 @@ input[type=submit] {
29828
29445
  -webkit-appearance: button;
29829
29446
  cursor: pointer;
29830
29447
  }
29448
+
29449
+ /* move from override.csss */
29450
+ body {
29451
+ font-feature-settings: normal;
29452
+ -webkit-font-feature-settings: normal;
29453
+ font-variant: normal;
29454
+ min-width: 1280px;
29455
+ overflow: hidden;
29456
+ }
29457
+
29458
+ #root {
29459
+ width: 100vw;
29460
+ overflow-x: auto;
29461
+ }
29831
29462
  /* variable font */
29832
29463
  html body {
29833
29464
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
@@ -30115,30 +29746,266 @@ html body {
30115
29746
  border-top-left-radius: 0;
30116
29747
  border-bottom-left-radius: 0;
30117
29748
  }
30118
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30119
- border-radius: unset;
29749
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29750
+ border-radius: unset;
29751
+ }
29752
+
29753
+ .fde5mpd {
29754
+ width: 100%;
29755
+ height: 100%;
29756
+ min-height: 124px;
29757
+ display: flex;
29758
+ flex-direction: column;
29759
+ justify-content: center;
29760
+ align-items: center;
29761
+ }
29762
+ .fde5mpd .error-text {
29763
+ color: rgba(10, 37, 85, 0.6);
29764
+ margin-bottom: 16px;
29765
+ font-size: 18px;
29766
+ }
29767
+
29768
+ .i1mrf09m {
29769
+ display: inline-flex;
29770
+ align-items: center;
29771
+ }
29772
+ .i1mrf09m .icon-inner {
29773
+ display: inline-flex;
29774
+ align-items: center;
29775
+ justify-content: center;
29776
+ }
29777
+ .i1mrf09m .icon-inner + span,
29778
+ .i1mrf09m span + .icon-inner.suffix {
29779
+ margin-left: 4px;
29780
+ }
29781
+ .i1mrf09m.is-rotate img,
29782
+ .i1mrf09m.is-rotate svg {
29783
+ animation: rotate 680ms linear infinite;
29784
+ }
29785
+
29786
+ .iap75of {
29787
+ height: 18px;
29788
+ line-height: 18px;
29789
+ padding: 0 4px;
29790
+ border-radius: 4px;
29791
+ background: rgba(235, 239, 245, 0.6);
29792
+ border: 1px solid rgba(223, 228, 235, 0.6);
29793
+ display: flex;
29794
+ align-items: center;
29795
+ white-space: nowrap;
29796
+ margin-right: 4px;
29797
+ }
29798
+
29799
+ .obf05yr {
29800
+ display: inline-block;
29801
+ }
29802
+
29803
+ .hsms1n6 {
29804
+ visibility: hidden;
29805
+ position: absolute;
29806
+ }
29807
+
29808
+ .p12gwtiw {
29809
+ display: flex;
29810
+ justify-content: space-between;
29811
+ align-items: center;
29812
+ padding: 10px 0;
29813
+ color: rgba(44, 56, 82, 0.6);
29814
+ font-size: 12px;
29815
+ line-height: 24px;
29816
+ }
29817
+ .p12gwtiw .pagination-left {
29818
+ padding: 2px 8px;
29819
+ }
29820
+ .p12gwtiw .dropdown-trigger {
29821
+ display: flex;
29822
+ align-items: center;
29823
+ border-radius: 6px;
29824
+ cursor: pointer;
29825
+ transition: all 0.3s ease;
29826
+ }
29827
+ .p12gwtiw .dropdown-trigger:hover {
29828
+ background: rgba(211, 218, 235, 0.6);
29829
+ color: #0080ff;
29830
+ }
29831
+ .p12gwtiw .dropdown-trigger .icon-inner {
29832
+ margin-left: 4px;
29833
+ }
29834
+ .p12gwtiw .pagination-right {
29835
+ display: flex;
29836
+ align-items: center;
29837
+ color: #0080ff;
29838
+ font-weight: bold;
29839
+ }
29840
+ .p12gwtiw .pagination-right .icon-inner {
29841
+ margin-left: 4px;
29842
+ }
29843
+ .p12gwtiw .pagination-right .prev-btn,
29844
+ .p12gwtiw .pagination-right .next-btn {
29845
+ padding: 0 8px;
29846
+ }
29847
+ .p12gwtiw .pagination-right .prev-btn > span,
29848
+ .p12gwtiw .pagination-right .next-btn > span {
29849
+ color: #0080ff;
29850
+ }
29851
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
29852
+ transform: rotate(180deg);
29853
+ }
29854
+
29855
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
29856
+ max-height: calc(100vh - 128px);
29857
+ overflow-y: auto;
29858
+ }
29859
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
29860
+ padding: 4px 20px;
29861
+ font-size: 12px;
29862
+ line-height: 18px;
29863
+ }
29864
+
29865
+ .rxbeqvl.ant-radio-wrapper {
29866
+ display: inline-flex;
29867
+ align-items: baseline;
29868
+ white-space: pre-wrap;
29869
+ }
29870
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
29871
+ position: relative;
29872
+ top: 3px;
29873
+ }
29874
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
29875
+ border-color: rgba(107, 128, 167, 0.6);
29876
+ }
29877
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
29878
+ border-color: #0080ff;
29879
+ }
29880
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
29881
+ border-color: #0080ff;
29882
+ background: #0080ff;
29883
+ }
29884
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
29885
+ top: 4px;
29886
+ left: 4px;
29887
+ width: 6px;
29888
+ height: 6px;
29889
+ background: #fff;
29890
+ }
29891
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
29892
+ opacity: 0.5;
29893
+ }
29894
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
29895
+ border-color: rgba(107, 128, 167, 0.6);
29896
+ background: rgba(211, 218, 235, 0.6);
29897
+ }
29898
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
29899
+ background: #00122e;
29900
+ }
29901
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
29902
+ color: #00122e;
29903
+ opacity: 0.5;
29904
+ }
29905
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
29906
+ color: #00122e;
29907
+ }
29908
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
29909
+ display: inline-block;
29910
+ padding: 0;
29911
+ padding-left: 12px;
29912
+ }
29913
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
29914
+ margin-bottom: 0;
29915
+ white-space: pre-wrap;
29916
+ color: rgba(44, 56, 82, 0.6);
29917
+ }
29918
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
29919
+ padding-left: 8px;
29920
+ }
29921
+
29922
+ .r5ie79y .ant-radio-button-wrapper:first-child {
29923
+ border-radius: 5px 0 0 5px;
29924
+ }
29925
+ .r5ie79y .ant-radio-button-wrapper:last-child {
29926
+ border-radius: 0 5px 5px 0;
29927
+ }
29928
+
29929
+ .r1f0aqcc {
29930
+ color: #00122e;
29931
+ border-color: #ccd4e3;
29932
+ }
29933
+ .r1f0aqcc:first-child {
29934
+ border-color: #a3b4cc;
29935
+ }
29936
+ .r1f0aqcc.ant-radio-button-wrapper {
29937
+ padding: 0 12px;
29938
+ line-height: 32px;
29939
+ height: 32px;
29940
+ }
29941
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
29942
+ white-space: nowrap;
29943
+ }
29944
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
29945
+ height: 22px;
29946
+ padding: 0 7px;
29947
+ line-height: 20px;
29948
+ }
29949
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
29950
+ background: #ccd4e3;
29951
+ }
29952
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
29953
+ background: #0080ff;
29954
+ }
29955
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
29956
+ background: #ccd4e3;
29957
+ opacity: 0.5;
29958
+ }
29959
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
29960
+ border-right-color: #0080ff;
29961
+ }
29962
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
29963
+ border-color: #0080ff;
29964
+ }
29965
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
29966
+ background: rgba(0, 136, 255, 0.1);
29967
+ }
29968
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
29969
+ background: rgba(211, 218, 235, 0.6);
29970
+ border-color: #ccd4e3;
29971
+ opacity: 0.5;
29972
+ }
29973
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
29974
+ color: #00122e;
29975
+ border-color: #ccd4e3;
29976
+ }
29977
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
29978
+ color: #00122e;
29979
+ border-color: #ccd4e3;
29980
+ background: rgba(172, 186, 211, 0.6);
29981
+ }
29982
+ .r1f0aqcc .ant-radio-button-input {
29983
+ margin-right: 8px;
29984
+ display: inline;
29985
+ border: none;
29986
+ padding: 0;
29987
+ width: 36px;
29988
+ background: transparent;
29989
+ }
29990
+ .r1f0aqcc .ant-radio-button-input:focus {
29991
+ box-shadow: none;
30120
29992
  }
30121
-
30122
- .obf05yr {
30123
- display: inline-block;
29993
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
29994
+ margin-right: 0;
29995
+ width: initial;
29996
+ box-shadow: none;
30124
29997
  }
30125
-
30126
- .hsms1n6 {
30127
- visibility: hidden;
30128
- position: absolute;
29998
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
29999
+ display: none;
30129
30000
  }
30130
-
30131
- .iap75of {
30132
- height: 18px;
30133
- line-height: 18px;
30134
- padding: 0 4px;
30135
- border-radius: 4px;
30136
- background: rgba(235, 239, 245, 0.6);
30137
- border: 1px solid rgba(223, 228, 235, 0.6);
30138
- display: flex;
30139
- align-items: center;
30140
- white-space: nowrap;
30141
- margin-right: 4px;
30001
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30002
+ display: inline;
30003
+ }
30004
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30005
+ display: inline;
30006
+ margin-right: 8px;
30007
+ padding: 0;
30008
+ width: 36px;
30142
30009
  }
30143
30010
 
30144
30011
  .cz04yix {
@@ -30711,337 +30578,127 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
30711
30578
  transition: left 150ms ease;
30712
30579
  opacity: 0;
30713
30580
  }
30714
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30715
- left: 8px;
30716
- opacity: 1;
30717
- }
30718
- .kypn5o5.has-focus-indicator input {
30719
- transition: margin-left 150ms ease;
30720
- margin-left: 0px;
30721
- }
30722
- .kypn5o5.has-focus-indicator input:focus {
30723
- margin-left: 16px;
30724
- }
30725
-
30726
- input.l1ki27se.ant-input {
30727
- border-top-right-radius: 0;
30728
- border-bottom-right-radius: 0;
30729
- }
30730
-
30731
- .l1ki27se.ant-input-affix-wrapper {
30732
- border-top-right-radius: 0;
30733
- border-bottom-right-radius: 0;
30734
- }
30735
-
30736
- input.rrg1fkn.ant-input {
30737
- border-top-left-radius: 0;
30738
- border-bottom-left-radius: 0;
30739
- }
30740
-
30741
- .rrg1fkn.ant-input-affix-wrapper {
30742
- border-top-left-radius: 0;
30743
- border-bottom-left-radius: 0;
30744
- }
30745
-
30746
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30747
- border-top-right-radius: 0;
30748
- border-bottom-right-radius: 0;
30749
- }
30750
-
30751
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30752
- border-top-left-radius: 0;
30753
- border-bottom-left-radius: 0;
30754
- }
30755
-
30756
- .s34f1qb.ant-switch {
30757
- min-width: 40px;
30758
- height: 24px;
30759
- background: rgba(172, 186, 211, 0.6);
30760
- overflow: hidden;
30761
- }
30762
- .s34f1qb.ant-switch:focus {
30763
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30764
- }
30765
- .s34f1qb.ant-switch-small {
30766
- min-width: 26px;
30767
- height: 16px;
30768
- }
30769
- .s34f1qb.ant-switch-large {
30770
- min-width: 52px;
30771
- height: 32px;
30772
- }
30773
- .s34f1qb.ant-switch .ant-switch-handle {
30774
- height: 20px;
30775
- width: 20px;
30776
- }
30777
- .s34f1qb.ant-switch .ant-switch-handle::before {
30778
- border-radius: 10px;
30779
- transition-delay: 120ms;
30780
- }
30781
- .s34f1qb.ant-switch-small .ant-switch-handle {
30782
- height: 14px;
30783
- width: 14px;
30784
- top: 1px;
30785
- left: 1px;
30786
- }
30787
- .s34f1qb.ant-switch-large .ant-switch-handle {
30788
- height: 28px;
30789
- width: 28px;
30790
- }
30791
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30792
- border-radius: 14px;
30793
- }
30794
- .s34f1qb.ant-switch-checked {
30795
- background-color: #00ba5d;
30796
- }
30797
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30798
- left: calc(100% - 20px - 2px);
30799
- }
30800
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30801
- left: calc(100% - 14px - 1px);
30802
- }
30803
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30804
- left: calc(100% - 28px - 2px);
30805
- }
30806
-
30807
- .c1to9vb9 {
30808
- margin-left: 5px;
30809
- }
30810
-
30811
- .i1mrf09m {
30812
- display: inline-flex;
30813
- align-items: center;
30814
- }
30815
- .i1mrf09m .icon-inner {
30816
- display: inline-flex;
30817
- align-items: center;
30818
- justify-content: center;
30819
- }
30820
- .i1mrf09m .icon-inner + span,
30821
- .i1mrf09m span + .icon-inner.suffix {
30822
- margin-left: 4px;
30823
- }
30824
- .i1mrf09m.is-rotate img,
30825
- .i1mrf09m.is-rotate svg {
30826
- animation: rotate 680ms linear infinite;
30827
- }
30828
-
30829
- .rxbeqvl.ant-radio-wrapper {
30830
- display: inline-flex;
30831
- align-items: baseline;
30832
- white-space: pre-wrap;
30833
- }
30834
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30835
- position: relative;
30836
- top: 3px;
30837
- }
30838
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30839
- border-color: rgba(107, 128, 167, 0.6);
30840
- }
30841
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30842
- border-color: #0080ff;
30843
- }
30844
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30845
- border-color: #0080ff;
30846
- background: #0080ff;
30847
- }
30848
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30849
- top: 4px;
30850
- left: 4px;
30851
- width: 6px;
30852
- height: 6px;
30853
- background: #fff;
30854
- }
30855
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30856
- opacity: 0.5;
30857
- }
30858
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30859
- border-color: rgba(107, 128, 167, 0.6);
30860
- background: rgba(211, 218, 235, 0.6);
30861
- }
30862
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30863
- background: #00122e;
30864
- }
30865
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30866
- color: #00122e;
30867
- opacity: 0.5;
30868
- }
30869
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30870
- color: #00122e;
30871
- }
30872
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30873
- display: inline-block;
30874
- padding: 0;
30875
- padding-left: 12px;
30876
- }
30877
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30878
- margin-bottom: 0;
30879
- white-space: pre-wrap;
30880
- color: rgba(44, 56, 82, 0.6);
30881
- }
30882
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30883
- padding-left: 8px;
30884
- }
30885
-
30886
- .r5ie79y .ant-radio-button-wrapper:first-child {
30887
- border-radius: 5px 0 0 5px;
30888
- }
30889
- .r5ie79y .ant-radio-button-wrapper:last-child {
30890
- border-radius: 0 5px 5px 0;
30891
- }
30892
-
30893
- .r1f0aqcc {
30894
- color: #00122e;
30895
- border-color: #ccd4e3;
30896
- }
30897
- .r1f0aqcc:first-child {
30898
- border-color: #a3b4cc;
30899
- }
30900
- .r1f0aqcc.ant-radio-button-wrapper {
30901
- padding: 0 12px;
30902
- line-height: 32px;
30903
- height: 32px;
30904
- }
30905
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30906
- white-space: nowrap;
30907
- }
30908
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30909
- height: 22px;
30910
- padding: 0 7px;
30911
- line-height: 20px;
30912
- }
30913
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30914
- background: #ccd4e3;
30915
- }
30916
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30917
- background: #0080ff;
30918
- }
30919
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30920
- background: #ccd4e3;
30921
- opacity: 0.5;
30922
- }
30923
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30924
- border-right-color: #0080ff;
30925
- }
30926
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30927
- border-color: #0080ff;
30928
- }
30929
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30930
- background: rgba(0, 136, 255, 0.1);
30931
- }
30932
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30933
- background: rgba(211, 218, 235, 0.6);
30934
- border-color: #ccd4e3;
30935
- opacity: 0.5;
30581
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30582
+ left: 8px;
30583
+ opacity: 1;
30936
30584
  }
30937
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30938
- color: #00122e;
30939
- border-color: #ccd4e3;
30585
+ .kypn5o5.has-focus-indicator input {
30586
+ transition: margin-left 150ms ease;
30587
+ margin-left: 0px;
30940
30588
  }
30941
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30942
- color: #00122e;
30943
- border-color: #ccd4e3;
30944
- background: rgba(172, 186, 211, 0.6);
30589
+ .kypn5o5.has-focus-indicator input:focus {
30590
+ margin-left: 16px;
30945
30591
  }
30946
- .r1f0aqcc .ant-radio-button-input {
30947
- margin-right: 8px;
30948
- display: inline;
30949
- border: none;
30950
- padding: 0;
30951
- width: 36px;
30952
- background: transparent;
30592
+
30593
+ input.l1ki27se.ant-input {
30594
+ border-top-right-radius: 0;
30595
+ border-bottom-right-radius: 0;
30953
30596
  }
30954
- .r1f0aqcc .ant-radio-button-input:focus {
30955
- box-shadow: none;
30597
+
30598
+ .l1ki27se.ant-input-affix-wrapper {
30599
+ border-top-right-radius: 0;
30600
+ border-bottom-right-radius: 0;
30956
30601
  }
30957
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30958
- margin-right: 0;
30959
- width: initial;
30960
- box-shadow: none;
30602
+
30603
+ input.rrg1fkn.ant-input {
30604
+ border-top-left-radius: 0;
30605
+ border-bottom-left-radius: 0;
30961
30606
  }
30962
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30963
- display: none;
30607
+
30608
+ .rrg1fkn.ant-input-affix-wrapper {
30609
+ border-top-left-radius: 0;
30610
+ border-bottom-left-radius: 0;
30964
30611
  }
30965
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30966
- display: inline;
30612
+
30613
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30614
+ border-top-right-radius: 0;
30615
+ border-bottom-right-radius: 0;
30967
30616
  }
30968
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30969
- display: inline;
30970
- margin-right: 8px;
30971
- padding: 0;
30972
- width: 36px;
30617
+
30618
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30619
+ border-top-left-radius: 0;
30620
+ border-bottom-left-radius: 0;
30973
30621
  }
30974
30622
 
30975
- .p12gwtiw {
30976
- display: flex;
30977
- justify-content: space-between;
30978
- align-items: center;
30979
- padding: 10px 0;
30980
- color: rgba(44, 56, 82, 0.6);
30981
- font-size: 12px;
30982
- line-height: 24px;
30623
+ .s1fc623g {
30624
+ width: 430px !important;
30983
30625
  }
30984
- .p12gwtiw .pagination-left {
30985
- padding: 2px 8px;
30626
+
30627
+ .da3mx0o .ant-select-item-group {
30628
+ padding: 8px 16px;
30629
+ line-height: 18px;
30630
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30631
+ height: 34px;
30632
+ min-height: 34px;
30633
+ box-sizing: border-box;
30634
+ margin-top: 8px;
30986
30635
  }
30987
- .p12gwtiw .dropdown-trigger {
30636
+
30637
+ .onr9gzt {
30988
30638
  display: flex;
30989
- align-items: center;
30990
- border-radius: 6px;
30991
- cursor: pointer;
30992
- transition: all 0.3s ease;
30639
+ flex-direction: column;
30640
+ margin: 1px 8px;
30641
+ padding: 8px;
30642
+ border-radius: 4px;
30993
30643
  }
30994
- .p12gwtiw .dropdown-trigger:hover {
30995
- background: rgba(211, 218, 235, 0.6);
30996
- color: #0080ff;
30644
+ .onr9gzt .selected-icon {
30645
+ display: none;
30997
30646
  }
30998
- .p12gwtiw .dropdown-trigger .icon-inner {
30999
- margin-left: 4px;
30647
+ .onr9gzt.ant-select-item-option-grouped {
30648
+ padding-left: 8px;
31000
30649
  }
31001
- .p12gwtiw .pagination-right {
31002
- display: flex;
31003
- align-items: center;
30650
+ .onr9gzt.ant-select-item-option-selected {
30651
+ background-color: white;
30652
+ }
30653
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31004
30654
  color: #0080ff;
31005
- font-weight: bold;
31006
30655
  }
31007
- .p12gwtiw .pagination-right .icon-inner {
31008
- margin-left: 4px;
30656
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
30657
+ display: block;
31009
30658
  }
31010
- .p12gwtiw .pagination-right .prev-btn,
31011
- .p12gwtiw .pagination-right .next-btn {
31012
- padding: 0 8px;
30659
+ .onr9gzt.ant-select-item-option-active {
30660
+ background: rgba(0, 136, 255, 0.16);
31013
30661
  }
31014
- .p12gwtiw .pagination-right .prev-btn > span,
31015
- .p12gwtiw .pagination-right .next-btn > span {
30662
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31016
30663
  color: #0080ff;
31017
30664
  }
31018
- .p12gwtiw .pagination-right .next-btn .icon-inner {
31019
- transform: rotate(180deg);
30665
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
30666
+ background: rgba(0, 136, 255, 0.1);
30667
+ color: #0080ff;
31020
30668
  }
31021
30669
 
31022
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31023
- max-height: calc(100vh - 128px);
31024
- overflow-y: auto;
30670
+ .oiy0apc {
30671
+ display: flex;
30672
+ justify-content: space-between;
30673
+ height: 20px;
30674
+ line-height: 20px;
31025
30675
  }
31026
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31027
- padding: 4px 20px;
31028
- font-size: 12px;
31029
- line-height: 18px;
30676
+ .oiy0apc .timezone-title {
30677
+ color: #2d3a56;
30678
+ overflow: hidden;
30679
+ text-overflow: ellipsis;
31030
30680
  }
31031
30681
 
31032
- .fde5mpd {
31033
- width: 100%;
31034
- height: 100%;
31035
- min-height: 124px;
30682
+ .of4y382 {
31036
30683
  display: flex;
31037
- flex-direction: column;
31038
- justify-content: center;
31039
- align-items: center;
30684
+ justify-content: space-between;
30685
+ color: rgba(44, 56, 82, 0.6);
30686
+ height: 18px;
30687
+ line-height: 18px;
30688
+ margin-top: 2px;
31040
30689
  }
31041
- .fde5mpd .error-text {
31042
- color: rgba(10, 37, 85, 0.6);
31043
- margin-bottom: 16px;
31044
- font-size: 18px;
30690
+
30691
+ .t19903l9 {
30692
+ border: none;
30693
+ margin-right: 0;
30694
+ background: rgba(225, 230, 241, 0.6);
30695
+ }
30696
+
30697
+ .ohwbvxu {
30698
+ pointer-events: none;
30699
+ height: 32px;
30700
+ width: 100%;
30701
+ opacity: 0;
31045
30702
  }
31046
30703
 
31047
30704
  .t1upn1sz {
@@ -31363,134 +31020,49 @@ input.rrg1fkn.ant-input {
31363
31020
  top: 50%;
31364
31021
  transform: translate(-50%, -50%);
31365
31022
  }
31366
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31367
- display: none;
31368
- }
31369
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31370
- background: #fff;
31371
- }
31372
- .tta5kd2 .ant-table .ant-table-placeholder {
31373
- background: inherit;
31374
- }
31375
- .tta5kd2 .ant-table .ant-table-placeholder td {
31376
- position: static;
31377
- border: none;
31378
- background: inherit !important;
31379
- height: 100px;
31380
- vertical-align: middle;
31381
- }
31382
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31383
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31384
- font-weight: bold;
31385
- font-size: 20px;
31386
- color: rgba(10, 37, 85, 0.6);
31387
- }
31388
- .tta5kd2 .ant-table td.cell__action_ {
31389
- padding: 0 !important;
31390
- position: relative;
31391
- background: #fff;
31392
- }
31393
- .tta5kd2 .ant-table td.cell__action_ > * {
31394
- height: 100%;
31395
- display: flex;
31396
- align-items: center;
31397
- justify-content: flex-end;
31398
- padding-right: 8px;
31399
- }
31400
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31401
- width: 24px;
31402
- height: 24px;
31403
- cursor: pointer;
31404
- justify-content: center;
31405
- border-radius: 4px;
31406
- }
31407
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31408
- background: #fff;
31409
- }
31410
-
31411
- .s1fc623g {
31412
- width: 430px !important;
31413
- }
31414
-
31415
- .da3mx0o .ant-select-item-group {
31416
- padding: 8px 16px;
31417
- line-height: 18px;
31418
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31419
- height: 34px;
31420
- min-height: 34px;
31421
- box-sizing: border-box;
31422
- margin-top: 8px;
31423
- }
31424
-
31425
- .onr9gzt {
31426
- display: flex;
31427
- flex-direction: column;
31428
- margin: 1px 8px;
31429
- padding: 8px;
31430
- border-radius: 4px;
31431
- }
31432
- .onr9gzt .selected-icon {
31433
- display: none;
31434
- }
31435
- .onr9gzt.ant-select-item-option-grouped {
31436
- padding-left: 8px;
31437
- }
31438
- .onr9gzt.ant-select-item-option-selected {
31439
- background-color: white;
31440
- }
31441
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31442
- color: #0080ff;
31443
- }
31444
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31445
- display: block;
31023
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31024
+ display: none;
31446
31025
  }
31447
- .onr9gzt.ant-select-item-option-active {
31448
- background: rgba(0, 136, 255, 0.16);
31026
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31027
+ background: #fff;
31449
31028
  }
31450
- .onr9gzt.ant-select-item-option-active .timezone-title {
31451
- color: #0080ff;
31029
+ .tta5kd2 .ant-table .ant-table-placeholder {
31030
+ background: inherit;
31452
31031
  }
31453
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31454
- background: rgba(0, 136, 255, 0.1);
31455
- color: #0080ff;
31032
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31033
+ position: static;
31034
+ border: none;
31035
+ background: inherit !important;
31036
+ height: 100px;
31037
+ vertical-align: middle;
31456
31038
  }
31457
-
31458
- .oiy0apc {
31459
- display: flex;
31460
- justify-content: space-between;
31461
- height: 20px;
31462
- line-height: 20px;
31039
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31040
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31041
+ font-weight: bold;
31042
+ font-size: 20px;
31043
+ color: rgba(10, 37, 85, 0.6);
31463
31044
  }
31464
- .oiy0apc .timezone-title {
31465
- color: #2d3a56;
31466
- overflow: hidden;
31467
- text-overflow: ellipsis;
31045
+ .tta5kd2 .ant-table td.cell__action_ {
31046
+ padding: 0 !important;
31047
+ position: relative;
31048
+ background: #fff;
31468
31049
  }
31469
-
31470
- .of4y382 {
31050
+ .tta5kd2 .ant-table td.cell__action_ > * {
31051
+ height: 100%;
31471
31052
  display: flex;
31472
- justify-content: space-between;
31473
- color: rgba(44, 56, 82, 0.6);
31474
- height: 18px;
31475
- line-height: 18px;
31476
- margin-top: 2px;
31477
- }
31478
-
31479
- .t19903l9 {
31480
- border: none;
31481
- margin-right: 0;
31482
- background: rgba(225, 230, 241, 0.6);
31053
+ align-items: center;
31054
+ justify-content: flex-end;
31055
+ padding-right: 8px;
31483
31056
  }
31484
-
31485
- .ohwbvxu {
31486
- pointer-events: none;
31487
- height: 32px;
31488
- width: 100%;
31489
- opacity: 0;
31057
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31058
+ width: 24px;
31059
+ height: 24px;
31060
+ cursor: pointer;
31061
+ justify-content: center;
31062
+ border-radius: 4px;
31490
31063
  }
31491
-
31492
- .i1e4sgug {
31493
- display: inline-block;
31064
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31065
+ background: #fff;
31494
31066
  }
31495
31067
 
31496
31068
  .d6j0lbj {
@@ -31968,6 +31540,81 @@ input.rrg1fkn.ant-input {
31968
31540
  line-height: 12px;
31969
31541
  }
31970
31542
 
31543
+ .i1e4sgug {
31544
+ display: inline-block;
31545
+ }
31546
+
31547
+ .berrcjl {
31548
+ color: rgba(10, 37, 85, 0.6);
31549
+ margin-bottom: 4px;
31550
+ }
31551
+ .berrcjl .breadcrumb-link {
31552
+ color: rgba(10, 37, 85, 0.6);
31553
+ cursor: pointer;
31554
+ transition: color 160ms ease;
31555
+ }
31556
+ .berrcjl .breadcrumb-link:hover {
31557
+ color: #0080ff;
31558
+ }
31559
+ .berrcjl .breadcrumb-link:active {
31560
+ color: #005ed1;
31561
+ }
31562
+
31563
+ .s34f1qb.ant-switch {
31564
+ min-width: 40px;
31565
+ height: 24px;
31566
+ background: rgba(172, 186, 211, 0.6);
31567
+ overflow: hidden;
31568
+ }
31569
+ .s34f1qb.ant-switch:focus {
31570
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31571
+ }
31572
+ .s34f1qb.ant-switch-small {
31573
+ min-width: 26px;
31574
+ height: 16px;
31575
+ }
31576
+ .s34f1qb.ant-switch-large {
31577
+ min-width: 52px;
31578
+ height: 32px;
31579
+ }
31580
+ .s34f1qb.ant-switch .ant-switch-handle {
31581
+ height: 20px;
31582
+ width: 20px;
31583
+ }
31584
+ .s34f1qb.ant-switch .ant-switch-handle::before {
31585
+ border-radius: 10px;
31586
+ transition-delay: 120ms;
31587
+ }
31588
+ .s34f1qb.ant-switch-small .ant-switch-handle {
31589
+ height: 14px;
31590
+ width: 14px;
31591
+ top: 1px;
31592
+ left: 1px;
31593
+ }
31594
+ .s34f1qb.ant-switch-large .ant-switch-handle {
31595
+ height: 28px;
31596
+ width: 28px;
31597
+ }
31598
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
31599
+ border-radius: 14px;
31600
+ }
31601
+ .s34f1qb.ant-switch-checked {
31602
+ background-color: #00ba5d;
31603
+ }
31604
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
31605
+ left: calc(100% - 20px - 2px);
31606
+ }
31607
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31608
+ left: calc(100% - 14px - 1px);
31609
+ }
31610
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31611
+ left: calc(100% - 28px - 2px);
31612
+ }
31613
+
31614
+ .c1to9vb9 {
31615
+ margin-left: 5px;
31616
+ }
31617
+
31971
31618
  .c18gxmrl {
31972
31619
  border: 1px solid #d8deeb;
31973
31620
  border-radius: 4px;
@@ -31988,20 +31635,44 @@ input.rrg1fkn.ant-input {
31988
31635
  padding: 8px 12px;
31989
31636
  }
31990
31637
 
31991
- .berrcjl {
31992
- color: rgba(10, 37, 85, 0.6);
31993
- margin-bottom: 4px;
31638
+ .c1bus5hc {
31639
+ --color: white;
31640
+ height: 14px;
31641
+ width: 14px;
31642
+ border-radius: 50%;
31643
+ flex-shrink: 0;
31644
+ display: flex;
31645
+ align-items: center;
31646
+ justify-content: center;
31647
+ border: 1px solid var(--color);
31994
31648
  }
31995
- .berrcjl .breadcrumb-link {
31996
- color: rgba(10, 37, 85, 0.6);
31997
- cursor: pointer;
31998
- transition: color 160ms ease;
31649
+ .c1bus5hc .circle-inner {
31650
+ position: relative;
31651
+ height: 10px;
31652
+ width: 10px;
31653
+ border-radius: 50%;
31654
+ overflow: hidden;
31999
31655
  }
32000
- .berrcjl .breadcrumb-link:hover {
32001
- color: #0080ff;
31656
+ .c1bus5hc .circle-content {
31657
+ position: absolute;
31658
+ height: 100%;
31659
+ width: 100%;
31660
+ left: 0;
31661
+ top: 0;
31662
+ border-radius: 50%;
31663
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31664
+ transform: rotate(180deg);
32002
31665
  }
32003
- .berrcjl .breadcrumb-link:active {
32004
- color: #005ed1;
31666
+ .c1bus5hc .circle-child {
31667
+ position: absolute;
31668
+ height: 100%;
31669
+ width: 100%;
31670
+ left: 0;
31671
+ top: 0;
31672
+ margin-left: 50%;
31673
+ transform-origin: left;
31674
+ background: white;
31675
+ transform: rotate(0deg);
32005
31676
  }
32006
31677
 
32007
31678
  .c1uzzomf {
@@ -32026,13 +31697,6 @@ input.rrg1fkn.ant-input {
32026
31697
  text-align: center;
32027
31698
  }
32028
31699
 
32029
- .tje3huy {
32030
- width: 100%;
32031
- overflow: inherit;
32032
- white-space: inherit;
32033
- text-overflow: ellipsis;
32034
- }
32035
-
32036
31700
  .m15dvk92 {
32037
31701
  display: flex;
32038
31702
  justify-content: space-between;
@@ -32046,6 +31710,13 @@ input.rrg1fkn.ant-input {
32046
31710
  width: 100%;
32047
31711
  }
32048
31712
 
31713
+ .tje3huy {
31714
+ width: 100%;
31715
+ overflow: inherit;
31716
+ white-space: inherit;
31717
+ text-overflow: ellipsis;
31718
+ }
31719
+
32049
31720
  .c198s9j3 {
32050
31721
  color: #2d3a56;
32051
31722
  line-height: 22px;
@@ -32146,6 +31817,15 @@ input.rrg1fkn.ant-input {
32146
31817
  cursor: default;
32147
31818
  }
32148
31819
 
31820
+ .o8ocss1 {
31821
+ overflow: hidden;
31822
+ text-overflow: ellipsis;
31823
+ }
31824
+
31825
+ .n17syc35 {
31826
+ white-space: nowrap;
31827
+ }
31828
+
32149
31829
  .n3qomhu {
32150
31830
  font-size: 90%;
32151
31831
  font-weight: bold;
@@ -32158,15 +31838,6 @@ input.rrg1fkn.ant-input {
32158
31838
  word-break: break-all;
32159
31839
  }
32160
31840
 
32161
- .o8ocss1 {
32162
- overflow: hidden;
32163
- text-overflow: ellipsis;
32164
- }
32165
-
32166
- .n17syc35 {
32167
- white-space: nowrap;
32168
- }
32169
-
32170
31841
  .iiqau4c.ant-input-group.ant-input-group-compact {
32171
31842
  display: flex;
32172
31843
  }
@@ -32228,16 +31899,6 @@ input.rrg1fkn.ant-input {
32228
31899
  transform: rotate(180deg);
32229
31900
  }
32230
31901
 
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
31902
  .s14dk8r1 {
32242
31903
  margin: 0;
32243
31904
  border-radius: 20px;
@@ -32312,6 +31973,16 @@ input.rrg1fkn.ant-input {
32312
31973
  display: inline-block;
32313
31974
  }
32314
31975
 
31976
+ .igz4le8 {
31977
+ height: 24px;
31978
+ width: 56px !important;
31979
+ margin-right: 4px;
31980
+ }
31981
+
31982
+ .c1riexje {
31983
+ color: rgba(44, 56, 82, 0.6);
31984
+ }
31985
+
32315
31986
  .t19ustft .date {
32316
31987
  margin-right: 4px;
32317
31988
  }
@@ -32391,11 +32062,60 @@ input.rrg1fkn.ant-input {
32391
32062
  .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32392
32063
  background-color: #0080ff;
32393
32064
  }
32394
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32395
- background-color: #6b7d99;
32065
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32066
+ background-color: #6b7d99;
32067
+ }
32068
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32069
+ background-color: #7E41FF;
32070
+ }
32071
+
32072
+ .l4bld33 {
32073
+ width: 64px;
32074
+ height: 64px;
32075
+ display: flex;
32076
+ align-items: center;
32077
+ justify-content: center;
32078
+ position: relative;
32079
+ opacity: 0.2;
32080
+ }
32081
+
32082
+ .lgitjoj {
32083
+ position: absolute;
32084
+ width: 5px;
32085
+ height: 48px;
32086
+ left: 9.33px;
32087
+ top: 40.5px;
32088
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32089
+ border-radius: 5px;
32090
+ transform: rotate(-128deg);
32091
+ transform-origin: top left;
32092
+ animation: loading-indicator1 1100ms ease-out infinite;
32093
+ }
32094
+
32095
+ .l13g0exg {
32096
+ position: absolute;
32097
+ width: 5px;
32098
+ height: 48px;
32099
+ left: 40.8px;
32100
+ top: 8.4px;
32101
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32102
+ border-radius: 5px;
32103
+ transform: rotate(-8deg);
32104
+ transform-origin: top left;
32105
+ animation: loading-indicator2 1100ms ease-out infinite;
32396
32106
  }
32397
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32398
- background-color: #7E41FF;
32107
+
32108
+ .l1exo3h6 {
32109
+ position: absolute;
32110
+ width: 5px;
32111
+ height: 48px;
32112
+ left: 52.9px;
32113
+ top: 51.8px;
32114
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32115
+ border-radius: 5px;
32116
+ transform: rotate(112deg);
32117
+ transform-origin: top left;
32118
+ animation: loading-indicator3 1100ms ease-out infinite;
32399
32119
  }
32400
32120
 
32401
32121
  .m1thnes4 {
@@ -32559,6 +32279,154 @@ input.rrg1fkn.ant-input {
32559
32279
  margin-left: 8px;
32560
32280
  }
32561
32281
 
32282
+ .s1iv0tp1 .enabled-switch {
32283
+ display: flex;
32284
+ align-items: center;
32285
+ }
32286
+ .s1iv0tp1 .enabled-text {
32287
+ margin-right: 8px;
32288
+ }
32289
+
32290
+ .c1up1pdz {
32291
+ width: 648px;
32292
+ }
32293
+ .c1up1pdz.active {
32294
+ border-color: #0080ff;
32295
+ }
32296
+ .c1up1pdz.active > header {
32297
+ background: rgba(0, 128, 255, 0.1);
32298
+ }
32299
+ .c1up1pdz .expand {
32300
+ padding: 12px;
32301
+ }
32302
+ .c1up1pdz .field-item {
32303
+ display: flex;
32304
+ padding: 10px 0;
32305
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32306
+ }
32307
+ .c1up1pdz .field-item:last-child {
32308
+ border-bottom: none;
32309
+ padding-bottom: 0;
32310
+ }
32311
+ .c1up1pdz .field-item label {
32312
+ line-height: 32px;
32313
+ width: 100px;
32314
+ color: rgba(62, 70, 82, 0.6);
32315
+ }
32316
+ .c1up1pdz .help {
32317
+ color: rgba(62, 70, 82, 0.6);
32318
+ margin-top: 5px;
32319
+ }
32320
+ .c1up1pdz .ant-input-affix-wrapper,
32321
+ .c1up1pdz .ant-picker {
32322
+ width: 128px;
32323
+ }
32324
+
32325
+ .c156wh19 {
32326
+ display: flex;
32327
+ align-items: center;
32328
+ justify-content: space-between;
32329
+ word-break: keep-all;
32330
+ }
32331
+ .c156wh19 .title {
32332
+ margin: 0 16px 0 8px;
32333
+ }
32334
+ .c156wh19 .retain {
32335
+ color: rgba(129, 138, 153, 0.6);
32336
+ }
32337
+ .c156wh19 .left {
32338
+ flex: 1;
32339
+ display: flex;
32340
+ overflow: hidden;
32341
+ align-items: center;
32342
+ justify-content: flex-start;
32343
+ white-space: nowrap;
32344
+ }
32345
+ .c156wh19 .left .title {
32346
+ max-width: 100%;
32347
+ overflow: hidden;
32348
+ text-overflow: ellipsis;
32349
+ }
32350
+ .c156wh19 .right {
32351
+ display: flex;
32352
+ align-items: center;
32353
+ }
32354
+ .c156wh19 .reverse {
32355
+ display: flex;
32356
+ flex-direction: row-reverse;
32357
+ align-items: center;
32358
+ }
32359
+ .c156wh19 .reverse .ant-switch {
32360
+ margin-left: 8px;
32361
+ }
32362
+ .c156wh19 .close {
32363
+ padding-left: 14px;
32364
+ margin-left: 14px;
32365
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
32366
+ cursor: pointer;
32367
+ }
32368
+
32369
+ .m126spxy {
32370
+ padding-bottom: 4px;
32371
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32372
+ }
32373
+ .m126spxy .ant-btn-link {
32374
+ padding: 1px 10px;
32375
+ color: rgba(62, 70, 82, 0.6);
32376
+ border-radius: 4px;
32377
+ }
32378
+ .m126spxy .ant-btn-link.active {
32379
+ background: rgba(0, 128, 255, 0.1);
32380
+ color: #0096ff;
32381
+ }
32382
+
32383
+ .wpbf4pq {
32384
+ padding: 10px 0;
32385
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32386
+ }
32387
+ .wpbf4pq .ant-input,
32388
+ .wpbf4pq .ant-picker {
32389
+ width: 80px;
32390
+ margin: 0 9px;
32391
+ text-align: center;
32392
+ }
32393
+ .wpbf4pq .options {
32394
+ padding: 12px 0 12px 16px;
32395
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
32396
+ margin: 5px 0 5px 8px;
32397
+ }
32398
+ .wpbf4pq .week-day-option,
32399
+ .wpbf4pq .month-day-option {
32400
+ background: #f5f7fa;
32401
+ box-sizing: border-box;
32402
+ border-radius: 16px;
32403
+ margin-right: 8px;
32404
+ }
32405
+ .wpbf4pq .week-day-option:focus,
32406
+ .wpbf4pq .month-day-option:focus {
32407
+ color: inherit;
32408
+ border-color: #d9d9d9;
32409
+ }
32410
+ .wpbf4pq .week-day-option.active {
32411
+ background-color: #0096ff;
32412
+ border-color: #0096ff;
32413
+ color: #fff;
32414
+ }
32415
+ .wpbf4pq .week-day-option.en-text {
32416
+ width: 110px;
32417
+ margin-top: 4px;
32418
+ }
32419
+ .wpbf4pq .month-day-option {
32420
+ width: 32px;
32421
+ padding: 0;
32422
+ margin-bottom: 8px;
32423
+ }
32424
+ .wpbf4pq .month-day-option.active {
32425
+ background-color: #0096ff;
32426
+ border-color: #0096ff;
32427
+ color: #fff;
32428
+ }
32429
+
32562
32430
  .sq6vos1 {
32563
32431
  --item-min-width: 60px;
32564
32432
  }
@@ -32818,22 +32686,6 @@ input.rrg1fkn.ant-input {
32818
32686
  margin-right: 2px;
32819
32687
  }
32820
32688
 
32821
- .rrwcpby {
32822
- display: flex;
32823
- align-items: center;
32824
- }
32825
- .rrwcpby .order {
32826
- height: 24px;
32827
- width: 24px;
32828
- border-radius: 20px;
32829
- color: #0080ff;
32830
- background: rgba(0, 136, 255, 0.1);
32831
- display: flex;
32832
- align-items: center;
32833
- justify-content: center;
32834
- margin-right: 6px;
32835
- }
32836
-
32837
32689
  .bab9xum {
32838
32690
  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);
32839
32691
  }
@@ -32882,6 +32734,22 @@ input.rrg1fkn.ant-input {
32882
32734
  min-height: 0px;
32883
32735
  }
32884
32736
 
32737
+ .rrwcpby {
32738
+ display: flex;
32739
+ align-items: center;
32740
+ }
32741
+ .rrwcpby .order {
32742
+ height: 24px;
32743
+ width: 24px;
32744
+ border-radius: 20px;
32745
+ color: #0080ff;
32746
+ background: rgba(0, 136, 255, 0.1);
32747
+ display: flex;
32748
+ align-items: center;
32749
+ justify-content: center;
32750
+ margin-right: 6px;
32751
+ }
32752
+
32885
32753
  .tc40oxa {
32886
32754
  margin-bottom: 4px;
32887
32755
  color: rgba(44, 56, 82, 0.6);
@@ -33075,6 +32943,39 @@ input.rrg1fkn.ant-input {
33075
32943
  margin-right: 8px;
33076
32944
  }
33077
32945
 
32946
+ .sut42l0 {
32947
+ padding: 0 8px;
32948
+ height: 18px;
32949
+ }
32950
+
32951
+ .mfsz1jz {
32952
+ padding: 2px 8px;
32953
+ height: 24px;
32954
+ }
32955
+
32956
+ .tnd6h4m {
32957
+ margin: 0;
32958
+ }
32959
+
32960
+ .i1qw4clm {
32961
+ margin-right: 4px;
32962
+ height: 16px;
32963
+ }
32964
+
32965
+ .w1xcixj5.outside-tag {
32966
+ padding-left: 0;
32967
+ }
32968
+ .w1xcixj5.outside-tag .inside-tag {
32969
+ border-radius: 4px 0 0 4px;
32970
+ padding-right: 4px;
32971
+ margin-right: 4px;
32972
+ }
32973
+
32974
+ .iwsze0q {
32975
+ margin-right: 4px;
32976
+ height: 16px;
32977
+ }
32978
+
33078
32979
  .at4ovwe .ant-input-number-handler-wrap {
33079
32980
  display: var(--at4ovwe-0);
33080
32981
  }
@@ -33125,37 +33026,23 @@ input.rrg1fkn.ant-input {
33125
33026
  font-size: inherit;
33126
33027
  }
33127
33028
 
33128
- .w1xcixj5.outside-tag {
33129
- padding-left: 0;
33130
- }
33131
- .w1xcixj5.outside-tag .inside-tag {
33132
- border-radius: 4px 0 0 4px;
33133
- padding-right: 4px;
33134
- margin-right: 4px;
33135
- }
33136
-
33137
- .sut42l0 {
33138
- padding: 0 8px;
33139
- height: 18px;
33140
- }
33141
-
33142
- .mfsz1jz {
33143
- padding: 2px 8px;
33144
- height: 24px;
33029
+ .feau332.ant-form-item {
33030
+ margin-bottom: 0;
33145
33031
  }
33146
-
33147
- .tnd6h4m {
33148
- margin: 0;
33032
+ .feau332 .ant-form-item-explain {
33033
+ display: none;
33034
+ min-height: 18px;
33035
+ margin-top: 5px;
33036
+ font-family: "Inter";
33037
+ font-weight: 400;
33038
+ font-size: 12px;
33039
+ line-height: 18px;
33149
33040
  }
33150
-
33151
- .i1qw4clm {
33152
- margin-right: 4px;
33153
- height: 16px;
33041
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33042
+ white-space: pre-wrap;
33154
33043
  }
33155
-
33156
- .iwsze0q {
33157
- margin-right: 4px;
33158
- height: 16px;
33044
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33045
+ display: block;
33159
33046
  }
33160
33047
 
33161
33048
  .a6dbbkm .ant-input-number-handler-wrap {
@@ -33187,23 +33074,4 @@ input.rrg1fkn.ant-input {
33187
33074
  margin: 0;
33188
33075
  height: auto;
33189
33076
  font-size: inherit;
33190
- }
33191
-
33192
- .feau332.ant-form-item {
33193
- margin-bottom: 0;
33194
- }
33195
- .feau332 .ant-form-item-explain {
33196
- display: none;
33197
- min-height: 18px;
33198
- margin-top: 5px;
33199
- font-family: "Inter";
33200
- font-weight: 400;
33201
- font-size: 12px;
33202
- line-height: 18px;
33203
- }
33204
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33205
- white-space: pre-wrap;
33206
- }
33207
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33208
- display: block;
33209
33077
  }