@cloudtower/eagle 0.27.21 → 0.27.22

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
@@ -29571,79 +29571,65 @@ html body {
29571
29571
  border-top: 1px solid rgba(211, 218, 235, 0.6);
29572
29572
  }
29573
29573
 
29574
- .fde5mpd {
29575
- width: 100%;
29576
- height: 100%;
29577
- min-height: 124px;
29574
+ .s1ebs0ra {
29578
29575
  display: flex;
29579
- flex-direction: column;
29580
- justify-content: center;
29581
29576
  align-items: center;
29577
+ justify-content: space-between;
29578
+ background: #edf0f7;
29579
+ padding: 8px 12px;
29580
+ position: sticky;
29581
+ top: 0;
29582
+ z-index: 1;
29583
+ margin-bottom: -52px;
29582
29584
  }
29583
- .fde5mpd .error-text {
29584
- color: rgba(10, 37, 85, 0.6);
29585
- margin-bottom: 16px;
29586
- font-size: 18px;
29587
- }
29588
-
29589
- .iap75of {
29590
- height: 18px;
29591
- line-height: 18px;
29592
- padding: 0 4px;
29593
- border-radius: 4px;
29594
- background: rgba(235, 239, 245, 0.6);
29595
- border: 1px solid rgba(223, 228, 235, 0.6);
29585
+ .s1ebs0ra .select-total {
29596
29586
  display: flex;
29597
29587
  align-items: center;
29598
- white-space: nowrap;
29599
- margin-right: 4px;
29600
- }
29601
-
29602
- .i1mrf09m {
29603
- display: inline-flex;
29604
- align-items: center;
29588
+ font-weight: 700;
29589
+ flex-shrink: 0;
29605
29590
  }
29606
- .i1mrf09m .icon-inner {
29607
- display: inline-flex;
29608
- align-items: center;
29591
+ .s1ebs0ra .select-total .icon-wrapper {
29592
+ cursor: pointer;
29593
+ margin-left: 8px;
29594
+ width: 32px;
29595
+ height: 32px;
29596
+ border-radius: 50%;
29609
29597
  justify-content: center;
29610
29598
  }
29611
- .i1mrf09m .icon-inner + span,
29612
- .i1mrf09m span + .icon-inner.suffix {
29613
- margin-left: 4px;
29614
- }
29615
- .i1mrf09m.is-rotate img,
29616
- .i1mrf09m.is-rotate svg {
29617
- animation: rotate 680ms linear infinite;
29618
- }
29619
-
29620
- .bpq0js6 {
29621
- padding: 4px 11px;
29599
+ .s1ebs0ra .select-total .icon-wrapper:hover {
29600
+ background: rgba(225, 230, 241, 0.6);
29622
29601
  }
29623
-
29624
- .b15sn34c {
29602
+ .s1ebs0ra .action-group {
29603
+ flex: 1;
29604
+ margin-left: 88px;
29625
29605
  white-space: nowrap;
29626
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29606
+ text-align: right;
29607
+ position: relative;
29608
+ padding: 4px 0;
29609
+ margin-top: -4px;
29610
+ overflow: hidden;
29627
29611
  }
29628
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29629
- --color: #0080ff;
29612
+ .s1ebs0ra .action-group .sub-menu-delete {
29613
+ transform: translateY(-4px);
29630
29614
  }
29631
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29632
- --color: #0080ff;
29615
+ .s1ebs0ra .action-group button {
29616
+ border: none;
29633
29617
  }
29634
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29635
- margin-left: 1px;
29618
+ .s1ebs0ra .action-group > *:not(:last-child) {
29619
+ margin-right: 8px;
29636
29620
  }
29637
- .b15sn34c > .ant-btn:not(:only-child):first-child {
29638
- border-top-right-radius: 0;
29639
- border-bottom-right-radius: 0;
29621
+ .s1ebs0ra .action-group > button:last-child {
29622
+ margin-right: 4px;
29640
29623
  }
29641
- .b15sn34c > .ant-btn:not(:only-child):last-child {
29642
- border-top-left-radius: 0;
29643
- border-bottom-left-radius: 0;
29624
+ .s1ebs0ra .action-group .more-btn {
29625
+ cursor: pointer;
29626
+ width: 32px;
29627
+ height: 32px;
29628
+ justify-content: center;
29629
+ border-radius: 50%;
29644
29630
  }
29645
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29646
- border-radius: unset;
29631
+ .s1ebs0ra .action-group .more-btn:hover {
29632
+ background: #fff;
29647
29633
  }
29648
29634
 
29649
29635
  .buj61ew.ant-btn-icon-only {
@@ -29896,146 +29882,219 @@ html body {
29896
29882
  padding: 0;
29897
29883
  }
29898
29884
 
29899
- .i1e4sgug {
29900
- display: inline-block;
29885
+ .bpq0js6 {
29886
+ padding: 4px 11px;
29901
29887
  }
29902
29888
 
29903
- .p12gwtiw {
29904
- display: flex;
29905
- justify-content: space-between;
29906
- align-items: center;
29907
- padding: 10px 0;
29908
- color: rgba(44, 56, 82, 0.6);
29909
- font-size: 12px;
29910
- line-height: 24px;
29911
- }
29912
- .p12gwtiw .pagination-left {
29913
- padding: 2px 8px;
29889
+ .b15sn34c {
29890
+ white-space: nowrap;
29891
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29914
29892
  }
29915
- .p12gwtiw .dropdown-trigger {
29916
- display: flex;
29917
- align-items: center;
29918
- border-radius: 6px;
29919
- cursor: pointer;
29920
- transition: all 0.3s ease;
29893
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29894
+ --color: #0080ff;
29921
29895
  }
29922
- .p12gwtiw .dropdown-trigger:hover {
29923
- background: rgba(211, 218, 235, 0.6);
29924
- color: #0080ff;
29896
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29897
+ --color: #0080ff;
29925
29898
  }
29926
- .p12gwtiw .dropdown-trigger .icon-inner {
29927
- margin-left: 4px;
29899
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29900
+ margin-left: 1px;
29928
29901
  }
29929
- .p12gwtiw .pagination-right {
29930
- display: flex;
29931
- align-items: center;
29932
- color: #0080ff;
29933
- font-weight: bold;
29902
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
29903
+ border-top-right-radius: 0;
29904
+ border-bottom-right-radius: 0;
29934
29905
  }
29935
- .p12gwtiw .pagination-right .icon-inner {
29936
- margin-left: 4px;
29906
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
29907
+ border-top-left-radius: 0;
29908
+ border-bottom-left-radius: 0;
29937
29909
  }
29938
- .p12gwtiw .pagination-right .prev-btn,
29939
- .p12gwtiw .pagination-right .next-btn {
29940
- padding: 0 8px;
29910
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29911
+ border-radius: unset;
29941
29912
  }
29942
- .p12gwtiw .pagination-right .prev-btn > span,
29943
- .p12gwtiw .pagination-right .next-btn > span {
29944
- color: #0080ff;
29913
+
29914
+ .fde5mpd {
29915
+ width: 100%;
29916
+ height: 100%;
29917
+ min-height: 124px;
29918
+ display: flex;
29919
+ flex-direction: column;
29920
+ justify-content: center;
29921
+ align-items: center;
29945
29922
  }
29946
- .p12gwtiw .pagination-right .next-btn .icon-inner {
29947
- transform: rotate(180deg);
29923
+ .fde5mpd .error-text {
29924
+ color: rgba(10, 37, 85, 0.6);
29925
+ margin-bottom: 16px;
29926
+ font-size: 18px;
29948
29927
  }
29949
29928
 
29950
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
29951
- max-height: calc(100vh - 128px);
29952
- overflow-y: auto;
29929
+ .c1up1pdz {
29930
+ width: 648px;
29953
29931
  }
29954
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
29955
- padding: 4px 20px;
29956
- font-size: 12px;
29957
- line-height: 18px;
29932
+ .c1up1pdz.active {
29933
+ border-color: #0080ff;
29958
29934
  }
29959
-
29960
- .s1fc623g {
29961
- width: 430px !important;
29935
+ .c1up1pdz.active > header {
29936
+ background: rgba(0, 128, 255, 0.1);
29962
29937
  }
29963
-
29964
- .da3mx0o .ant-select-item-group {
29965
- padding: 8px 16px;
29966
- line-height: 18px;
29967
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29968
- height: 34px;
29969
- min-height: 34px;
29970
- box-sizing: border-box;
29971
- margin-top: 8px;
29938
+ .c1up1pdz .expand {
29939
+ padding: 12px;
29972
29940
  }
29973
-
29974
- .onr9gzt {
29941
+ .c1up1pdz .field-item {
29975
29942
  display: flex;
29976
- flex-direction: column;
29977
- margin: 1px 8px;
29978
- padding: 8px;
29979
- border-radius: 4px;
29980
- }
29981
- .onr9gzt .selected-icon {
29982
- display: none;
29943
+ padding: 10px 0;
29944
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29983
29945
  }
29984
- .onr9gzt.ant-select-item-option-grouped {
29985
- padding-left: 8px;
29946
+ .c1up1pdz .field-item:last-child {
29947
+ border-bottom: none;
29948
+ padding-bottom: 0;
29986
29949
  }
29987
- .onr9gzt.ant-select-item-option-selected {
29988
- background-color: white;
29950
+ .c1up1pdz .field-item label {
29951
+ line-height: 32px;
29952
+ width: 100px;
29953
+ color: rgba(62, 70, 82, 0.6);
29989
29954
  }
29990
- .onr9gzt.ant-select-item-option-selected .timezone-title {
29991
- color: #0080ff;
29955
+ .c1up1pdz .help {
29956
+ color: rgba(62, 70, 82, 0.6);
29957
+ margin-top: 5px;
29992
29958
  }
29993
- .onr9gzt.ant-select-item-option-selected .selected-icon {
29994
- display: block;
29959
+ .c1up1pdz .ant-input-affix-wrapper,
29960
+ .c1up1pdz .ant-picker {
29961
+ width: 128px;
29995
29962
  }
29996
- .onr9gzt.ant-select-item-option-active {
29997
- background: rgba(0, 136, 255, 0.16);
29963
+
29964
+ .c156wh19 {
29965
+ display: flex;
29966
+ align-items: center;
29967
+ justify-content: space-between;
29968
+ word-break: keep-all;
29998
29969
  }
29999
- .onr9gzt.ant-select-item-option-active .timezone-title {
30000
- color: #0080ff;
29970
+ .c156wh19 .title {
29971
+ margin: 0 16px 0 8px;
30001
29972
  }
30002
- .onr9gzt.ant-select-item-option-active .timezone-tag {
30003
- background: rgba(0, 136, 255, 0.1);
30004
- color: #0080ff;
29973
+ .c156wh19 .retain {
29974
+ color: rgba(129, 138, 153, 0.6);
30005
29975
  }
30006
-
30007
- .oiy0apc {
29976
+ .c156wh19 .left {
29977
+ flex: 1;
30008
29978
  display: flex;
30009
- justify-content: space-between;
30010
- height: 20px;
30011
- line-height: 20px;
29979
+ overflow: hidden;
29980
+ align-items: center;
29981
+ justify-content: flex-start;
29982
+ white-space: nowrap;
30012
29983
  }
30013
- .oiy0apc .timezone-title {
30014
- color: #2d3a56;
29984
+ .c156wh19 .left .title {
29985
+ max-width: 100%;
30015
29986
  overflow: hidden;
30016
29987
  text-overflow: ellipsis;
30017
29988
  }
30018
-
30019
- .of4y382 {
29989
+ .c156wh19 .right {
30020
29990
  display: flex;
30021
- justify-content: space-between;
30022
- color: rgba(44, 56, 82, 0.6);
30023
- height: 18px;
30024
- line-height: 18px;
30025
- margin-top: 2px;
29991
+ align-items: center;
29992
+ }
29993
+ .c156wh19 .reverse {
29994
+ display: flex;
29995
+ flex-direction: row-reverse;
29996
+ align-items: center;
29997
+ }
29998
+ .c156wh19 .reverse .ant-switch {
29999
+ margin-left: 8px;
30000
+ }
30001
+ .c156wh19 .close {
30002
+ padding-left: 14px;
30003
+ margin-left: 14px;
30004
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
30005
+ cursor: pointer;
30026
30006
  }
30027
30007
 
30028
- .t19903l9 {
30029
- border: none;
30030
- margin-right: 0;
30031
- background: rgba(225, 230, 241, 0.6);
30008
+ .m126spxy {
30009
+ padding-bottom: 4px;
30010
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30011
+ }
30012
+ .m126spxy .ant-btn-link {
30013
+ padding: 1px 10px;
30014
+ color: rgba(62, 70, 82, 0.6);
30015
+ border-radius: 4px;
30016
+ }
30017
+ .m126spxy .ant-btn-link.active {
30018
+ background: rgba(0, 128, 255, 0.1);
30019
+ color: #0096ff;
30032
30020
  }
30033
30021
 
30034
- .ohwbvxu {
30035
- pointer-events: none;
30036
- height: 32px;
30037
- width: 100%;
30038
- opacity: 0;
30022
+ .wpbf4pq {
30023
+ padding: 10px 0;
30024
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30025
+ }
30026
+ .wpbf4pq .ant-input,
30027
+ .wpbf4pq .ant-picker {
30028
+ width: 80px;
30029
+ margin: 0 9px;
30030
+ text-align: center;
30031
+ }
30032
+ .wpbf4pq .options {
30033
+ padding: 12px 0 12px 16px;
30034
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
30035
+ margin: 5px 0 5px 8px;
30036
+ }
30037
+ .wpbf4pq .week-day-option,
30038
+ .wpbf4pq .month-day-option {
30039
+ background: #f5f7fa;
30040
+ box-sizing: border-box;
30041
+ border-radius: 16px;
30042
+ margin-right: 8px;
30043
+ }
30044
+ .wpbf4pq .week-day-option:focus,
30045
+ .wpbf4pq .month-day-option:focus {
30046
+ color: inherit;
30047
+ border-color: #d9d9d9;
30048
+ }
30049
+ .wpbf4pq .week-day-option.active {
30050
+ background-color: #0096ff;
30051
+ border-color: #0096ff;
30052
+ color: #fff;
30053
+ }
30054
+ .wpbf4pq .week-day-option.en-text {
30055
+ width: 110px;
30056
+ margin-top: 4px;
30057
+ }
30058
+ .wpbf4pq .month-day-option {
30059
+ width: 32px;
30060
+ padding: 0;
30061
+ margin-bottom: 8px;
30062
+ }
30063
+ .wpbf4pq .month-day-option.active {
30064
+ background-color: #0096ff;
30065
+ border-color: #0096ff;
30066
+ color: #fff;
30067
+ }
30068
+
30069
+ .iap75of {
30070
+ height: 18px;
30071
+ line-height: 18px;
30072
+ padding: 0 4px;
30073
+ border-radius: 4px;
30074
+ background: rgba(235, 239, 245, 0.6);
30075
+ border: 1px solid rgba(223, 228, 235, 0.6);
30076
+ display: flex;
30077
+ align-items: center;
30078
+ white-space: nowrap;
30079
+ margin-right: 4px;
30080
+ }
30081
+
30082
+ .i1mrf09m {
30083
+ display: inline-flex;
30084
+ align-items: center;
30085
+ }
30086
+ .i1mrf09m .icon-inner {
30087
+ display: inline-flex;
30088
+ align-items: center;
30089
+ justify-content: center;
30090
+ }
30091
+ .i1mrf09m .icon-inner + span,
30092
+ .i1mrf09m span + .icon-inner.suffix {
30093
+ margin-left: 4px;
30094
+ }
30095
+ .i1mrf09m.is-rotate img,
30096
+ .i1mrf09m.is-rotate svg {
30097
+ animation: rotate 680ms linear infinite;
30039
30098
  }
30040
30099
 
30041
30100
  .t1upn1sz {
@@ -30457,773 +30516,653 @@ html body {
30457
30516
  margin-left: 5px;
30458
30517
  }
30459
30518
 
30460
- .obf05yr {
30461
- display: inline-block;
30519
+ .s1fc623g {
30520
+ width: 430px !important;
30462
30521
  }
30463
30522
 
30464
- .hsms1n6 {
30465
- visibility: hidden;
30466
- position: absolute;
30523
+ .da3mx0o .ant-select-item-group {
30524
+ padding: 8px 16px;
30525
+ line-height: 18px;
30526
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30527
+ height: 34px;
30528
+ min-height: 34px;
30529
+ box-sizing: border-box;
30530
+ margin-top: 8px;
30467
30531
  }
30468
30532
 
30469
- .cz04yix {
30533
+ .onr9gzt {
30470
30534
  display: flex;
30471
30535
  flex-direction: column;
30536
+ margin: 1px 8px;
30537
+ padding: 8px;
30538
+ border-radius: 4px;
30472
30539
  }
30473
-
30474
- .m1if5j39 {
30475
- max-width: 1120px;
30476
- width: 100%;
30477
- margin: 0 auto;
30478
- height: 100%;
30540
+ .onr9gzt .selected-icon {
30541
+ display: none;
30479
30542
  }
30480
-
30481
- .w1vvwdlp {
30482
- max-width: 1120px;
30483
- width: 100%;
30484
- margin: 0 auto;
30485
- display: flex;
30543
+ .onr9gzt.ant-select-item-option-grouped {
30544
+ padding-left: 8px;
30486
30545
  }
30487
- .w1vvwdlp .left,
30488
- .w1vvwdlp .right {
30489
- flex-grow: 0;
30490
- flex-shrink: 0;
30491
- flex-basis: 21%;
30546
+ .onr9gzt.ant-select-item-option-selected {
30547
+ background-color: white;
30492
30548
  }
30493
- .w1vvwdlp .left {
30494
- display: flex;
30495
- justify-content: flex-end;
30496
- padding-right: 44px;
30549
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
30550
+ color: #0080ff;
30497
30551
  }
30498
- .w1vvwdlp .right {
30499
- padding-left: 44px;
30552
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
30553
+ display: block;
30500
30554
  }
30501
- .w1vvwdlp .middle {
30502
- margin-bottom: 40px;
30503
- flex-grow: 0;
30504
- flex-shrink: 0;
30505
- flex-basis: 58%;
30555
+ .onr9gzt.ant-select-item-option-active {
30556
+ background: rgba(0, 136, 255, 0.16);
30506
30557
  }
30507
- .w1vvwdlp .middle .form-base-field {
30508
- width: 100%;
30558
+ .onr9gzt.ant-select-item-option-active .timezone-title {
30559
+ color: #0080ff;
30509
30560
  }
30510
- .w1vvwdlp .middle .form-base-field .form-base-field {
30511
- width: auto;
30561
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
30562
+ background: rgba(0, 136, 255, 0.1);
30563
+ color: #0080ff;
30512
30564
  }
30513
30565
 
30514
- .h1cuopx7 .ant-modal-header {
30515
- margin: 0 auto;
30516
- width: 100%;
30517
- max-width: 648px;
30518
- }
30519
- .h1cuopx7 .ant-modal-header .ant-modal-title {
30520
- margin-left: 0;
30566
+ .oiy0apc {
30567
+ display: flex;
30568
+ justify-content: space-between;
30569
+ height: 20px;
30570
+ line-height: 20px;
30521
30571
  }
30522
- .h1cuopx7 .ant-modal-body {
30523
- margin: 0 auto;
30524
- padding: 0;
30525
- width: 100%;
30526
- max-width: 648px;
30572
+ .oiy0apc .timezone-title {
30573
+ color: #2d3a56;
30527
30574
  overflow: hidden;
30575
+ text-overflow: ellipsis;
30528
30576
  }
30529
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30530
- margin-bottom: 40px;
30531
- }
30532
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30533
- height: calc(100vh - 225px);
30534
- overflow-y: auto;
30577
+
30578
+ .of4y382 {
30579
+ display: flex;
30580
+ justify-content: space-between;
30581
+ color: rgba(44, 56, 82, 0.6);
30582
+ height: 18px;
30583
+ line-height: 18px;
30584
+ margin-top: 2px;
30535
30585
  }
30536
- .h1cuopx7 .ant-modal-footer .footer-content {
30537
- margin: 0 auto;
30538
- max-width: 648px;
30586
+
30587
+ .t19903l9 {
30588
+ border: none;
30589
+ margin-right: 0;
30590
+ background: rgba(225, 230, 241, 0.6);
30539
30591
  }
30540
30592
 
30541
- .h1p6d3y3 .ant-modal-header {
30542
- margin: 0 auto;
30593
+ .ohwbvxu {
30594
+ pointer-events: none;
30595
+ height: 32px;
30543
30596
  width: 100%;
30544
- max-width: 1024px;
30545
- }
30546
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
30547
- margin-left: 0;
30597
+ opacity: 0;
30548
30598
  }
30549
- .h1p6d3y3 .ant-modal-body {
30550
- margin: 0 auto;
30551
- padding: 0;
30552
- width: 100%;
30553
- max-width: 1024px;
30554
- overflow: hidden;
30599
+
30600
+ .d6j0lbj {
30601
+ font-family: Inter;
30602
+ font-style: normal;
30603
+ font-weight: bold;
30604
+ font-size: 32px;
30605
+ line-height: 40px;
30555
30606
  }
30556
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30557
- margin-bottom: 40px;
30558
- }
30559
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30560
- height: calc(100vh - 225px);
30561
- overflow-y: auto;
30562
- }
30563
- .h1p6d3y3 .ant-modal-footer .footer-content {
30564
- margin: 0 auto;
30565
- max-width: 1024px;
30607
+
30608
+ .d1xhvvxe {
30609
+ font-family: Inter;
30610
+ font-style: normal;
30611
+ font-weight: bold;
30612
+ font-size: 24px;
30613
+ line-height: 32px;
30566
30614
  }
30567
30615
 
30568
- .fxgckuk {
30569
- flex: 1;
30616
+ .dk10mxq {
30617
+ font-family: Inter;
30618
+ font-style: normal;
30619
+ font-weight: normal;
30620
+ font-size: 32px;
30621
+ line-height: 40px;
30570
30622
  }
30571
- .fxgckuk label {
30572
- font-size: 13px;
30573
- line-height: 20px;
30574
- color: rgba(44, 56, 82, 0.6);
30623
+
30624
+ .dxsait {
30625
+ font-family: Inter;
30626
+ font-style: normal;
30627
+ font-weight: bold;
30628
+ font-size: 20px;
30629
+ line-height: 24px;
30575
30630
  }
30576
- .fxgckuk .title {
30577
- font-size: 14px;
30578
- line-height: 20px;
30579
- color: #2d3a56;
30580
- margin-bottom: 12px;
30631
+
30632
+ .dokn0h3 {
30633
+ font-family: Inter;
30634
+ font-style: normal;
30635
+ font-weight: normal;
30636
+ font-size: 20px;
30637
+ line-height: 24px;
30581
30638
  }
30582
- .fxgckuk.connect-cluster .title {
30583
- padding-bottom: 26px;
30639
+
30640
+ .dobau4p {
30641
+ font-family: Inter;
30642
+ font-style: normal;
30643
+ font-weight: bold;
30644
+ font-size: 18px;
30645
+ line-height: 22px;
30584
30646
  }
30585
30647
 
30586
- .f1d0vek1 {
30587
- padding: 25px 0 15px 0;
30588
- border-bottom: 1px solid #e1e5eb;
30589
- margin-bottom: 16px;
30648
+ .dvolwok {
30649
+ font-family: Inter;
30650
+ font-style: normal;
30651
+ font-weight: normal;
30652
+ font-size: 18px;
30653
+ line-height: 22px;
30590
30654
  }
30591
30655
 
30592
- .f4u402y {
30593
- display: flex;
30594
- align-items: center;
30595
- margin-bottom: 8px;
30656
+ .h181qhg4 {
30657
+ font-family: Inter;
30658
+ font-style: normal;
30659
+ font-weight: bold;
30660
+ font-size: 16px;
30661
+ line-height: 22px;
30596
30662
  }
30597
- .f4u402y > label {
30598
- width: 216px;
30663
+
30664
+ .h1phgmcq {
30665
+ font-family: Inter;
30666
+ font-style: normal;
30667
+ font-weight: normal;
30668
+ font-size: 16px;
30669
+ line-height: 22px;
30599
30670
  }
30600
- .f4u402y > label + * {
30601
- width: 100%;
30671
+
30672
+ .h173xnl1 {
30673
+ font-family: Inter;
30674
+ font-style: normal;
30675
+ font-weight: bold;
30676
+ font-size: 14px;
30677
+ line-height: 20px;
30602
30678
  }
30603
- .f4u402y .ant-select {
30604
- width: 100%;
30679
+
30680
+ .hedm4pz {
30681
+ font-family: Inter;
30682
+ font-style: normal;
30683
+ font-weight: normal;
30684
+ font-size: 14px;
30685
+ line-height: 20px;
30605
30686
  }
30606
30687
 
30607
- .e1pldf6v {
30608
- color: #e75a3a;
30609
- margin-right: 10px;
30688
+ .h1kd8xld {
30689
+ font-family: Inter;
30690
+ font-style: normal;
30691
+ font-weight: bold;
30692
+ font-size: 12px;
30693
+ line-height: 18px;
30610
30694
  }
30611
30695
 
30612
- .dq0gblh {
30613
- width: 100%;
30614
- height: 1px;
30615
- background: rgba(213, 219, 227, 0.6);
30616
- margin: 24px 0;
30696
+ .hp14fr {
30697
+ font-family: Inter;
30698
+ font-style: normal;
30699
+ font-weight: normal;
30700
+ font-size: 12px;
30701
+ line-height: 18px;
30617
30702
  }
30618
30703
 
30619
- .l1v7sr0n {
30620
- display: flex;
30621
- justify-content: center;
30622
- align-items: center;
30623
- height: 100%;
30704
+ .hgrg7mn {
30705
+ font-family: Inter;
30706
+ font-style: normal;
30707
+ font-weight: bold;
30708
+ text-transform: uppercase;
30709
+ font-feature-settings: "cpsp" on;
30710
+ font-size: 12px;
30711
+ line-height: 18px;
30624
30712
  }
30625
30713
 
30626
- .d1i4ou6o {
30627
- display: inline-block;
30628
- width: 4px;
30629
- height: 4px;
30630
- background: #8e9aa9;
30631
- opacity: 0.4;
30632
- border-radius: 50%;
30633
- margin: 0 4px;
30714
+ .h6zme9x {
30715
+ font-family: Inter;
30716
+ font-style: normal;
30717
+ font-weight: normal;
30718
+ text-transform: uppercase;
30719
+ font-feature-settings: "cpsp" on;
30720
+ font-size: 12px;
30721
+ line-height: 18px;
30634
30722
  }
30635
30723
 
30636
- .m1jy87hk .ant-modal-header,
30637
- .m1jy87hk .ant-modal-footer .footer-content {
30638
- width: 648px;
30639
- margin: 0 auto;
30724
+ .locjvsv {
30725
+ font-family: Inter;
30726
+ font-style: normal;
30727
+ font-weight: normal;
30728
+ font-size: 16px;
30729
+ line-height: 24px;
30640
30730
  }
30641
- .m1jy87hk .ant-modal-header {
30642
- padding: 35px 0 24px;
30643
- border: none;
30731
+
30732
+ .l13gi131 {
30733
+ font-family: Inter;
30734
+ font-style: normal;
30735
+ font-weight: bold;
30736
+ font-size: 16px;
30737
+ line-height: 24px;
30644
30738
  }
30645
- .m1jy87hk .ant-modal-header .ant-modal-title {
30646
- font-size: 30px;
30739
+
30740
+ .l1ynemsu {
30741
+ font-family: Inter;
30742
+ font-style: normal;
30743
+ font-weight: normal;
30744
+ font-size: 16px;
30745
+ line-height: 24px;
30647
30746
  }
30648
- .m1jy87hk .ant-modal-body {
30649
- padding: 4px 0 2px;
30747
+
30748
+ .l1cft1cx {
30749
+ font-family: Inter;
30750
+ font-style: normal;
30751
+ font-weight: bold;
30752
+ font-size: 16px;
30753
+ line-height: 24px;
30650
30754
  }
30651
- .m1jy87hk .ant-modal-footer {
30652
- border: none;
30755
+
30756
+ .l17tqc8p {
30757
+ font-family: Inter;
30758
+ font-style: normal;
30759
+ font-weight: normal;
30760
+ text-transform: uppercase;
30761
+ font-feature-settings: "cpsp" on;
30762
+ font-size: 16px;
30763
+ line-height: 24px;
30653
30764
  }
30654
30765
 
30655
- .ti7fpyu {
30656
- font-size: 12px;
30657
- line-height: 18px;
30766
+ .l1j1e5w7 {
30767
+ font-family: Inter;
30768
+ font-style: normal;
30658
30769
  font-weight: bold;
30659
- color: #fff;
30660
- padding: 0 4px;
30661
- border-radius: 4px;
30662
- display: inline-block;
30663
- background: var(--ti7fpyu-0);
30770
+ text-transform: uppercase;
30771
+ font-feature-settings: "cpsp" on;
30772
+ font-size: 16px;
30773
+ line-height: 24px;
30664
30774
  }
30665
- .ti7fpyu:not(:first-child) {
30666
- margin-left: 4px;
30775
+
30776
+ .l1gf91jb {
30777
+ font-family: Inter;
30778
+ font-style: normal;
30779
+ font-weight: normal;
30780
+ font-size: 14px;
30781
+ line-height: 22px;
30667
30782
  }
30668
30783
 
30669
- .f1rest1f {
30670
- width: 100%;
30671
- height: 100%;
30672
- display: flex;
30673
- align-items: center;
30674
- justify-content: center;
30784
+ .lu7hlr6 {
30785
+ font-family: Inter;
30786
+ font-style: normal;
30787
+ font-weight: 500;
30788
+ font-size: 14px;
30789
+ line-height: 22px;
30675
30790
  }
30676
30791
 
30677
- .n1kbdoln {
30678
- font-size: 90%;
30792
+ .l3l3jf0 {
30793
+ font-family: Inter;
30794
+ font-style: normal;
30679
30795
  font-weight: bold;
30680
- background-color: rgba(240, 243, 247, 0.6);
30681
- padding: 1px 4px 1px;
30682
- margin-left: 2px;
30683
- margin-right: 2px;
30684
- border: 1px solid rgba(213, 219, 227, 0.6);
30685
- border-radius: 4px;
30796
+ font-size: 14px;
30797
+ line-height: 22px;
30686
30798
  }
30687
30799
 
30688
- .f1y3gta0.form-item-general {
30689
- width: 640px;
30690
- }
30691
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30692
- margin-top: 16px;
30693
- }
30694
- .f1y3gta0.form-item-compact {
30695
- width: 412px;
30800
+ .l12j5nqp {
30801
+ font-family: Inter;
30802
+ font-style: normal;
30803
+ font-weight: normal;
30804
+ font-size: 14px;
30805
+ line-height: 22px;
30696
30806
  }
30697
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30698
- margin-top: 8px;
30807
+
30808
+ .l1tecqht {
30809
+ font-family: Inter;
30810
+ font-style: normal;
30811
+ font-weight: bold;
30812
+ font-size: 14px;
30813
+ line-height: 22px;
30699
30814
  }
30700
- .f1y3gta0 .form-item {
30701
- width: auto;
30815
+
30816
+ .l6sa990 {
30817
+ font-family: Inter;
30818
+ font-style: normal;
30819
+ font-weight: normal;
30820
+ text-transform: uppercase;
30821
+ font-feature-settings: "cpsp" on;
30822
+ font-size: 14px;
30823
+ line-height: 22px;
30702
30824
  }
30703
- .f1y3gta0 .form-item-main {
30704
- position: relative;
30705
- display: flex;
30825
+
30826
+ .lckqe8j {
30827
+ font-family: Inter;
30828
+ font-style: normal;
30829
+ font-weight: bold;
30830
+ text-transform: uppercase;
30831
+ font-feature-settings: "cpsp" on;
30832
+ font-size: 14px;
30833
+ line-height: 22px;
30706
30834
  }
30707
- .f1y3gta0 .form-item-extra {
30708
- margin-top: 4px;
30709
- width: 100%;
30710
- padding: 14px;
30711
- background: #f2f4f6;
30835
+
30836
+ .l1kuminb {
30837
+ font-family: Inter;
30838
+ font-style: normal;
30839
+ font-weight: normal;
30712
30840
  font-size: 13px;
30713
- line-height: 1.8;
30714
- color: #8e9aa9;
30841
+ line-height: 20px;
30715
30842
  }
30716
- .f1y3gta0 .form-item-label {
30717
- padding-right: 12px;
30843
+
30844
+ .l1pbuf5j {
30845
+ font-family: Inter;
30846
+ font-style: normal;
30847
+ font-weight: 600;
30718
30848
  font-size: 13px;
30719
- color: rgba(44, 56, 82, 0.6);
30720
- }
30721
- .f1y3gta0 .form-item-label.label-right {
30722
- text-align: right;
30723
- }
30724
- .f1y3gta0 .form-item-label,
30725
- .f1y3gta0 .form-item-control {
30726
- line-height: 32px;
30727
- }
30728
- .f1y3gta0 .form-item-control .form-item-error {
30729
- line-height: 18px;
30730
- }
30731
- .f1y3gta0 .form-item-children {
30732
- width: 100%;
30733
- }
30734
- .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
30735
- width: 100%;
30736
- }
30737
- .f1y3gta0 .form-item-error {
30738
- color: #e75a3a;
30739
- height: 0;
30740
- overflow: hidden;
30741
- }
30742
- .f1y3gta0 .form-item-error-enter-done {
30743
- margin-top: 4px;
30744
- height: auto;
30745
- overflow: auto;
30746
- }
30747
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30748
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30749
- border: 1px solid #e75a3a;
30750
- color: #e75a3a;
30849
+ line-height: 20px;
30751
30850
  }
30752
30851
 
30753
- .fujbm7g {
30754
- color: #2d3a56;
30852
+ .l1r4ztu {
30853
+ font-family: Inter;
30854
+ font-style: normal;
30755
30855
  font-weight: bold;
30756
- padding-bottom: 6px;
30757
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30758
- margin-bottom: 16px;
30759
- }
30760
- .fujbm7g:not(:first-of-type) {
30761
- margin-top: 16px;
30856
+ font-size: 13px;
30857
+ line-height: 20px;
30762
30858
  }
30763
30859
 
30764
- .e5fsw5s {
30765
- width: 8px;
30766
- height: 24px;
30767
- display: flex;
30768
- justify-content: center;
30769
- align-items: center;
30770
- cursor: pointer;
30771
- transition: all 200ms ease-out 40ms;
30772
- }
30773
- .e5fsw5s:before, .e5fsw5s:after {
30774
- content: "";
30775
- width: 1px;
30776
- height: 6px;
30777
- border-radius: 1px;
30778
- background: #ccd4e3;
30779
- position: relative;
30780
- right: 2px;
30781
- transform: rotate(-45deg);
30860
+ .ly8vzok {
30861
+ font-family: Inter;
30862
+ font-style: normal;
30863
+ font-weight: normal;
30864
+ font-size: 13px;
30865
+ line-height: 20px;
30782
30866
  }
30783
- .e5fsw5s:after {
30784
- transform: rotate(45deg);
30785
- left: 1px;
30867
+
30868
+ .lumfmf {
30869
+ font-family: Inter;
30870
+ font-style: normal;
30871
+ font-weight: 600;
30872
+ font-size: 13px;
30873
+ line-height: 20px;
30786
30874
  }
30787
30875
 
30788
- .w18knsg4.ant-alert-warning {
30789
- border: 0;
30790
- background: rgba(255, 187, 0, 0.1);
30791
- border-radius: 6px;
30876
+ .l16ujwmv {
30877
+ font-family: Inter;
30878
+ font-style: normal;
30879
+ font-weight: bold;
30880
+ font-size: 13px;
30881
+ line-height: 20px;
30792
30882
  }
30793
- .w18knsg4.ant-alert,
30794
- .w18knsg4 .ant-alert-message {
30795
- color: #e07f00;
30883
+
30884
+ .l17o1ffr {
30885
+ font-family: Inter;
30886
+ font-style: normal;
30887
+ font-weight: normal;
30888
+ text-transform: uppercase;
30889
+ font-feature-settings: "cpsp" on;
30890
+ font-size: 13px;
30891
+ line-height: 20px;
30796
30892
  }
30797
- .w18knsg4.ant-alert .dashed-border-bottom,
30798
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
30799
- border-bottom-color: #e07f00;
30893
+
30894
+ .lngllvn {
30895
+ font-family: Inter;
30896
+ font-style: normal;
30897
+ font-weight: bold;
30898
+ text-transform: uppercase;
30899
+ font-feature-settings: "cpsp" on;
30900
+ font-size: 13px;
30901
+ line-height: 20px;
30800
30902
  }
30801
30903
 
30802
- .ng31n2o {
30803
- display: flex;
30804
- flex-direction: row;
30805
- padding: 7px 12px;
30806
- background: rgba(255, 187, 0, 0.1);
30807
- border-radius: 6px;
30808
- color: #e07f00;
30904
+ .l2i7fo9 {
30905
+ font-family: Inter;
30906
+ font-style: normal;
30907
+ font-weight: normal;
30809
30908
  font-size: 12px;
30810
30909
  line-height: 18px;
30811
30910
  }
30812
- .ng31n2o .icon-wrapper {
30813
- margin-right: 10px;
30814
- height: 18px;
30815
- }
30816
30911
 
30817
- .n15x5f5y {
30818
- display: flex;
30819
- flex-direction: row;
30820
- padding: 7px 12px;
30821
- background: rgba(225, 230, 241, 0.6);
30822
- border-radius: 6px;
30823
- color: rgba(44, 56, 82, 0.6);
30912
+ .l1x7hscx {
30913
+ font-family: Inter;
30914
+ font-style: normal;
30915
+ font-weight: 500;
30824
30916
  font-size: 12px;
30825
30917
  line-height: 18px;
30826
30918
  }
30827
- .n15x5f5y .icon-wrapper {
30828
- margin-right: 10px;
30829
- height: 18px;
30830
- }
30831
30919
 
30832
- .i16ozz3f {
30833
- display: flex;
30834
- flex-direction: row;
30835
- padding: 7px 12px;
30836
- background: rgba(0, 136, 255, 0.1);
30837
- border-radius: 6px;
30838
- color: #005ed1;
30920
+ .le1jwan {
30921
+ font-family: Inter;
30922
+ font-style: normal;
30923
+ font-weight: bold;
30839
30924
  font-size: 12px;
30840
30925
  line-height: 18px;
30841
30926
  }
30842
- .i16ozz3f .icon-wrapper {
30843
- margin-right: 10px;
30844
- height: 18px;
30845
- }
30846
30927
 
30847
- .dszu9qr {
30848
- color: rgba(44, 56, 82, 0.6);
30849
- margin-top: 5px;
30928
+ .lyxynfj {
30929
+ font-family: Inter;
30930
+ font-style: normal;
30931
+ font-weight: normal;
30850
30932
  font-size: 12px;
30851
30933
  line-height: 18px;
30852
30934
  }
30853
30935
 
30854
- .snxzgx {
30855
- color: #f0483e;
30936
+ .lpb2nxv {
30937
+ font-family: Inter;
30938
+ font-style: normal;
30939
+ font-weight: 500;
30856
30940
  font-size: 12px;
30857
- white-space: pre-wrap;
30941
+ line-height: 18px;
30858
30942
  }
30859
30943
 
30860
- .o1i4orqw {
30861
- display: flex;
30862
- align-items: center;
30863
- justify-content: flex-end;
30944
+ .l1r8o3vv {
30945
+ font-family: Inter;
30946
+ font-style: normal;
30947
+ font-weight: bold;
30948
+ font-size: 12px;
30949
+ line-height: 18px;
30864
30950
  }
30865
- .o1i4orqw .icon-wrapper {
30866
- margin-right: 16px;
30951
+
30952
+ .lemnjy2 {
30953
+ font-family: Inter;
30954
+ font-style: normal;
30955
+ font-weight: normal;
30956
+ text-transform: uppercase;
30957
+ font-feature-settings: "cpsp" on;
30958
+ font-size: 12px;
30959
+ line-height: 18px;
30867
30960
  }
30868
30961
 
30869
- .t79k8o2 {
30870
- color: rgba(0, 21, 64, 0.3);
30962
+ .lrc42gb {
30963
+ font-family: Inter;
30964
+ font-style: normal;
30965
+ font-weight: bold;
30966
+ text-transform: uppercase;
30967
+ font-feature-settings: "cpsp" on;
30968
+ font-size: 12px;
30969
+ line-height: 18px;
30871
30970
  }
30872
30971
 
30873
- .ipd9bk.ant-input {
30874
- padding: 5px 12px;
30972
+ .fqaz4mb {
30973
+ font-family: Inter;
30974
+ font-style: normal;
30975
+ font-weight: normal;
30976
+ font-size: 13px;
30875
30977
  line-height: 20px;
30876
- color: #2d3a56;
30877
- border-radius: 6px;
30878
- border-color: rgba(172, 186, 211, 0.6);
30879
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30880
30978
  }
30881
- .ipd9bk.ant-input.ant-input-lg {
30882
- padding: 8px 16px;
30883
- line-height: 22px;
30979
+
30980
+ .f13we5o {
30981
+ font-family: Inter;
30982
+ font-style: normal;
30983
+ font-weight: normal;
30984
+ font-size: 13px;
30985
+ line-height: 20px;
30884
30986
  }
30885
- .ipd9bk.ant-input.ant-input-sm {
30886
- padding: 2px 8px;
30987
+
30988
+ .ffmjua2 {
30989
+ font-family: Inter;
30990
+ font-style: normal;
30991
+ font-weight: normal;
30992
+ font-size: 12px;
30887
30993
  line-height: 18px;
30888
30994
  }
30889
- .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
30890
- border-color: rgba(107, 128, 167, 0.6);
30891
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30892
- z-index: 1;
30995
+
30996
+ .fz2mxw0 {
30997
+ font-family: Inter;
30998
+ font-style: normal;
30999
+ font-weight: normal;
31000
+ font-size: 12px;
31001
+ line-height: 18px;
30893
31002
  }
30894
- .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
30895
- border-color: #0096ff;
30896
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30897
- z-index: 1;
31003
+
31004
+ .t1ertzoh {
31005
+ font-family: Inter;
31006
+ font-style: normal;
31007
+ font-weight: normal;
31008
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31009
+ font-size: 13px;
31010
+ line-height: 20px;
30898
31011
  }
30899
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30900
- border-color: #e75a3a;
30901
- color: #e75a3a;
31012
+
31013
+ .t19bge8r {
31014
+ font-family: Inter;
31015
+ font-style: normal;
31016
+ font-weight: normal;
31017
+ font-feature-settings: "zero" on;
31018
+ font-size: 13px;
31019
+ line-height: 20px;
30902
31020
  }
30903
- .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30904
- border-color: #e75a3a;
30905
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31021
+
31022
+ .tjrzfyl {
31023
+ font-family: Inter;
31024
+ font-style: normal;
31025
+ font-weight: normal;
31026
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31027
+ font-size: 12px;
31028
+ line-height: 18px;
30906
31029
  }
30907
- .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30908
- border-color: #e75a3a;
30909
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31030
+
31031
+ .tm6s7bo {
31032
+ font-family: Inter;
31033
+ font-style: normal;
31034
+ font-weight: 500;
31035
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31036
+ font-size: 12px;
31037
+ line-height: 18px;
30910
31038
  }
30911
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30912
- background: rgba(211, 218, 235, 0.6);
30913
- color: rgba(0, 21, 64, 0.3);
30914
- border-color: rgba(172, 186, 211, 0.6);
31039
+
31040
+ .t19zq6ic {
31041
+ font-family: Inter;
31042
+ font-style: normal;
31043
+ font-weight: normal;
31044
+ font-feature-settings: "zero" on;
31045
+ font-size: 12px;
31046
+ line-height: 18px;
30915
31047
  }
30916
- .ipd9bk.ant-input-affix-wrapper {
30917
- padding: 5px 12px;
30918
- border-radius: 6px;
30919
- border-color: rgba(172, 186, 211, 0.6);
30920
- line-height: 20px;
30921
- color: #2d3a56;
30922
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31048
+
31049
+ .t1gduru8 {
31050
+ font-family: Inter;
31051
+ font-style: normal;
31052
+ font-weight: 500;
31053
+ font-feature-settings: "zero" on;
31054
+ font-size: 12px;
31055
+ line-height: 18px;
30923
31056
  }
30924
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30925
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30926
- color: rgba(44, 56, 82, 0.6);
31057
+
31058
+ .t55raab {
31059
+ font-family: Inter;
31060
+ font-style: normal;
31061
+ font-weight: bold;
31062
+ font-feature-settings: "zero" on;
31063
+ font-size: 16px;
31064
+ line-height: 24px;
30927
31065
  }
30928
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30929
- padding: 8px 16px;
30930
- line-height: 22px;
31066
+
31067
+ .u1w9abfe {
31068
+ font-family: Inter;
31069
+ font-style: normal;
31070
+ font-weight: normal;
31071
+ font-size: 10px;
31072
+ line-height: 12px;
30931
31073
  }
30932
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30933
- padding: 2px 8px;
30934
- line-height: 18px;
31074
+
31075
+ .i1e4sgug {
31076
+ display: inline-block;
30935
31077
  }
30936
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30937
- border-color: rgba(107, 128, 167, 0.6);
30938
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31078
+
31079
+ .obf05yr {
31080
+ display: inline-block;
30939
31081
  }
30940
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30941
- border-color: #0096ff;
30942
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31082
+
31083
+ .hsms1n6 {
31084
+ visibility: hidden;
31085
+ position: absolute;
30943
31086
  }
30944
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30945
- border-color: #e75a3a;
31087
+
31088
+ .rxbeqvl.ant-radio-wrapper {
31089
+ display: inline-flex;
31090
+ align-items: baseline;
31091
+ white-space: pre-wrap;
30946
31092
  }
30947
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30948
- color: #e75a3a;
31093
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
31094
+ position: relative;
31095
+ top: 3px;
30949
31096
  }
30950
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30951
- border-color: #e75a3a;
30952
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31097
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31098
+ border-color: rgba(107, 128, 167, 0.6);
30953
31099
  }
30954
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30955
- border-color: #e75a3a;
30956
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31100
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31101
+ border-color: #0080ff;
30957
31102
  }
30958
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31103
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31104
+ border-color: #0080ff;
31105
+ background: #0080ff;
31106
+ }
31107
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31108
+ top: 4px;
31109
+ left: 4px;
31110
+ width: 6px;
31111
+ height: 6px;
31112
+ background: #fff;
31113
+ }
31114
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31115
+ opacity: 0.5;
31116
+ }
31117
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31118
+ border-color: rgba(107, 128, 167, 0.6);
30959
31119
  background: rgba(211, 218, 235, 0.6);
30960
- color: rgba(0, 21, 64, 0.3);
30961
- border-color: rgba(172, 186, 211, 0.6);
30962
31120
  }
30963
- textarea.ipd9bk.ant-input {
30964
- transition-property: height;
30965
- transition-delay: 50ms;
31121
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31122
+ background: #00122e;
30966
31123
  }
30967
- textarea.ipd9bk.ant-input.textarea-large {
30968
- min-height: 40px;
30969
- height: 40px;
31124
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31125
+ color: #00122e;
31126
+ opacity: 0.5;
30970
31127
  }
30971
- textarea.ipd9bk.ant-input.textarea-large:focus {
30972
- height: 80px;
31128
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31129
+ color: #00122e;
30973
31130
  }
30974
- textarea.ipd9bk.ant-input.textarea-middle {
30975
- min-height: 32px;
30976
- height: 32px;
31131
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31132
+ display: inline-block;
31133
+ padding: 0;
31134
+ padding-left: 12px;
30977
31135
  }
30978
- textarea.ipd9bk.ant-input.textarea-middle:focus {
30979
- height: 64px;
31136
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31137
+ margin-bottom: 0;
31138
+ white-space: pre-wrap;
31139
+ color: rgba(44, 56, 82, 0.6);
30980
31140
  }
30981
- textarea.ipd9bk.ant-input.textarea-small {
30982
- min-height: 24px;
30983
- height: 24px;
31141
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31142
+ padding-left: 8px;
30984
31143
  }
30985
- textarea.ipd9bk.ant-input.textarea-small:focus {
30986
- height: 40px;
31144
+
31145
+ .r5ie79y .ant-radio-button-wrapper:first-child {
31146
+ border-radius: 5px 0 0 5px;
31147
+ }
31148
+ .r5ie79y .ant-radio-button-wrapper:last-child {
31149
+ border-radius: 0 5px 5px 0;
30987
31150
  }
30988
31151
 
30989
- .kypn5o5 input, .kypn5o5.input-tags {
30990
- border: 1px solid rgba(213, 219, 227, 0.6);
30991
- border-radius: 4px;
31152
+ .r1f0aqcc {
31153
+ color: #00122e;
31154
+ border-color: #ccd4e3;
30992
31155
  }
30993
- .kypn5o5.input-tags {
30994
- position: relative;
30995
- padding: 6px;
31156
+ .r1f0aqcc:first-child {
31157
+ border-color: #a3b4cc;
31158
+ }
31159
+ .r1f0aqcc.ant-radio-button-wrapper {
31160
+ padding: 0 12px;
31161
+ line-height: 32px;
30996
31162
  height: 32px;
30997
- cursor: pointer;
30998
- transition: border 150ms;
30999
31163
  }
31000
- .kypn5o5.input-tags:hover {
31001
- border-color: #0080ff;
31002
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31003
- }
31004
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
31005
- padding-right: 30px;
31006
- }
31007
- .kypn5o5.input-tags .input-tags-inner {
31008
- display: flex;
31009
- }
31010
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31011
- display: flex;
31012
- }
31013
- .kypn5o5.input-tags .input-tag-suffix {
31014
- position: absolute;
31015
- right: 12px;
31016
- top: 50%;
31017
- transform: translateY(-50%);
31018
- }
31019
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31020
- color: rgba(0, 0, 0, 0.25);
31021
- font-size: 12px;
31022
- cursor: pointer;
31023
- }
31024
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31025
- color: rgba(0, 0, 0, 0.45);
31026
- }
31027
- .kypn5o5.has-focus-indicator {
31028
- position: relative;
31029
- overflow: hidden;
31030
- }
31031
- .kypn5o5.has-focus-indicator .ant-input-prefix {
31032
- position: absolute;
31033
- top: 50%;
31034
- transform: translateY(-50%);
31035
- left: -16px;
31036
- transition: left 150ms ease;
31037
- opacity: 0;
31038
- }
31039
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31040
- left: 8px;
31041
- opacity: 1;
31042
- }
31043
- .kypn5o5.has-focus-indicator input {
31044
- transition: margin-left 150ms ease;
31045
- margin-left: 0px;
31046
- }
31047
- .kypn5o5.has-focus-indicator input:focus {
31048
- margin-left: 16px;
31049
- }
31050
-
31051
- input.l1ki27se.ant-input {
31052
- border-top-right-radius: 0;
31053
- border-bottom-right-radius: 0;
31054
- }
31055
-
31056
- .l1ki27se.ant-input-affix-wrapper {
31057
- border-top-right-radius: 0;
31058
- border-bottom-right-radius: 0;
31059
- }
31060
-
31061
- input.rrg1fkn.ant-input {
31062
- border-top-left-radius: 0;
31063
- border-bottom-left-radius: 0;
31064
- }
31065
-
31066
- .rrg1fkn.ant-input-affix-wrapper {
31067
- border-top-left-radius: 0;
31068
- border-bottom-left-radius: 0;
31069
- }
31070
-
31071
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31072
- border-top-right-radius: 0;
31073
- border-bottom-right-radius: 0;
31074
- }
31075
-
31076
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31077
- border-top-left-radius: 0;
31078
- border-bottom-left-radius: 0;
31079
- }
31080
-
31081
- .c1t6wbwv {
31082
- display: flex;
31083
- flex-direction: column;
31084
- }
31085
- .c1t6wbwv .select-wrapper {
31086
- margin-top: 12px;
31087
- }
31088
- .c1t6wbwv .select-wrapper .select {
31089
- width: 100%;
31090
- }
31091
- .c1t6wbwv .radio-wrapper {
31092
- margin-top: 24px;
31093
- }
31094
- .c1t6wbwv div.form-item {
31095
- width: 100%;
31096
- }
31097
-
31098
- .d1k7vv5v {
31099
- font-size: 14px;
31100
- font-weight: 500;
31101
- color: #3e4652;
31102
- line-height: 18px;
31103
- }
31104
- .d1k7vv5v + .d1k7vv5v {
31105
- margin-top: 16px;
31106
- }
31107
- .d1k7vv5v + * {
31108
- margin-top: 16px;
31109
- }
31110
-
31111
- .le7b9r4.d1k7vv5v {
31112
- font-size: 12px;
31113
- color: rgba(44, 56, 82, 0.6);
31114
- margin-top: 12px;
31115
- }
31116
-
31117
- .r1dnygxx.le7b9r4.d1k7vv5v {
31118
- line-height: 18px;
31119
- font-weight: 500;
31120
- margin-top: 0;
31121
- white-space: initial;
31122
- }
31123
-
31124
- .r12ddqmh {
31125
- display: block;
31126
- }
31127
- .r12ddqmh span {
31128
- font-size: 14px;
31129
- font-weight: 500;
31130
- line-height: 32px;
31131
- color: #3e4652;
31132
- }
31133
-
31134
- .ctcr26a {
31135
- margin-top: 8px;
31136
- padding: 8px;
31137
- border-radius: 6px;
31138
- background: rgba(225, 230, 241, 0.6);
31139
- color: rgba(44, 56, 82, 0.6);
31140
- font-size: 12px;
31141
- }
31142
- .ctcr26a div {
31143
- line-height: 20px;
31144
- display: flex;
31145
- align-items: center;
31146
- word-break: break-all;
31147
- }
31148
-
31149
- .rxbeqvl.ant-radio-wrapper {
31150
- display: inline-flex;
31151
- align-items: baseline;
31152
- white-space: pre-wrap;
31153
- }
31154
- .rxbeqvl.ant-radio-wrapper .ant-radio {
31155
- position: relative;
31156
- top: 3px;
31157
- }
31158
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31159
- border-color: rgba(107, 128, 167, 0.6);
31160
- }
31161
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31162
- border-color: #0080ff;
31163
- }
31164
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31165
- border-color: #0080ff;
31166
- background: #0080ff;
31167
- }
31168
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31169
- top: 4px;
31170
- left: 4px;
31171
- width: 6px;
31172
- height: 6px;
31173
- background: #fff;
31174
- }
31175
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31176
- opacity: 0.5;
31177
- }
31178
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31179
- border-color: rgba(107, 128, 167, 0.6);
31180
- background: rgba(211, 218, 235, 0.6);
31181
- }
31182
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31183
- background: #00122e;
31184
- }
31185
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31186
- color: #00122e;
31187
- opacity: 0.5;
31188
- }
31189
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31190
- color: #00122e;
31191
- }
31192
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31193
- display: inline-block;
31194
- padding: 0;
31195
- padding-left: 12px;
31196
- }
31197
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31198
- margin-bottom: 0;
31199
- white-space: pre-wrap;
31200
- color: rgba(44, 56, 82, 0.6);
31201
- }
31202
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31203
- padding-left: 8px;
31204
- }
31205
-
31206
- .r5ie79y .ant-radio-button-wrapper:first-child {
31207
- border-radius: 5px 0 0 5px;
31208
- }
31209
- .r5ie79y .ant-radio-button-wrapper:last-child {
31210
- border-radius: 0 5px 5px 0;
31211
- }
31212
-
31213
- .r1f0aqcc {
31214
- color: #00122e;
31215
- border-color: #ccd4e3;
31216
- }
31217
- .r1f0aqcc:first-child {
31218
- border-color: #a3b4cc;
31219
- }
31220
- .r1f0aqcc.ant-radio-button-wrapper {
31221
- padding: 0 12px;
31222
- line-height: 32px;
31223
- height: 32px;
31224
- }
31225
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
31226
- white-space: nowrap;
31164
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
31165
+ white-space: nowrap;
31227
31166
  }
31228
31167
  .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31229
31168
  height: 22px;
@@ -31292,619 +31231,741 @@ input.rrg1fkn.ant-input {
31292
31231
  width: 36px;
31293
31232
  }
31294
31233
 
31295
- .d6j0lbj {
31296
- font-family: Inter;
31297
- font-style: normal;
31298
- font-weight: bold;
31299
- font-size: 32px;
31300
- line-height: 40px;
31234
+ .cz04yix {
31235
+ display: flex;
31236
+ flex-direction: column;
31301
31237
  }
31302
31238
 
31303
- .d1xhvvxe {
31304
- font-family: Inter;
31305
- font-style: normal;
31306
- font-weight: bold;
31307
- font-size: 24px;
31308
- line-height: 32px;
31239
+ .m1if5j39 {
31240
+ max-width: 1120px;
31241
+ width: 100%;
31242
+ margin: 0 auto;
31243
+ height: 100%;
31309
31244
  }
31310
31245
 
31311
- .dk10mxq {
31312
- font-family: Inter;
31313
- font-style: normal;
31314
- font-weight: normal;
31315
- font-size: 32px;
31316
- line-height: 40px;
31246
+ .w1vvwdlp {
31247
+ max-width: 1120px;
31248
+ width: 100%;
31249
+ margin: 0 auto;
31250
+ display: flex;
31317
31251
  }
31318
-
31319
- .dxsait {
31320
- font-family: Inter;
31321
- font-style: normal;
31322
- font-weight: bold;
31323
- font-size: 20px;
31324
- line-height: 24px;
31252
+ .w1vvwdlp .left,
31253
+ .w1vvwdlp .right {
31254
+ flex-grow: 0;
31255
+ flex-shrink: 0;
31256
+ flex-basis: 21%;
31325
31257
  }
31326
-
31327
- .dokn0h3 {
31328
- font-family: Inter;
31329
- font-style: normal;
31330
- font-weight: normal;
31331
- font-size: 20px;
31332
- line-height: 24px;
31258
+ .w1vvwdlp .left {
31259
+ display: flex;
31260
+ justify-content: flex-end;
31261
+ padding-right: 44px;
31333
31262
  }
31334
-
31335
- .dobau4p {
31336
- font-family: Inter;
31337
- font-style: normal;
31338
- font-weight: bold;
31339
- font-size: 18px;
31340
- line-height: 22px;
31263
+ .w1vvwdlp .right {
31264
+ padding-left: 44px;
31341
31265
  }
31342
-
31343
- .dvolwok {
31344
- font-family: Inter;
31345
- font-style: normal;
31346
- font-weight: normal;
31347
- font-size: 18px;
31348
- line-height: 22px;
31266
+ .w1vvwdlp .middle {
31267
+ margin-bottom: 40px;
31268
+ flex-grow: 0;
31269
+ flex-shrink: 0;
31270
+ flex-basis: 58%;
31271
+ }
31272
+ .w1vvwdlp .middle .form-base-field {
31273
+ width: 100%;
31274
+ }
31275
+ .w1vvwdlp .middle .form-base-field .form-base-field {
31276
+ width: auto;
31349
31277
  }
31350
31278
 
31351
- .h181qhg4 {
31352
- font-family: Inter;
31353
- font-style: normal;
31354
- font-weight: bold;
31355
- font-size: 16px;
31356
- line-height: 22px;
31279
+ .h1cuopx7 .ant-modal-header {
31280
+ margin: 0 auto;
31281
+ width: 100%;
31282
+ max-width: 648px;
31283
+ }
31284
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
31285
+ margin-left: 0;
31286
+ }
31287
+ .h1cuopx7 .ant-modal-body {
31288
+ margin: 0 auto;
31289
+ padding: 0;
31290
+ width: 100%;
31291
+ max-width: 648px;
31292
+ overflow: hidden;
31293
+ }
31294
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
31295
+ margin-bottom: 40px;
31296
+ }
31297
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
31298
+ height: calc(100vh - 225px);
31299
+ overflow-y: auto;
31300
+ }
31301
+ .h1cuopx7 .ant-modal-footer .footer-content {
31302
+ margin: 0 auto;
31303
+ max-width: 648px;
31357
31304
  }
31358
31305
 
31359
- .h1phgmcq {
31360
- font-family: Inter;
31361
- font-style: normal;
31362
- font-weight: normal;
31363
- font-size: 16px;
31364
- line-height: 22px;
31306
+ .h1p6d3y3 .ant-modal-header {
31307
+ margin: 0 auto;
31308
+ width: 100%;
31309
+ max-width: 1024px;
31310
+ }
31311
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
31312
+ margin-left: 0;
31313
+ }
31314
+ .h1p6d3y3 .ant-modal-body {
31315
+ margin: 0 auto;
31316
+ padding: 0;
31317
+ width: 100%;
31318
+ max-width: 1024px;
31319
+ overflow: hidden;
31320
+ }
31321
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
31322
+ margin-bottom: 40px;
31323
+ }
31324
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
31325
+ height: calc(100vh - 225px);
31326
+ overflow-y: auto;
31327
+ }
31328
+ .h1p6d3y3 .ant-modal-footer .footer-content {
31329
+ margin: 0 auto;
31330
+ max-width: 1024px;
31365
31331
  }
31366
31332
 
31367
- .h173xnl1 {
31368
- font-family: Inter;
31369
- font-style: normal;
31370
- font-weight: bold;
31371
- font-size: 14px;
31333
+ .fxgckuk {
31334
+ flex: 1;
31335
+ }
31336
+ .fxgckuk label {
31337
+ font-size: 13px;
31372
31338
  line-height: 20px;
31339
+ color: rgba(44, 56, 82, 0.6);
31373
31340
  }
31374
-
31375
- .hedm4pz {
31376
- font-family: Inter;
31377
- font-style: normal;
31378
- font-weight: normal;
31341
+ .fxgckuk .title {
31379
31342
  font-size: 14px;
31380
31343
  line-height: 20px;
31344
+ color: #2d3a56;
31345
+ margin-bottom: 12px;
31381
31346
  }
31382
-
31383
- .h1kd8xld {
31384
- font-family: Inter;
31385
- font-style: normal;
31386
- font-weight: bold;
31387
- font-size: 12px;
31388
- line-height: 18px;
31347
+ .fxgckuk.connect-cluster .title {
31348
+ padding-bottom: 26px;
31389
31349
  }
31390
31350
 
31391
- .hp14fr {
31392
- font-family: Inter;
31393
- font-style: normal;
31394
- font-weight: normal;
31395
- font-size: 12px;
31396
- line-height: 18px;
31351
+ .f1d0vek1 {
31352
+ padding: 25px 0 15px 0;
31353
+ border-bottom: 1px solid #e1e5eb;
31354
+ margin-bottom: 16px;
31397
31355
  }
31398
31356
 
31399
- .hgrg7mn {
31400
- font-family: Inter;
31401
- font-style: normal;
31402
- font-weight: bold;
31403
- text-transform: uppercase;
31404
- font-feature-settings: "cpsp" on;
31405
- font-size: 12px;
31406
- line-height: 18px;
31357
+ .f4u402y {
31358
+ display: flex;
31359
+ align-items: center;
31360
+ margin-bottom: 8px;
31407
31361
  }
31408
-
31409
- .h6zme9x {
31410
- font-family: Inter;
31411
- font-style: normal;
31412
- font-weight: normal;
31413
- text-transform: uppercase;
31414
- font-feature-settings: "cpsp" on;
31415
- font-size: 12px;
31416
- line-height: 18px;
31362
+ .f4u402y > label {
31363
+ width: 216px;
31417
31364
  }
31418
-
31419
- .locjvsv {
31420
- font-family: Inter;
31421
- font-style: normal;
31422
- font-weight: normal;
31423
- font-size: 16px;
31424
- line-height: 24px;
31365
+ .f4u402y > label + * {
31366
+ width: 100%;
31425
31367
  }
31426
-
31427
- .l13gi131 {
31428
- font-family: Inter;
31429
- font-style: normal;
31430
- font-weight: bold;
31431
- font-size: 16px;
31432
- line-height: 24px;
31368
+ .f4u402y .ant-select {
31369
+ width: 100%;
31433
31370
  }
31434
31371
 
31435
- .l1ynemsu {
31436
- font-family: Inter;
31437
- font-style: normal;
31438
- font-weight: normal;
31439
- font-size: 16px;
31440
- line-height: 24px;
31372
+ .e1pldf6v {
31373
+ color: #e75a3a;
31374
+ margin-right: 10px;
31441
31375
  }
31442
31376
 
31443
- .l1cft1cx {
31444
- font-family: Inter;
31445
- font-style: normal;
31446
- font-weight: bold;
31447
- font-size: 16px;
31448
- line-height: 24px;
31377
+ .dq0gblh {
31378
+ width: 100%;
31379
+ height: 1px;
31380
+ background: rgba(213, 219, 227, 0.6);
31381
+ margin: 24px 0;
31449
31382
  }
31450
31383
 
31451
- .l17tqc8p {
31452
- font-family: Inter;
31453
- font-style: normal;
31454
- font-weight: normal;
31455
- text-transform: uppercase;
31456
- font-feature-settings: "cpsp" on;
31457
- font-size: 16px;
31458
- line-height: 24px;
31384
+ .l1v7sr0n {
31385
+ display: flex;
31386
+ justify-content: center;
31387
+ align-items: center;
31388
+ height: 100%;
31459
31389
  }
31460
31390
 
31461
- .l1j1e5w7 {
31462
- font-family: Inter;
31463
- font-style: normal;
31464
- font-weight: bold;
31465
- text-transform: uppercase;
31466
- font-feature-settings: "cpsp" on;
31467
- font-size: 16px;
31468
- line-height: 24px;
31391
+ .d1i4ou6o {
31392
+ display: inline-block;
31393
+ width: 4px;
31394
+ height: 4px;
31395
+ background: #8e9aa9;
31396
+ opacity: 0.4;
31397
+ border-radius: 50%;
31398
+ margin: 0 4px;
31469
31399
  }
31470
31400
 
31471
- .l1gf91jb {
31472
- font-family: Inter;
31473
- font-style: normal;
31474
- font-weight: normal;
31475
- font-size: 14px;
31476
- line-height: 22px;
31401
+ .m1jy87hk .ant-modal-header,
31402
+ .m1jy87hk .ant-modal-footer .footer-content {
31403
+ width: 648px;
31404
+ margin: 0 auto;
31477
31405
  }
31478
-
31479
- .lu7hlr6 {
31480
- font-family: Inter;
31481
- font-style: normal;
31482
- font-weight: 500;
31483
- font-size: 14px;
31484
- line-height: 22px;
31406
+ .m1jy87hk .ant-modal-header {
31407
+ padding: 35px 0 24px;
31408
+ border: none;
31485
31409
  }
31486
-
31487
- .l3l3jf0 {
31488
- font-family: Inter;
31489
- font-style: normal;
31490
- font-weight: bold;
31491
- font-size: 14px;
31492
- line-height: 22px;
31410
+ .m1jy87hk .ant-modal-header .ant-modal-title {
31411
+ font-size: 30px;
31493
31412
  }
31494
-
31495
- .l12j5nqp {
31496
- font-family: Inter;
31497
- font-style: normal;
31498
- font-weight: normal;
31499
- font-size: 14px;
31500
- line-height: 22px;
31413
+ .m1jy87hk .ant-modal-body {
31414
+ padding: 4px 0 2px;
31415
+ }
31416
+ .m1jy87hk .ant-modal-footer {
31417
+ border: none;
31501
31418
  }
31502
31419
 
31503
- .l1tecqht {
31504
- font-family: Inter;
31505
- font-style: normal;
31420
+ .ti7fpyu {
31421
+ font-size: 12px;
31422
+ line-height: 18px;
31506
31423
  font-weight: bold;
31507
- font-size: 14px;
31508
- line-height: 22px;
31424
+ color: #fff;
31425
+ padding: 0 4px;
31426
+ border-radius: 4px;
31427
+ display: inline-block;
31428
+ background: var(--ti7fpyu-0);
31429
+ }
31430
+ .ti7fpyu:not(:first-child) {
31431
+ margin-left: 4px;
31509
31432
  }
31510
31433
 
31511
- .l6sa990 {
31512
- font-family: Inter;
31513
- font-style: normal;
31514
- font-weight: normal;
31515
- text-transform: uppercase;
31516
- font-feature-settings: "cpsp" on;
31517
- font-size: 14px;
31518
- line-height: 22px;
31434
+ .f1rest1f {
31435
+ width: 100%;
31436
+ height: 100%;
31437
+ display: flex;
31438
+ align-items: center;
31439
+ justify-content: center;
31519
31440
  }
31520
31441
 
31521
- .lckqe8j {
31522
- font-family: Inter;
31523
- font-style: normal;
31442
+ .n1kbdoln {
31443
+ font-size: 90%;
31524
31444
  font-weight: bold;
31525
- text-transform: uppercase;
31526
- font-feature-settings: "cpsp" on;
31527
- font-size: 14px;
31528
- line-height: 22px;
31445
+ background-color: rgba(240, 243, 247, 0.6);
31446
+ padding: 1px 4px 1px;
31447
+ margin-left: 2px;
31448
+ margin-right: 2px;
31449
+ border: 1px solid rgba(213, 219, 227, 0.6);
31450
+ border-radius: 4px;
31529
31451
  }
31530
31452
 
31531
- .l1kuminb {
31532
- font-family: Inter;
31533
- font-style: normal;
31534
- font-weight: normal;
31535
- font-size: 13px;
31536
- line-height: 20px;
31453
+ .f1y3gta0.form-item-general {
31454
+ width: 640px;
31537
31455
  }
31538
-
31539
- .l1pbuf5j {
31540
- font-family: Inter;
31541
- font-style: normal;
31542
- font-weight: 600;
31543
- font-size: 13px;
31544
- line-height: 20px;
31456
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
31457
+ margin-top: 16px;
31545
31458
  }
31546
-
31547
- .l1r4ztu {
31548
- font-family: Inter;
31549
- font-style: normal;
31550
- font-weight: bold;
31551
- font-size: 13px;
31552
- line-height: 20px;
31459
+ .f1y3gta0.form-item-compact {
31460
+ width: 412px;
31553
31461
  }
31554
-
31555
- .ly8vzok {
31556
- font-family: Inter;
31557
- font-style: normal;
31558
- font-weight: normal;
31462
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
31463
+ margin-top: 8px;
31464
+ }
31465
+ .f1y3gta0 .form-item {
31466
+ width: auto;
31467
+ }
31468
+ .f1y3gta0 .form-item-main {
31469
+ position: relative;
31470
+ display: flex;
31471
+ }
31472
+ .f1y3gta0 .form-item-extra {
31473
+ margin-top: 4px;
31474
+ width: 100%;
31475
+ padding: 14px;
31476
+ background: #f2f4f6;
31559
31477
  font-size: 13px;
31560
- line-height: 20px;
31478
+ line-height: 1.8;
31479
+ color: #8e9aa9;
31561
31480
  }
31562
-
31563
- .lumfmf {
31564
- font-family: Inter;
31565
- font-style: normal;
31566
- font-weight: 600;
31481
+ .f1y3gta0 .form-item-label {
31482
+ padding-right: 12px;
31567
31483
  font-size: 13px;
31568
- line-height: 20px;
31484
+ color: rgba(44, 56, 82, 0.6);
31485
+ }
31486
+ .f1y3gta0 .form-item-label.label-right {
31487
+ text-align: right;
31488
+ }
31489
+ .f1y3gta0 .form-item-label,
31490
+ .f1y3gta0 .form-item-control {
31491
+ line-height: 32px;
31492
+ }
31493
+ .f1y3gta0 .form-item-control .form-item-error {
31494
+ line-height: 18px;
31495
+ }
31496
+ .f1y3gta0 .form-item-children {
31497
+ width: 100%;
31498
+ }
31499
+ .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
31500
+ width: 100%;
31501
+ }
31502
+ .f1y3gta0 .form-item-error {
31503
+ color: #e75a3a;
31504
+ height: 0;
31505
+ overflow: hidden;
31506
+ }
31507
+ .f1y3gta0 .form-item-error-enter-done {
31508
+ margin-top: 4px;
31509
+ height: auto;
31510
+ overflow: auto;
31511
+ }
31512
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31513
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31514
+ border: 1px solid #e75a3a;
31515
+ color: #e75a3a;
31569
31516
  }
31570
31517
 
31571
- .l16ujwmv {
31572
- font-family: Inter;
31573
- font-style: normal;
31518
+ .fujbm7g {
31519
+ color: #2d3a56;
31574
31520
  font-weight: bold;
31575
- font-size: 13px;
31576
- line-height: 20px;
31521
+ padding-bottom: 6px;
31522
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31523
+ margin-bottom: 16px;
31524
+ }
31525
+ .fujbm7g:not(:first-of-type) {
31526
+ margin-top: 16px;
31577
31527
  }
31578
31528
 
31579
- .l17o1ffr {
31580
- font-family: Inter;
31581
- font-style: normal;
31582
- font-weight: normal;
31583
- text-transform: uppercase;
31584
- font-feature-settings: "cpsp" on;
31585
- font-size: 13px;
31586
- line-height: 20px;
31529
+ .e5fsw5s {
31530
+ width: 8px;
31531
+ height: 24px;
31532
+ display: flex;
31533
+ justify-content: center;
31534
+ align-items: center;
31535
+ cursor: pointer;
31536
+ transition: all 200ms ease-out 40ms;
31537
+ }
31538
+ .e5fsw5s:before, .e5fsw5s:after {
31539
+ content: "";
31540
+ width: 1px;
31541
+ height: 6px;
31542
+ border-radius: 1px;
31543
+ background: #ccd4e3;
31544
+ position: relative;
31545
+ right: 2px;
31546
+ transform: rotate(-45deg);
31547
+ }
31548
+ .e5fsw5s:after {
31549
+ transform: rotate(45deg);
31550
+ left: 1px;
31587
31551
  }
31588
31552
 
31589
- .lngllvn {
31590
- font-family: Inter;
31591
- font-style: normal;
31592
- font-weight: bold;
31593
- text-transform: uppercase;
31594
- font-feature-settings: "cpsp" on;
31595
- font-size: 13px;
31596
- line-height: 20px;
31553
+ .w18knsg4.ant-alert-warning {
31554
+ border: 0;
31555
+ background: rgba(255, 187, 0, 0.1);
31556
+ border-radius: 6px;
31557
+ }
31558
+ .w18knsg4.ant-alert,
31559
+ .w18knsg4 .ant-alert-message {
31560
+ color: #e07f00;
31561
+ }
31562
+ .w18knsg4.ant-alert .dashed-border-bottom,
31563
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
31564
+ border-bottom-color: #e07f00;
31597
31565
  }
31598
31566
 
31599
- .l2i7fo9 {
31600
- font-family: Inter;
31601
- font-style: normal;
31602
- font-weight: normal;
31567
+ .ng31n2o {
31568
+ display: flex;
31569
+ flex-direction: row;
31570
+ padding: 7px 12px;
31571
+ background: rgba(255, 187, 0, 0.1);
31572
+ border-radius: 6px;
31573
+ color: #e07f00;
31603
31574
  font-size: 12px;
31604
31575
  line-height: 18px;
31605
31576
  }
31577
+ .ng31n2o .icon-wrapper {
31578
+ margin-right: 10px;
31579
+ height: 18px;
31580
+ }
31606
31581
 
31607
- .l1x7hscx {
31608
- font-family: Inter;
31609
- font-style: normal;
31610
- font-weight: 500;
31582
+ .n15x5f5y {
31583
+ display: flex;
31584
+ flex-direction: row;
31585
+ padding: 7px 12px;
31586
+ background: rgba(225, 230, 241, 0.6);
31587
+ border-radius: 6px;
31588
+ color: rgba(44, 56, 82, 0.6);
31611
31589
  font-size: 12px;
31612
31590
  line-height: 18px;
31613
31591
  }
31592
+ .n15x5f5y .icon-wrapper {
31593
+ margin-right: 10px;
31594
+ height: 18px;
31595
+ }
31614
31596
 
31615
- .le1jwan {
31616
- font-family: Inter;
31617
- font-style: normal;
31618
- font-weight: bold;
31597
+ .i16ozz3f {
31598
+ display: flex;
31599
+ flex-direction: row;
31600
+ padding: 7px 12px;
31601
+ background: rgba(0, 136, 255, 0.1);
31602
+ border-radius: 6px;
31603
+ color: #005ed1;
31619
31604
  font-size: 12px;
31620
31605
  line-height: 18px;
31621
31606
  }
31607
+ .i16ozz3f .icon-wrapper {
31608
+ margin-right: 10px;
31609
+ height: 18px;
31610
+ }
31622
31611
 
31623
- .lyxynfj {
31624
- font-family: Inter;
31625
- font-style: normal;
31626
- font-weight: normal;
31612
+ .dszu9qr {
31613
+ color: rgba(44, 56, 82, 0.6);
31614
+ margin-top: 5px;
31627
31615
  font-size: 12px;
31628
31616
  line-height: 18px;
31629
31617
  }
31630
31618
 
31631
- .lpb2nxv {
31632
- font-family: Inter;
31633
- font-style: normal;
31634
- font-weight: 500;
31619
+ .snxzgx {
31620
+ color: #f0483e;
31635
31621
  font-size: 12px;
31636
- line-height: 18px;
31622
+ white-space: pre-wrap;
31637
31623
  }
31638
31624
 
31639
- .l1r8o3vv {
31640
- font-family: Inter;
31641
- font-style: normal;
31642
- font-weight: bold;
31643
- font-size: 12px;
31644
- line-height: 18px;
31625
+ .o1i4orqw {
31626
+ display: flex;
31627
+ align-items: center;
31628
+ justify-content: flex-end;
31629
+ }
31630
+ .o1i4orqw .icon-wrapper {
31631
+ margin-right: 16px;
31645
31632
  }
31646
31633
 
31647
- .lemnjy2 {
31648
- font-family: Inter;
31649
- font-style: normal;
31650
- font-weight: normal;
31651
- text-transform: uppercase;
31652
- font-feature-settings: "cpsp" on;
31653
- font-size: 12px;
31634
+ .t79k8o2 {
31635
+ color: rgba(0, 21, 64, 0.3);
31636
+ }
31637
+
31638
+ .ipd9bk.ant-input {
31639
+ padding: 5px 12px;
31640
+ line-height: 20px;
31641
+ color: #2d3a56;
31642
+ border-radius: 6px;
31643
+ border-color: rgba(172, 186, 211, 0.6);
31644
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31645
+ }
31646
+ .ipd9bk.ant-input.ant-input-lg {
31647
+ padding: 8px 16px;
31648
+ line-height: 22px;
31649
+ }
31650
+ .ipd9bk.ant-input.ant-input-sm {
31651
+ padding: 2px 8px;
31654
31652
  line-height: 18px;
31655
31653
  }
31654
+ .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
31655
+ border-color: rgba(107, 128, 167, 0.6);
31656
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31657
+ z-index: 1;
31658
+ }
31659
+ .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
31660
+ border-color: #0096ff;
31661
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31662
+ z-index: 1;
31663
+ }
31664
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
31665
+ border-color: #e75a3a;
31666
+ color: #e75a3a;
31667
+ }
31668
+ .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31669
+ border-color: #e75a3a;
31670
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31671
+ }
31672
+ .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31673
+ border-color: #e75a3a;
31674
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31675
+ }
31676
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
31677
+ background: rgba(211, 218, 235, 0.6);
31678
+ color: rgba(0, 21, 64, 0.3);
31679
+ border-color: rgba(172, 186, 211, 0.6);
31680
+ }
31681
+ .ipd9bk.ant-input-affix-wrapper {
31682
+ padding: 5px 12px;
31683
+ border-radius: 6px;
31684
+ border-color: rgba(172, 186, 211, 0.6);
31685
+ line-height: 20px;
31686
+ color: #2d3a56;
31687
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31688
+ }
31689
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
31690
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
31691
+ color: rgba(44, 56, 82, 0.6);
31692
+ }
31693
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31694
+ padding: 8px 16px;
31695
+ line-height: 22px;
31696
+ }
31697
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31698
+ padding: 2px 8px;
31699
+ line-height: 18px;
31700
+ }
31701
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31702
+ border-color: rgba(107, 128, 167, 0.6);
31703
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31704
+ }
31705
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31706
+ border-color: #0096ff;
31707
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31708
+ }
31709
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31710
+ border-color: #e75a3a;
31711
+ }
31712
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31713
+ color: #e75a3a;
31714
+ }
31715
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31716
+ border-color: #e75a3a;
31717
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31718
+ }
31719
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31720
+ border-color: #e75a3a;
31721
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31722
+ }
31723
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31724
+ background: rgba(211, 218, 235, 0.6);
31725
+ color: rgba(0, 21, 64, 0.3);
31726
+ border-color: rgba(172, 186, 211, 0.6);
31727
+ }
31728
+ textarea.ipd9bk.ant-input {
31729
+ transition-property: height;
31730
+ transition-delay: 50ms;
31731
+ }
31732
+ textarea.ipd9bk.ant-input.textarea-large {
31733
+ min-height: 40px;
31734
+ height: 40px;
31735
+ }
31736
+ textarea.ipd9bk.ant-input.textarea-large:focus {
31737
+ height: 80px;
31738
+ }
31739
+ textarea.ipd9bk.ant-input.textarea-middle {
31740
+ min-height: 32px;
31741
+ height: 32px;
31742
+ }
31743
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
31744
+ height: 64px;
31745
+ }
31746
+ textarea.ipd9bk.ant-input.textarea-small {
31747
+ min-height: 24px;
31748
+ height: 24px;
31749
+ }
31750
+ textarea.ipd9bk.ant-input.textarea-small:focus {
31751
+ height: 40px;
31752
+ }
31656
31753
 
31657
- .lrc42gb {
31658
- font-family: Inter;
31659
- font-style: normal;
31660
- font-weight: bold;
31661
- text-transform: uppercase;
31662
- font-feature-settings: "cpsp" on;
31754
+ .kypn5o5 input, .kypn5o5.input-tags {
31755
+ border: 1px solid rgba(213, 219, 227, 0.6);
31756
+ border-radius: 4px;
31757
+ }
31758
+ .kypn5o5.input-tags {
31759
+ position: relative;
31760
+ padding: 6px;
31761
+ height: 32px;
31762
+ cursor: pointer;
31763
+ transition: border 150ms;
31764
+ }
31765
+ .kypn5o5.input-tags:hover {
31766
+ border-color: #0080ff;
31767
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31768
+ }
31769
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
31770
+ padding-right: 30px;
31771
+ }
31772
+ .kypn5o5.input-tags .input-tags-inner {
31773
+ display: flex;
31774
+ }
31775
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31776
+ display: flex;
31777
+ }
31778
+ .kypn5o5.input-tags .input-tag-suffix {
31779
+ position: absolute;
31780
+ right: 12px;
31781
+ top: 50%;
31782
+ transform: translateY(-50%);
31783
+ }
31784
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31785
+ color: rgba(0, 0, 0, 0.25);
31663
31786
  font-size: 12px;
31664
- line-height: 18px;
31787
+ cursor: pointer;
31665
31788
  }
31666
-
31667
- .fqaz4mb {
31668
- font-family: Inter;
31669
- font-style: normal;
31670
- font-weight: normal;
31671
- font-size: 13px;
31672
- line-height: 20px;
31789
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31790
+ color: rgba(0, 0, 0, 0.45);
31673
31791
  }
31674
-
31675
- .f13we5o {
31676
- font-family: Inter;
31677
- font-style: normal;
31678
- font-weight: normal;
31679
- font-size: 13px;
31680
- line-height: 20px;
31792
+ .kypn5o5.has-focus-indicator {
31793
+ position: relative;
31794
+ overflow: hidden;
31681
31795
  }
31682
-
31683
- .ffmjua2 {
31684
- font-family: Inter;
31685
- font-style: normal;
31686
- font-weight: normal;
31687
- font-size: 12px;
31688
- line-height: 18px;
31796
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
31797
+ position: absolute;
31798
+ top: 50%;
31799
+ transform: translateY(-50%);
31800
+ left: -16px;
31801
+ transition: left 150ms ease;
31802
+ opacity: 0;
31689
31803
  }
31690
-
31691
- .fz2mxw0 {
31692
- font-family: Inter;
31693
- font-style: normal;
31694
- font-weight: normal;
31695
- font-size: 12px;
31696
- line-height: 18px;
31804
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31805
+ left: 8px;
31806
+ opacity: 1;
31697
31807
  }
31698
-
31699
- .t1ertzoh {
31700
- font-family: Inter;
31701
- font-style: normal;
31702
- font-weight: normal;
31703
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31704
- font-size: 13px;
31705
- line-height: 20px;
31808
+ .kypn5o5.has-focus-indicator input {
31809
+ transition: margin-left 150ms ease;
31810
+ margin-left: 0px;
31706
31811
  }
31707
-
31708
- .t19bge8r {
31709
- font-family: Inter;
31710
- font-style: normal;
31711
- font-weight: normal;
31712
- font-feature-settings: "zero" on;
31713
- font-size: 13px;
31714
- line-height: 20px;
31812
+ .kypn5o5.has-focus-indicator input:focus {
31813
+ margin-left: 16px;
31715
31814
  }
31716
31815
 
31717
- .tjrzfyl {
31718
- font-family: Inter;
31719
- font-style: normal;
31720
- font-weight: normal;
31721
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31722
- font-size: 12px;
31723
- line-height: 18px;
31816
+ input.l1ki27se.ant-input {
31817
+ border-top-right-radius: 0;
31818
+ border-bottom-right-radius: 0;
31724
31819
  }
31725
31820
 
31726
- .tm6s7bo {
31727
- font-family: Inter;
31728
- font-style: normal;
31729
- font-weight: 500;
31730
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31731
- font-size: 12px;
31732
- line-height: 18px;
31821
+ .l1ki27se.ant-input-affix-wrapper {
31822
+ border-top-right-radius: 0;
31823
+ border-bottom-right-radius: 0;
31733
31824
  }
31734
31825
 
31735
- .t19zq6ic {
31736
- font-family: Inter;
31737
- font-style: normal;
31738
- font-weight: normal;
31739
- font-feature-settings: "zero" on;
31740
- font-size: 12px;
31741
- line-height: 18px;
31826
+ input.rrg1fkn.ant-input {
31827
+ border-top-left-radius: 0;
31828
+ border-bottom-left-radius: 0;
31742
31829
  }
31743
31830
 
31744
- .t1gduru8 {
31745
- font-family: Inter;
31746
- font-style: normal;
31747
- font-weight: 500;
31748
- font-feature-settings: "zero" on;
31749
- font-size: 12px;
31750
- line-height: 18px;
31831
+ .rrg1fkn.ant-input-affix-wrapper {
31832
+ border-top-left-radius: 0;
31833
+ border-bottom-left-radius: 0;
31751
31834
  }
31752
31835
 
31753
- .t55raab {
31754
- font-family: Inter;
31755
- font-style: normal;
31756
- font-weight: bold;
31757
- font-feature-settings: "zero" on;
31758
- font-size: 16px;
31759
- line-height: 24px;
31836
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31837
+ border-top-right-radius: 0;
31838
+ border-bottom-right-radius: 0;
31760
31839
  }
31761
31840
 
31762
- .u1w9abfe {
31763
- font-family: Inter;
31764
- font-style: normal;
31765
- font-weight: normal;
31766
- font-size: 10px;
31767
- line-height: 12px;
31841
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31842
+ border-top-left-radius: 0;
31843
+ border-bottom-left-radius: 0;
31768
31844
  }
31769
31845
 
31770
- .c1up1pdz {
31771
- width: 648px;
31772
- }
31773
- .c1up1pdz.active {
31774
- border-color: #0080ff;
31846
+ .c1t6wbwv {
31847
+ display: flex;
31848
+ flex-direction: column;
31775
31849
  }
31776
- .c1up1pdz.active > header {
31777
- background: rgba(0, 128, 255, 0.1);
31850
+ .c1t6wbwv .select-wrapper {
31851
+ margin-top: 12px;
31778
31852
  }
31779
- .c1up1pdz .expand {
31780
- padding: 12px;
31853
+ .c1t6wbwv .select-wrapper .select {
31854
+ width: 100%;
31781
31855
  }
31782
- .c1up1pdz .field-item {
31783
- display: flex;
31784
- padding: 10px 0;
31785
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31856
+ .c1t6wbwv .radio-wrapper {
31857
+ margin-top: 24px;
31786
31858
  }
31787
- .c1up1pdz .field-item:last-child {
31788
- border-bottom: none;
31789
- padding-bottom: 0;
31859
+ .c1t6wbwv div.form-item {
31860
+ width: 100%;
31790
31861
  }
31791
- .c1up1pdz .field-item label {
31792
- line-height: 32px;
31793
- width: 100px;
31794
- color: rgba(62, 70, 82, 0.6);
31862
+
31863
+ .d1k7vv5v {
31864
+ font-size: 14px;
31865
+ font-weight: 500;
31866
+ color: #3e4652;
31867
+ line-height: 18px;
31795
31868
  }
31796
- .c1up1pdz .help {
31797
- color: rgba(62, 70, 82, 0.6);
31798
- margin-top: 5px;
31869
+ .d1k7vv5v + .d1k7vv5v {
31870
+ margin-top: 16px;
31799
31871
  }
31800
- .c1up1pdz .ant-input-affix-wrapper,
31801
- .c1up1pdz .ant-picker {
31802
- width: 128px;
31872
+ .d1k7vv5v + * {
31873
+ margin-top: 16px;
31803
31874
  }
31804
31875
 
31805
- .c156wh19 {
31806
- display: flex;
31807
- align-items: center;
31808
- justify-content: space-between;
31809
- word-break: keep-all;
31876
+ .le7b9r4.d1k7vv5v {
31877
+ font-size: 12px;
31878
+ color: rgba(44, 56, 82, 0.6);
31879
+ margin-top: 12px;
31810
31880
  }
31811
- .c156wh19 .title {
31812
- margin: 0 16px 0 8px;
31881
+
31882
+ .r1dnygxx.le7b9r4.d1k7vv5v {
31883
+ line-height: 18px;
31884
+ font-weight: 500;
31885
+ margin-top: 0;
31886
+ white-space: initial;
31813
31887
  }
31814
- .c156wh19 .retain {
31815
- color: rgba(129, 138, 153, 0.6);
31888
+
31889
+ .r12ddqmh {
31890
+ display: block;
31816
31891
  }
31817
- .c156wh19 .left {
31818
- flex: 1;
31819
- display: flex;
31820
- overflow: hidden;
31821
- align-items: center;
31822
- justify-content: flex-start;
31823
- white-space: nowrap;
31892
+ .r12ddqmh span {
31893
+ font-size: 14px;
31894
+ font-weight: 500;
31895
+ line-height: 32px;
31896
+ color: #3e4652;
31824
31897
  }
31825
- .c156wh19 .left .title {
31826
- max-width: 100%;
31827
- overflow: hidden;
31828
- text-overflow: ellipsis;
31898
+
31899
+ .ctcr26a {
31900
+ margin-top: 8px;
31901
+ padding: 8px;
31902
+ border-radius: 6px;
31903
+ background: rgba(225, 230, 241, 0.6);
31904
+ color: rgba(44, 56, 82, 0.6);
31905
+ font-size: 12px;
31829
31906
  }
31830
- .c156wh19 .right {
31907
+ .ctcr26a div {
31908
+ line-height: 20px;
31831
31909
  display: flex;
31832
31910
  align-items: center;
31911
+ word-break: break-all;
31833
31912
  }
31834
- .c156wh19 .reverse {
31913
+
31914
+ .p12gwtiw {
31835
31915
  display: flex;
31836
- flex-direction: row-reverse;
31916
+ justify-content: space-between;
31837
31917
  align-items: center;
31918
+ padding: 10px 0;
31919
+ color: rgba(44, 56, 82, 0.6);
31920
+ font-size: 12px;
31921
+ line-height: 24px;
31838
31922
  }
31839
- .c156wh19 .reverse .ant-switch {
31840
- margin-left: 8px;
31841
- }
31842
- .c156wh19 .close {
31843
- padding-left: 14px;
31844
- margin-left: 14px;
31845
- border-left: 1px solid rgba(129, 138, 153, 0.6);
31846
- cursor: pointer;
31847
- }
31848
-
31849
- .m126spxy {
31850
- padding-bottom: 4px;
31851
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31852
- }
31853
- .m126spxy .ant-btn-link {
31854
- padding: 1px 10px;
31855
- color: rgba(62, 70, 82, 0.6);
31856
- border-radius: 4px;
31923
+ .p12gwtiw .pagination-left {
31924
+ padding: 2px 8px;
31857
31925
  }
31858
- .m126spxy .ant-btn-link.active {
31859
- background: rgba(0, 128, 255, 0.1);
31860
- color: #0096ff;
31926
+ .p12gwtiw .dropdown-trigger {
31927
+ display: flex;
31928
+ align-items: center;
31929
+ border-radius: 6px;
31930
+ cursor: pointer;
31931
+ transition: all 0.3s ease;
31861
31932
  }
31862
-
31863
- .wpbf4pq {
31864
- padding: 10px 0;
31865
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31933
+ .p12gwtiw .dropdown-trigger:hover {
31934
+ background: rgba(211, 218, 235, 0.6);
31935
+ color: #0080ff;
31866
31936
  }
31867
- .wpbf4pq .ant-input,
31868
- .wpbf4pq .ant-picker {
31869
- width: 80px;
31870
- margin: 0 9px;
31871
- text-align: center;
31937
+ .p12gwtiw .dropdown-trigger .icon-inner {
31938
+ margin-left: 4px;
31872
31939
  }
31873
- .wpbf4pq .options {
31874
- padding: 12px 0 12px 16px;
31875
- border-left: 2px solid rgba(129, 138, 153, 0.6);
31876
- margin: 5px 0 5px 8px;
31940
+ .p12gwtiw .pagination-right {
31941
+ display: flex;
31942
+ align-items: center;
31943
+ color: #0080ff;
31944
+ font-weight: bold;
31877
31945
  }
31878
- .wpbf4pq .week-day-option,
31879
- .wpbf4pq .month-day-option {
31880
- background: #f5f7fa;
31881
- box-sizing: border-box;
31882
- border-radius: 16px;
31883
- margin-right: 8px;
31946
+ .p12gwtiw .pagination-right .icon-inner {
31947
+ margin-left: 4px;
31884
31948
  }
31885
- .wpbf4pq .week-day-option:focus,
31886
- .wpbf4pq .month-day-option:focus {
31887
- color: inherit;
31888
- border-color: #d9d9d9;
31949
+ .p12gwtiw .pagination-right .prev-btn,
31950
+ .p12gwtiw .pagination-right .next-btn {
31951
+ padding: 0 8px;
31889
31952
  }
31890
- .wpbf4pq .week-day-option.active {
31891
- background-color: #0096ff;
31892
- border-color: #0096ff;
31893
- color: #fff;
31953
+ .p12gwtiw .pagination-right .prev-btn > span,
31954
+ .p12gwtiw .pagination-right .next-btn > span {
31955
+ color: #0080ff;
31894
31956
  }
31895
- .wpbf4pq .week-day-option.en-text {
31896
- width: 110px;
31897
- margin-top: 4px;
31957
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
31958
+ transform: rotate(180deg);
31898
31959
  }
31899
- .wpbf4pq .month-day-option {
31900
- width: 32px;
31901
- padding: 0;
31902
- margin-bottom: 8px;
31960
+
31961
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31962
+ max-height: calc(100vh - 128px);
31963
+ overflow-y: auto;
31903
31964
  }
31904
- .wpbf4pq .month-day-option.active {
31905
- background-color: #0096ff;
31906
- border-color: #0096ff;
31907
- color: #fff;
31965
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31966
+ padding: 4px 20px;
31967
+ font-size: 12px;
31968
+ line-height: 18px;
31908
31969
  }
31909
31970
 
31910
31971
  .c18gxmrl {
@@ -31943,6 +32004,97 @@ input.rrg1fkn.ant-input {
31943
32004
  color: #005ed1;
31944
32005
  }
31945
32006
 
32007
+ .c1uzzomf {
32008
+ margin-bottom: 16px;
32009
+ }
32010
+ .c1uzzomf .card-title {
32011
+ font-size: 16px;
32012
+ color: rgba(44, 56, 82, 0.6);
32013
+ font-weight: 700;
32014
+ line-height: 32px;
32015
+ }
32016
+ .c1uzzomf .card-body {
32017
+ padding: 24px;
32018
+ border-radius: 8px;
32019
+ background: #fff;
32020
+ }
32021
+ .c1uzzomf .empty {
32022
+ font-weight: 700;
32023
+ font-size: 14px;
32024
+ line-height: 22px;
32025
+ color: rgba(0, 21, 64, 0.3);
32026
+ text-align: center;
32027
+ }
32028
+
32029
+ .c1bus5hc {
32030
+ --color: white;
32031
+ height: 14px;
32032
+ width: 14px;
32033
+ border-radius: 50%;
32034
+ flex-shrink: 0;
32035
+ display: flex;
32036
+ align-items: center;
32037
+ justify-content: center;
32038
+ border: 1px solid var(--color);
32039
+ }
32040
+ .c1bus5hc .circle-inner {
32041
+ position: relative;
32042
+ height: 10px;
32043
+ width: 10px;
32044
+ border-radius: 50%;
32045
+ overflow: hidden;
32046
+ }
32047
+ .c1bus5hc .circle-content {
32048
+ position: absolute;
32049
+ height: 100%;
32050
+ width: 100%;
32051
+ left: 0;
32052
+ top: 0;
32053
+ border-radius: 50%;
32054
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32055
+ transform: rotate(180deg);
32056
+ }
32057
+ .c1bus5hc .circle-child {
32058
+ position: absolute;
32059
+ height: 100%;
32060
+ width: 100%;
32061
+ left: 0;
32062
+ top: 0;
32063
+ margin-left: 50%;
32064
+ transform-origin: left;
32065
+ background: white;
32066
+ transform: rotate(0deg);
32067
+ }
32068
+
32069
+ .gmyahx3 {
32070
+ cursor: pointer;
32071
+ }
32072
+ .gmyahx3 .link-text {
32073
+ color: rgba(0, 21, 64, 0.3);
32074
+ }
32075
+ .gmyahx3:hover .link-text {
32076
+ color: #0080ff;
32077
+ }
32078
+
32079
+ .n12mqh7z {
32080
+ display: flex;
32081
+ align-items: center;
32082
+ font-size: 12px;
32083
+ line-height: 18px;
32084
+ }
32085
+ .n12mqh7z:not(:last-child) {
32086
+ margin-bottom: 4px;
32087
+ }
32088
+
32089
+ .tf5bynu {
32090
+ margin: 0 3px;
32091
+ }
32092
+
32093
+ .tcckoz1 {
32094
+ max-height: 400px;
32095
+ overflow: "auto";
32096
+ }
32097
+
31946
32098
  .c18bcrac {
31947
32099
  display: inline-block;
31948
32100
  width: 100%;
@@ -31990,14 +32142,12 @@ input.rrg1fkn.ant-input {
31990
32142
  margin-right: 4px;
31991
32143
  }
31992
32144
 
31993
- .gmyahx3 {
31994
- cursor: pointer;
31995
- }
31996
- .gmyahx3 .link-text {
31997
- color: rgba(0, 21, 64, 0.3);
32145
+ .s1iv0tp1 .enabled-switch {
32146
+ display: flex;
32147
+ align-items: center;
31998
32148
  }
31999
- .gmyahx3:hover .link-text {
32000
- color: #0080ff;
32149
+ .s1iv0tp1 .enabled-text {
32150
+ margin-right: 8px;
32001
32151
  }
32002
32152
 
32003
32153
  .clm1wy1 {
@@ -32093,25 +32243,6 @@ input.rrg1fkn.ant-input {
32093
32243
  border-radius: 2px;
32094
32244
  }
32095
32245
 
32096
- .n12mqh7z {
32097
- display: flex;
32098
- align-items: center;
32099
- font-size: 12px;
32100
- line-height: 18px;
32101
- }
32102
- .n12mqh7z:not(:last-child) {
32103
- margin-bottom: 4px;
32104
- }
32105
-
32106
- .tf5bynu {
32107
- margin: 0 3px;
32108
- }
32109
-
32110
- .tcckoz1 {
32111
- max-height: 400px;
32112
- overflow: "auto";
32113
- }
32114
-
32115
32246
  .t1sqg15u {
32116
32247
  background: white;
32117
32248
  }
@@ -32189,79 +32320,17 @@ input.rrg1fkn.ant-input {
32189
32320
  }
32190
32321
  .t93e4cf .content .ant-btn {
32191
32322
  white-space: pre-wrap;
32192
- text-align: left;
32193
- }
32194
- .t93e4cf .content .unit-chart {
32195
- justify-content: flex-start;
32196
- }
32197
-
32198
- .rhz2uv5 {
32199
- width: var(--rhz2uv5-0);
32200
- flex-shrink: 0;
32201
- color: rgba(44, 56, 82, 0.6);
32202
- padding-right: 12px;
32203
- }
32204
-
32205
- .c1uzzomf {
32206
- margin-bottom: 16px;
32207
- }
32208
- .c1uzzomf .card-title {
32209
- font-size: 16px;
32210
- color: rgba(44, 56, 82, 0.6);
32211
- font-weight: 700;
32212
- line-height: 32px;
32213
- }
32214
- .c1uzzomf .card-body {
32215
- padding: 24px;
32216
- border-radius: 8px;
32217
- background: #fff;
32218
- }
32219
- .c1uzzomf .empty {
32220
- font-weight: 700;
32221
- font-size: 14px;
32222
- line-height: 22px;
32223
- color: rgba(0, 21, 64, 0.3);
32224
- text-align: center;
32225
- }
32226
-
32227
- .c1bus5hc {
32228
- --color: white;
32229
- height: 14px;
32230
- width: 14px;
32231
- border-radius: 50%;
32232
- flex-shrink: 0;
32233
- display: flex;
32234
- align-items: center;
32235
- justify-content: center;
32236
- border: 1px solid var(--color);
32237
- }
32238
- .c1bus5hc .circle-inner {
32239
- position: relative;
32240
- height: 10px;
32241
- width: 10px;
32242
- border-radius: 50%;
32243
- overflow: hidden;
32244
- }
32245
- .c1bus5hc .circle-content {
32246
- position: absolute;
32247
- height: 100%;
32248
- width: 100%;
32249
- left: 0;
32250
- top: 0;
32251
- border-radius: 50%;
32252
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32253
- transform: rotate(180deg);
32323
+ text-align: left;
32254
32324
  }
32255
- .c1bus5hc .circle-child {
32256
- position: absolute;
32257
- height: 100%;
32258
- width: 100%;
32259
- left: 0;
32260
- top: 0;
32261
- margin-left: 50%;
32262
- transform-origin: left;
32263
- background: white;
32264
- transform: rotate(0deg);
32325
+ .t93e4cf .content .unit-chart {
32326
+ justify-content: flex-start;
32327
+ }
32328
+
32329
+ .rhz2uv5 {
32330
+ width: var(--rhz2uv5-0);
32331
+ flex-shrink: 0;
32332
+ color: rgba(44, 56, 82, 0.6);
32333
+ padding-right: 12px;
32265
32334
  }
32266
32335
 
32267
32336
  .tje3huy {
@@ -32271,17 +32340,35 @@ input.rrg1fkn.ant-input {
32271
32340
  text-overflow: ellipsis;
32272
32341
  }
32273
32342
 
32274
- .m15dvk92 {
32275
- display: flex;
32276
- justify-content: space-between;
32277
- width: 100%;
32343
+ button.lujuy3j {
32344
+ color: #0080FF;
32278
32345
  }
32279
- .m15dvk92 .action {
32280
- margin-left: 16px;
32346
+ button.lujuy3j .button-prefix-icon {
32347
+ margin-right: 4px;
32281
32348
  }
32282
-
32283
- .aql8iqz .ant-alert-message {
32284
- width: 100%;
32349
+ button.lujuy3j .button-suffix-icon {
32350
+ margin-left: 4px;
32351
+ }
32352
+ button.lujuy3j:hover, button.lujuy3j.__pseudo-states-hover {
32353
+ color: #009dff;
32354
+ }
32355
+ button.lujuy3j:active, button.lujuy3j.__pseudo-states-active {
32356
+ color: #005ed1;
32357
+ }
32358
+ button.lujuy3j.ui-kit-link-disabled {
32359
+ color: #0080FF;
32360
+ }
32361
+ button.lujuy3j.ui-kit-link-subtle {
32362
+ color: #00122e;
32363
+ }
32364
+ button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
32365
+ color: #0080FF;
32366
+ }
32367
+ button.lujuy3j.ui-kit-link-subtle:active, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
32368
+ color: #005ed1;
32369
+ }
32370
+ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32371
+ color: #00122e;
32285
32372
  }
32286
32373
 
32287
32374
  .wg1tsps {
@@ -32307,12 +32394,48 @@ input.rrg1fkn.ant-input {
32307
32394
  color: #00122e !important;
32308
32395
  }
32309
32396
 
32310
- .s1iv0tp1 .enabled-switch {
32397
+ .o8ocss1 {
32398
+ overflow: hidden;
32399
+ text-overflow: ellipsis;
32400
+ }
32401
+
32402
+ .n17syc35 {
32403
+ white-space: nowrap;
32404
+ }
32405
+
32406
+ .m15dvk92 {
32311
32407
  display: flex;
32312
- align-items: center;
32408
+ justify-content: space-between;
32409
+ width: 100%;
32313
32410
  }
32314
- .s1iv0tp1 .enabled-text {
32315
- margin-right: 8px;
32411
+ .m15dvk92 .action {
32412
+ margin-left: 16px;
32413
+ }
32414
+
32415
+ .aql8iqz .ant-alert-message {
32416
+ width: 100%;
32417
+ }
32418
+
32419
+ .cav9p2m .ant-collapse-item {
32420
+ border: 0px;
32421
+ background-color: #fff;
32422
+ }
32423
+ .cav9p2m .ant-collapse-item .ant-collapse-header {
32424
+ padding-top: 0px;
32425
+ padding-bottom: 0px;
32426
+ padding-left: 0px !important;
32427
+ padding-right: 24px;
32428
+ }
32429
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32430
+ right: 0px;
32431
+ }
32432
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32433
+ padding: 0px;
32434
+ }
32435
+
32436
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32437
+ padding-right: 0px;
32438
+ cursor: default;
32316
32439
  }
32317
32440
 
32318
32441
  .c198s9j3 {
@@ -32386,32 +32509,6 @@ input.rrg1fkn.ant-input {
32386
32509
  margin-left: 24px;
32387
32510
  }
32388
32511
 
32389
- .cav9p2m .ant-collapse-item {
32390
- border: 0px;
32391
- background-color: #fff;
32392
- }
32393
- .cav9p2m .ant-collapse-item .ant-collapse-header {
32394
- padding-top: 0px;
32395
- padding-bottom: 0px;
32396
- padding-left: 0px !important;
32397
- padding-right: 24px;
32398
- }
32399
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32400
- right: 0px;
32401
- }
32402
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32403
- padding: 0px;
32404
- }
32405
-
32406
- .csf0p6c .ant-collapse-item .ant-collapse-header {
32407
- padding-right: 0px;
32408
- cursor: default;
32409
- }
32410
-
32411
- .t3qomhu {
32412
- margin: 0 2px;
32413
- }
32414
-
32415
32512
  .c10crapj {
32416
32513
  border-radius: 8px;
32417
32514
  }
@@ -32419,50 +32516,14 @@ input.rrg1fkn.ant-input {
32419
32516
  padding: 20px 24px 24px 24px;
32420
32517
  }
32421
32518
 
32422
- .o8ocss1 {
32423
- overflow: hidden;
32424
- text-overflow: ellipsis;
32425
- }
32426
-
32427
- .n17syc35 {
32428
- white-space: nowrap;
32429
- }
32430
-
32431
- button.lujuy3j {
32432
- color: #0080FF;
32433
- }
32434
- button.lujuy3j .button-prefix-icon {
32435
- margin-right: 4px;
32436
- }
32437
- button.lujuy3j .button-suffix-icon {
32438
- margin-left: 4px;
32439
- }
32440
- button.lujuy3j:hover, button.lujuy3j.__pseudo-states-hover {
32441
- color: #009dff;
32442
- }
32443
- button.lujuy3j:active, button.lujuy3j.__pseudo-states-active {
32444
- color: #005ed1;
32445
- }
32446
- button.lujuy3j.ui-kit-link-disabled {
32447
- color: #0080FF;
32448
- }
32449
- button.lujuy3j.ui-kit-link-subtle {
32450
- color: #00122e;
32451
- }
32452
- button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
32453
- color: #0080FF;
32454
- }
32455
- button.lujuy3j.ui-kit-link-subtle:active, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
32456
- color: #005ed1;
32457
- }
32458
- button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32459
- color: #00122e;
32460
- }
32461
-
32462
32519
  .iiqau4c.ant-input-group.ant-input-group-compact {
32463
32520
  display: flex;
32464
32521
  }
32465
32522
 
32523
+ .t3qomhu {
32524
+ margin: 0 2px;
32525
+ }
32526
+
32466
32527
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32467
32528
  border-radius: 6px;
32468
32529
  }
@@ -32498,110 +32559,26 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32498
32559
  border-color: #0080ff;
32499
32560
  box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32500
32561
  }
32501
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32502
- transform: rotate(180deg);
32503
- }
32504
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32505
- background: rgba(211, 218, 235, 0.6);
32506
- border-color: rgba(172, 186, 211, 0.6);
32507
- cursor: "not-allowed";
32508
- }
32509
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32510
- border-color: #f0483e !important;
32511
- }
32512
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32513
- color: #1d326c;
32514
- }
32515
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32516
- border-color: #0080ff;
32517
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32518
- }
32519
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32520
- transform: rotate(180deg);
32521
- }
32522
-
32523
- .igz4le8 {
32524
- height: 24px;
32525
- width: 56px !important;
32526
- margin-right: 4px;
32527
- }
32528
-
32529
- .c1riexje {
32530
- color: rgba(44, 56, 82, 0.6);
32531
- }
32532
-
32533
- .s14dk8r1 {
32534
- margin: 0;
32535
- border-radius: 20px;
32536
- padding: 2px 10px;
32537
- height: 22px;
32538
- }
32539
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32540
- background-color: rgba(237, 241, 250, 0.6) !important;
32541
- }
32542
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32543
- background-color: rgba(225, 230, 241, 0.6) !important;
32544
- }
32545
- .s14dk8r1.ant-tag.ui-kit-status-capsule {
32546
- color: #00122e;
32547
- }
32548
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32549
- margin-right: 6px;
32550
- }
32551
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32552
- margin-left: 4px;
32553
- }
32554
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32555
- background-color: rgba(0, 136, 255, 0.1);
32556
- }
32557
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32558
- background-color: #0080ff;
32559
- }
32560
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32561
- background-color: rgba(0, 136, 255, 0.16);
32562
- }
32563
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32564
- background-color: rgba(255, 74, 74, 0.1);
32565
- }
32566
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32567
- background-color: #f0483e;
32568
- }
32569
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32570
- background-color: rgba(255, 74, 74, 0.16);
32571
- }
32572
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32573
- background-color: rgba(254, 160, 8, 0.1);
32574
- }
32575
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32576
- background-color: #fea008;
32577
- }
32578
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32579
- background-color: rgba(255, 187, 0, 0.16);
32580
- }
32581
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32582
- background-color: rgba(30, 201, 127, 0.1);
32583
- }
32584
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32585
- background-color: #00ba5d;
32586
- }
32587
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32588
- background-color: rgba(30, 201, 127, 0.16);
32562
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32563
+ transform: rotate(180deg);
32589
32564
  }
32590
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32591
- background-color: rgba(225, 230, 241, 0.6);
32565
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32566
+ background: rgba(211, 218, 235, 0.6);
32567
+ border-color: rgba(172, 186, 211, 0.6);
32568
+ cursor: "not-allowed";
32592
32569
  }
32593
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32594
- background-color: #6b7d99;
32570
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32571
+ border-color: #f0483e !important;
32595
32572
  }
32596
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32597
- background-color: rgba(211, 218, 235, 0.6);
32573
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32574
+ color: #1d326c;
32598
32575
  }
32599
-
32600
- .s1uupoto {
32601
- width: 8px;
32602
- height: 8px;
32603
- border-radius: 50%;
32604
- display: inline-block;
32576
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32577
+ border-color: #0080ff;
32578
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32579
+ }
32580
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32581
+ transform: rotate(180deg);
32605
32582
  }
32606
32583
 
32607
32584
  .l4bld33 {
@@ -32814,10 +32791,94 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32814
32791
  margin-left: 8px;
32815
32792
  }
32816
32793
 
32794
+ .s14dk8r1 {
32795
+ margin: 0;
32796
+ border-radius: 20px;
32797
+ padding: 2px 10px;
32798
+ height: 22px;
32799
+ }
32800
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32801
+ background-color: rgba(237, 241, 250, 0.6) !important;
32802
+ }
32803
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32804
+ background-color: rgba(225, 230, 241, 0.6) !important;
32805
+ }
32806
+ .s14dk8r1.ant-tag.ui-kit-status-capsule {
32807
+ color: #00122e;
32808
+ }
32809
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32810
+ margin-right: 6px;
32811
+ }
32812
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32813
+ margin-left: 4px;
32814
+ }
32815
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32816
+ background-color: rgba(0, 136, 255, 0.1);
32817
+ }
32818
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32819
+ background-color: #0080ff;
32820
+ }
32821
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32822
+ background-color: rgba(0, 136, 255, 0.16);
32823
+ }
32824
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32825
+ background-color: rgba(255, 74, 74, 0.1);
32826
+ }
32827
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32828
+ background-color: #f0483e;
32829
+ }
32830
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32831
+ background-color: rgba(255, 74, 74, 0.16);
32832
+ }
32833
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32834
+ background-color: rgba(254, 160, 8, 0.1);
32835
+ }
32836
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32837
+ background-color: #fea008;
32838
+ }
32839
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32840
+ background-color: rgba(255, 187, 0, 0.16);
32841
+ }
32842
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32843
+ background-color: rgba(30, 201, 127, 0.1);
32844
+ }
32845
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32846
+ background-color: #00ba5d;
32847
+ }
32848
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32849
+ background-color: rgba(30, 201, 127, 0.16);
32850
+ }
32851
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32852
+ background-color: rgba(225, 230, 241, 0.6);
32853
+ }
32854
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32855
+ background-color: #6b7d99;
32856
+ }
32857
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32858
+ background-color: rgba(211, 218, 235, 0.6);
32859
+ }
32860
+
32861
+ .s1uupoto {
32862
+ width: 8px;
32863
+ height: 8px;
32864
+ border-radius: 50%;
32865
+ display: inline-block;
32866
+ }
32867
+
32817
32868
  .t19ustft .date {
32818
32869
  margin-right: 4px;
32819
32870
  }
32820
32871
 
32872
+ .igz4le8 {
32873
+ height: 24px;
32874
+ width: 56px !important;
32875
+ margin-right: 4px;
32876
+ }
32877
+
32878
+ .c1riexje {
32879
+ color: rgba(44, 56, 82, 0.6);
32880
+ }
32881
+
32821
32882
  .s1uupxds {
32822
32883
  padding: 0 8px;
32823
32884
  border-radius: 4px;
@@ -33125,17 +33186,35 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33125
33186
  justify-content: center;
33126
33187
  }
33127
33188
 
33128
- .skwah65 {
33129
- height: 8px;
33130
- box-sizing: border-box;
33131
- border-radius: 2px;
33132
- background: #f5f7fa;
33133
- display: flex;
33189
+ .f1p9ti6d {
33134
33190
  width: 100%;
33135
- overflow: hidden;
33191
+ margin-bottom: 0 !important;
33192
+ flex-flow: nowrap !important;
33193
+ line-break: auto;
33136
33194
  }
33137
- .skwah65 .stack-bar-item + .stack-bar-item {
33138
- margin-left: 1px;
33195
+ .f1p9ti6d > .ant-form-item-label {
33196
+ text-align: left !important;
33197
+ padding-bottom: 0 !important;
33198
+ }
33199
+ .f1p9ti6d > .ant-form-item-label > label {
33200
+ min-height: 32px;
33201
+ height: auto;
33202
+ font-size: 13px;
33203
+ color: rgba(44, 56, 82, 0.6);
33204
+ white-space: normal;
33205
+ }
33206
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33207
+ border-color: #ff4d4f !important;
33208
+ }
33209
+ .f1p9ti6d .ant-form-item-explain {
33210
+ margin-top: 4px;
33211
+ font-size: 12px;
33212
+ min-height: 0px;
33213
+ }
33214
+ .f1p9ti6d .ant-form-item-extra {
33215
+ font-size: 12px;
33216
+ color: rgba(44, 56, 82, 0.6);
33217
+ min-height: 0px;
33139
33218
  }
33140
33219
 
33141
33220
  .rrwcpby {
@@ -33198,35 +33277,9 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33198
33277
  margin-right: 2px;
33199
33278
  }
33200
33279
 
33201
- .f1p9ti6d {
33202
- width: 100%;
33203
- margin-bottom: 0 !important;
33204
- flex-flow: nowrap !important;
33205
- line-break: auto;
33206
- }
33207
- .f1p9ti6d > .ant-form-item-label {
33208
- text-align: left !important;
33209
- padding-bottom: 0 !important;
33210
- }
33211
- .f1p9ti6d > .ant-form-item-label > label {
33212
- min-height: 32px;
33213
- height: auto;
33214
- font-size: 13px;
33215
- color: rgba(44, 56, 82, 0.6);
33216
- white-space: normal;
33217
- }
33218
- .f1p9ti6d.ant-form-item-has-error .ant-input {
33219
- border-color: #ff4d4f !important;
33220
- }
33221
- .f1p9ti6d .ant-form-item-explain {
33222
- margin-top: 4px;
33223
- font-size: 12px;
33224
- min-height: 0px;
33225
- }
33226
- .f1p9ti6d .ant-form-item-extra {
33227
- font-size: 12px;
33228
- color: rgba(44, 56, 82, 0.6);
33229
- min-height: 0px;
33280
+ .iwsze0q {
33281
+ margin-right: 4px;
33282
+ height: 16px;
33230
33283
  }
33231
33284
 
33232
33285
  .tc40oxa {
@@ -33422,20 +33475,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33422
33475
  margin-right: 8px;
33423
33476
  }
33424
33477
 
33425
- .w1xcixj5.outside-tag {
33426
- padding-left: 0;
33427
- }
33428
- .w1xcixj5.outside-tag .inside-tag {
33429
- border-radius: 4px 0 0 4px;
33430
- padding-right: 4px;
33431
- margin-right: 4px;
33432
- }
33433
-
33434
- .iwsze0q {
33435
- margin-right: 4px;
33436
- height: 16px;
33437
- }
33438
-
33439
33478
  .sut42l0 {
33440
33479
  padding: 0 8px;
33441
33480
  height: 18px;
@@ -33462,6 +33501,19 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33462
33501
  border: 1px solid rgba(211, 218, 235, 0.6);
33463
33502
  }
33464
33503
 
33504
+ .skwah65 {
33505
+ height: 8px;
33506
+ box-sizing: border-box;
33507
+ border-radius: 2px;
33508
+ background: #f5f7fa;
33509
+ display: flex;
33510
+ width: 100%;
33511
+ overflow: hidden;
33512
+ }
33513
+ .skwah65 .stack-bar-item + .stack-bar-item {
33514
+ margin-left: 1px;
33515
+ }
33516
+
33465
33517
  .bab9xum {
33466
33518
  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);
33467
33519
  }
@@ -33529,6 +33581,34 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33529
33581
  font-size: inherit;
33530
33582
  }
33531
33583
 
33584
+ .w1xcixj5.outside-tag {
33585
+ padding-left: 0;
33586
+ }
33587
+ .w1xcixj5.outside-tag .inside-tag {
33588
+ border-radius: 4px 0 0 4px;
33589
+ padding-right: 4px;
33590
+ margin-right: 4px;
33591
+ }
33592
+
33593
+ .feau332.ant-form-item {
33594
+ margin-bottom: 0;
33595
+ }
33596
+ .feau332 .ant-form-item-explain {
33597
+ display: none;
33598
+ min-height: 18px;
33599
+ margin-top: 5px;
33600
+ font-family: "Inter";
33601
+ font-weight: 400;
33602
+ font-size: 12px;
33603
+ line-height: 18px;
33604
+ }
33605
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33606
+ white-space: pre-wrap;
33607
+ }
33608
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33609
+ display: block;
33610
+ }
33611
+
33532
33612
  .a6dbbkm .ant-input-number-handler-wrap {
33533
33613
  display: var(--a6dbbkm-0);
33534
33614
  }
@@ -33558,23 +33638,4 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33558
33638
  margin: 0;
33559
33639
  height: auto;
33560
33640
  font-size: inherit;
33561
- }
33562
-
33563
- .feau332.ant-form-item {
33564
- margin-bottom: 0;
33565
- }
33566
- .feau332 .ant-form-item-explain {
33567
- display: none;
33568
- min-height: 18px;
33569
- margin-top: 5px;
33570
- font-family: "Inter";
33571
- font-weight: 400;
33572
- font-size: 12px;
33573
- line-height: 18px;
33574
- }
33575
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33576
- white-space: pre-wrap;
33577
- }
33578
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33579
- display: block;
33580
33641
  }