@cloudtower/eagle 0.30.3 → 0.31.1

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
@@ -29594,33 +29594,39 @@ html body {
29594
29594
  color: #005ed1;
29595
29595
  }
29596
29596
 
29597
- .E_b1nip9bk {
29598
- padding: 4px 11px;
29599
- }
29600
-
29601
- .E_bqamoqe {
29602
- white-space: nowrap;
29603
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29597
+ .E_c1uzzomf {
29598
+ margin-bottom: 16px;
29604
29599
  }
29605
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29606
- --color: #0080ff;
29600
+ .E_c1uzzomf .card-title {
29601
+ font-size: 16px;
29602
+ color: rgba(44, 56, 82, 0.6);
29603
+ font-weight: 700;
29604
+ line-height: 32px;
29607
29605
  }
29608
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29609
- --color: #0080ff;
29606
+ .E_c1uzzomf .card-body {
29607
+ padding: 24px;
29608
+ border-radius: 8px;
29609
+ background: #fff;
29610
29610
  }
29611
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29612
- margin-left: 1px;
29611
+ .E_c1uzzomf .empty {
29612
+ font-weight: 700;
29613
+ font-size: 14px;
29614
+ line-height: 22px;
29615
+ color: rgba(0, 21, 64, 0.3);
29616
+ text-align: center;
29613
29617
  }
29614
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29615
- border-top-right-radius: 0;
29616
- border-bottom-right-radius: 0;
29618
+
29619
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29620
+ padding: 4px 8px 0 8px;
29621
+ color: rgba(44, 56, 82, 0.6);
29622
+ font-size: 12px;
29617
29623
  }
29618
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29619
- border-top-left-radius: 0;
29620
- border-bottom-left-radius: 0;
29624
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29625
+ padding-bottom: 6px;
29621
29626
  }
29622
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29623
- border-radius: unset;
29627
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29628
+ padding-top: 4px;
29629
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29624
29630
  }
29625
29631
 
29626
29632
  .E_m74vjol {
@@ -29636,6 +29642,89 @@ html body {
29636
29642
  width: 100%;
29637
29643
  }
29638
29644
 
29645
+ .E_d1bw7c5z {
29646
+ position: relative;
29647
+ max-width: 388px;
29648
+ min-width: 285px;
29649
+ }
29650
+ .E_d1bw7c5z .center {
29651
+ position: absolute;
29652
+ font-size: 12px;
29653
+ width: 80px;
29654
+ height: 100px;
29655
+ top: 0;
29656
+ left: 35px;
29657
+ display: flex;
29658
+ flex-direction: column;
29659
+ justify-content: center;
29660
+ align-items: center;
29661
+ color: #00122e;
29662
+ }
29663
+ .E_d1bw7c5z .center .number {
29664
+ font-size: 24px;
29665
+ font-weight: 700;
29666
+ }
29667
+ .E_d1bw7c5z .center .text {
29668
+ padding: 0 5px;
29669
+ font-size: 12px;
29670
+ width: inherit;
29671
+ text-align: center;
29672
+ }
29673
+ .E_d1bw7c5z .recharts-wrapper {
29674
+ display: flex;
29675
+ }
29676
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29677
+ position: relative !important;
29678
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29679
+ left: 0 !important;
29680
+ bottom: 0 !important;
29681
+ display: flex;
29682
+ align-items: center;
29683
+ }
29684
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29685
+ width: 100%;
29686
+ }
29687
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29688
+ width: 100%;
29689
+ margin-right: 0 !important;
29690
+ line-height: 18px;
29691
+ }
29692
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29693
+ border-radius: 2px;
29694
+ }
29695
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29696
+ min-width: 75px;
29697
+ max-width: 198px;
29698
+ width: calc(100% - 20px);
29699
+ margin-left: 2px;
29700
+ color: #00122e !important;
29701
+ display: inline-flex;
29702
+ justify-content: space-between;
29703
+ }
29704
+ .E_d1bw7c5z .tooltip-text {
29705
+ maxwidth: calc(100% - 12px);
29706
+ cursor: pointer;
29707
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29708
+ overflow: hidden;
29709
+ text-overflow: ellipsis;
29710
+ white-space: nowrap;
29711
+ }
29712
+ .E_d1bw7c5z .value {
29713
+ color: rgba(44, 56, 82, 0.75);
29714
+ }
29715
+
29716
+ .E_t10pqbtc {
29717
+ width: 140px;
29718
+ }
29719
+ .E_t10pqbtc .item {
29720
+ margin: 6px auto;
29721
+ display: flex;
29722
+ justify-content: space-between;
29723
+ }
29724
+ .E_t10pqbtc .item .name {
29725
+ width: 102px;
29726
+ }
29727
+
29639
29728
  .E_b1wx3t3t.ant-btn-icon-only {
29640
29729
  justify-content: center;
29641
29730
  }
@@ -29890,159 +29979,216 @@ button.E_n7k2c6r {
29890
29979
  padding: 0;
29891
29980
  }
29892
29981
 
29893
- .E_c1uzzomf {
29894
- margin-bottom: 16px;
29982
+ .E_b1nip9bk {
29983
+ padding: 4px 11px;
29895
29984
  }
29896
- .E_c1uzzomf .card-title {
29897
- font-size: 16px;
29898
- color: rgba(44, 56, 82, 0.6);
29899
- font-weight: 700;
29900
- line-height: 32px;
29985
+
29986
+ .E_bqamoqe {
29987
+ white-space: nowrap;
29988
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29901
29989
  }
29902
- .E_c1uzzomf .card-body {
29903
- padding: 24px;
29904
- border-radius: 8px;
29905
- background: #fff;
29990
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29991
+ --color: #0080ff;
29906
29992
  }
29907
- .E_c1uzzomf .empty {
29908
- font-weight: 700;
29909
- font-size: 14px;
29910
- line-height: 22px;
29911
- color: rgba(0, 21, 64, 0.3);
29912
- text-align: center;
29993
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29994
+ --color: #0080ff;
29913
29995
  }
29914
-
29915
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29916
- padding: 4px 8px 0 8px;
29917
- color: rgba(44, 56, 82, 0.6);
29918
- font-size: 12px;
29996
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29997
+ margin-left: 1px;
29919
29998
  }
29920
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29921
- padding-bottom: 6px;
29999
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30000
+ border-top-right-radius: 0;
30001
+ border-bottom-right-radius: 0;
29922
30002
  }
29923
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29924
- padding-top: 4px;
29925
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30003
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30004
+ border-top-left-radius: 0;
30005
+ border-bottom-left-radius: 0;
29926
30006
  }
29927
-
29928
- .E_d1bw7c5z {
29929
- position: relative;
29930
- max-width: 388px;
29931
- min-width: 285px;
30007
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30008
+ border-radius: unset;
29932
30009
  }
29933
- .E_d1bw7c5z .center {
29934
- position: absolute;
29935
- font-size: 12px;
29936
- width: 80px;
29937
- height: 100px;
29938
- top: 0;
29939
- left: 35px;
29940
- display: flex;
29941
- flex-direction: column;
29942
- justify-content: center;
29943
- align-items: center;
29944
- color: #00122e;
30010
+
30011
+ .E_c1yyuluq {
30012
+ border-radius: 8px;
29945
30013
  }
29946
- .E_d1bw7c5z .center .number {
29947
- font-size: 24px;
29948
- font-weight: 700;
30014
+ .E_c1yyuluq .ant-card-body {
30015
+ padding: 20px 24px 24px 24px;
29949
30016
  }
29950
- .E_d1bw7c5z .center .text {
29951
- padding: 0 5px;
29952
- font-size: 12px;
29953
- width: inherit;
29954
- text-align: center;
30017
+
30018
+ .E_ccrbeuz .ant-collapse-item {
30019
+ border: 0px;
30020
+ background-color: #fff;
29955
30021
  }
29956
- .E_d1bw7c5z .recharts-wrapper {
29957
- display: flex;
30022
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30023
+ padding-top: 0px;
30024
+ padding-bottom: 0px;
30025
+ padding-left: 0px !important;
30026
+ padding-right: 24px;
29958
30027
  }
29959
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29960
- position: relative !important;
29961
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29962
- left: 0 !important;
29963
- bottom: 0 !important;
29964
- display: flex;
29965
- align-items: center;
30028
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30029
+ right: 0px;
29966
30030
  }
29967
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29968
- width: 100%;
30031
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30032
+ padding: 0px;
29969
30033
  }
29970
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29971
- width: 100%;
29972
- margin-right: 0 !important;
29973
- line-height: 18px;
30034
+
30035
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30036
+ padding-right: 0px;
30037
+ cursor: default;
29974
30038
  }
29975
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29976
- border-radius: 2px;
30039
+
30040
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30041
+ display: flex;
29977
30042
  }
29978
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29979
- min-width: 75px;
29980
- max-width: 198px;
29981
- width: calc(100% - 20px);
29982
- margin-left: 2px;
29983
- color: #00122e !important;
30043
+
30044
+ .E_rapgekc.ant-radio-wrapper {
29984
30045
  display: inline-flex;
29985
- justify-content: space-between;
30046
+ align-items: baseline;
30047
+ white-space: pre-wrap;
29986
30048
  }
29987
- .E_d1bw7c5z .tooltip-text {
29988
- maxwidth: calc(100% - 12px);
29989
- cursor: pointer;
29990
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29991
- overflow: hidden;
29992
- text-overflow: ellipsis;
29993
- white-space: nowrap;
30049
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
30050
+ position: relative;
30051
+ top: 3px;
29994
30052
  }
29995
- .E_d1bw7c5z .value {
29996
- color: rgba(44, 56, 82, 0.75);
30053
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30054
+ border-color: rgba(107, 128, 167, 0.6);
29997
30055
  }
29998
-
29999
- .E_t10pqbtc {
30000
- width: 140px;
30056
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30057
+ border-color: #0080ff;
30001
30058
  }
30002
- .E_t10pqbtc .item {
30003
- margin: 6px auto;
30004
- display: flex;
30005
- justify-content: space-between;
30059
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30060
+ border-color: #0080ff;
30061
+ background: #0080ff;
30006
30062
  }
30007
- .E_t10pqbtc .item .name {
30008
- width: 102px;
30063
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30064
+ top: 4px;
30065
+ left: 4px;
30066
+ width: 6px;
30067
+ height: 6px;
30068
+ background: #fff;
30009
30069
  }
30010
-
30011
- .E_c1yyuluq {
30012
- border-radius: 8px;
30070
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30071
+ opacity: 0.5;
30013
30072
  }
30014
- .E_c1yyuluq .ant-card-body {
30015
- padding: 20px 24px 24px 24px;
30073
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30074
+ border-color: rgba(107, 128, 167, 0.6);
30075
+ background: rgba(211, 218, 235, 0.6);
30016
30076
  }
30017
-
30018
- .E_itxley7.ant-input-group.ant-input-group-compact {
30019
- display: flex;
30077
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30078
+ background: #00122e;
30079
+ }
30080
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30081
+ color: #00122e;
30082
+ opacity: 0.5;
30083
+ }
30084
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30085
+ color: #00122e;
30086
+ }
30087
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30088
+ display: inline-block;
30089
+ padding: 0;
30090
+ padding-left: 12px;
30091
+ }
30092
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30093
+ margin-bottom: 0;
30094
+ white-space: pre-wrap;
30095
+ color: rgba(44, 56, 82, 0.6);
30096
+ }
30097
+ .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30098
+ padding-left: 8px;
30020
30099
  }
30021
30100
 
30022
- .E_sx1bpnu .ant-input-sm {
30023
- line-height: 18px;
30101
+ .E_rp906go .ant-radio-button-wrapper:first-child {
30102
+ border-radius: 5px 0 0 5px;
30103
+ }
30104
+ .E_rp906go .ant-radio-button-wrapper:last-child {
30105
+ border-radius: 0 5px 5px 0;
30024
30106
  }
30025
30107
 
30026
- .E_ccrbeuz .ant-collapse-item {
30027
- border: 0px;
30028
- background-color: #fff;
30108
+ .E_rcc63c8 {
30109
+ color: #00122e;
30110
+ border-color: #ccd4e3;
30029
30111
  }
30030
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30031
- padding-top: 0px;
30032
- padding-bottom: 0px;
30033
- padding-left: 0px !important;
30034
- padding-right: 24px;
30112
+ .E_rcc63c8:first-child {
30113
+ border-color: #a3b4cc;
30035
30114
  }
30036
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30037
- right: 0px;
30115
+ .E_rcc63c8.ant-radio-button-wrapper {
30116
+ padding: 0 12px;
30117
+ line-height: 32px;
30118
+ height: 32px;
30038
30119
  }
30039
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30040
- padding: 0px;
30120
+ .E_rcc63c8.ant-radio-button-wrapper > span + span {
30121
+ white-space: nowrap;
30122
+ }
30123
+ .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30124
+ height: 22px;
30125
+ padding: 0 7px;
30126
+ line-height: 20px;
30127
+ }
30128
+ .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30129
+ background: #ccd4e3;
30130
+ }
30131
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30132
+ background: #0080ff;
30133
+ }
30134
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30135
+ background: #ccd4e3;
30136
+ opacity: 0.5;
30137
+ }
30138
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30139
+ border-right-color: #0080ff;
30140
+ }
30141
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30142
+ border-color: #0080ff;
30143
+ }
30144
+ .E_rcc63c8.ant-radio-button-wrapper-checked {
30145
+ background: rgba(0, 136, 255, 0.1);
30146
+ }
30147
+ .E_rcc63c8.ant-radio-button-wrapper-disabled {
30148
+ background: rgba(211, 218, 235, 0.6);
30149
+ border-color: #ccd4e3;
30150
+ opacity: 0.5;
30151
+ }
30152
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30153
+ color: #00122e;
30154
+ border-color: #ccd4e3;
30155
+ }
30156
+ .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30157
+ color: #00122e;
30158
+ border-color: #ccd4e3;
30159
+ background: rgba(172, 186, 211, 0.6);
30160
+ }
30161
+ .E_rcc63c8 .ant-radio-button-input {
30162
+ margin-right: 8px;
30163
+ display: inline;
30164
+ border: none;
30165
+ padding: 0;
30166
+ width: 36px;
30167
+ background: transparent;
30168
+ }
30169
+ .E_rcc63c8 .ant-radio-button-input:focus {
30170
+ box-shadow: none;
30171
+ }
30172
+ .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30173
+ margin-right: 0;
30174
+ width: initial;
30175
+ box-shadow: none;
30176
+ }
30177
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30178
+ display: none;
30179
+ }
30180
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30181
+ display: inline;
30182
+ }
30183
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30184
+ display: inline;
30185
+ margin-right: 8px;
30186
+ padding: 0;
30187
+ width: 36px;
30041
30188
  }
30042
30189
 
30043
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30044
- padding-right: 0px;
30045
- cursor: default;
30190
+ .E_sx1bpnu .ant-input-sm {
30191
+ line-height: 18px;
30046
30192
  }
30047
30193
 
30048
30194
  .E_phljevk {
@@ -30169,286 +30315,281 @@ button.E_n7k2c6r {
30169
30315
  color: rgba(44, 56, 82, 0.6);
30170
30316
  }
30171
30317
 
30172
- .E_s1dni7lo {
30173
- width: 430px !important;
30318
+ .E_s1dizucg.ant-switch {
30319
+ min-width: 40px;
30320
+ height: 24px;
30321
+ background: rgba(172, 186, 211, 0.6);
30322
+ overflow: hidden;
30174
30323
  }
30175
-
30176
- .E_d1wwmmm5 .ant-select-item-group {
30177
- padding: 8px 16px;
30178
- line-height: 18px;
30179
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30180
- height: 34px;
30181
- min-height: 34px;
30182
- box-sizing: border-box;
30183
- margin-top: 8px;
30324
+ .E_s1dizucg.ant-switch:focus {
30325
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30184
30326
  }
30185
-
30186
- .E_o1ugr09p {
30187
- display: flex;
30188
- flex-direction: column;
30189
- margin: 1px 8px;
30190
- padding: 8px;
30191
- border-radius: 4px;
30327
+ .E_s1dizucg.ant-switch-small {
30328
+ min-width: 26px;
30329
+ height: 16px;
30192
30330
  }
30193
- .E_o1ugr09p .selected-icon {
30194
- display: none;
30331
+ .E_s1dizucg.ant-switch-large {
30332
+ min-width: 52px;
30333
+ height: 32px;
30195
30334
  }
30196
- .E_o1ugr09p.ant-select-item-option-grouped {
30197
- padding-left: 8px;
30335
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30336
+ height: 20px;
30337
+ width: 20px;
30198
30338
  }
30199
- .E_o1ugr09p.ant-select-item-option-selected {
30200
- background-color: white;
30339
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30340
+ border-radius: 10px;
30341
+ transition-delay: 120ms;
30201
30342
  }
30202
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30203
- color: #0080ff;
30343
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30344
+ height: 14px;
30345
+ width: 14px;
30346
+ top: 1px;
30347
+ left: 1px;
30204
30348
  }
30205
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30206
- display: block;
30349
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30350
+ height: 28px;
30351
+ width: 28px;
30207
30352
  }
30208
- .E_o1ugr09p.ant-select-item-option-active {
30209
- background: rgba(0, 136, 255, 0.16);
30353
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30354
+ border-radius: 14px;
30210
30355
  }
30211
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30212
- color: #0080ff;
30356
+ .E_s1dizucg.ant-switch-checked {
30357
+ background-color: #00ba5d;
30213
30358
  }
30214
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30215
- background: rgba(0, 136, 255, 0.1);
30216
- color: #0080ff;
30359
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30360
+ left: calc(100% - 20px - 2px);
30217
30361
  }
30218
-
30219
- .E_o1ifxsq4 {
30220
- display: flex;
30221
- justify-content: space-between;
30222
- height: 20px;
30223
- line-height: 20px;
30362
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30363
+ left: calc(100% - 14px - 1px);
30224
30364
  }
30225
- .E_o1ifxsq4 .timezone-title {
30226
- color: #2d3a56;
30227
- overflow: hidden;
30228
- text-overflow: ellipsis;
30365
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30366
+ left: calc(100% - 28px - 2px);
30229
30367
  }
30230
30368
 
30231
- .E_o1zue7 {
30232
- display: flex;
30233
- justify-content: space-between;
30234
- color: rgba(44, 56, 82, 0.6);
30235
- height: 18px;
30236
- line-height: 18px;
30237
- margin-top: 2px;
30369
+ .E_c1up6e3y {
30370
+ margin-left: 5px;
30238
30371
  }
30239
30372
 
30240
- .E_tyfmlxg {
30241
- border: none;
30242
- margin-right: 0;
30243
- background: rgba(225, 230, 241, 0.6);
30373
+ .E_tju3gfj .date {
30374
+ margin-right: 4px;
30244
30375
  }
30245
30376
 
30246
- .E_o18uybox {
30247
- pointer-events: none;
30248
- height: 32px;
30249
- width: 100%;
30250
- opacity: 0;
30377
+ .E_clm1wy1 {
30378
+ width: 192px;
30379
+ height: 246px;
30380
+ border-radius: 4px;
30251
30381
  }
30252
-
30253
- .E_rapgekc.ant-radio-wrapper {
30254
- display: inline-flex;
30255
- align-items: baseline;
30256
- white-space: pre-wrap;
30382
+ .E_clm1wy1 > .ant-picker-calendar,
30383
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
30384
+ width: 100%;
30385
+ background-color: rgba(245, 247, 250, 0.6);
30386
+ border-top: none;
30257
30387
  }
30258
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30259
- position: relative;
30260
- top: 3px;
30388
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
30389
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
30390
+ padding: 0 16px;
30261
30391
  }
30262
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30263
- border-color: rgba(107, 128, 167, 0.6);
30392
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
30393
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
30394
+ width: 100%;
30395
+ height: 180px;
30396
+ border-spacing: 0;
30264
30397
  }
30265
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30266
- border-color: #0080ff;
30398
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
30399
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
30400
+ margin-bottom: 8px;
30267
30401
  }
30268
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30269
- border-color: #0080ff;
30270
- background: #0080ff;
30402
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
30403
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
30404
+ width: 22px;
30271
30405
  }
30272
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30273
- top: 4px;
30274
- left: 4px;
30275
- width: 6px;
30276
- height: 6px;
30277
- background: #fff;
30406
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
30407
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
30408
+ padding: 0;
30278
30409
  }
30279
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30280
- opacity: 0.5;
30410
+ .E_clm1wy1 .ant-picker-cell {
30411
+ color: rgba(62, 70, 82, 0.6);
30412
+ opacity: 0.4;
30281
30413
  }
30282
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30283
- border-color: rgba(107, 128, 167, 0.6);
30284
- background: rgba(211, 218, 235, 0.6);
30414
+ .E_clm1wy1 .ant-picker-cell-in-view {
30415
+ color: rgba(62, 70, 82, 0.6);
30416
+ opacity: 1;
30285
30417
  }
30286
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30287
- background: #00122e;
30418
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
30419
+ color: #3e4652;
30288
30420
  }
30289
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30290
- color: #00122e;
30291
- opacity: 0.5;
30421
+ .E_clm1wy1 .ant-picker-cell::before {
30422
+ pointer-events: none;
30292
30423
  }
30293
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30294
- color: #00122e;
30424
+
30425
+ .E_t1tsm00v {
30426
+ color: rgba(129, 138, 153, 0.6);
30427
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
30428
+ backdrop-filter: blur(10px);
30429
+ padding: 7px 10px;
30295
30430
  }
30296
- .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30297
- display: inline-block;
30298
- padding: 0;
30299
- padding-left: 12px;
30431
+
30432
+ .E_c167wnad {
30433
+ color: rgba(62, 70, 82, 0.6);
30434
+ display: flex;
30435
+ justify-content: space-between;
30436
+ align-items: center;
30437
+ padding: 8px 16px;
30300
30438
  }
30301
- .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30302
- margin-bottom: 0;
30303
- white-space: pre-wrap;
30304
- color: rgba(44, 56, 82, 0.6);
30439
+ .E_c167wnad .anticon {
30440
+ cursor: pointer;
30305
30441
  }
30306
- .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30307
- padding-left: 8px;
30442
+ .E_c167wnad .anticon:hover {
30443
+ color: #0096ff;
30308
30444
  }
30309
30445
 
30310
- .E_rp906go .ant-radio-button-wrapper:first-child {
30311
- border-radius: 5px 0 0 5px;
30446
+ .E_cxhf7dh {
30447
+ text-align: center;
30312
30448
  }
30313
- .E_rp906go .ant-radio-button-wrapper:last-child {
30314
- border-radius: 0 5px 5px 0;
30449
+ .E_cxhf7dh .dots {
30450
+ display: flex;
30451
+ justify-content: center;
30452
+ }
30453
+ .E_cxhf7dh .dot {
30454
+ display: inline-block;
30455
+ width: 2px;
30456
+ height: 2px;
30457
+ border-radius: 1px;
30458
+ background: #0096ff;
30459
+ }
30460
+ .E_cxhf7dh .dot:not(:last-child) {
30461
+ margin-right: 2px;
30462
+ }
30463
+ .E_cxhf7dh .bar {
30464
+ width: 9px;
30465
+ height: 2px;
30466
+ background: #0096ff;
30467
+ border-radius: 2px;
30315
30468
  }
30316
30469
 
30317
- .E_rcc63c8 {
30318
- color: #00122e;
30319
- border-color: #ccd4e3;
30470
+ .E_s1dni7lo {
30471
+ width: 430px !important;
30320
30472
  }
30321
- .E_rcc63c8:first-child {
30322
- border-color: #a3b4cc;
30473
+
30474
+ .E_d1wwmmm5 .ant-select-item-group {
30475
+ padding: 8px 16px;
30476
+ line-height: 18px;
30477
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30478
+ height: 34px;
30479
+ min-height: 34px;
30480
+ box-sizing: border-box;
30481
+ margin-top: 8px;
30323
30482
  }
30324
- .E_rcc63c8.ant-radio-button-wrapper {
30325
- padding: 0 12px;
30326
- line-height: 32px;
30327
- height: 32px;
30483
+
30484
+ .E_o1ugr09p {
30485
+ display: flex;
30486
+ flex-direction: column;
30487
+ margin: 1px 8px;
30488
+ padding: 8px;
30489
+ border-radius: 4px;
30328
30490
  }
30329
- .E_rcc63c8.ant-radio-button-wrapper > span + span {
30330
- white-space: nowrap;
30491
+ .E_o1ugr09p .selected-icon {
30492
+ display: none;
30331
30493
  }
30332
- .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30333
- height: 22px;
30334
- padding: 0 7px;
30335
- line-height: 20px;
30494
+ .E_o1ugr09p.ant-select-item-option-grouped {
30495
+ padding-left: 8px;
30336
30496
  }
30337
- .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30338
- background: #ccd4e3;
30497
+ .E_o1ugr09p.ant-select-item-option-selected {
30498
+ background-color: white;
30339
30499
  }
30340
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30341
- background: #0080ff;
30500
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30501
+ color: #0080ff;
30342
30502
  }
30343
- .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30344
- background: #ccd4e3;
30345
- opacity: 0.5;
30503
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30504
+ display: block;
30346
30505
  }
30347
- .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30348
- border-right-color: #0080ff;
30506
+ .E_o1ugr09p.ant-select-item-option-active {
30507
+ background: rgba(0, 136, 255, 0.16);
30349
30508
  }
30350
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30351
- border-color: #0080ff;
30509
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30510
+ color: #0080ff;
30352
30511
  }
30353
- .E_rcc63c8.ant-radio-button-wrapper-checked {
30512
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30354
30513
  background: rgba(0, 136, 255, 0.1);
30514
+ color: #0080ff;
30355
30515
  }
30356
- .E_rcc63c8.ant-radio-button-wrapper-disabled {
30357
- background: rgba(211, 218, 235, 0.6);
30358
- border-color: #ccd4e3;
30359
- opacity: 0.5;
30516
+
30517
+ .E_o1ifxsq4 {
30518
+ display: flex;
30519
+ justify-content: space-between;
30520
+ height: 20px;
30521
+ line-height: 20px;
30360
30522
  }
30361
- .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30362
- color: #00122e;
30363
- border-color: #ccd4e3;
30523
+ .E_o1ifxsq4 .timezone-title {
30524
+ color: #2d3a56;
30525
+ overflow: hidden;
30526
+ text-overflow: ellipsis;
30364
30527
  }
30365
- .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30366
- color: #00122e;
30367
- border-color: #ccd4e3;
30368
- background: rgba(172, 186, 211, 0.6);
30528
+
30529
+ .E_o1zue7 {
30530
+ display: flex;
30531
+ justify-content: space-between;
30532
+ color: rgba(44, 56, 82, 0.6);
30533
+ height: 18px;
30534
+ line-height: 18px;
30535
+ margin-top: 2px;
30369
30536
  }
30370
- .E_rcc63c8 .ant-radio-button-input {
30371
- margin-right: 8px;
30372
- display: inline;
30537
+
30538
+ .E_tyfmlxg {
30373
30539
  border: none;
30374
- padding: 0;
30375
- width: 36px;
30376
- background: transparent;
30377
- }
30378
- .E_rcc63c8 .ant-radio-button-input:focus {
30379
- box-shadow: none;
30380
- }
30381
- .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30382
30540
  margin-right: 0;
30383
- width: initial;
30384
- box-shadow: none;
30541
+ background: rgba(225, 230, 241, 0.6);
30385
30542
  }
30386
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30387
- display: none;
30543
+
30544
+ .E_o18uybox {
30545
+ pointer-events: none;
30546
+ height: 32px;
30547
+ width: 100%;
30548
+ opacity: 0;
30388
30549
  }
30389
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30390
- display: inline;
30391
- }
30392
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30393
- display: inline;
30394
- margin-right: 8px;
30395
- padding: 0;
30396
- width: 36px;
30550
+
30551
+ .E_iq1gosr {
30552
+ display: inline-block;
30397
30553
  }
30398
30554
 
30399
- .E_s1dizucg.ant-switch {
30400
- min-width: 40px;
30401
- height: 24px;
30402
- background: rgba(172, 186, 211, 0.6);
30403
- overflow: hidden;
30404
- }
30405
- .E_s1dizucg.ant-switch:focus {
30406
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30407
- }
30408
- .E_s1dizucg.ant-switch-small {
30409
- min-width: 26px;
30410
- height: 16px;
30411
- }
30412
- .E_s1dizucg.ant-switch-large {
30413
- min-width: 52px;
30414
- height: 32px;
30415
- }
30416
- .E_s1dizucg.ant-switch .ant-switch-handle {
30417
- height: 20px;
30418
- width: 20px;
30419
- }
30420
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
30421
- border-radius: 10px;
30422
- transition-delay: 120ms;
30423
- }
30424
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
30555
+ .E_c1bus5hc {
30556
+ --color: white;
30425
30557
  height: 14px;
30426
30558
  width: 14px;
30427
- top: 1px;
30428
- left: 1px;
30429
- }
30430
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
30431
- height: 28px;
30432
- width: 28px;
30433
- }
30434
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30435
- border-radius: 14px;
30436
- }
30437
- .E_s1dizucg.ant-switch-checked {
30438
- background-color: #00ba5d;
30439
- }
30440
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30441
- left: calc(100% - 20px - 2px);
30559
+ border-radius: 50%;
30560
+ flex-shrink: 0;
30561
+ display: flex;
30562
+ align-items: center;
30563
+ justify-content: center;
30564
+ border: 1px solid var(--color);
30442
30565
  }
30443
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30444
- left: calc(100% - 14px - 1px);
30566
+ .E_c1bus5hc .circle-inner {
30567
+ position: relative;
30568
+ height: 10px;
30569
+ width: 10px;
30570
+ border-radius: 50%;
30571
+ overflow: hidden;
30445
30572
  }
30446
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30447
- left: calc(100% - 28px - 2px);
30573
+ .E_c1bus5hc .circle-content {
30574
+ position: absolute;
30575
+ height: 100%;
30576
+ width: 100%;
30577
+ left: 0;
30578
+ top: 0;
30579
+ border-radius: 50%;
30580
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30581
+ transform: rotate(180deg);
30448
30582
  }
30449
-
30450
- .E_c1up6e3y {
30451
- margin-left: 5px;
30583
+ .E_c1bus5hc .circle-child {
30584
+ position: absolute;
30585
+ height: 100%;
30586
+ width: 100%;
30587
+ left: 0;
30588
+ top: 0;
30589
+ margin-left: 50%;
30590
+ transform-origin: left;
30591
+ background: white;
30592
+ transform: rotate(0deg);
30452
30593
  }
30453
30594
 
30454
30595
  .E_s1sck0th {
@@ -30533,54 +30674,6 @@ button.E_n7k2c6r {
30533
30674
  background-color: #7E41FF;
30534
30675
  }
30535
30676
 
30536
- .E_tju3gfj .date {
30537
- margin-right: 4px;
30538
- }
30539
-
30540
- .E_c1bus5hc {
30541
- --color: white;
30542
- height: 14px;
30543
- width: 14px;
30544
- border-radius: 50%;
30545
- flex-shrink: 0;
30546
- display: flex;
30547
- align-items: center;
30548
- justify-content: center;
30549
- border: 1px solid var(--color);
30550
- }
30551
- .E_c1bus5hc .circle-inner {
30552
- position: relative;
30553
- height: 10px;
30554
- width: 10px;
30555
- border-radius: 50%;
30556
- overflow: hidden;
30557
- }
30558
- .E_c1bus5hc .circle-content {
30559
- position: absolute;
30560
- height: 100%;
30561
- width: 100%;
30562
- left: 0;
30563
- top: 0;
30564
- border-radius: 50%;
30565
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30566
- transform: rotate(180deg);
30567
- }
30568
- .E_c1bus5hc .circle-child {
30569
- position: absolute;
30570
- height: 100%;
30571
- width: 100%;
30572
- left: 0;
30573
- top: 0;
30574
- margin-left: 50%;
30575
- transform-origin: left;
30576
- background: white;
30577
- transform: rotate(0deg);
30578
- }
30579
-
30580
- .E_iq1gosr {
30581
- display: inline-block;
30582
- }
30583
-
30584
30677
  .E_t1m2x205 .ant-tooltip-arrow {
30585
30678
  display: none;
30586
30679
  }
@@ -30589,53 +30682,6 @@ button.E_n7k2c6r {
30589
30682
  border-radius: 4px;
30590
30683
  }
30591
30684
 
30592
- .E_c18bcrac {
30593
- display: inline-block;
30594
- width: 100%;
30595
- }
30596
- .E_c18bcrac .recharts-wrapper {
30597
- margin-left: 4px;
30598
- }
30599
-
30600
- .E_cro7kg2 {
30601
- padding: 4px;
30602
- }
30603
-
30604
- .E_c14wcxf0 {
30605
- display: flex;
30606
- justify-content: space-between;
30607
- align-items: center;
30608
- font-size: 13px;
30609
- line-height: 24px;
30610
- color: #cccccc;
30611
- white-space: nowrap;
30612
- }
30613
- .E_c14wcxf0 label {
30614
- margin-right: 32px;
30615
- }
30616
-
30617
- .E_coy29mj.E_c14wcxf0 {
30618
- font-weight: bold;
30619
- color: white;
30620
- }
30621
-
30622
- .E_s11212zy {
30623
- width: 8px;
30624
- height: 8px;
30625
- border-radius: 2px;
30626
- display: inline-block;
30627
- background: var(--s11212zy-0);
30628
- border: 1px solid #fff;
30629
- box-sizing: content-box;
30630
- margin-right: 6px;
30631
- }
30632
-
30633
- .E_p1lyky6c > :first-child {
30634
- font-weight: bold;
30635
- color: white;
30636
- margin-right: 4px;
30637
- }
30638
-
30639
30685
  .E_s1ebs0ra {
30640
30686
  display: flex;
30641
30687
  align-items: center;
@@ -30697,97 +30743,51 @@ button.E_n7k2c6r {
30697
30743
  background: #fff;
30698
30744
  }
30699
30745
 
30700
- .E_clm1wy1 {
30701
- width: 192px;
30702
- height: 246px;
30703
- border-radius: 4px;
30704
- }
30705
- .E_clm1wy1 > .ant-picker-calendar,
30706
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
30707
- width: 100%;
30708
- background-color: rgba(245, 247, 250, 0.6);
30709
- border-top: none;
30710
- }
30711
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
30712
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
30713
- padding: 0 16px;
30714
- }
30715
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
30716
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
30746
+ .E_c18bcrac {
30747
+ display: inline-block;
30717
30748
  width: 100%;
30718
- height: 180px;
30719
- border-spacing: 0;
30720
- }
30721
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
30722
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
30723
- margin-bottom: 8px;
30724
- }
30725
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
30726
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
30727
- width: 22px;
30728
- }
30729
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
30730
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
30731
- padding: 0;
30732
- }
30733
- .E_clm1wy1 .ant-picker-cell {
30734
- color: rgba(62, 70, 82, 0.6);
30735
- opacity: 0.4;
30736
- }
30737
- .E_clm1wy1 .ant-picker-cell-in-view {
30738
- color: rgba(62, 70, 82, 0.6);
30739
- opacity: 1;
30740
- }
30741
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
30742
- color: #3e4652;
30743
30749
  }
30744
- .E_clm1wy1 .ant-picker-cell::before {
30745
- pointer-events: none;
30750
+ .E_c18bcrac .recharts-wrapper {
30751
+ margin-left: 4px;
30746
30752
  }
30747
30753
 
30748
- .E_t1tsm00v {
30749
- color: rgba(129, 138, 153, 0.6);
30750
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
30751
- backdrop-filter: blur(10px);
30752
- padding: 7px 10px;
30754
+ .E_cro7kg2 {
30755
+ padding: 4px;
30753
30756
  }
30754
30757
 
30755
- .E_c167wnad {
30756
- color: rgba(62, 70, 82, 0.6);
30758
+ .E_c14wcxf0 {
30757
30759
  display: flex;
30758
30760
  justify-content: space-between;
30759
30761
  align-items: center;
30760
- padding: 8px 16px;
30762
+ font-size: 13px;
30763
+ line-height: 24px;
30764
+ color: #cccccc;
30765
+ white-space: nowrap;
30761
30766
  }
30762
- .E_c167wnad .anticon {
30763
- cursor: pointer;
30767
+ .E_c14wcxf0 label {
30768
+ margin-right: 32px;
30764
30769
  }
30765
- .E_c167wnad .anticon:hover {
30766
- color: #0096ff;
30770
+
30771
+ .E_coy29mj.E_c14wcxf0 {
30772
+ font-weight: bold;
30773
+ color: white;
30767
30774
  }
30768
30775
 
30769
- .E_cxhf7dh {
30770
- text-align: center;
30771
- }
30772
- .E_cxhf7dh .dots {
30773
- display: flex;
30774
- justify-content: center;
30775
- }
30776
- .E_cxhf7dh .dot {
30776
+ .E_s11212zy {
30777
+ width: 8px;
30778
+ height: 8px;
30779
+ border-radius: 2px;
30777
30780
  display: inline-block;
30778
- width: 2px;
30779
- height: 2px;
30780
- border-radius: 1px;
30781
- background: #0096ff;
30782
- }
30783
- .E_cxhf7dh .dot:not(:last-child) {
30784
- margin-right: 2px;
30781
+ background: var(--s11212zy-0);
30782
+ border: 1px solid #fff;
30783
+ box-sizing: content-box;
30784
+ margin-right: 6px;
30785
30785
  }
30786
- .E_cxhf7dh .bar {
30787
- width: 9px;
30788
- height: 2px;
30789
- background: #0096ff;
30790
- border-radius: 2px;
30786
+
30787
+ .E_p1lyky6c > :first-child {
30788
+ font-weight: bold;
30789
+ color: white;
30790
+ margin-right: 4px;
30791
30791
  }
30792
30792
 
30793
30793
  .E_gmyahx3 {
@@ -30800,10 +30800,6 @@ button.E_n7k2c6r {
30800
30800
  color: #0080ff;
30801
30801
  }
30802
30802
 
30803
- span.E_tqjc4ui {
30804
- margin: 0 2px;
30805
- }
30806
-
30807
30803
  .E_n12mqh7z {
30808
30804
  display: flex;
30809
30805
  align-items: center;
@@ -30823,30 +30819,6 @@ span.E_tqjc4ui {
30823
30819
  overflow: auto;
30824
30820
  }
30825
30821
 
30826
- .E_ou7iq30 {
30827
- overflow: hidden;
30828
- text-overflow: ellipsis;
30829
- }
30830
-
30831
- .E_s1tui002 {
30832
- white-space: nowrap;
30833
- }
30834
-
30835
- .E_mxrc2zg {
30836
- display: -webkit-box;
30837
- -webkit-line-clamp: var(--mxrc2zg-0);
30838
- -webkit-box-orient: vertical;
30839
- word-break: break-all;
30840
- }
30841
-
30842
- .E_s1iv0tp1 .enabled-switch {
30843
- display: flex;
30844
- align-items: center;
30845
- }
30846
- .E_s1iv0tp1 .enabled-text {
30847
- margin-right: 8px;
30848
- }
30849
-
30850
30822
  .E_t1sqg15u {
30851
30823
  background: white;
30852
30824
  }
@@ -30937,6 +30909,70 @@ span.E_tqjc4ui {
30937
30909
  padding-right: 12px;
30938
30910
  }
30939
30911
 
30912
+ .E_s1iv0tp1 .enabled-switch {
30913
+ display: flex;
30914
+ align-items: center;
30915
+ }
30916
+ .E_s1iv0tp1 .enabled-text {
30917
+ margin-right: 8px;
30918
+ }
30919
+
30920
+ .E_wg1tsps {
30921
+ display: flex;
30922
+ align-items: center;
30923
+ justify-content: flex-end;
30924
+ }
30925
+
30926
+ .E_b1ctd5xy {
30927
+ display: flex;
30928
+ align-items: center;
30929
+ width: calc(100% - 40px);
30930
+ }
30931
+ .E_b1ctd5xy .chart {
30932
+ display: inline-block;
30933
+ width: 100%;
30934
+ }
30935
+
30936
+ .E_u1p8acpn {
30937
+ min-width: 40px;
30938
+ }
30939
+ .E_u1p8acpn .unit {
30940
+ color: #00122e !important;
30941
+ }
30942
+
30943
+ span.E_tqjc4ui {
30944
+ margin: 0 2px;
30945
+ }
30946
+
30947
+ .E_ou7iq30 {
30948
+ overflow: hidden;
30949
+ text-overflow: ellipsis;
30950
+ }
30951
+
30952
+ .E_s1tui002 {
30953
+ white-space: nowrap;
30954
+ }
30955
+
30956
+ .E_mxrc2zg {
30957
+ display: -webkit-box;
30958
+ -webkit-line-clamp: var(--mxrc2zg-0);
30959
+ -webkit-box-orient: vertical;
30960
+ word-break: break-all;
30961
+ }
30962
+
30963
+ .E_skwah65 {
30964
+ height: 8px;
30965
+ box-sizing: border-box;
30966
+ border-radius: 2px;
30967
+ background: #f5f7fa;
30968
+ display: flex;
30969
+ width: 100%;
30970
+ overflow: hidden;
30971
+ }
30972
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
30973
+ margin-left: 1px;
30974
+ }
30975
+
30940
30976
  .E_c1up1pdz {
30941
30977
  width: 648px;
30942
30978
  }
@@ -31077,84 +31113,201 @@ span.E_tqjc4ui {
31077
31113
  color: #fff;
31078
31114
  }
31079
31115
 
31080
- .E_wg1tsps {
31116
+ .E_fzh9mnb {
31117
+ width: 100%;
31118
+ height: 100%;
31119
+ min-height: 124px;
31081
31120
  display: flex;
31121
+ flex-direction: column;
31122
+ justify-content: center;
31082
31123
  align-items: center;
31083
- justify-content: flex-end;
31124
+ }
31125
+ .E_fzh9mnb .error-text {
31126
+ color: rgba(10, 37, 85, 0.6);
31127
+ margin-bottom: 16px;
31128
+ font-size: 18px;
31084
31129
  }
31085
31130
 
31086
- .E_b1ctd5xy {
31131
+ .E_i1inqkme {
31132
+ height: 18px;
31133
+ line-height: 18px;
31134
+ padding: 0 4px;
31135
+ border-radius: 4px;
31136
+ background: rgba(235, 239, 245, 0.6);
31137
+ border: 1px solid rgba(223, 228, 235, 0.6);
31087
31138
  display: flex;
31088
31139
  align-items: center;
31089
- width: calc(100% - 40px);
31090
- }
31091
- .E_b1ctd5xy .chart {
31092
- display: inline-block;
31093
- width: 100%;
31140
+ white-space: nowrap;
31141
+ margin-right: 4px;
31094
31142
  }
31095
31143
 
31096
- .E_u1p8acpn {
31097
- min-width: 40px;
31098
- }
31099
- .E_u1p8acpn .unit {
31100
- color: #00122e !important;
31144
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
31145
+ display: var(--ai7qkf2-0);
31101
31146
  }
31102
-
31103
- .E_skwah65 {
31104
- height: 8px;
31105
- box-sizing: border-box;
31106
- border-radius: 2px;
31107
- background: #f5f7fa;
31108
- display: flex;
31147
+ .E_ai7qkf2 .ant-input-number-input-wrap {
31148
+ display: inline-flex;
31149
+ line-height: 1.5715;
31150
+ height: 100%;
31109
31151
  width: 100%;
31110
- overflow: hidden;
31111
31152
  }
31112
- .E_skwah65 .stack-bar-item + .stack-bar-item {
31113
- margin-left: 1px;
31153
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
31154
+ content: var(--ai7qkf2-1);
31155
+ display: var(--ai7qkf2-2);
31156
+ flex: none;
31157
+ align-items: center;
31158
+ margin-left: 4px;
31159
+ padding: 5px 12px 5px 0;
31160
+ color: rgba(44, 56, 82, 0.6);
31114
31161
  }
31115
-
31116
- .E_s1at6qmn.ant-layout-sider {
31117
- background: #edf0f7;
31118
- padding: 32px 8px;
31119
- overflow: auto;
31162
+ .E_ai7qkf2 .ant-input-number-input-wrap::before {
31163
+ content: var(--ai7qkf2-3);
31164
+ display: var(--ai7qkf2-4);
31165
+ flex: none;
31166
+ align-items: center;
31167
+ margin-right: 4px;
31168
+ cursor: auto;
31169
+ color: rgba(44, 56, 82, 0.6);
31120
31170
  }
31121
- .E_s1at6qmn .ant-layout-sider-children {
31122
- display: flex;
31123
- flex-direction: column;
31124
- justify-content: space-between;
31171
+ .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
31172
+ border-radius: 0;
31125
31173
  }
31126
- .E_s1at6qmn footer {
31127
- display: flex;
31174
+ .E_ai7qkf2.ant-input-number {
31175
+ width: 100%;
31176
+ border-radius: 6px;
31128
31177
  }
31129
- .E_s1at6qmn .ant-menu {
31130
- background: #edf0f7;
31178
+ .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
31179
+ border-color: #0096ff;
31180
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31181
+ z-index: 1;
31131
31182
  }
31132
- .E_s1at6qmn .ant-menu a {
31133
- color: #00122e;
31134
- width: 180px;
31135
- overflow: hidden;
31136
- text-overflow: ellipsis;
31183
+ .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
31184
+ border-color: #e75a3a;
31185
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31137
31186
  }
31138
- .E_s1at6qmn .ant-menu-vertical {
31139
- margin-bottom: 24px;
31187
+ .E_ai7qkf2 .ant-input-number-input {
31188
+ height: 30px;
31189
+ border: 1px;
31190
+ padding: 5px 12px;
31191
+ font-size: inherit;
31140
31192
  }
31141
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
31142
- margin: 0;
31193
+ .E_ai7qkf2.ant-input-number-lg input {
31194
+ height: 38px;
31195
+ border: 1px;
31196
+ padding: 8px 16px;
31143
31197
  }
31144
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
31145
- font-size: 12px;
31146
- padding: 0 8px 4px;
31147
- line-height: 18px;
31198
+ .E_ai7qkf2.ant-input-number-sm input {
31199
+ height: 22px;
31200
+ border: 1px;
31201
+ padding: 2px 8px;
31148
31202
  }
31149
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
31150
- padding: 0;
31203
+
31204
+ .E_f7pxqmh {
31205
+ width: 100%;
31206
+ margin-bottom: 0 !important;
31207
+ flex-flow: nowrap !important;
31208
+ line-break: auto;
31151
31209
  }
31152
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
31153
- padding-bottom: 24px;
31210
+ .E_f7pxqmh > .ant-form-item-label {
31211
+ text-align: left !important;
31212
+ padding-bottom: 0 !important;
31154
31213
  }
31155
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
31156
- margin-bottom: 24px;
31157
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31214
+ .E_f7pxqmh > .ant-form-item-label > label {
31215
+ min-height: 32px;
31216
+ height: auto;
31217
+ font-size: 13px;
31218
+ color: rgba(44, 56, 82, 0.6);
31219
+ white-space: normal;
31220
+ }
31221
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
31222
+ border-color: #ff4d4f !important;
31223
+ }
31224
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
31225
+ border-color: #ff4d4f !important;
31226
+ }
31227
+ .E_f7pxqmh .ant-form-item-explain {
31228
+ margin-top: 4px;
31229
+ font-size: 12px;
31230
+ min-height: 0px;
31231
+ }
31232
+ .E_f7pxqmh .ant-form-item-extra {
31233
+ font-size: 12px;
31234
+ color: rgba(44, 56, 82, 0.6);
31235
+ min-height: 0px;
31236
+ }
31237
+
31238
+ .E_a1wfy30z .ant-input-number-handler-wrap {
31239
+ display: var(--a1wfy30z-0);
31240
+ }
31241
+ .E_a1wfy30z .ant-input-number-input-wrap {
31242
+ padding: 4px 11px;
31243
+ display: inline-flex;
31244
+ line-height: 1.5715;
31245
+ height: inherit;
31246
+ }
31247
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
31248
+ content: var(--a1wfy30z-1);
31249
+ display: var(--a1wfy30z-2);
31250
+ flex: none;
31251
+ align-items: center;
31252
+ margin-left: 4px;
31253
+ }
31254
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
31255
+ content: var(--a1wfy30z-3);
31256
+ display: var(--a1wfy30z-4);
31257
+ flex: none;
31258
+ align-items: center;
31259
+ margin-right: 4px;
31260
+ cursor: auto;
31261
+ }
31262
+ .E_a1wfy30z .ant-input-number-input {
31263
+ padding: 0;
31264
+ margin: 0;
31265
+ height: auto;
31266
+ font-size: inherit;
31267
+ }
31268
+
31269
+ .E_s1at6qmn.ant-layout-sider {
31270
+ background: #edf0f7;
31271
+ padding: 32px 8px;
31272
+ overflow: auto;
31273
+ }
31274
+ .E_s1at6qmn .ant-layout-sider-children {
31275
+ display: flex;
31276
+ flex-direction: column;
31277
+ justify-content: space-between;
31278
+ }
31279
+ .E_s1at6qmn footer {
31280
+ display: flex;
31281
+ }
31282
+ .E_s1at6qmn .ant-menu {
31283
+ background: #edf0f7;
31284
+ }
31285
+ .E_s1at6qmn .ant-menu a {
31286
+ color: #00122e;
31287
+ width: 180px;
31288
+ overflow: hidden;
31289
+ text-overflow: ellipsis;
31290
+ }
31291
+ .E_s1at6qmn .ant-menu-vertical {
31292
+ margin-bottom: 24px;
31293
+ }
31294
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
31295
+ margin: 0;
31296
+ }
31297
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
31298
+ font-size: 12px;
31299
+ padding: 0 8px 4px;
31300
+ line-height: 18px;
31301
+ }
31302
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
31303
+ padding: 0;
31304
+ }
31305
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
31306
+ padding-bottom: 24px;
31307
+ }
31308
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
31309
+ margin-bottom: 24px;
31310
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31158
31311
  }
31159
31312
  .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
31160
31313
  transition: none;
@@ -31226,6 +31379,31 @@ span.E_tqjc4ui {
31226
31379
  text-align: left;
31227
31380
  }
31228
31381
 
31382
+ .E_atcz0kf .ant-input-suffix {
31383
+ margin-left: 8px;
31384
+ }
31385
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31386
+ padding: 2px 7px 2px 12px;
31387
+ }
31388
+
31389
+ .E_iouxfgt {
31390
+ display: inline-flex;
31391
+ align-items: center;
31392
+ }
31393
+ .E_iouxfgt .icon-inner {
31394
+ display: inline-flex;
31395
+ align-items: center;
31396
+ justify-content: center;
31397
+ }
31398
+ .E_iouxfgt .icon-inner + span,
31399
+ .E_iouxfgt span + .icon-inner.suffix {
31400
+ margin-left: 4px;
31401
+ }
31402
+ .E_iouxfgt.is-rotate img,
31403
+ .E_iouxfgt.is-rotate svg {
31404
+ animation: rotate 680ms linear infinite;
31405
+ }
31406
+
31229
31407
  .E_t160l1cm {
31230
31408
  display: flex;
31231
31409
  flex-direction: column;
@@ -31429,1389 +31607,1211 @@ span.E_tqjc4ui {
31429
31607
  background: transparent;
31430
31608
  }
31431
31609
 
31432
- .E_i1inqkme {
31433
- height: 18px;
31434
- line-height: 18px;
31435
- padding: 0 4px;
31436
- border-radius: 4px;
31437
- background: rgba(235, 239, 245, 0.6);
31438
- border: 1px solid rgba(223, 228, 235, 0.6);
31439
- display: flex;
31440
- align-items: center;
31441
- white-space: nowrap;
31442
- margin-right: 4px;
31610
+ .E_dsnbhzf {
31611
+ font-family: Inter;
31612
+ font-style: normal;
31613
+ font-weight: bold;
31614
+ font-size: 32px;
31615
+ line-height: 40px;
31443
31616
  }
31444
31617
 
31445
- .E_f7pxqmh {
31446
- width: 100%;
31447
- margin-bottom: 0 !important;
31448
- flex-flow: nowrap !important;
31449
- line-break: auto;
31618
+ .E_d1mvo22k {
31619
+ font-family: Inter;
31620
+ font-style: normal;
31621
+ font-weight: bold;
31622
+ font-size: 24px;
31623
+ line-height: 32px;
31450
31624
  }
31451
- .E_f7pxqmh > .ant-form-item-label {
31452
- text-align: left !important;
31453
- padding-bottom: 0 !important;
31625
+
31626
+ .E_d1b444tr {
31627
+ font-family: Inter;
31628
+ font-style: normal;
31629
+ font-weight: normal;
31630
+ font-size: 32px;
31631
+ line-height: 40px;
31454
31632
  }
31455
- .E_f7pxqmh > .ant-form-item-label > label {
31456
- min-height: 32px;
31457
- height: auto;
31458
- font-size: 13px;
31459
- color: rgba(44, 56, 82, 0.6);
31460
- white-space: normal;
31633
+
31634
+ .E_dvs0kue {
31635
+ font-family: Inter;
31636
+ font-style: normal;
31637
+ font-weight: bold;
31638
+ font-size: 20px;
31639
+ line-height: 24px;
31461
31640
  }
31462
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
31463
- border-color: #ff4d4f !important;
31641
+
31642
+ .E_d1hcbfcq {
31643
+ font-family: Inter;
31644
+ font-style: normal;
31645
+ font-weight: normal;
31646
+ font-size: 20px;
31647
+ line-height: 24px;
31464
31648
  }
31465
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
31466
- border-color: #ff4d4f !important;
31649
+
31650
+ .E_d1cz922v {
31651
+ font-family: Inter;
31652
+ font-style: normal;
31653
+ font-weight: bold;
31654
+ font-size: 18px;
31655
+ line-height: 22px;
31467
31656
  }
31468
- .E_f7pxqmh .ant-form-item-explain {
31469
- margin-top: 4px;
31470
- font-size: 12px;
31471
- min-height: 0px;
31657
+
31658
+ .E_d3nzbrm {
31659
+ font-family: Inter;
31660
+ font-style: normal;
31661
+ font-weight: normal;
31662
+ font-size: 18px;
31663
+ line-height: 22px;
31472
31664
  }
31473
- .E_f7pxqmh .ant-form-item-extra {
31474
- font-size: 12px;
31475
- color: rgba(44, 56, 82, 0.6);
31476
- min-height: 0px;
31665
+
31666
+ .E_h1g0p5ob {
31667
+ font-family: Inter;
31668
+ font-style: normal;
31669
+ font-weight: bold;
31670
+ font-size: 16px;
31671
+ line-height: 22px;
31477
31672
  }
31478
31673
 
31479
- .E_atcz0kf .ant-input-suffix {
31480
- margin-left: 8px;
31674
+ .E_hydo2ej {
31675
+ font-family: Inter;
31676
+ font-style: normal;
31677
+ font-weight: normal;
31678
+ font-size: 16px;
31679
+ line-height: 22px;
31481
31680
  }
31482
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31483
- padding: 2px 7px 2px 12px;
31681
+
31682
+ .E_h1hbuq0r {
31683
+ font-family: Inter;
31684
+ font-style: normal;
31685
+ font-weight: bold;
31686
+ font-size: 14px;
31687
+ line-height: 20px;
31484
31688
  }
31485
31689
 
31486
- .E_fzh9mnb {
31487
- width: 100%;
31488
- height: 100%;
31489
- min-height: 124px;
31490
- display: flex;
31491
- flex-direction: column;
31492
- justify-content: center;
31493
- align-items: center;
31690
+ .E_h13bondg {
31691
+ font-family: Inter;
31692
+ font-style: normal;
31693
+ font-weight: normal;
31694
+ font-size: 14px;
31695
+ line-height: 20px;
31494
31696
  }
31495
- .E_fzh9mnb .error-text {
31496
- color: rgba(10, 37, 85, 0.6);
31497
- margin-bottom: 16px;
31498
- font-size: 18px;
31697
+
31698
+ .E_h1mhvdlx {
31699
+ font-family: Inter;
31700
+ font-style: normal;
31701
+ font-weight: bold;
31702
+ font-size: 12px;
31703
+ line-height: 18px;
31499
31704
  }
31500
31705
 
31501
- .E_a1wfy30z .ant-input-number-handler-wrap {
31502
- display: var(--a1wfy30z-0);
31503
- }
31504
- .E_a1wfy30z .ant-input-number-input-wrap {
31505
- padding: 4px 11px;
31506
- display: inline-flex;
31507
- line-height: 1.5715;
31508
- height: inherit;
31509
- }
31510
- .E_a1wfy30z .ant-input-number-input-wrap::after {
31511
- content: var(--a1wfy30z-1);
31512
- display: var(--a1wfy30z-2);
31513
- flex: none;
31514
- align-items: center;
31515
- margin-left: 4px;
31516
- }
31517
- .E_a1wfy30z .ant-input-number-input-wrap::before {
31518
- content: var(--a1wfy30z-3);
31519
- display: var(--a1wfy30z-4);
31520
- flex: none;
31521
- align-items: center;
31522
- margin-right: 4px;
31523
- cursor: auto;
31524
- }
31525
- .E_a1wfy30z .ant-input-number-input {
31526
- padding: 0;
31527
- margin: 0;
31528
- height: auto;
31529
- font-size: inherit;
31530
- }
31531
-
31532
- .E_ai7qkf2 .ant-input-number-handler-wrap {
31533
- display: var(--ai7qkf2-0);
31534
- }
31535
- .E_ai7qkf2 .ant-input-number-input-wrap {
31536
- display: inline-flex;
31537
- line-height: 1.5715;
31538
- height: 100%;
31539
- width: 100%;
31540
- }
31541
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
31542
- content: var(--ai7qkf2-1);
31543
- display: var(--ai7qkf2-2);
31544
- flex: none;
31545
- align-items: center;
31546
- margin-left: 4px;
31547
- padding: 5px 12px 5px 0;
31548
- color: rgba(44, 56, 82, 0.6);
31549
- }
31550
- .E_ai7qkf2 .ant-input-number-input-wrap::before {
31551
- content: var(--ai7qkf2-3);
31552
- display: var(--ai7qkf2-4);
31553
- flex: none;
31554
- align-items: center;
31555
- margin-right: 4px;
31556
- cursor: auto;
31557
- color: rgba(44, 56, 82, 0.6);
31558
- }
31559
- .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
31560
- border-radius: 0;
31561
- }
31562
- .E_ai7qkf2.ant-input-number {
31563
- width: 100%;
31564
- border-radius: 6px;
31565
- }
31566
- .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
31567
- border-color: #0096ff;
31568
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31569
- z-index: 1;
31570
- }
31571
- .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
31572
- border-color: #e75a3a;
31573
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31574
- }
31575
- .E_ai7qkf2 .ant-input-number-input {
31576
- height: 30px;
31577
- border: 1px;
31578
- padding: 5px 12px;
31579
- font-size: inherit;
31580
- }
31581
- .E_ai7qkf2.ant-input-number-lg input {
31582
- height: 38px;
31583
- border: 1px;
31584
- padding: 8px 16px;
31585
- }
31586
- .E_ai7qkf2.ant-input-number-sm input {
31587
- height: 22px;
31588
- border: 1px;
31589
- padding: 2px 8px;
31590
- }
31591
-
31592
- .E_iouxfgt {
31593
- display: inline-flex;
31594
- align-items: center;
31595
- }
31596
- .E_iouxfgt .icon-inner {
31597
- display: inline-flex;
31598
- align-items: center;
31599
- justify-content: center;
31600
- }
31601
- .E_iouxfgt .icon-inner + span,
31602
- .E_iouxfgt span + .icon-inner.suffix {
31603
- margin-left: 4px;
31604
- }
31605
- .E_iouxfgt.is-rotate img,
31606
- .E_iouxfgt.is-rotate svg {
31607
- animation: rotate 680ms linear infinite;
31608
- }
31609
-
31610
- .E_owd0kml {
31611
- display: inline-block;
31612
- }
31613
-
31614
- .E_h1jsgezc {
31615
- visibility: hidden;
31616
- position: absolute;
31706
+ .E_h1inmfq6 {
31707
+ font-family: Inter;
31708
+ font-style: normal;
31709
+ font-weight: normal;
31710
+ font-size: 12px;
31711
+ line-height: 18px;
31617
31712
  }
31618
31713
 
31619
- .E_a1b5xrg3 .user-icon-inner {
31620
- display: inline-flex;
31621
- align-items: center;
31622
- justify-content: center;
31623
- color: #fff;
31714
+ .E_h1kfc0la {
31715
+ font-family: Inter;
31716
+ font-style: normal;
31624
31717
  font-weight: bold;
31718
+ text-transform: uppercase;
31719
+ font-feature-settings: "cpsp" on;
31625
31720
  font-size: 12px;
31626
- width: 24px;
31627
- height: 24px;
31628
- border-radius: 50%;
31629
- background: var(--a1b5xrg3-0);
31630
- }
31631
- .E_a1b5xrg3.btn-item {
31632
- transition: all 160ms ease;
31633
- cursor: pointer;
31634
- width: 56px;
31635
- height: 40px;
31636
- display: inline-flex;
31637
- align-items: center;
31638
- justify-content: center;
31639
- border-radius: 6px;
31640
- }
31641
- .E_a1b5xrg3.btn-item:hover {
31642
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31643
- }
31644
- .E_a1b5xrg3.btn-item:active {
31645
- transform: translateY(2px);
31646
- transition: all 320ms ease;
31647
- }
31648
-
31649
- .E_m196gn1d {
31650
- min-width: 1280px;
31651
- }
31652
-
31653
- .E_cnujxq2 {
31654
- display: flex;
31655
- flex-direction: column;
31656
- }
31657
-
31658
- .E_m7s48ia {
31659
- max-width: 1120px;
31660
- width: 100%;
31661
- margin: 0 auto;
31662
- height: 100%;
31663
- }
31664
-
31665
- .E_wt5zbg6 {
31666
- max-width: 1120px;
31667
- width: 100%;
31668
- margin: 0 auto;
31669
- display: flex;
31670
- }
31671
- .E_wt5zbg6 .left,
31672
- .E_wt5zbg6 .right {
31673
- flex-grow: 0;
31674
- flex-shrink: 0;
31675
- flex-basis: 21%;
31676
- }
31677
- .E_wt5zbg6 .left {
31678
- display: flex;
31679
- justify-content: flex-end;
31680
- padding-right: 44px;
31681
- }
31682
- .E_wt5zbg6 .right {
31683
- padding-left: 44px;
31684
- }
31685
- .E_wt5zbg6 .middle {
31686
- margin-bottom: 40px;
31687
- flex-grow: 0;
31688
- flex-shrink: 0;
31689
- flex-basis: 58%;
31690
- }
31691
- .E_wt5zbg6 .middle .form-base-field {
31692
- width: 100%;
31693
- }
31694
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
31695
- width: auto;
31696
- }
31697
-
31698
- .E_h18jprzg .ant-modal-header {
31699
- margin: 0 auto;
31700
- width: 100%;
31701
- max-width: 648px;
31702
- }
31703
- .E_h18jprzg .ant-modal-header .ant-modal-title {
31704
- margin-left: 0;
31705
- }
31706
- .E_h18jprzg .ant-modal-body {
31707
- margin: 0 auto;
31708
- padding: 0;
31709
- width: 100%;
31710
- max-width: 648px;
31711
- overflow: hidden;
31712
- }
31713
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31714
- margin-bottom: 40px;
31715
- }
31716
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31717
- height: calc(100vh - 225px);
31718
- overflow-y: auto;
31719
- }
31720
- .E_h18jprzg .ant-modal-footer .footer-content {
31721
- margin: 0 auto;
31722
- max-width: 648px;
31723
- }
31724
-
31725
- .E_h16z9xgz .ant-modal-header {
31726
- margin: 0 auto;
31727
- width: 100%;
31728
- max-width: 1024px;
31729
- }
31730
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
31731
- margin-left: 0;
31732
- }
31733
- .E_h16z9xgz .ant-modal-body {
31734
- margin: 0 auto;
31735
- padding: 0;
31736
- width: 100%;
31737
- max-width: 1024px;
31738
- overflow: hidden;
31739
- }
31740
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31741
- margin-bottom: 40px;
31742
- }
31743
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31744
- height: calc(100vh - 225px);
31745
- overflow-y: auto;
31746
- }
31747
- .E_h16z9xgz .ant-modal-footer .footer-content {
31748
- margin: 0 auto;
31749
- max-width: 1024px;
31750
- }
31751
-
31752
- .E_f1lrhghm {
31753
- flex: 1;
31754
- }
31755
- .E_f1lrhghm label {
31756
- font-size: 13px;
31757
- line-height: 20px;
31758
- color: rgba(44, 56, 82, 0.6);
31759
- }
31760
- .E_f1lrhghm .title {
31761
- font-size: 14px;
31762
- line-height: 20px;
31763
- color: #2d3a56;
31764
- margin-bottom: 12px;
31765
- }
31766
- .E_f1lrhghm.connect-cluster .title {
31767
- padding-bottom: 26px;
31768
- }
31769
-
31770
- .E_f18ot8em {
31771
- padding: 25px 0 15px 0;
31772
- border-bottom: 1px solid #e1e5eb;
31773
- margin-bottom: 16px;
31774
- }
31775
-
31776
- .E_f1l1g2k0 {
31777
- display: flex;
31778
- align-items: center;
31779
- margin-bottom: 8px;
31780
- }
31781
- .E_f1l1g2k0 > label {
31782
- width: 216px;
31783
- }
31784
- .E_f1l1g2k0 > label + * {
31785
- width: 100%;
31786
- }
31787
- .E_f1l1g2k0 .ant-select {
31788
- width: 100%;
31721
+ line-height: 18px;
31789
31722
  }
31790
31723
 
31791
- .E_e1k89cwg {
31792
- color: #e75a3a;
31793
- margin-right: 10px;
31724
+ .E_h10xnyuu {
31725
+ font-family: Inter;
31726
+ font-style: normal;
31727
+ font-weight: normal;
31728
+ text-transform: uppercase;
31729
+ font-feature-settings: "cpsp" on;
31730
+ font-size: 12px;
31731
+ line-height: 18px;
31794
31732
  }
31795
31733
 
31796
- .E_d1oui1gf {
31797
- width: 100%;
31798
- height: 1px;
31799
- background: rgba(213, 219, 227, 0.6);
31800
- margin: 24px 0;
31734
+ .E_lrcmi0v {
31735
+ font-family: Inter;
31736
+ font-style: normal;
31737
+ font-weight: normal;
31738
+ font-size: 16px;
31739
+ line-height: 24px;
31801
31740
  }
31802
31741
 
31803
- .E_l15itdbb {
31804
- display: flex;
31805
- justify-content: center;
31806
- align-items: center;
31807
- height: 100%;
31742
+ .E_lzt43lp {
31743
+ font-family: Inter;
31744
+ font-style: normal;
31745
+ font-weight: bold;
31746
+ font-size: 16px;
31747
+ line-height: 24px;
31808
31748
  }
31809
31749
 
31810
- .E_d1y3z4w {
31811
- display: inline-block;
31812
- width: 4px;
31813
- height: 4px;
31814
- background: #8e9aa9;
31815
- opacity: 0.4;
31816
- border-radius: 50%;
31817
- margin: 0 4px;
31750
+ .E_l5yc9nt {
31751
+ font-family: Inter;
31752
+ font-style: normal;
31753
+ font-weight: normal;
31754
+ font-size: 16px;
31755
+ line-height: 24px;
31818
31756
  }
31819
31757
 
31820
- .E_m177r7a3 .ant-modal-header,
31821
- .E_m177r7a3 .ant-modal-footer .footer-content {
31822
- width: 648px;
31823
- margin: 0 auto;
31824
- }
31825
- .E_m177r7a3 .ant-modal-header {
31826
- padding: 35px 0 24px;
31827
- border: none;
31828
- }
31829
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
31830
- font-size: 30px;
31831
- }
31832
- .E_m177r7a3 .ant-modal-body {
31833
- padding: 4px 0 2px;
31758
+ .E_l1fbkbzo {
31759
+ font-family: Inter;
31760
+ font-style: normal;
31761
+ font-weight: bold;
31762
+ font-size: 16px;
31763
+ line-height: 24px;
31834
31764
  }
31835
- .E_m177r7a3 .ant-modal-footer {
31836
- border: none;
31765
+
31766
+ .E_lahvcax {
31767
+ font-family: Inter;
31768
+ font-style: normal;
31769
+ font-weight: normal;
31770
+ text-transform: uppercase;
31771
+ font-feature-settings: "cpsp" on;
31772
+ font-size: 16px;
31773
+ line-height: 24px;
31837
31774
  }
31838
31775
 
31839
- .E_t1wwio3v {
31840
- font-size: 12px;
31841
- line-height: 18px;
31776
+ .E_l11q3pxd {
31777
+ font-family: Inter;
31778
+ font-style: normal;
31842
31779
  font-weight: bold;
31843
- color: #fff;
31844
- padding: 0 4px;
31845
- border-radius: 4px;
31846
- display: inline-block;
31847
- background: var(--t1wwio3v-0);
31780
+ text-transform: uppercase;
31781
+ font-feature-settings: "cpsp" on;
31782
+ font-size: 16px;
31783
+ line-height: 24px;
31848
31784
  }
31849
- .E_t1wwio3v:not(:first-child) {
31850
- margin-left: 4px;
31785
+
31786
+ .E_lfuc2qu {
31787
+ font-family: Inter;
31788
+ font-style: normal;
31789
+ font-weight: normal;
31790
+ font-size: 14px;
31791
+ line-height: 22px;
31851
31792
  }
31852
31793
 
31853
- .E_f17jvtfk {
31854
- width: 100%;
31855
- height: 100%;
31856
- display: flex;
31857
- align-items: center;
31858
- justify-content: center;
31794
+ .E_l1jmp8r0 {
31795
+ font-family: Inter;
31796
+ font-style: normal;
31797
+ font-weight: 500;
31798
+ font-size: 14px;
31799
+ line-height: 22px;
31859
31800
  }
31860
31801
 
31861
- .E_nzppkea {
31862
- font-size: 90%;
31802
+ .E_lcnm221 {
31803
+ font-family: Inter;
31804
+ font-style: normal;
31863
31805
  font-weight: bold;
31864
- background-color: rgba(240, 243, 247, 0.6);
31865
- padding: 1px 4px 1px;
31866
- margin-left: 2px;
31867
- margin-right: 2px;
31868
- border: 1px solid rgba(213, 219, 227, 0.6);
31869
- border-radius: 4px;
31806
+ font-size: 14px;
31807
+ line-height: 22px;
31870
31808
  }
31871
31809
 
31872
- .E_f4mi9eq.form-item-general {
31873
- width: 640px;
31874
- }
31875
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31876
- margin-top: 16px;
31877
- }
31878
- .E_f4mi9eq.form-item-compact {
31879
- width: 412px;
31810
+ .E_lu1z2n5 {
31811
+ font-family: Inter;
31812
+ font-style: normal;
31813
+ font-weight: normal;
31814
+ font-size: 14px;
31815
+ line-height: 22px;
31880
31816
  }
31881
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31882
- margin-top: 8px;
31817
+
31818
+ .E_l1r59djn {
31819
+ font-family: Inter;
31820
+ font-style: normal;
31821
+ font-weight: bold;
31822
+ font-size: 14px;
31823
+ line-height: 22px;
31883
31824
  }
31884
- .E_f4mi9eq .form-item {
31885
- width: auto;
31825
+
31826
+ .E_ljm2911 {
31827
+ font-family: Inter;
31828
+ font-style: normal;
31829
+ font-weight: normal;
31830
+ text-transform: uppercase;
31831
+ font-feature-settings: "cpsp" on;
31832
+ font-size: 14px;
31833
+ line-height: 22px;
31886
31834
  }
31887
- .E_f4mi9eq .form-item-main {
31888
- position: relative;
31889
- display: flex;
31835
+
31836
+ .E_l124mzmr {
31837
+ font-family: Inter;
31838
+ font-style: normal;
31839
+ font-weight: bold;
31840
+ text-transform: uppercase;
31841
+ font-feature-settings: "cpsp" on;
31842
+ font-size: 14px;
31843
+ line-height: 22px;
31890
31844
  }
31891
- .E_f4mi9eq .form-item-extra {
31892
- margin-top: 4px;
31893
- width: 100%;
31894
- padding: 14px;
31895
- background: #f2f4f6;
31845
+
31846
+ .E_lb3chel {
31847
+ font-family: Inter;
31848
+ font-style: normal;
31849
+ font-weight: normal;
31896
31850
  font-size: 13px;
31897
- line-height: 1.8;
31898
- color: #8e9aa9;
31851
+ line-height: 20px;
31899
31852
  }
31900
- .E_f4mi9eq .form-item-label {
31901
- padding-right: 12px;
31853
+
31854
+ .E_lv9jstu {
31855
+ font-family: Inter;
31856
+ font-style: normal;
31857
+ font-weight: 600;
31902
31858
  font-size: 13px;
31903
- color: rgba(44, 56, 82, 0.6);
31904
- }
31905
- .E_f4mi9eq .form-item-label.label-right {
31906
- text-align: right;
31907
- }
31908
- .E_f4mi9eq .form-item-label,
31909
- .E_f4mi9eq .form-item-control {
31910
- line-height: 32px;
31911
- }
31912
- .E_f4mi9eq .form-item-control .form-item-error {
31913
- line-height: 18px;
31914
- }
31915
- .E_f4mi9eq .form-item-children {
31916
- width: 100%;
31917
- }
31918
- .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
31919
- width: 100%;
31920
- }
31921
- .E_f4mi9eq .form-item-error {
31922
- color: #e75a3a;
31923
- height: 0;
31924
- overflow: hidden;
31925
- }
31926
- .E_f4mi9eq .form-item-error-enter-done {
31927
- margin-top: 4px;
31928
- height: auto;
31929
- overflow: auto;
31930
- }
31931
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31932
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31933
- border: 1px solid #e75a3a;
31934
- color: #e75a3a;
31859
+ line-height: 20px;
31935
31860
  }
31936
31861
 
31937
- .E_fh0ewl8 {
31938
- color: #2d3a56;
31862
+ .E_lwqlh3x {
31863
+ font-family: Inter;
31864
+ font-style: normal;
31939
31865
  font-weight: bold;
31940
- padding-bottom: 6px;
31941
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31942
- margin-bottom: 16px;
31866
+ font-size: 13px;
31867
+ line-height: 20px;
31943
31868
  }
31944
- .E_fh0ewl8:not(:first-of-type) {
31945
- margin-top: 16px;
31869
+
31870
+ .E_lalum9y {
31871
+ font-family: Inter;
31872
+ font-style: normal;
31873
+ font-weight: normal;
31874
+ font-size: 13px;
31875
+ line-height: 20px;
31946
31876
  }
31947
31877
 
31948
- .E_e1qrlvot {
31949
- width: 8px;
31950
- height: 24px;
31951
- display: flex;
31952
- justify-content: center;
31953
- align-items: center;
31954
- cursor: pointer;
31955
- transition: all 200ms ease-out 40ms;
31878
+ .E_l1t6dj5o {
31879
+ font-family: Inter;
31880
+ font-style: normal;
31881
+ font-weight: 600;
31882
+ font-size: 13px;
31883
+ line-height: 20px;
31884
+ }
31885
+
31886
+ .E_l12f6ic {
31887
+ font-family: Inter;
31888
+ font-style: normal;
31889
+ font-weight: bold;
31890
+ font-size: 13px;
31891
+ line-height: 20px;
31956
31892
  }
31957
- .E_e1qrlvot:before, .E_e1qrlvot:after {
31958
- content: "";
31959
- width: 1px;
31960
- height: 6px;
31961
- border-radius: 1px;
31962
- background: #ccd4e3;
31963
- position: relative;
31964
- right: 2px;
31965
- transform: rotate(-45deg);
31893
+
31894
+ .E_l7gmukq {
31895
+ font-family: Inter;
31896
+ font-style: normal;
31897
+ font-weight: normal;
31898
+ text-transform: uppercase;
31899
+ font-feature-settings: "cpsp" on;
31900
+ font-size: 13px;
31901
+ line-height: 20px;
31966
31902
  }
31967
- .E_e1qrlvot:after {
31968
- transform: rotate(45deg);
31969
- left: 1px;
31903
+
31904
+ .E_lkwl0yp {
31905
+ font-family: Inter;
31906
+ font-style: normal;
31907
+ font-weight: bold;
31908
+ text-transform: uppercase;
31909
+ font-feature-settings: "cpsp" on;
31910
+ font-size: 13px;
31911
+ line-height: 20px;
31970
31912
  }
31971
31913
 
31972
- .E_w9ic984.ant-alert-warning {
31973
- border: 0;
31974
- background: rgba(255, 187, 0, 0.1);
31975
- border-radius: 6px;
31914
+ .E_l10knv48 {
31915
+ font-family: Inter;
31916
+ font-style: normal;
31917
+ font-weight: normal;
31918
+ font-size: 12px;
31919
+ line-height: 18px;
31976
31920
  }
31977
- .E_w9ic984.ant-alert,
31978
- .E_w9ic984 .ant-alert-message {
31979
- color: #e07f00;
31921
+
31922
+ .E_l6526ld {
31923
+ font-family: Inter;
31924
+ font-style: normal;
31925
+ font-weight: 500;
31926
+ font-size: 12px;
31927
+ line-height: 18px;
31980
31928
  }
31981
- .E_w9ic984.ant-alert .dashed-border-bottom,
31982
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31983
- border-bottom-color: #e07f00;
31929
+
31930
+ .E_l1j81vli {
31931
+ font-family: Inter;
31932
+ font-style: normal;
31933
+ font-weight: bold;
31934
+ font-size: 12px;
31935
+ line-height: 18px;
31984
31936
  }
31985
31937
 
31986
- .E_n1k9qi4r {
31987
- display: flex;
31988
- flex-direction: row;
31989
- padding: 7px 12px;
31990
- background: rgba(255, 187, 0, 0.1);
31991
- border-radius: 6px;
31992
- color: #e07f00;
31938
+ .E_l1x7n1mk {
31939
+ font-family: Inter;
31940
+ font-style: normal;
31941
+ font-weight: normal;
31993
31942
  font-size: 12px;
31994
31943
  line-height: 18px;
31995
31944
  }
31996
- .E_n1k9qi4r .icon-wrapper {
31997
- margin-right: 10px;
31998
- height: 18px;
31945
+
31946
+ .E_l9fqufz {
31947
+ font-family: Inter;
31948
+ font-style: normal;
31949
+ font-weight: 500;
31950
+ font-size: 12px;
31951
+ line-height: 18px;
31999
31952
  }
32000
31953
 
32001
- .E_n16fsg9x {
32002
- display: flex;
32003
- flex-direction: row;
32004
- padding: 7px 12px;
32005
- background: rgba(225, 230, 241, 0.6);
32006
- border-radius: 6px;
32007
- color: rgba(44, 56, 82, 0.6);
31954
+ .E_l1iwnybd {
31955
+ font-family: Inter;
31956
+ font-style: normal;
31957
+ font-weight: bold;
32008
31958
  font-size: 12px;
32009
31959
  line-height: 18px;
32010
31960
  }
32011
- .E_n16fsg9x .icon-wrapper {
32012
- margin-right: 10px;
32013
- height: 18px;
31961
+
31962
+ .E_lprtm1e {
31963
+ font-family: Inter;
31964
+ font-style: normal;
31965
+ font-weight: normal;
31966
+ text-transform: uppercase;
31967
+ font-feature-settings: "cpsp" on;
31968
+ font-size: 12px;
31969
+ line-height: 18px;
32014
31970
  }
32015
31971
 
32016
- .E_i173wxzw {
32017
- display: flex;
32018
- flex-direction: row;
32019
- padding: 7px 12px;
32020
- background: rgba(0, 136, 255, 0.1);
32021
- border-radius: 6px;
32022
- color: #005ed1;
31972
+ .E_l1lln87h {
31973
+ font-family: Inter;
31974
+ font-style: normal;
31975
+ font-weight: bold;
31976
+ text-transform: uppercase;
31977
+ font-feature-settings: "cpsp" on;
32023
31978
  font-size: 12px;
32024
31979
  line-height: 18px;
32025
31980
  }
32026
- .E_i173wxzw .icon-wrapper {
32027
- margin-right: 10px;
32028
- height: 18px;
31981
+
31982
+ .E_f2pb48l {
31983
+ font-family: Inter;
31984
+ font-style: normal;
31985
+ font-weight: normal;
31986
+ font-size: 13px;
31987
+ line-height: 20px;
32029
31988
  }
32030
31989
 
32031
- .E_dld369h {
32032
- color: rgba(44, 56, 82, 0.6);
32033
- margin-top: 5px;
31990
+ .E_fi9emkw {
31991
+ font-family: Inter;
31992
+ font-style: normal;
31993
+ font-weight: normal;
31994
+ font-size: 13px;
31995
+ line-height: 20px;
31996
+ }
31997
+
31998
+ .E_f1nrg7da {
31999
+ font-family: Inter;
32000
+ font-style: normal;
32001
+ font-weight: normal;
32034
32002
  font-size: 12px;
32035
32003
  line-height: 18px;
32036
32004
  }
32037
32005
 
32038
- .E_s1epv22q {
32039
- color: #f0483e;
32006
+ .E_f17k1i3n {
32007
+ font-family: Inter;
32008
+ font-style: normal;
32009
+ font-weight: normal;
32040
32010
  font-size: 12px;
32041
- white-space: pre-wrap;
32011
+ line-height: 18px;
32042
32012
  }
32043
32013
 
32044
- .E_okus5hk {
32045
- display: flex;
32046
- align-items: center;
32047
- justify-content: flex-end;
32014
+ .E_t1tvuj2e {
32015
+ font-family: Inter;
32016
+ font-style: normal;
32017
+ font-weight: normal;
32018
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32019
+ font-size: 13px;
32020
+ line-height: 20px;
32048
32021
  }
32049
- .E_okus5hk .icon-wrapper {
32050
- margin-right: 16px;
32022
+
32023
+ .E_t17uajlu {
32024
+ font-family: Inter;
32025
+ font-style: normal;
32026
+ font-weight: normal;
32027
+ font-feature-settings: "zero" on;
32028
+ font-size: 13px;
32029
+ line-height: 20px;
32051
32030
  }
32052
32031
 
32053
- .E_t1auuzri {
32054
- color: rgba(0, 21, 64, 0.3);
32032
+ .E_t114zbyz {
32033
+ font-family: Inter;
32034
+ font-style: normal;
32035
+ font-weight: normal;
32036
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32037
+ font-size: 12px;
32038
+ line-height: 18px;
32055
32039
  }
32056
32040
 
32057
- .E_i74cfyt.ant-input {
32058
- padding: 5px 12px;
32059
- line-height: 20px;
32060
- color: #2d3a56;
32061
- border-radius: 6px;
32062
- border-color: rgba(172, 186, 211, 0.6);
32063
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32041
+ .E_t1il0kvi {
32042
+ font-family: Inter;
32043
+ font-style: normal;
32044
+ font-weight: 500;
32045
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32046
+ font-size: 12px;
32047
+ line-height: 18px;
32064
32048
  }
32065
- .E_i74cfyt.ant-input.ant-input-lg {
32066
- padding: 8px 16px;
32067
- line-height: 22px;
32049
+
32050
+ .E_t10dv8p1 {
32051
+ font-family: Inter;
32052
+ font-style: normal;
32053
+ font-weight: normal;
32054
+ font-feature-settings: "zero" on;
32055
+ font-size: 12px;
32056
+ line-height: 18px;
32068
32057
  }
32069
- .E_i74cfyt.ant-input.ant-input-sm {
32070
- padding: 2px 8px;
32058
+
32059
+ .E_tc2oqpq {
32060
+ font-family: Inter;
32061
+ font-style: normal;
32062
+ font-weight: 500;
32063
+ font-feature-settings: "zero" on;
32064
+ font-size: 12px;
32071
32065
  line-height: 18px;
32072
32066
  }
32073
- .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
32074
- border-color: rgba(107, 128, 167, 0.6);
32075
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32076
- z-index: 1;
32067
+
32068
+ .E_tzvddmc {
32069
+ font-family: Inter;
32070
+ font-style: normal;
32071
+ font-weight: bold;
32072
+ font-feature-settings: "zero" on;
32073
+ font-size: 16px;
32074
+ line-height: 24px;
32077
32075
  }
32078
- .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
32079
- border-color: #0096ff;
32080
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32081
- z-index: 1;
32076
+
32077
+ .E_u18llj45 {
32078
+ font-family: Inter;
32079
+ font-style: normal;
32080
+ font-weight: normal;
32081
+ font-size: 10px;
32082
+ line-height: 12px;
32082
32083
  }
32083
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
32084
- border-color: #e75a3a;
32085
- color: #e75a3a;
32084
+
32085
+ .E_owd0kml {
32086
+ display: inline-block;
32086
32087
  }
32087
- .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
32088
- border-color: #e75a3a;
32089
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32088
+
32089
+ .E_h1jsgezc {
32090
+ visibility: hidden;
32091
+ position: absolute;
32090
32092
  }
32091
- .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
32092
- border-color: #e75a3a;
32093
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32093
+
32094
+ .E_m196gn1d {
32095
+ min-width: 1280px;
32094
32096
  }
32095
- .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
32096
- background: rgba(211, 218, 235, 0.6);
32097
- color: rgba(0, 21, 64, 0.3);
32098
- border-color: rgba(172, 186, 211, 0.6);
32097
+
32098
+ .E_a1b5xrg3 .user-icon-inner {
32099
+ display: inline-flex;
32100
+ align-items: center;
32101
+ justify-content: center;
32102
+ color: #fff;
32103
+ font-weight: bold;
32104
+ font-size: 12px;
32105
+ width: 24px;
32106
+ height: 24px;
32107
+ border-radius: 50%;
32108
+ background: var(--a1b5xrg3-0);
32099
32109
  }
32100
- .E_i74cfyt.ant-input-affix-wrapper {
32101
- padding: 5px 12px;
32110
+ .E_a1b5xrg3.btn-item {
32111
+ transition: all 160ms ease;
32112
+ cursor: pointer;
32113
+ width: 56px;
32114
+ height: 40px;
32115
+ display: inline-flex;
32116
+ align-items: center;
32117
+ justify-content: center;
32102
32118
  border-radius: 6px;
32103
- border-color: rgba(172, 186, 211, 0.6);
32104
- line-height: 20px;
32105
- color: #2d3a56;
32106
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32107
32119
  }
32108
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
32109
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
32110
- color: rgba(44, 56, 82, 0.6);
32120
+ .E_a1b5xrg3.btn-item:hover {
32121
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32111
32122
  }
32112
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
32113
- padding: 8px 16px;
32114
- line-height: 22px;
32123
+ .E_a1b5xrg3.btn-item:active {
32124
+ transform: translateY(2px);
32125
+ transition: all 320ms ease;
32115
32126
  }
32116
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
32117
- padding: 2px 8px;
32118
- line-height: 18px;
32127
+
32128
+ .E_cnujxq2 {
32129
+ display: flex;
32130
+ flex-direction: column;
32119
32131
  }
32120
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
32121
- border-color: rgba(107, 128, 167, 0.6);
32122
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32132
+
32133
+ .E_m7s48ia {
32134
+ max-width: 1120px;
32135
+ width: 100%;
32136
+ margin: 0 auto;
32137
+ height: 100%;
32123
32138
  }
32124
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32125
- border-color: #0096ff;
32126
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32139
+
32140
+ .E_wt5zbg6 {
32141
+ max-width: 1120px;
32142
+ width: 100%;
32143
+ margin: 0 auto;
32144
+ display: flex;
32127
32145
  }
32128
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
32129
- border-color: #e75a3a;
32146
+ .E_wt5zbg6 .left,
32147
+ .E_wt5zbg6 .right {
32148
+ flex-grow: 0;
32149
+ flex-shrink: 0;
32150
+ flex-basis: 21%;
32130
32151
  }
32131
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
32132
- color: #e75a3a;
32152
+ .E_wt5zbg6 .left {
32153
+ display: flex;
32154
+ justify-content: flex-end;
32155
+ padding-right: 44px;
32133
32156
  }
32134
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
32135
- border-color: #e75a3a;
32136
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32157
+ .E_wt5zbg6 .right {
32158
+ padding-left: 44px;
32137
32159
  }
32138
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32139
- border-color: #e75a3a;
32140
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32160
+ .E_wt5zbg6 .middle {
32161
+ margin-bottom: 40px;
32162
+ flex-grow: 0;
32163
+ flex-shrink: 0;
32164
+ flex-basis: 58%;
32141
32165
  }
32142
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
32143
- background: rgba(211, 218, 235, 0.6);
32144
- color: rgba(0, 21, 64, 0.3);
32145
- border-color: rgba(172, 186, 211, 0.6);
32166
+ .E_wt5zbg6 .middle .form-base-field {
32167
+ width: 100%;
32146
32168
  }
32147
- textarea.E_i74cfyt.ant-input {
32148
- transition-property: height;
32149
- transition-delay: 50ms;
32169
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
32170
+ width: auto;
32150
32171
  }
32151
- textarea.E_i74cfyt.ant-input.textarea-large {
32152
- min-height: 40px;
32153
- height: 40px;
32172
+
32173
+ .E_h18jprzg .ant-modal-header {
32174
+ margin: 0 auto;
32175
+ width: 100%;
32176
+ max-width: 648px;
32154
32177
  }
32155
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
32156
- height: 80px;
32178
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
32179
+ margin-left: 0;
32157
32180
  }
32158
- textarea.E_i74cfyt.ant-input.textarea-middle {
32159
- min-height: 32px;
32160
- height: 32px;
32181
+ .E_h18jprzg .ant-modal-body {
32182
+ margin: 0 auto;
32183
+ padding: 0;
32184
+ width: 100%;
32185
+ max-width: 648px;
32186
+ overflow: hidden;
32161
32187
  }
32162
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32163
- height: 64px;
32188
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
32189
+ margin-bottom: 40px;
32164
32190
  }
32165
- textarea.E_i74cfyt.ant-input.textarea-small {
32166
- min-height: 24px;
32167
- height: 24px;
32191
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
32192
+ height: calc(100vh - 225px);
32193
+ overflow-y: auto;
32168
32194
  }
32169
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
32170
- height: 40px;
32195
+ .E_h18jprzg .ant-modal-footer .footer-content {
32196
+ margin: 0 auto;
32197
+ max-width: 648px;
32171
32198
  }
32172
32199
 
32173
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
32174
- border: 1px solid rgba(213, 219, 227, 0.6);
32175
- border-radius: 4px;
32176
- }
32177
- .E_k1ci6977.input-tags {
32178
- position: relative;
32179
- padding: 6px;
32180
- height: 32px;
32181
- cursor: pointer;
32182
- transition: border 150ms;
32200
+ .E_h16z9xgz .ant-modal-header {
32201
+ margin: 0 auto;
32202
+ width: 100%;
32203
+ max-width: 1024px;
32183
32204
  }
32184
- .E_k1ci6977.input-tags:hover {
32185
- border-color: #0080ff;
32186
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32205
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
32206
+ margin-left: 0;
32187
32207
  }
32188
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32189
- padding-right: 30px;
32208
+ .E_h16z9xgz .ant-modal-body {
32209
+ margin: 0 auto;
32210
+ padding: 0;
32211
+ width: 100%;
32212
+ max-width: 1024px;
32213
+ overflow: hidden;
32190
32214
  }
32191
- .E_k1ci6977.input-tags .input-tags-inner {
32192
- display: flex;
32215
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
32216
+ margin-bottom: 40px;
32193
32217
  }
32194
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32195
- display: flex;
32218
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
32219
+ height: calc(100vh - 225px);
32220
+ overflow-y: auto;
32196
32221
  }
32197
- .E_k1ci6977.input-tags .input-tag-suffix {
32198
- position: absolute;
32199
- right: 12px;
32200
- top: 50%;
32201
- transform: translateY(-50%);
32222
+ .E_h16z9xgz .ant-modal-footer .footer-content {
32223
+ margin: 0 auto;
32224
+ max-width: 1024px;
32202
32225
  }
32203
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32204
- color: rgba(0, 0, 0, 0.25);
32205
- font-size: 12px;
32206
- cursor: pointer;
32226
+
32227
+ .E_f1lrhghm {
32228
+ flex: 1;
32207
32229
  }
32208
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32209
- color: rgba(0, 0, 0, 0.45);
32230
+ .E_f1lrhghm label {
32231
+ font-size: 13px;
32232
+ line-height: 20px;
32233
+ color: rgba(44, 56, 82, 0.6);
32210
32234
  }
32211
- .E_k1ci6977.has-focus-indicator {
32212
- position: relative;
32213
- overflow: hidden;
32235
+ .E_f1lrhghm .title {
32236
+ font-size: 14px;
32237
+ line-height: 20px;
32238
+ color: #2d3a56;
32239
+ margin-bottom: 12px;
32214
32240
  }
32215
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32216
- position: absolute;
32217
- top: 50%;
32218
- transform: translateY(-50%);
32219
- left: -16px;
32220
- transition: left 150ms ease;
32221
- opacity: 0;
32241
+ .E_f1lrhghm.connect-cluster .title {
32242
+ padding-bottom: 26px;
32222
32243
  }
32223
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32224
- left: 8px;
32225
- opacity: 1;
32244
+
32245
+ .E_f18ot8em {
32246
+ padding: 25px 0 15px 0;
32247
+ border-bottom: 1px solid #e1e5eb;
32248
+ margin-bottom: 16px;
32226
32249
  }
32227
- .E_k1ci6977.has-focus-indicator input {
32228
- transition: margin-left 150ms ease;
32229
- margin-left: 0px;
32250
+
32251
+ .E_f1l1g2k0 {
32252
+ display: flex;
32253
+ align-items: center;
32254
+ margin-bottom: 8px;
32230
32255
  }
32231
- .E_k1ci6977.has-focus-indicator input:focus {
32232
- margin-left: 16px;
32256
+ .E_f1l1g2k0 > label {
32257
+ width: 216px;
32233
32258
  }
32234
-
32235
- input.E_l1f7td1d.ant-input {
32236
- border-top-right-radius: 0;
32237
- border-bottom-right-radius: 0;
32259
+ .E_f1l1g2k0 > label + * {
32260
+ width: 100%;
32238
32261
  }
32239
-
32240
- .E_l1f7td1d.ant-input-affix-wrapper {
32241
- border-top-right-radius: 0;
32242
- border-bottom-right-radius: 0;
32262
+ .E_f1l1g2k0 .ant-select {
32263
+ width: 100%;
32243
32264
  }
32244
32265
 
32245
- input.E_rf8rlle.ant-input {
32246
- border-top-left-radius: 0;
32247
- border-bottom-left-radius: 0;
32266
+ .E_e1k89cwg {
32267
+ color: #e75a3a;
32268
+ margin-right: 10px;
32248
32269
  }
32249
32270
 
32250
- .E_rf8rlle.ant-input-affix-wrapper {
32251
- border-top-left-radius: 0;
32252
- border-bottom-left-radius: 0;
32271
+ .E_d1oui1gf {
32272
+ width: 100%;
32273
+ height: 1px;
32274
+ background: rgba(213, 219, 227, 0.6);
32275
+ margin: 24px 0;
32253
32276
  }
32254
32277
 
32255
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32256
- border-top-right-radius: 0;
32257
- border-bottom-right-radius: 0;
32278
+ .E_l15itdbb {
32279
+ display: flex;
32280
+ justify-content: center;
32281
+ align-items: center;
32282
+ height: 100%;
32258
32283
  }
32259
32284
 
32260
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32261
- border-top-left-radius: 0;
32262
- border-bottom-left-radius: 0;
32285
+ .E_d1y3z4w {
32286
+ display: inline-block;
32287
+ width: 4px;
32288
+ height: 4px;
32289
+ background: #8e9aa9;
32290
+ opacity: 0.4;
32291
+ border-radius: 50%;
32292
+ margin: 0 4px;
32263
32293
  }
32264
32294
 
32265
- .E_c3ni091 {
32266
- display: flex;
32267
- flex-direction: column;
32295
+ .E_m177r7a3 .ant-modal-header,
32296
+ .E_m177r7a3 .ant-modal-footer .footer-content {
32297
+ width: 648px;
32298
+ margin: 0 auto;
32268
32299
  }
32269
- .E_c3ni091 .select-wrapper {
32270
- margin-top: 12px;
32300
+ .E_m177r7a3 .ant-modal-header {
32301
+ padding: 35px 0 24px;
32302
+ border: none;
32271
32303
  }
32272
- .E_c3ni091 .select-wrapper .select {
32273
- width: 100%;
32304
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
32305
+ font-size: 30px;
32274
32306
  }
32275
- .E_c3ni091 .radio-wrapper {
32276
- margin-top: 24px;
32307
+ .E_m177r7a3 .ant-modal-body {
32308
+ padding: 4px 0 2px;
32277
32309
  }
32278
- .E_c3ni091 div.form-item {
32279
- width: 100%;
32310
+ .E_m177r7a3 .ant-modal-footer {
32311
+ border: none;
32280
32312
  }
32281
32313
 
32282
- .E_d105ju2d {
32283
- font-size: 14px;
32284
- font-weight: 500;
32285
- color: #3e4652;
32314
+ .E_t1wwio3v {
32315
+ font-size: 12px;
32286
32316
  line-height: 18px;
32317
+ font-weight: bold;
32318
+ color: #fff;
32319
+ padding: 0 4px;
32320
+ border-radius: 4px;
32321
+ display: inline-block;
32322
+ background: var(--t1wwio3v-0);
32287
32323
  }
32288
- .E_d105ju2d + .E_d105ju2d {
32289
- margin-top: 16px;
32290
- }
32291
- .E_d105ju2d + * {
32292
- margin-top: 16px;
32324
+ .E_t1wwio3v:not(:first-child) {
32325
+ margin-left: 4px;
32293
32326
  }
32294
32327
 
32295
- .E_lh0l62z.E_d105ju2d {
32296
- font-size: 12px;
32297
- color: rgba(44, 56, 82, 0.6);
32298
- margin-top: 12px;
32328
+ .E_f17jvtfk {
32329
+ width: 100%;
32330
+ height: 100%;
32331
+ display: flex;
32332
+ align-items: center;
32333
+ justify-content: center;
32299
32334
  }
32300
32335
 
32301
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32302
- line-height: 18px;
32303
- font-weight: 500;
32304
- margin-top: 0;
32305
- white-space: initial;
32336
+ .E_nzppkea {
32337
+ font-size: 90%;
32338
+ font-weight: bold;
32339
+ background-color: rgba(240, 243, 247, 0.6);
32340
+ padding: 1px 4px 1px;
32341
+ margin-left: 2px;
32342
+ margin-right: 2px;
32343
+ border: 1px solid rgba(213, 219, 227, 0.6);
32344
+ border-radius: 4px;
32306
32345
  }
32307
32346
 
32308
- .E_r1skkc3l {
32309
- display: block;
32310
- }
32311
- .E_r1skkc3l span {
32312
- font-size: 14px;
32313
- font-weight: 500;
32314
- line-height: 32px;
32315
- color: #3e4652;
32347
+ .E_f4mi9eq.form-item-general {
32348
+ width: 640px;
32316
32349
  }
32317
-
32318
- .E_c3cobmo {
32350
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
32319
32351
  margin-top: 16px;
32320
- padding: 8px;
32321
- border-radius: 6px;
32322
- background: rgba(225, 230, 241, 0.6);
32323
- color: rgba(44, 56, 82, 0.6);
32324
- font-size: 12px;
32325
32352
  }
32326
- .E_c3cobmo div {
32327
- line-height: 20px;
32353
+ .E_f4mi9eq.form-item-compact {
32354
+ width: 412px;
32355
+ }
32356
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
32357
+ margin-top: 8px;
32358
+ }
32359
+ .E_f4mi9eq .form-item {
32360
+ width: auto;
32361
+ }
32362
+ .E_f4mi9eq .form-item-main {
32363
+ position: relative;
32328
32364
  display: flex;
32329
- align-items: center;
32330
- word-break: break-all;
32331
32365
  }
32332
- .E_c3cobmo .title {
32333
- font-weight: 700;
32334
- line-height: 18px;
32335
- margin: 4px 0;
32366
+ .E_f4mi9eq .form-item-extra {
32367
+ margin-top: 4px;
32368
+ width: 100%;
32369
+ padding: 14px;
32370
+ background: #f2f4f6;
32371
+ font-size: 13px;
32372
+ line-height: 1.8;
32373
+ color: #8e9aa9;
32336
32374
  }
32337
-
32338
- .E_uqv57uv {
32339
- color: rgba(44, 56, 82, 0.7490196078);
32375
+ .E_f4mi9eq .form-item-label {
32376
+ padding-right: 12px;
32377
+ font-size: 13px;
32378
+ color: rgba(44, 56, 82, 0.6);
32340
32379
  }
32341
-
32342
- .E_dsnbhzf {
32343
- font-family: Inter;
32344
- font-style: normal;
32345
- font-weight: bold;
32346
- font-size: 32px;
32347
- line-height: 40px;
32380
+ .E_f4mi9eq .form-item-label.label-right {
32381
+ text-align: right;
32348
32382
  }
32349
-
32350
- .E_d1mvo22k {
32351
- font-family: Inter;
32352
- font-style: normal;
32353
- font-weight: bold;
32354
- font-size: 24px;
32383
+ .E_f4mi9eq .form-item-label,
32384
+ .E_f4mi9eq .form-item-control {
32355
32385
  line-height: 32px;
32356
32386
  }
32357
-
32358
- .E_d1b444tr {
32359
- font-family: Inter;
32360
- font-style: normal;
32361
- font-weight: normal;
32362
- font-size: 32px;
32363
- line-height: 40px;
32387
+ .E_f4mi9eq .form-item-control .form-item-error {
32388
+ line-height: 18px;
32364
32389
  }
32365
-
32366
- .E_dvs0kue {
32367
- font-family: Inter;
32368
- font-style: normal;
32369
- font-weight: bold;
32370
- font-size: 20px;
32371
- line-height: 24px;
32390
+ .E_f4mi9eq .form-item-children {
32391
+ width: 100%;
32372
32392
  }
32373
-
32374
- .E_d1hcbfcq {
32375
- font-family: Inter;
32376
- font-style: normal;
32377
- font-weight: normal;
32378
- font-size: 20px;
32379
- line-height: 24px;
32393
+ .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
32394
+ width: 100%;
32380
32395
  }
32381
-
32382
- .E_d1cz922v {
32383
- font-family: Inter;
32384
- font-style: normal;
32385
- font-weight: bold;
32386
- font-size: 18px;
32387
- line-height: 22px;
32396
+ .E_f4mi9eq .form-item-error {
32397
+ color: #e75a3a;
32398
+ height: 0;
32399
+ overflow: hidden;
32388
32400
  }
32389
-
32390
- .E_d3nzbrm {
32391
- font-family: Inter;
32392
- font-style: normal;
32393
- font-weight: normal;
32394
- font-size: 18px;
32395
- line-height: 22px;
32401
+ .E_f4mi9eq .form-item-error-enter-done {
32402
+ margin-top: 4px;
32403
+ height: auto;
32404
+ overflow: auto;
32405
+ }
32406
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
32407
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
32408
+ border: 1px solid #e75a3a;
32409
+ color: #e75a3a;
32396
32410
  }
32397
32411
 
32398
- .E_h1g0p5ob {
32399
- font-family: Inter;
32400
- font-style: normal;
32412
+ .E_fh0ewl8 {
32413
+ color: #2d3a56;
32401
32414
  font-weight: bold;
32402
- font-size: 16px;
32403
- line-height: 22px;
32415
+ padding-bottom: 6px;
32416
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32417
+ margin-bottom: 16px;
32404
32418
  }
32405
-
32406
- .E_hydo2ej {
32407
- font-family: Inter;
32408
- font-style: normal;
32409
- font-weight: normal;
32410
- font-size: 16px;
32411
- line-height: 22px;
32419
+ .E_fh0ewl8:not(:first-of-type) {
32420
+ margin-top: 16px;
32412
32421
  }
32413
32422
 
32414
- .E_h1hbuq0r {
32415
- font-family: Inter;
32416
- font-style: normal;
32417
- font-weight: bold;
32418
- font-size: 14px;
32419
- line-height: 20px;
32423
+ .E_e1qrlvot {
32424
+ width: 8px;
32425
+ height: 24px;
32426
+ display: flex;
32427
+ justify-content: center;
32428
+ align-items: center;
32429
+ cursor: pointer;
32430
+ transition: all 200ms ease-out 40ms;
32431
+ }
32432
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
32433
+ content: "";
32434
+ width: 1px;
32435
+ height: 6px;
32436
+ border-radius: 1px;
32437
+ background: #ccd4e3;
32438
+ position: relative;
32439
+ right: 2px;
32440
+ transform: rotate(-45deg);
32441
+ }
32442
+ .E_e1qrlvot:after {
32443
+ transform: rotate(45deg);
32444
+ left: 1px;
32420
32445
  }
32421
32446
 
32422
- .E_h13bondg {
32423
- font-family: Inter;
32424
- font-style: normal;
32425
- font-weight: normal;
32426
- font-size: 14px;
32427
- line-height: 20px;
32447
+ .E_w9ic984.ant-alert-warning {
32448
+ border: 0;
32449
+ background: rgba(255, 187, 0, 0.1);
32450
+ border-radius: 6px;
32451
+ }
32452
+ .E_w9ic984.ant-alert,
32453
+ .E_w9ic984 .ant-alert-message {
32454
+ color: #e07f00;
32455
+ }
32456
+ .E_w9ic984.ant-alert .dashed-border-bottom,
32457
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
32458
+ border-bottom-color: #e07f00;
32428
32459
  }
32429
32460
 
32430
- .E_h1mhvdlx {
32431
- font-family: Inter;
32432
- font-style: normal;
32433
- font-weight: bold;
32461
+ .E_n1k9qi4r {
32462
+ display: flex;
32463
+ flex-direction: row;
32464
+ padding: 7px 12px;
32465
+ background: rgba(255, 187, 0, 0.1);
32466
+ border-radius: 6px;
32467
+ color: #e07f00;
32434
32468
  font-size: 12px;
32435
32469
  line-height: 18px;
32436
32470
  }
32471
+ .E_n1k9qi4r .icon-wrapper {
32472
+ margin-right: 10px;
32473
+ height: 18px;
32474
+ }
32437
32475
 
32438
- .E_h1inmfq6 {
32439
- font-family: Inter;
32440
- font-style: normal;
32441
- font-weight: normal;
32476
+ .E_n16fsg9x {
32477
+ display: flex;
32478
+ flex-direction: row;
32479
+ padding: 7px 12px;
32480
+ background: rgba(225, 230, 241, 0.6);
32481
+ border-radius: 6px;
32482
+ color: rgba(44, 56, 82, 0.6);
32442
32483
  font-size: 12px;
32443
32484
  line-height: 18px;
32444
32485
  }
32486
+ .E_n16fsg9x .icon-wrapper {
32487
+ margin-right: 10px;
32488
+ height: 18px;
32489
+ }
32445
32490
 
32446
- .E_h1kfc0la {
32447
- font-family: Inter;
32448
- font-style: normal;
32449
- font-weight: bold;
32450
- text-transform: uppercase;
32451
- font-feature-settings: "cpsp" on;
32491
+ .E_i173wxzw {
32492
+ display: flex;
32493
+ flex-direction: row;
32494
+ padding: 7px 12px;
32495
+ background: rgba(0, 136, 255, 0.1);
32496
+ border-radius: 6px;
32497
+ color: #005ed1;
32452
32498
  font-size: 12px;
32453
32499
  line-height: 18px;
32454
32500
  }
32501
+ .E_i173wxzw .icon-wrapper {
32502
+ margin-right: 10px;
32503
+ height: 18px;
32504
+ }
32455
32505
 
32456
- .E_h10xnyuu {
32457
- font-family: Inter;
32458
- font-style: normal;
32459
- font-weight: normal;
32460
- text-transform: uppercase;
32461
- font-feature-settings: "cpsp" on;
32506
+ .E_dld369h {
32507
+ color: rgba(44, 56, 82, 0.6);
32508
+ margin-top: 5px;
32462
32509
  font-size: 12px;
32463
32510
  line-height: 18px;
32464
32511
  }
32465
32512
 
32466
- .E_lrcmi0v {
32467
- font-family: Inter;
32468
- font-style: normal;
32469
- font-weight: normal;
32470
- font-size: 16px;
32471
- line-height: 24px;
32472
- }
32473
-
32474
- .E_lzt43lp {
32475
- font-family: Inter;
32476
- font-style: normal;
32477
- font-weight: bold;
32478
- font-size: 16px;
32479
- line-height: 24px;
32513
+ .E_s1epv22q {
32514
+ color: #f0483e;
32515
+ font-size: 12px;
32516
+ white-space: pre-wrap;
32480
32517
  }
32481
32518
 
32482
- .E_l5yc9nt {
32483
- font-family: Inter;
32484
- font-style: normal;
32485
- font-weight: normal;
32486
- font-size: 16px;
32487
- line-height: 24px;
32519
+ .E_okus5hk {
32520
+ display: flex;
32521
+ align-items: center;
32522
+ justify-content: flex-end;
32488
32523
  }
32489
-
32490
- .E_l1fbkbzo {
32491
- font-family: Inter;
32492
- font-style: normal;
32493
- font-weight: bold;
32494
- font-size: 16px;
32495
- line-height: 24px;
32524
+ .E_okus5hk .icon-wrapper {
32525
+ margin-right: 16px;
32496
32526
  }
32497
32527
 
32498
- .E_lahvcax {
32499
- font-family: Inter;
32500
- font-style: normal;
32501
- font-weight: normal;
32502
- text-transform: uppercase;
32503
- font-feature-settings: "cpsp" on;
32504
- font-size: 16px;
32505
- line-height: 24px;
32528
+ .E_t1auuzri {
32529
+ color: rgba(0, 21, 64, 0.3);
32506
32530
  }
32507
32531
 
32508
- .E_l11q3pxd {
32509
- font-family: Inter;
32510
- font-style: normal;
32511
- font-weight: bold;
32512
- text-transform: uppercase;
32513
- font-feature-settings: "cpsp" on;
32514
- font-size: 16px;
32515
- line-height: 24px;
32532
+ .E_i74cfyt.ant-input {
32533
+ padding: 5px 12px;
32534
+ line-height: 20px;
32535
+ color: #2d3a56;
32536
+ border-radius: 6px;
32537
+ border-color: rgba(172, 186, 211, 0.6);
32538
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32516
32539
  }
32517
-
32518
- .E_lfuc2qu {
32519
- font-family: Inter;
32520
- font-style: normal;
32521
- font-weight: normal;
32522
- font-size: 14px;
32540
+ .E_i74cfyt.ant-input.ant-input-lg {
32541
+ padding: 8px 16px;
32523
32542
  line-height: 22px;
32524
32543
  }
32525
-
32526
- .E_l1jmp8r0 {
32527
- font-family: Inter;
32528
- font-style: normal;
32529
- font-weight: 500;
32530
- font-size: 14px;
32531
- line-height: 22px;
32544
+ .E_i74cfyt.ant-input.ant-input-sm {
32545
+ padding: 2px 8px;
32546
+ line-height: 18px;
32532
32547
  }
32533
-
32534
- .E_lcnm221 {
32535
- font-family: Inter;
32536
- font-style: normal;
32537
- font-weight: bold;
32538
- font-size: 14px;
32548
+ .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
32549
+ border-color: rgba(107, 128, 167, 0.6);
32550
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32551
+ z-index: 1;
32552
+ }
32553
+ .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
32554
+ border-color: #0096ff;
32555
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32556
+ z-index: 1;
32557
+ }
32558
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
32559
+ border-color: #e75a3a;
32560
+ color: #e75a3a;
32561
+ }
32562
+ .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
32563
+ border-color: #e75a3a;
32564
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32565
+ }
32566
+ .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
32567
+ border-color: #e75a3a;
32568
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32569
+ }
32570
+ .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
32571
+ background: rgba(211, 218, 235, 0.6);
32572
+ color: rgba(0, 21, 64, 0.3);
32573
+ border-color: rgba(172, 186, 211, 0.6);
32574
+ }
32575
+ .E_i74cfyt.ant-input-affix-wrapper {
32576
+ padding: 5px 12px;
32577
+ border-radius: 6px;
32578
+ border-color: rgba(172, 186, 211, 0.6);
32579
+ line-height: 20px;
32580
+ color: #2d3a56;
32581
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32582
+ }
32583
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
32584
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
32585
+ color: rgba(44, 56, 82, 0.6);
32586
+ }
32587
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
32588
+ padding: 8px 16px;
32539
32589
  line-height: 22px;
32540
32590
  }
32541
-
32542
- .E_lu1z2n5 {
32543
- font-family: Inter;
32544
- font-style: normal;
32545
- font-weight: normal;
32546
- font-size: 14px;
32547
- line-height: 22px;
32591
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
32592
+ padding: 2px 8px;
32593
+ line-height: 18px;
32594
+ }
32595
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
32596
+ border-color: rgba(107, 128, 167, 0.6);
32597
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32598
+ }
32599
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32600
+ border-color: #0096ff;
32601
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32602
+ }
32603
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
32604
+ border-color: #e75a3a;
32605
+ }
32606
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
32607
+ color: #e75a3a;
32608
+ }
32609
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
32610
+ border-color: #e75a3a;
32611
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32612
+ }
32613
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32614
+ border-color: #e75a3a;
32615
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32616
+ }
32617
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
32618
+ background: rgba(211, 218, 235, 0.6);
32619
+ color: rgba(0, 21, 64, 0.3);
32620
+ border-color: rgba(172, 186, 211, 0.6);
32621
+ }
32622
+ textarea.E_i74cfyt.ant-input {
32623
+ transition-property: height;
32624
+ transition-delay: 50ms;
32625
+ }
32626
+ textarea.E_i74cfyt.ant-input.textarea-large {
32627
+ min-height: 40px;
32628
+ height: 40px;
32629
+ }
32630
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
32631
+ height: 80px;
32632
+ }
32633
+ textarea.E_i74cfyt.ant-input.textarea-middle {
32634
+ min-height: 32px;
32635
+ height: 32px;
32636
+ }
32637
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32638
+ height: 64px;
32639
+ }
32640
+ textarea.E_i74cfyt.ant-input.textarea-small {
32641
+ min-height: 24px;
32642
+ height: 24px;
32643
+ }
32644
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
32645
+ height: 40px;
32548
32646
  }
32549
32647
 
32550
- .E_l1r59djn {
32551
- font-family: Inter;
32552
- font-style: normal;
32553
- font-weight: bold;
32554
- font-size: 14px;
32555
- line-height: 22px;
32648
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
32649
+ border: 1px solid rgba(213, 219, 227, 0.6);
32650
+ border-radius: 4px;
32556
32651
  }
32557
-
32558
- .E_ljm2911 {
32559
- font-family: Inter;
32560
- font-style: normal;
32561
- font-weight: normal;
32562
- text-transform: uppercase;
32563
- font-feature-settings: "cpsp" on;
32564
- font-size: 14px;
32565
- line-height: 22px;
32652
+ .E_k1ci6977.input-tags {
32653
+ position: relative;
32654
+ padding: 6px;
32655
+ height: 32px;
32656
+ cursor: pointer;
32657
+ transition: border 150ms;
32566
32658
  }
32567
-
32568
- .E_l124mzmr {
32569
- font-family: Inter;
32570
- font-style: normal;
32571
- font-weight: bold;
32572
- text-transform: uppercase;
32573
- font-feature-settings: "cpsp" on;
32574
- font-size: 14px;
32575
- line-height: 22px;
32659
+ .E_k1ci6977.input-tags:hover {
32660
+ border-color: #0080ff;
32661
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32576
32662
  }
32577
-
32578
- .E_lb3chel {
32579
- font-family: Inter;
32580
- font-style: normal;
32581
- font-weight: normal;
32582
- font-size: 13px;
32583
- line-height: 20px;
32663
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32664
+ padding-right: 30px;
32584
32665
  }
32585
-
32586
- .E_lv9jstu {
32587
- font-family: Inter;
32588
- font-style: normal;
32589
- font-weight: 600;
32590
- font-size: 13px;
32591
- line-height: 20px;
32666
+ .E_k1ci6977.input-tags .input-tags-inner {
32667
+ display: flex;
32592
32668
  }
32593
-
32594
- .E_lwqlh3x {
32595
- font-family: Inter;
32596
- font-style: normal;
32597
- font-weight: bold;
32598
- font-size: 13px;
32599
- line-height: 20px;
32669
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32670
+ display: flex;
32600
32671
  }
32601
-
32602
- .E_lalum9y {
32603
- font-family: Inter;
32604
- font-style: normal;
32605
- font-weight: normal;
32606
- font-size: 13px;
32607
- line-height: 20px;
32672
+ .E_k1ci6977.input-tags .input-tag-suffix {
32673
+ position: absolute;
32674
+ right: 12px;
32675
+ top: 50%;
32676
+ transform: translateY(-50%);
32608
32677
  }
32609
-
32610
- .E_l1t6dj5o {
32611
- font-family: Inter;
32612
- font-style: normal;
32613
- font-weight: 600;
32614
- font-size: 13px;
32615
- line-height: 20px;
32678
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32679
+ color: rgba(0, 0, 0, 0.25);
32680
+ font-size: 12px;
32681
+ cursor: pointer;
32616
32682
  }
32617
-
32618
- .E_l12f6ic {
32619
- font-family: Inter;
32620
- font-style: normal;
32621
- font-weight: bold;
32622
- font-size: 13px;
32623
- line-height: 20px;
32683
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32684
+ color: rgba(0, 0, 0, 0.45);
32624
32685
  }
32625
-
32626
- .E_l7gmukq {
32627
- font-family: Inter;
32628
- font-style: normal;
32629
- font-weight: normal;
32630
- text-transform: uppercase;
32631
- font-feature-settings: "cpsp" on;
32632
- font-size: 13px;
32633
- line-height: 20px;
32686
+ .E_k1ci6977.has-focus-indicator {
32687
+ position: relative;
32688
+ overflow: hidden;
32634
32689
  }
32635
-
32636
- .E_lkwl0yp {
32637
- font-family: Inter;
32638
- font-style: normal;
32639
- font-weight: bold;
32640
- text-transform: uppercase;
32641
- font-feature-settings: "cpsp" on;
32642
- font-size: 13px;
32643
- line-height: 20px;
32690
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32691
+ position: absolute;
32692
+ top: 50%;
32693
+ transform: translateY(-50%);
32694
+ left: -16px;
32695
+ transition: left 150ms ease;
32696
+ opacity: 0;
32644
32697
  }
32645
-
32646
- .E_l10knv48 {
32647
- font-family: Inter;
32648
- font-style: normal;
32649
- font-weight: normal;
32650
- font-size: 12px;
32651
- line-height: 18px;
32698
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32699
+ left: 8px;
32700
+ opacity: 1;
32652
32701
  }
32653
-
32654
- .E_l6526ld {
32655
- font-family: Inter;
32656
- font-style: normal;
32657
- font-weight: 500;
32658
- font-size: 12px;
32659
- line-height: 18px;
32702
+ .E_k1ci6977.has-focus-indicator input {
32703
+ transition: margin-left 150ms ease;
32704
+ margin-left: 0px;
32660
32705
  }
32661
-
32662
- .E_l1j81vli {
32663
- font-family: Inter;
32664
- font-style: normal;
32665
- font-weight: bold;
32666
- font-size: 12px;
32667
- line-height: 18px;
32706
+ .E_k1ci6977.has-focus-indicator input:focus {
32707
+ margin-left: 16px;
32668
32708
  }
32669
32709
 
32670
- .E_l1x7n1mk {
32671
- font-family: Inter;
32672
- font-style: normal;
32673
- font-weight: normal;
32674
- font-size: 12px;
32675
- line-height: 18px;
32710
+ input.E_l1f7td1d.ant-input {
32711
+ border-top-right-radius: 0;
32712
+ border-bottom-right-radius: 0;
32676
32713
  }
32677
32714
 
32678
- .E_l9fqufz {
32679
- font-family: Inter;
32680
- font-style: normal;
32681
- font-weight: 500;
32682
- font-size: 12px;
32683
- line-height: 18px;
32715
+ .E_l1f7td1d.ant-input-affix-wrapper {
32716
+ border-top-right-radius: 0;
32717
+ border-bottom-right-radius: 0;
32684
32718
  }
32685
32719
 
32686
- .E_l1iwnybd {
32687
- font-family: Inter;
32688
- font-style: normal;
32689
- font-weight: bold;
32690
- font-size: 12px;
32691
- line-height: 18px;
32720
+ input.E_rf8rlle.ant-input {
32721
+ border-top-left-radius: 0;
32722
+ border-bottom-left-radius: 0;
32692
32723
  }
32693
32724
 
32694
- .E_lprtm1e {
32695
- font-family: Inter;
32696
- font-style: normal;
32697
- font-weight: normal;
32698
- text-transform: uppercase;
32699
- font-feature-settings: "cpsp" on;
32700
- font-size: 12px;
32701
- line-height: 18px;
32725
+ .E_rf8rlle.ant-input-affix-wrapper {
32726
+ border-top-left-radius: 0;
32727
+ border-bottom-left-radius: 0;
32702
32728
  }
32703
32729
 
32704
- .E_l1lln87h {
32705
- font-family: Inter;
32706
- font-style: normal;
32707
- font-weight: bold;
32708
- text-transform: uppercase;
32709
- font-feature-settings: "cpsp" on;
32710
- font-size: 12px;
32711
- line-height: 18px;
32730
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32731
+ border-top-right-radius: 0;
32732
+ border-bottom-right-radius: 0;
32712
32733
  }
32713
32734
 
32714
- .E_f2pb48l {
32715
- font-family: Inter;
32716
- font-style: normal;
32717
- font-weight: normal;
32718
- font-size: 13px;
32719
- line-height: 20px;
32735
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32736
+ border-top-left-radius: 0;
32737
+ border-bottom-left-radius: 0;
32720
32738
  }
32721
32739
 
32722
- .E_fi9emkw {
32723
- font-family: Inter;
32724
- font-style: normal;
32725
- font-weight: normal;
32726
- font-size: 13px;
32727
- line-height: 20px;
32740
+ .E_c3ni091 {
32741
+ display: flex;
32742
+ flex-direction: column;
32728
32743
  }
32729
-
32730
- .E_f1nrg7da {
32731
- font-family: Inter;
32732
- font-style: normal;
32733
- font-weight: normal;
32734
- font-size: 12px;
32735
- line-height: 18px;
32744
+ .E_c3ni091 .select-wrapper {
32745
+ margin-top: 12px;
32736
32746
  }
32737
-
32738
- .E_f17k1i3n {
32739
- font-family: Inter;
32740
- font-style: normal;
32741
- font-weight: normal;
32742
- font-size: 12px;
32743
- line-height: 18px;
32747
+ .E_c3ni091 .select-wrapper .select {
32748
+ width: 100%;
32744
32749
  }
32745
-
32746
- .E_t1tvuj2e {
32747
- font-family: Inter;
32748
- font-style: normal;
32749
- font-weight: normal;
32750
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32751
- font-size: 13px;
32752
- line-height: 20px;
32750
+ .E_c3ni091 .radio-wrapper {
32751
+ margin-top: 24px;
32753
32752
  }
32754
-
32755
- .E_t17uajlu {
32756
- font-family: Inter;
32757
- font-style: normal;
32758
- font-weight: normal;
32759
- font-feature-settings: "zero" on;
32760
- font-size: 13px;
32761
- line-height: 20px;
32753
+ .E_c3ni091 div.form-item {
32754
+ width: 100%;
32762
32755
  }
32763
32756
 
32764
- .E_t114zbyz {
32765
- font-family: Inter;
32766
- font-style: normal;
32767
- font-weight: normal;
32768
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32769
- font-size: 12px;
32757
+ .E_d105ju2d {
32758
+ font-size: 14px;
32759
+ font-weight: 500;
32760
+ color: #3e4652;
32770
32761
  line-height: 18px;
32771
32762
  }
32763
+ .E_d105ju2d + .E_d105ju2d {
32764
+ margin-top: 16px;
32765
+ }
32766
+ .E_d105ju2d + * {
32767
+ margin-top: 16px;
32768
+ }
32772
32769
 
32773
- .E_t1il0kvi {
32774
- font-family: Inter;
32775
- font-style: normal;
32776
- font-weight: 500;
32777
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32770
+ .E_lh0l62z.E_d105ju2d {
32778
32771
  font-size: 12px;
32779
- line-height: 18px;
32772
+ color: rgba(44, 56, 82, 0.6);
32773
+ margin-top: 12px;
32780
32774
  }
32781
32775
 
32782
- .E_t10dv8p1 {
32783
- font-family: Inter;
32784
- font-style: normal;
32785
- font-weight: normal;
32786
- font-feature-settings: "zero" on;
32787
- font-size: 12px;
32776
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32788
32777
  line-height: 18px;
32778
+ font-weight: 500;
32779
+ margin-top: 0;
32780
+ white-space: initial;
32789
32781
  }
32790
32782
 
32791
- .E_tc2oqpq {
32792
- font-family: Inter;
32793
- font-style: normal;
32783
+ .E_r1skkc3l {
32784
+ display: block;
32785
+ }
32786
+ .E_r1skkc3l span {
32787
+ font-size: 14px;
32794
32788
  font-weight: 500;
32795
- font-feature-settings: "zero" on;
32796
- font-size: 12px;
32797
- line-height: 18px;
32789
+ line-height: 32px;
32790
+ color: #3e4652;
32798
32791
  }
32799
32792
 
32800
- .E_tzvddmc {
32801
- font-family: Inter;
32802
- font-style: normal;
32803
- font-weight: bold;
32804
- font-feature-settings: "zero" on;
32805
- font-size: 16px;
32806
- line-height: 24px;
32793
+ .E_c3cobmo {
32794
+ margin-top: 16px;
32795
+ padding: 8px;
32796
+ border-radius: 6px;
32797
+ background: rgba(225, 230, 241, 0.6);
32798
+ color: rgba(44, 56, 82, 0.6);
32799
+ font-size: 12px;
32800
+ }
32801
+ .E_c3cobmo div {
32802
+ line-height: 20px;
32803
+ display: flex;
32804
+ align-items: center;
32805
+ word-break: break-all;
32806
+ }
32807
+ .E_c3cobmo .title {
32808
+ font-weight: 700;
32809
+ line-height: 18px;
32810
+ margin: 4px 0;
32807
32811
  }
32808
32812
 
32809
- .E_u18llj45 {
32810
- font-family: Inter;
32811
- font-style: normal;
32812
- font-weight: normal;
32813
- font-size: 10px;
32814
- line-height: 12px;
32813
+ .E_uqv57uv {
32814
+ color: rgba(44, 56, 82, 0.7490196078);
32815
32815
  }
32816
32816
 
32817
32817
  .E_suhck3k {
@@ -33288,6 +33288,44 @@ input.E_rf8rlle.ant-input {
33288
33288
  position: static;
33289
33289
  }
33290
33290
 
33291
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33292
+ margin-right: 2px;
33293
+ }
33294
+
33295
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
33296
+ padding-left: 8px;
33297
+ padding-right: 8px;
33298
+ }
33299
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
33300
+ border-radius: 4px;
33301
+ }
33302
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33303
+ border-radius: 4px;
33304
+ }
33305
+
33306
+ .E_ma64lna .antd5-segmented-item-label {
33307
+ padding-left: 12px;
33308
+ padding-right: 12px;
33309
+ }
33310
+
33311
+ .E_ckld275 {
33312
+ background-color: rgba(225, 230, 241, 0.6);
33313
+ }
33314
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33315
+ background-color: rgba(255, 255, 255, 0.6);
33316
+ color: rgba(44, 56, 82, 0.75);
33317
+ }
33318
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33319
+ background-color: transparent;
33320
+ }
33321
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
33322
+ background-color: transparent;
33323
+ }
33324
+
33325
+ .E_c1yd35n {
33326
+ padding: 0 12px 14px 12px;
33327
+ }
33328
+
33291
33329
  .E_c1kchka8 {
33292
33330
  height: 100%;
33293
33331
  width: 100%;
@@ -33765,101 +33803,6 @@ input.E_rf8rlle.ant-input {
33765
33803
  padding: 0;
33766
33804
  }
33767
33805
 
33768
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33769
- margin-right: 2px;
33770
- }
33771
-
33772
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
33773
- padding-left: 8px;
33774
- padding-right: 8px;
33775
- }
33776
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
33777
- border-radius: 4px;
33778
- }
33779
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33780
- border-radius: 4px;
33781
- }
33782
-
33783
- .E_ma64lna .antd5-segmented-item-label {
33784
- padding-left: 12px;
33785
- padding-right: 12px;
33786
- }
33787
-
33788
- .E_ckld275 {
33789
- background-color: rgba(225, 230, 241, 0.6);
33790
- }
33791
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33792
- background-color: rgba(255, 255, 255, 0.6);
33793
- color: rgba(44, 56, 82, 0.75);
33794
- }
33795
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33796
- background-color: transparent;
33797
- }
33798
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
33799
- background-color: transparent;
33800
- }
33801
-
33802
- .E_b14q2gmw {
33803
- 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);
33804
- }
33805
-
33806
- .E_c1eym6el {
33807
- border-radius: 8px;
33808
- background-color: white;
33809
- }
33810
- .E_c1eym6el.hoverable {
33811
- cursor: pointer;
33812
- }
33813
- .E_c1eym6el.hoverable:hover {
33814
- transition: all 200ms ease;
33815
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33816
- transform: translateY(-4px);
33817
- }
33818
-
33819
- .E_c1yd35n {
33820
- padding: 0 12px 14px 12px;
33821
- }
33822
-
33823
- .E_c1kghdax {
33824
- color: #2d3a56;
33825
- padding: 7px 12px;
33826
- display: flex;
33827
- justify-content: space-between;
33828
- align-items: center;
33829
- }
33830
- .E_c1kghdax.has-arrow {
33831
- padding-left: 10px;
33832
- }
33833
- .E_c1kghdax.has-arrow .title-wrapper {
33834
- cursor: pointer;
33835
- color: #00122e;
33836
- }
33837
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
33838
- color: #2d3a56;
33839
- font-weight: 600;
33840
- }
33841
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33842
- transform: rotate(90deg);
33843
- }
33844
- .E_c1kghdax .sub-info {
33845
- font-size: 12px;
33846
- line-height: 18px;
33847
- }
33848
- .E_c1kghdax .title-wrapper {
33849
- display: flex;
33850
- align-items: center;
33851
- user-select: none;
33852
- flex-grow: 1;
33853
- font-size: 12px;
33854
- line-height: 18px;
33855
- color: #2d3a56;
33856
- font-weight: 700;
33857
- }
33858
- .E_c1kghdax .collapse-arrow {
33859
- transition: all 50ms ease-out 0ms;
33860
- margin-right: 2px;
33861
- }
33862
-
33863
33806
  .E_ckui4s7 {
33864
33807
  color: #2d3a56;
33865
33808
  line-height: 22px;
@@ -33917,11 +33860,51 @@ input.E_rf8rlle.ant-input {
33917
33860
  margin-left: 28px;
33918
33861
  color: rgba(44, 56, 82, 0.6);
33919
33862
  }
33920
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33921
- margin-left: 8px;
33863
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33864
+ margin-left: 8px;
33865
+ }
33866
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33867
+ margin-left: 24px;
33868
+ }
33869
+
33870
+ .E_c1kghdax {
33871
+ color: #2d3a56;
33872
+ padding: 7px 12px;
33873
+ display: flex;
33874
+ justify-content: space-between;
33875
+ align-items: center;
33876
+ }
33877
+ .E_c1kghdax.has-arrow {
33878
+ padding-left: 10px;
33879
+ }
33880
+ .E_c1kghdax.has-arrow .title-wrapper {
33881
+ cursor: pointer;
33882
+ color: #00122e;
33883
+ }
33884
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
33885
+ color: #2d3a56;
33886
+ font-weight: 600;
33887
+ }
33888
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33889
+ transform: rotate(90deg);
33890
+ }
33891
+ .E_c1kghdax .sub-info {
33892
+ font-size: 12px;
33893
+ line-height: 18px;
33894
+ }
33895
+ .E_c1kghdax .title-wrapper {
33896
+ display: flex;
33897
+ align-items: center;
33898
+ user-select: none;
33899
+ flex-grow: 1;
33900
+ font-size: 12px;
33901
+ line-height: 18px;
33902
+ color: #2d3a56;
33903
+ font-weight: 700;
33922
33904
  }
33923
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33924
- margin-left: 24px;
33905
+ .E_c1kghdax .collapse-arrow {
33906
+ transition: all 50ms ease-out 0ms;
33907
+ margin-right: 2px;
33925
33908
  }
33926
33909
 
33927
33910
  .E_lht19u8 {
@@ -33973,79 +33956,21 @@ input.E_rf8rlle.ant-input {
33973
33956
  animation: loading-indicator3 1100ms ease-out infinite;
33974
33957
  }
33975
33958
 
33976
- .E_sddwhm6 {
33977
- margin: 0;
33978
- border-radius: 20px;
33979
- padding: 2px 10px;
33980
- height: 22px;
33981
- }
33982
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33983
- background-color: rgba(237, 241, 250, 0.6) !important;
33984
- }
33985
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33986
- background-color: rgba(225, 230, 241, 0.6) !important;
33987
- }
33988
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33989
- color: #00122e;
33990
- }
33991
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33992
- margin-right: 6px;
33993
- }
33994
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33995
- margin-left: 8px;
33996
- color: rgba(44, 56, 82, 0.6);
33997
- }
33998
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33999
- background-color: rgba(0, 136, 255, 0.1);
34000
- }
34001
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
34002
- background-color: #0080ff;
34003
- }
34004
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
34005
- background-color: rgba(0, 136, 255, 0.16);
34006
- }
34007
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
34008
- background-color: rgba(255, 74, 74, 0.1);
34009
- }
34010
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
34011
- background-color: #f0483e;
34012
- }
34013
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
34014
- background-color: rgba(255, 74, 74, 0.16);
34015
- }
34016
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
34017
- background-color: rgba(254, 160, 8, 0.1);
34018
- }
34019
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
34020
- background-color: #fea008;
34021
- }
34022
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
34023
- background-color: rgba(255, 187, 0, 0.16);
34024
- }
34025
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
34026
- background-color: rgba(30, 201, 127, 0.1);
34027
- }
34028
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
34029
- background-color: #00ba5d;
34030
- }
34031
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
34032
- background-color: rgba(30, 201, 127, 0.16);
34033
- }
34034
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
34035
- background-color: rgba(225, 230, 241, 0.6);
33959
+ .E_b14q2gmw {
33960
+ 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);
34036
33961
  }
34037
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
34038
- background-color: #6b7d99;
33962
+
33963
+ .E_c1eym6el {
33964
+ border-radius: 8px;
33965
+ background-color: white;
34039
33966
  }
34040
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
34041
- background-color: rgba(211, 218, 235, 0.6);
33967
+ .E_c1eym6el.hoverable {
33968
+ cursor: pointer;
34042
33969
  }
34043
-
34044
- .E_satwmqm {
34045
- width: 8px;
34046
- height: 8px;
34047
- border-radius: 50%;
34048
- display: inline-block;
33970
+ .E_c1eym6el.hoverable:hover {
33971
+ transition: all 200ms ease;
33972
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33973
+ transform: translateY(-4px);
34049
33974
  }
34050
33975
 
34051
33976
  button.E_l48ei06.ant-btn {
@@ -34468,6 +34393,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34468
34393
  background: #fff;
34469
34394
  }
34470
34395
 
34396
+ .E_sddwhm6 {
34397
+ margin: 0;
34398
+ border-radius: 20px;
34399
+ padding: 2px 10px;
34400
+ height: 22px;
34401
+ }
34402
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
34403
+ background-color: rgba(237, 241, 250, 0.6) !important;
34404
+ }
34405
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
34406
+ background-color: rgba(225, 230, 241, 0.6) !important;
34407
+ }
34408
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
34409
+ color: #00122e;
34410
+ }
34411
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
34412
+ margin-right: 6px;
34413
+ }
34414
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
34415
+ margin-left: 8px;
34416
+ color: rgba(44, 56, 82, 0.6);
34417
+ }
34418
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
34419
+ background-color: rgba(0, 136, 255, 0.1);
34420
+ }
34421
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
34422
+ background-color: #0080ff;
34423
+ }
34424
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
34425
+ background-color: rgba(0, 136, 255, 0.16);
34426
+ }
34427
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
34428
+ background-color: rgba(255, 74, 74, 0.1);
34429
+ }
34430
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
34431
+ background-color: #f0483e;
34432
+ }
34433
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
34434
+ background-color: rgba(255, 74, 74, 0.16);
34435
+ }
34436
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
34437
+ background-color: rgba(254, 160, 8, 0.1);
34438
+ }
34439
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
34440
+ background-color: #fea008;
34441
+ }
34442
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
34443
+ background-color: rgba(255, 187, 0, 0.16);
34444
+ }
34445
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
34446
+ background-color: rgba(30, 201, 127, 0.1);
34447
+ }
34448
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
34449
+ background-color: #00ba5d;
34450
+ }
34451
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
34452
+ background-color: rgba(30, 201, 127, 0.16);
34453
+ }
34454
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
34455
+ background-color: rgba(225, 230, 241, 0.6);
34456
+ }
34457
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
34458
+ background-color: #6b7d99;
34459
+ }
34460
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
34461
+ background-color: rgba(211, 218, 235, 0.6);
34462
+ }
34463
+
34464
+ .E_satwmqm {
34465
+ width: 8px;
34466
+ height: 8px;
34467
+ border-radius: 50%;
34468
+ display: inline-block;
34469
+ }
34470
+
34471
34471
  .E_w7ob4th.outside-tag {
34472
34472
  padding-left: 0;
34473
34473
  }
@@ -34477,6 +34477,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34477
34477
  margin-right: 4px;
34478
34478
  }
34479
34479
 
34480
+ .E_slr2ynn {
34481
+ padding: 0 8px;
34482
+ height: 18px;
34483
+ }
34484
+
34485
+ .E_m140wbb6 {
34486
+ padding: 2px 8px;
34487
+ height: 24px;
34488
+ }
34489
+
34490
+ .E_t1fozc1i {
34491
+ margin: 0;
34492
+ }
34493
+
34494
+ .E_i1vxv4ln {
34495
+ margin-right: 4px;
34496
+ height: 16px;
34497
+ }
34498
+
34499
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34500
+ font-weight: 700;
34501
+ color: #00122e;
34502
+ background-color: rgba(237, 241, 250, 0.6);
34503
+ border: 1px solid rgba(211, 218, 235, 0.6);
34504
+ word-break: break-all;
34505
+ display: inline;
34506
+ white-space: normal;
34507
+ }
34508
+
34480
34509
  .E_i1g85yz3 {
34481
34510
  margin-right: 4px;
34482
34511
  height: 16px;
@@ -34870,35 +34899,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34870
34899
  margin-right: 8px;
34871
34900
  }
34872
34901
 
34873
- .E_slr2ynn {
34874
- padding: 0 8px;
34875
- height: 18px;
34876
- }
34877
-
34878
- .E_m140wbb6 {
34879
- padding: 2px 8px;
34880
- height: 24px;
34881
- }
34882
-
34883
- .E_t1fozc1i {
34884
- margin: 0;
34885
- }
34886
-
34887
- .E_i1vxv4ln {
34888
- margin-right: 4px;
34889
- height: 16px;
34890
- }
34891
-
34892
- .E_n1afl31m.ant-tag.ant-tag-gray {
34893
- font-weight: 700;
34894
- color: #00122e;
34895
- background-color: rgba(237, 241, 250, 0.6);
34896
- border: 1px solid rgba(211, 218, 235, 0.6);
34897
- word-break: break-all;
34898
- display: inline;
34899
- white-space: normal;
34900
- }
34901
-
34902
34902
  .E_r77hffu {
34903
34903
  display: flex;
34904
34904
  align-items: center;
@@ -35177,6 +35177,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35177
35177
  display: block;
35178
35178
  }
35179
35179
 
35180
+ .E_i14c7jc8 {
35181
+ color: var(--i14c7jc8-0);
35182
+ }
35183
+
35184
+ .E_i1ibuolf {
35185
+ display: flex;
35186
+ align-items: center;
35187
+ column-gap: 4px;
35188
+ font-size: 12px;
35189
+ color: rgba(44, 56, 82, 0.7490196078);
35190
+ }
35191
+
35180
35192
  .E_d1u4ndxc {
35181
35193
  color: rgba(44, 56, 82, 0.7490196078);
35182
35194
  font-size: 12px;
@@ -35206,16 +35218,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35206
35218
  to {
35207
35219
  transform: translateX(100%);
35208
35220
  }
35209
- }
35210
-
35211
- .E_i14c7jc8 {
35212
- color: var(--i14c7jc8-0);
35213
- }
35214
-
35215
- .E_i1ibuolf {
35216
- display: flex;
35217
- align-items: center;
35218
- column-gap: 4px;
35219
- font-size: 12px;
35220
- color: rgba(44, 56, 82, 0.7490196078);
35221
35221
  }