@cloudtower/eagle 0.27.14-dry → 0.27.14

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
@@ -29558,6 +29558,21 @@ html body {
29558
29558
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29559
29559
  }
29560
29560
  }
29561
+ .fde5mpd {
29562
+ width: 100%;
29563
+ height: 100%;
29564
+ min-height: 124px;
29565
+ display: flex;
29566
+ flex-direction: column;
29567
+ justify-content: center;
29568
+ align-items: center;
29569
+ }
29570
+ .fde5mpd .error-text {
29571
+ color: rgba(10, 37, 85, 0.6);
29572
+ margin-bottom: 16px;
29573
+ font-size: 18px;
29574
+ }
29575
+
29561
29576
  .bpq0js6 {
29562
29577
  padding: 4px 11px;
29563
29578
  }
@@ -29837,19 +29852,144 @@ html body {
29837
29852
  padding: 0;
29838
29853
  }
29839
29854
 
29840
- .fde5mpd {
29841
- width: 100%;
29842
- height: 100%;
29843
- min-height: 124px;
29855
+ .c1up1pdz {
29856
+ width: 648px;
29857
+ }
29858
+ .c1up1pdz.active {
29859
+ border-color: #0080ff;
29860
+ }
29861
+ .c1up1pdz.active > header {
29862
+ background: rgba(0, 128, 255, 0.1);
29863
+ }
29864
+ .c1up1pdz .expand {
29865
+ padding: 12px;
29866
+ }
29867
+ .c1up1pdz .field-item {
29868
+ display: flex;
29869
+ padding: 10px 0;
29870
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29871
+ }
29872
+ .c1up1pdz .field-item:last-child {
29873
+ border-bottom: none;
29874
+ padding-bottom: 0;
29875
+ }
29876
+ .c1up1pdz .field-item label {
29877
+ line-height: 32px;
29878
+ width: 100px;
29879
+ color: rgba(62, 70, 82, 0.6);
29880
+ }
29881
+ .c1up1pdz .help {
29882
+ color: rgba(62, 70, 82, 0.6);
29883
+ margin-top: 5px;
29884
+ }
29885
+ .c1up1pdz .ant-input-affix-wrapper,
29886
+ .c1up1pdz .ant-picker {
29887
+ width: 128px;
29888
+ }
29889
+
29890
+ .c156wh19 {
29844
29891
  display: flex;
29845
- flex-direction: column;
29846
- justify-content: center;
29847
29892
  align-items: center;
29893
+ justify-content: space-between;
29894
+ word-break: keep-all;
29848
29895
  }
29849
- .fde5mpd .error-text {
29850
- color: rgba(10, 37, 85, 0.6);
29851
- margin-bottom: 16px;
29852
- font-size: 18px;
29896
+ .c156wh19 .title {
29897
+ margin: 0 16px 0 8px;
29898
+ }
29899
+ .c156wh19 .retain {
29900
+ color: rgba(129, 138, 153, 0.6);
29901
+ }
29902
+ .c156wh19 .left {
29903
+ flex: 1;
29904
+ display: flex;
29905
+ overflow: hidden;
29906
+ align-items: center;
29907
+ justify-content: flex-start;
29908
+ white-space: nowrap;
29909
+ }
29910
+ .c156wh19 .left .title {
29911
+ max-width: 100%;
29912
+ overflow: hidden;
29913
+ text-overflow: ellipsis;
29914
+ }
29915
+ .c156wh19 .right {
29916
+ display: flex;
29917
+ align-items: center;
29918
+ }
29919
+ .c156wh19 .reverse {
29920
+ display: flex;
29921
+ flex-direction: row-reverse;
29922
+ align-items: center;
29923
+ }
29924
+ .c156wh19 .reverse .ant-switch {
29925
+ margin-left: 8px;
29926
+ }
29927
+ .c156wh19 .close {
29928
+ padding-left: 14px;
29929
+ margin-left: 14px;
29930
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
29931
+ cursor: pointer;
29932
+ }
29933
+
29934
+ .m126spxy {
29935
+ padding-bottom: 4px;
29936
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29937
+ }
29938
+ .m126spxy .ant-btn-link {
29939
+ padding: 1px 10px;
29940
+ color: rgba(62, 70, 82, 0.6);
29941
+ border-radius: 4px;
29942
+ }
29943
+ .m126spxy .ant-btn-link.active {
29944
+ background: rgba(0, 128, 255, 0.1);
29945
+ color: #0096ff;
29946
+ }
29947
+
29948
+ .wpbf4pq {
29949
+ padding: 10px 0;
29950
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29951
+ }
29952
+ .wpbf4pq .ant-input,
29953
+ .wpbf4pq .ant-picker {
29954
+ width: 80px;
29955
+ margin: 0 9px;
29956
+ text-align: center;
29957
+ }
29958
+ .wpbf4pq .options {
29959
+ padding: 12px 0 12px 16px;
29960
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
29961
+ margin: 5px 0 5px 8px;
29962
+ }
29963
+ .wpbf4pq .week-day-option,
29964
+ .wpbf4pq .month-day-option {
29965
+ background: #f5f7fa;
29966
+ box-sizing: border-box;
29967
+ border-radius: 16px;
29968
+ margin-right: 8px;
29969
+ }
29970
+ .wpbf4pq .week-day-option:focus,
29971
+ .wpbf4pq .month-day-option:focus {
29972
+ color: inherit;
29973
+ border-color: #d9d9d9;
29974
+ }
29975
+ .wpbf4pq .week-day-option.active {
29976
+ background-color: #0096ff;
29977
+ border-color: #0096ff;
29978
+ color: #fff;
29979
+ }
29980
+ .wpbf4pq .week-day-option.en-text {
29981
+ width: 110px;
29982
+ margin-top: 4px;
29983
+ }
29984
+ .wpbf4pq .month-day-option {
29985
+ width: 32px;
29986
+ padding: 0;
29987
+ margin-bottom: 8px;
29988
+ }
29989
+ .wpbf4pq .month-day-option.active {
29990
+ background-color: #0096ff;
29991
+ border-color: #0096ff;
29992
+ color: #fff;
29853
29993
  }
29854
29994
 
29855
29995
  .iap75of {
@@ -29883,1304 +30023,1356 @@ html body {
29883
30023
  animation: rotate 680ms linear infinite;
29884
30024
  }
29885
30025
 
29886
- .obf05yr {
30026
+ .i1e4sgug {
29887
30027
  display: inline-block;
29888
30028
  }
29889
30029
 
29890
- .hsms1n6 {
29891
- visibility: hidden;
29892
- position: absolute;
30030
+ .s34f1qb.ant-switch {
30031
+ min-width: 40px;
30032
+ height: 24px;
30033
+ background: rgba(172, 186, 211, 0.6);
30034
+ overflow: hidden;
29893
30035
  }
29894
-
29895
- .d6j0lbj {
29896
- font-family: Inter;
29897
- font-style: normal;
29898
- font-weight: bold;
29899
- font-size: 32px;
29900
- line-height: 40px;
30036
+ .s34f1qb.ant-switch:focus {
30037
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
29901
30038
  }
29902
-
29903
- .d1xhvvxe {
29904
- font-family: Inter;
29905
- font-style: normal;
29906
- font-weight: bold;
29907
- font-size: 24px;
29908
- line-height: 32px;
30039
+ .s34f1qb.ant-switch-small {
30040
+ min-width: 26px;
30041
+ height: 16px;
29909
30042
  }
29910
-
29911
- .dk10mxq {
29912
- font-family: Inter;
29913
- font-style: normal;
29914
- font-weight: normal;
29915
- font-size: 32px;
29916
- line-height: 40px;
30043
+ .s34f1qb.ant-switch-large {
30044
+ min-width: 52px;
30045
+ height: 32px;
29917
30046
  }
29918
-
29919
- .dxsait {
29920
- font-family: Inter;
29921
- font-style: normal;
29922
- font-weight: bold;
29923
- font-size: 20px;
29924
- line-height: 24px;
30047
+ .s34f1qb.ant-switch .ant-switch-handle {
30048
+ height: 20px;
30049
+ width: 20px;
29925
30050
  }
29926
-
29927
- .dokn0h3 {
29928
- font-family: Inter;
29929
- font-style: normal;
29930
- font-weight: normal;
29931
- font-size: 20px;
29932
- line-height: 24px;
30051
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30052
+ border-radius: 10px;
30053
+ transition-delay: 120ms;
29933
30054
  }
29934
-
29935
- .dobau4p {
29936
- font-family: Inter;
29937
- font-style: normal;
29938
- font-weight: bold;
29939
- font-size: 18px;
29940
- line-height: 22px;
30055
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30056
+ height: 14px;
30057
+ width: 14px;
30058
+ top: 1px;
30059
+ left: 1px;
29941
30060
  }
29942
-
29943
- .dvolwok {
29944
- font-family: Inter;
29945
- font-style: normal;
29946
- font-weight: normal;
29947
- font-size: 18px;
29948
- line-height: 22px;
30061
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30062
+ height: 28px;
30063
+ width: 28px;
29949
30064
  }
29950
-
29951
- .h181qhg4 {
29952
- font-family: Inter;
29953
- font-style: normal;
29954
- font-weight: bold;
29955
- font-size: 16px;
29956
- line-height: 22px;
30065
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30066
+ border-radius: 14px;
29957
30067
  }
29958
-
29959
- .h1phgmcq {
29960
- font-family: Inter;
29961
- font-style: normal;
29962
- font-weight: normal;
29963
- font-size: 16px;
29964
- line-height: 22px;
30068
+ .s34f1qb.ant-switch-checked {
30069
+ background-color: #00ba5d;
29965
30070
  }
29966
-
29967
- .h173xnl1 {
29968
- font-family: Inter;
29969
- font-style: normal;
29970
- font-weight: bold;
29971
- font-size: 14px;
29972
- line-height: 20px;
30071
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30072
+ left: calc(100% - 20px - 2px);
29973
30073
  }
29974
-
29975
- .hedm4pz {
29976
- font-family: Inter;
29977
- font-style: normal;
29978
- font-weight: normal;
29979
- font-size: 14px;
29980
- line-height: 20px;
30074
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30075
+ left: calc(100% - 14px - 1px);
30076
+ }
30077
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30078
+ left: calc(100% - 28px - 2px);
29981
30079
  }
29982
30080
 
29983
- .h1kd8xld {
29984
- font-family: Inter;
29985
- font-style: normal;
29986
- font-weight: bold;
29987
- font-size: 12px;
29988
- line-height: 18px;
30081
+ .c1to9vb9 {
30082
+ margin-left: 5px;
29989
30083
  }
29990
30084
 
29991
- .hp14fr {
29992
- font-family: Inter;
29993
- font-style: normal;
29994
- font-weight: normal;
30085
+ .p12gwtiw {
30086
+ display: flex;
30087
+ justify-content: space-between;
30088
+ align-items: center;
30089
+ padding: 10px 0;
30090
+ color: rgba(44, 56, 82, 0.6);
29995
30091
  font-size: 12px;
29996
- line-height: 18px;
30092
+ line-height: 24px;
29997
30093
  }
29998
-
29999
- .hgrg7mn {
30000
- font-family: Inter;
30001
- font-style: normal;
30094
+ .p12gwtiw .pagination-left {
30095
+ padding: 2px 8px;
30096
+ }
30097
+ .p12gwtiw .dropdown-trigger {
30098
+ display: flex;
30099
+ align-items: center;
30100
+ border-radius: 6px;
30101
+ cursor: pointer;
30102
+ transition: all 0.3s ease;
30103
+ }
30104
+ .p12gwtiw .dropdown-trigger:hover {
30105
+ background: rgba(211, 218, 235, 0.6);
30106
+ color: #0080ff;
30107
+ }
30108
+ .p12gwtiw .dropdown-trigger .icon-inner {
30109
+ margin-left: 4px;
30110
+ }
30111
+ .p12gwtiw .pagination-right {
30112
+ display: flex;
30113
+ align-items: center;
30114
+ color: #0080ff;
30002
30115
  font-weight: bold;
30003
- text-transform: uppercase;
30004
- font-feature-settings: "cpsp" on;
30005
- font-size: 12px;
30006
- line-height: 18px;
30116
+ }
30117
+ .p12gwtiw .pagination-right .icon-inner {
30118
+ margin-left: 4px;
30119
+ }
30120
+ .p12gwtiw .pagination-right .prev-btn,
30121
+ .p12gwtiw .pagination-right .next-btn {
30122
+ padding: 0 8px;
30123
+ }
30124
+ .p12gwtiw .pagination-right .prev-btn > span,
30125
+ .p12gwtiw .pagination-right .next-btn > span {
30126
+ color: #0080ff;
30127
+ }
30128
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30129
+ transform: rotate(180deg);
30007
30130
  }
30008
30131
 
30009
- .h6zme9x {
30010
- font-family: Inter;
30011
- font-style: normal;
30012
- font-weight: normal;
30013
- text-transform: uppercase;
30014
- font-feature-settings: "cpsp" on;
30132
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30133
+ max-height: calc(100vh - 128px);
30134
+ overflow-y: auto;
30135
+ }
30136
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30137
+ padding: 4px 20px;
30015
30138
  font-size: 12px;
30016
30139
  line-height: 18px;
30017
30140
  }
30018
30141
 
30019
- .locjvsv {
30020
- font-family: Inter;
30021
- font-style: normal;
30022
- font-weight: normal;
30023
- font-size: 16px;
30024
- line-height: 24px;
30142
+ .s1fc623g {
30143
+ width: 430px !important;
30025
30144
  }
30026
30145
 
30027
- .l13gi131 {
30028
- font-family: Inter;
30029
- font-style: normal;
30030
- font-weight: bold;
30031
- font-size: 16px;
30032
- line-height: 24px;
30146
+ .da3mx0o .ant-select-item-group {
30147
+ padding: 8px 16px;
30148
+ line-height: 18px;
30149
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30150
+ height: 34px;
30151
+ min-height: 34px;
30152
+ box-sizing: border-box;
30153
+ margin-top: 8px;
30033
30154
  }
30034
30155
 
30035
- .l1ynemsu {
30036
- font-family: Inter;
30037
- font-style: normal;
30038
- font-weight: normal;
30039
- font-size: 16px;
30040
- line-height: 24px;
30156
+ .onr9gzt {
30157
+ display: flex;
30158
+ flex-direction: column;
30159
+ margin: 1px 8px;
30160
+ padding: 8px;
30161
+ border-radius: 4px;
30041
30162
  }
30042
-
30043
- .l1cft1cx {
30044
- font-family: Inter;
30045
- font-style: normal;
30046
- font-weight: bold;
30047
- font-size: 16px;
30048
- line-height: 24px;
30163
+ .onr9gzt .selected-icon {
30164
+ display: none;
30049
30165
  }
30050
-
30051
- .l17tqc8p {
30052
- font-family: Inter;
30053
- font-style: normal;
30054
- font-weight: normal;
30055
- text-transform: uppercase;
30056
- font-feature-settings: "cpsp" on;
30057
- font-size: 16px;
30058
- line-height: 24px;
30166
+ .onr9gzt.ant-select-item-option-grouped {
30167
+ padding-left: 8px;
30059
30168
  }
30060
-
30061
- .l1j1e5w7 {
30062
- font-family: Inter;
30063
- font-style: normal;
30064
- font-weight: bold;
30065
- text-transform: uppercase;
30066
- font-feature-settings: "cpsp" on;
30067
- font-size: 16px;
30068
- line-height: 24px;
30169
+ .onr9gzt.ant-select-item-option-selected {
30170
+ background-color: white;
30069
30171
  }
30070
-
30071
- .l1gf91jb {
30072
- font-family: Inter;
30073
- font-style: normal;
30074
- font-weight: normal;
30075
- font-size: 14px;
30076
- line-height: 22px;
30172
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
30173
+ color: #0080ff;
30077
30174
  }
30078
-
30079
- .lu7hlr6 {
30080
- font-family: Inter;
30081
- font-style: normal;
30082
- font-weight: 500;
30083
- font-size: 14px;
30084
- line-height: 22px;
30175
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
30176
+ display: block;
30177
+ }
30178
+ .onr9gzt.ant-select-item-option-active {
30179
+ background: rgba(0, 136, 255, 0.16);
30180
+ }
30181
+ .onr9gzt.ant-select-item-option-active .timezone-title {
30182
+ color: #0080ff;
30183
+ }
30184
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
30185
+ background: rgba(0, 136, 255, 0.1);
30186
+ color: #0080ff;
30085
30187
  }
30086
30188
 
30087
- .l3l3jf0 {
30088
- font-family: Inter;
30089
- font-style: normal;
30090
- font-weight: bold;
30091
- font-size: 14px;
30092
- line-height: 22px;
30189
+ .oiy0apc {
30190
+ display: flex;
30191
+ justify-content: space-between;
30192
+ height: 20px;
30193
+ line-height: 20px;
30194
+ }
30195
+ .oiy0apc .timezone-title {
30196
+ color: #2d3a56;
30197
+ overflow: hidden;
30198
+ text-overflow: ellipsis;
30093
30199
  }
30094
30200
 
30095
- .l12j5nqp {
30096
- font-family: Inter;
30097
- font-style: normal;
30098
- font-weight: normal;
30099
- font-size: 14px;
30100
- line-height: 22px;
30201
+ .of4y382 {
30202
+ display: flex;
30203
+ justify-content: space-between;
30204
+ color: rgba(44, 56, 82, 0.6);
30205
+ height: 18px;
30206
+ line-height: 18px;
30207
+ margin-top: 2px;
30101
30208
  }
30102
30209
 
30103
- .l1tecqht {
30104
- font-family: Inter;
30105
- font-style: normal;
30106
- font-weight: bold;
30107
- font-size: 14px;
30108
- line-height: 22px;
30210
+ .t19903l9 {
30211
+ border: none;
30212
+ margin-right: 0;
30213
+ background: rgba(225, 230, 241, 0.6);
30109
30214
  }
30110
30215
 
30111
- .l6sa990 {
30112
- font-family: Inter;
30113
- font-style: normal;
30114
- font-weight: normal;
30115
- text-transform: uppercase;
30116
- font-feature-settings: "cpsp" on;
30117
- font-size: 14px;
30118
- line-height: 22px;
30216
+ .ohwbvxu {
30217
+ pointer-events: none;
30218
+ height: 32px;
30219
+ width: 100%;
30220
+ opacity: 0;
30119
30221
  }
30120
30222
 
30121
- .lckqe8j {
30122
- font-family: Inter;
30123
- font-style: normal;
30124
- font-weight: bold;
30125
- text-transform: uppercase;
30126
- font-feature-settings: "cpsp" on;
30127
- font-size: 14px;
30128
- line-height: 22px;
30223
+ .cz04yix {
30224
+ display: flex;
30225
+ flex-direction: column;
30129
30226
  }
30130
30227
 
30131
- .l1kuminb {
30132
- font-family: Inter;
30133
- font-style: normal;
30134
- font-weight: normal;
30135
- font-size: 13px;
30136
- line-height: 20px;
30228
+ .m1if5j39 {
30229
+ max-width: 1120px;
30230
+ width: 100%;
30231
+ margin: 0 auto;
30232
+ height: 100%;
30137
30233
  }
30138
30234
 
30139
- .l1pbuf5j {
30140
- font-family: Inter;
30141
- font-style: normal;
30142
- font-weight: 600;
30143
- font-size: 13px;
30144
- line-height: 20px;
30235
+ .w1vvwdlp {
30236
+ max-width: 1120px;
30237
+ width: 100%;
30238
+ margin: 0 auto;
30239
+ display: flex;
30145
30240
  }
30146
-
30147
- .l1r4ztu {
30148
- font-family: Inter;
30149
- font-style: normal;
30150
- font-weight: bold;
30151
- font-size: 13px;
30152
- line-height: 20px;
30241
+ .w1vvwdlp .left,
30242
+ .w1vvwdlp .right {
30243
+ flex-grow: 0;
30244
+ flex-shrink: 0;
30245
+ flex-basis: 21%;
30153
30246
  }
30154
-
30155
- .ly8vzok {
30156
- font-family: Inter;
30157
- font-style: normal;
30158
- font-weight: normal;
30159
- font-size: 13px;
30160
- line-height: 20px;
30247
+ .w1vvwdlp .left {
30248
+ display: flex;
30249
+ justify-content: flex-end;
30250
+ padding-right: 44px;
30161
30251
  }
30162
-
30163
- .lumfmf {
30164
- font-family: Inter;
30165
- font-style: normal;
30166
- font-weight: 600;
30167
- font-size: 13px;
30168
- line-height: 20px;
30252
+ .w1vvwdlp .right {
30253
+ padding-left: 44px;
30169
30254
  }
30170
-
30171
- .l16ujwmv {
30172
- font-family: Inter;
30173
- font-style: normal;
30174
- font-weight: bold;
30175
- font-size: 13px;
30176
- line-height: 20px;
30255
+ .w1vvwdlp .middle {
30256
+ margin-bottom: 40px;
30257
+ flex-grow: 0;
30258
+ flex-shrink: 0;
30259
+ flex-basis: 58%;
30177
30260
  }
30178
-
30179
- .l17o1ffr {
30180
- font-family: Inter;
30181
- font-style: normal;
30182
- font-weight: normal;
30183
- text-transform: uppercase;
30184
- font-feature-settings: "cpsp" on;
30185
- font-size: 13px;
30186
- line-height: 20px;
30261
+ .w1vvwdlp .middle .form-base-field {
30262
+ width: 100%;
30187
30263
  }
30188
-
30189
- .lngllvn {
30190
- font-family: Inter;
30191
- font-style: normal;
30192
- font-weight: bold;
30193
- text-transform: uppercase;
30194
- font-feature-settings: "cpsp" on;
30195
- font-size: 13px;
30196
- line-height: 20px;
30264
+ .w1vvwdlp .middle .form-base-field .form-base-field {
30265
+ width: auto;
30197
30266
  }
30198
30267
 
30199
- .l2i7fo9 {
30200
- font-family: Inter;
30201
- font-style: normal;
30202
- font-weight: normal;
30203
- font-size: 12px;
30204
- line-height: 18px;
30268
+ .h1cuopx7 .ant-modal-header {
30269
+ margin: 0 auto;
30270
+ width: 100%;
30271
+ max-width: 648px;
30205
30272
  }
30206
-
30207
- .l1x7hscx {
30208
- font-family: Inter;
30209
- font-style: normal;
30210
- font-weight: 500;
30211
- font-size: 12px;
30212
- line-height: 18px;
30273
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
30274
+ margin-left: 0;
30213
30275
  }
30214
-
30215
- .le1jwan {
30216
- font-family: Inter;
30217
- font-style: normal;
30218
- font-weight: bold;
30219
- font-size: 12px;
30220
- line-height: 18px;
30276
+ .h1cuopx7 .ant-modal-body {
30277
+ margin: 0 auto;
30278
+ padding: 0;
30279
+ width: 100%;
30280
+ max-width: 648px;
30281
+ overflow: hidden;
30221
30282
  }
30222
-
30223
- .lyxynfj {
30224
- font-family: Inter;
30225
- font-style: normal;
30226
- font-weight: normal;
30227
- font-size: 12px;
30228
- line-height: 18px;
30283
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30284
+ margin-bottom: 40px;
30229
30285
  }
30230
-
30231
- .lpb2nxv {
30232
- font-family: Inter;
30233
- font-style: normal;
30234
- font-weight: 500;
30235
- font-size: 12px;
30236
- line-height: 18px;
30286
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30287
+ height: calc(100vh - 225px);
30288
+ overflow-y: auto;
30237
30289
  }
30238
-
30239
- .l1r8o3vv {
30240
- font-family: Inter;
30241
- font-style: normal;
30242
- font-weight: bold;
30243
- font-size: 12px;
30244
- line-height: 18px;
30290
+ .h1cuopx7 .ant-modal-footer .footer-content {
30291
+ margin: 0 auto;
30292
+ max-width: 648px;
30245
30293
  }
30246
30294
 
30247
- .lemnjy2 {
30248
- font-family: Inter;
30249
- font-style: normal;
30250
- font-weight: normal;
30251
- text-transform: uppercase;
30252
- font-feature-settings: "cpsp" on;
30253
- font-size: 12px;
30254
- line-height: 18px;
30295
+ .h1p6d3y3 .ant-modal-header {
30296
+ margin: 0 auto;
30297
+ width: 100%;
30298
+ max-width: 1024px;
30255
30299
  }
30256
-
30257
- .lrc42gb {
30258
- font-family: Inter;
30259
- font-style: normal;
30260
- font-weight: bold;
30261
- text-transform: uppercase;
30262
- font-feature-settings: "cpsp" on;
30263
- font-size: 12px;
30264
- line-height: 18px;
30300
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
30301
+ margin-left: 0;
30265
30302
  }
30266
-
30267
- .fqaz4mb {
30268
- font-family: Inter;
30269
- font-style: normal;
30270
- font-weight: normal;
30271
- font-size: 13px;
30272
- line-height: 20px;
30303
+ .h1p6d3y3 .ant-modal-body {
30304
+ margin: 0 auto;
30305
+ padding: 0;
30306
+ width: 100%;
30307
+ max-width: 1024px;
30308
+ overflow: hidden;
30273
30309
  }
30274
-
30275
- .f13we5o {
30276
- font-family: Inter;
30277
- font-style: normal;
30278
- font-weight: normal;
30279
- font-size: 13px;
30280
- line-height: 20px;
30310
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30311
+ margin-bottom: 40px;
30281
30312
  }
30282
-
30283
- .ffmjua2 {
30284
- font-family: Inter;
30285
- font-style: normal;
30286
- font-weight: normal;
30287
- font-size: 12px;
30288
- line-height: 18px;
30313
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30314
+ height: calc(100vh - 225px);
30315
+ overflow-y: auto;
30289
30316
  }
30290
-
30291
- .fz2mxw0 {
30292
- font-family: Inter;
30293
- font-style: normal;
30294
- font-weight: normal;
30295
- font-size: 12px;
30296
- line-height: 18px;
30317
+ .h1p6d3y3 .ant-modal-footer .footer-content {
30318
+ margin: 0 auto;
30319
+ max-width: 1024px;
30297
30320
  }
30298
30321
 
30299
- .t1ertzoh {
30300
- font-family: Inter;
30301
- font-style: normal;
30302
- font-weight: normal;
30303
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30322
+ .fxgckuk {
30323
+ flex: 1;
30324
+ }
30325
+ .fxgckuk label {
30304
30326
  font-size: 13px;
30305
30327
  line-height: 20px;
30328
+ color: rgba(44, 56, 82, 0.6);
30306
30329
  }
30307
-
30308
- .t19bge8r {
30309
- font-family: Inter;
30310
- font-style: normal;
30311
- font-weight: normal;
30312
- font-feature-settings: "zero" on;
30313
- font-size: 13px;
30330
+ .fxgckuk .title {
30331
+ font-size: 14px;
30314
30332
  line-height: 20px;
30333
+ color: #2d3a56;
30334
+ margin-bottom: 12px;
30315
30335
  }
30316
-
30317
- .tjrzfyl {
30318
- font-family: Inter;
30319
- font-style: normal;
30320
- font-weight: normal;
30321
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30322
- font-size: 12px;
30323
- line-height: 18px;
30336
+ .fxgckuk.connect-cluster .title {
30337
+ padding-bottom: 26px;
30324
30338
  }
30325
30339
 
30326
- .tm6s7bo {
30327
- font-family: Inter;
30328
- font-style: normal;
30329
- font-weight: 500;
30330
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30331
- font-size: 12px;
30332
- line-height: 18px;
30340
+ .f1d0vek1 {
30341
+ padding: 25px 0 15px 0;
30342
+ border-bottom: 1px solid #e1e5eb;
30343
+ margin-bottom: 16px;
30333
30344
  }
30334
30345
 
30335
- .t19zq6ic {
30336
- font-family: Inter;
30337
- font-style: normal;
30338
- font-weight: normal;
30339
- font-feature-settings: "zero" on;
30340
- font-size: 12px;
30341
- line-height: 18px;
30346
+ .f4u402y {
30347
+ display: flex;
30348
+ align-items: center;
30349
+ margin-bottom: 8px;
30342
30350
  }
30343
-
30344
- .t1gduru8 {
30345
- font-family: Inter;
30346
- font-style: normal;
30347
- font-weight: 500;
30348
- font-feature-settings: "zero" on;
30349
- font-size: 12px;
30350
- line-height: 18px;
30351
+ .f4u402y > label {
30352
+ width: 216px;
30351
30353
  }
30352
-
30353
- .t55raab {
30354
- font-family: Inter;
30355
- font-style: normal;
30356
- font-weight: bold;
30357
- font-feature-settings: "zero" on;
30358
- font-size: 16px;
30359
- line-height: 24px;
30354
+ .f4u402y > label + * {
30355
+ width: 100%;
30360
30356
  }
30361
-
30362
- .u1w9abfe {
30363
- font-family: Inter;
30364
- font-style: normal;
30365
- font-weight: normal;
30366
- font-size: 10px;
30367
- line-height: 12px;
30357
+ .f4u402y .ant-select {
30358
+ width: 100%;
30368
30359
  }
30369
30360
 
30370
- .s1fc623g {
30371
- width: 430px !important;
30361
+ .e1pldf6v {
30362
+ color: #e75a3a;
30363
+ margin-right: 10px;
30372
30364
  }
30373
30365
 
30374
- .da3mx0o .ant-select-item-group {
30375
- padding: 8px 16px;
30376
- line-height: 18px;
30377
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30378
- height: 34px;
30379
- min-height: 34px;
30380
- box-sizing: border-box;
30381
- margin-top: 8px;
30366
+ .dq0gblh {
30367
+ width: 100%;
30368
+ height: 1px;
30369
+ background: rgba(213, 219, 227, 0.6);
30370
+ margin: 24px 0;
30382
30371
  }
30383
30372
 
30384
- .onr9gzt {
30373
+ .l1v7sr0n {
30385
30374
  display: flex;
30386
- flex-direction: column;
30387
- margin: 1px 8px;
30388
- padding: 8px;
30389
- border-radius: 4px;
30390
- }
30391
- .onr9gzt .selected-icon {
30392
- display: none;
30393
- }
30394
- .onr9gzt.ant-select-item-option-grouped {
30395
- padding-left: 8px;
30375
+ justify-content: center;
30376
+ align-items: center;
30377
+ height: 100%;
30396
30378
  }
30397
- .onr9gzt.ant-select-item-option-selected {
30398
- background-color: white;
30379
+
30380
+ .d1i4ou6o {
30381
+ display: inline-block;
30382
+ width: 4px;
30383
+ height: 4px;
30384
+ background: #8e9aa9;
30385
+ opacity: 0.4;
30386
+ border-radius: 50%;
30387
+ margin: 0 4px;
30399
30388
  }
30400
- .onr9gzt.ant-select-item-option-selected .timezone-title {
30401
- color: #0080ff;
30389
+
30390
+ .m1jy87hk .ant-modal-header,
30391
+ .m1jy87hk .ant-modal-footer .footer-content {
30392
+ width: 648px;
30393
+ margin: 0 auto;
30402
30394
  }
30403
- .onr9gzt.ant-select-item-option-selected .selected-icon {
30404
- display: block;
30395
+ .m1jy87hk .ant-modal-header {
30396
+ padding: 35px 0 24px;
30397
+ border: none;
30405
30398
  }
30406
- .onr9gzt.ant-select-item-option-active {
30407
- background: rgba(0, 136, 255, 0.16);
30399
+ .m1jy87hk .ant-modal-header .ant-modal-title {
30400
+ font-size: 30px;
30408
30401
  }
30409
- .onr9gzt.ant-select-item-option-active .timezone-title {
30410
- color: #0080ff;
30402
+ .m1jy87hk .ant-modal-body {
30403
+ padding: 4px 0 2px;
30411
30404
  }
30412
- .onr9gzt.ant-select-item-option-active .timezone-tag {
30413
- background: rgba(0, 136, 255, 0.1);
30414
- color: #0080ff;
30405
+ .m1jy87hk .ant-modal-footer {
30406
+ border: none;
30415
30407
  }
30416
30408
 
30417
- .oiy0apc {
30418
- display: flex;
30419
- justify-content: space-between;
30420
- height: 20px;
30421
- line-height: 20px;
30409
+ .ti7fpyu {
30410
+ font-size: 12px;
30411
+ line-height: 18px;
30412
+ font-weight: bold;
30413
+ color: #fff;
30414
+ padding: 0 4px;
30415
+ border-radius: 4px;
30416
+ display: inline-block;
30417
+ background: var(--ti7fpyu-0);
30422
30418
  }
30423
- .oiy0apc .timezone-title {
30424
- color: #2d3a56;
30425
- overflow: hidden;
30426
- text-overflow: ellipsis;
30419
+ .ti7fpyu:not(:first-child) {
30420
+ margin-left: 4px;
30427
30421
  }
30428
30422
 
30429
- .of4y382 {
30423
+ .f1rest1f {
30424
+ width: 100%;
30425
+ height: 100%;
30430
30426
  display: flex;
30431
- justify-content: space-between;
30432
- color: rgba(44, 56, 82, 0.6);
30433
- height: 18px;
30434
- line-height: 18px;
30435
- margin-top: 2px;
30427
+ align-items: center;
30428
+ justify-content: center;
30436
30429
  }
30437
30430
 
30438
- .t19903l9 {
30439
- border: none;
30440
- margin-right: 0;
30441
- background: rgba(225, 230, 241, 0.6);
30431
+ .n1kbdoln {
30432
+ font-size: 90%;
30433
+ font-weight: bold;
30434
+ background-color: rgba(240, 243, 247, 0.6);
30435
+ padding: 1px 4px 1px;
30436
+ margin-left: 2px;
30437
+ margin-right: 2px;
30438
+ border: 1px solid rgba(213, 219, 227, 0.6);
30439
+ border-radius: 4px;
30442
30440
  }
30443
30441
 
30444
- .ohwbvxu {
30445
- pointer-events: none;
30446
- height: 32px;
30447
- width: 100%;
30448
- opacity: 0;
30442
+ .f1y3gta0.form-item-general {
30443
+ width: 640px;
30449
30444
  }
30450
-
30451
- .s34f1qb.ant-switch {
30452
- min-width: 40px;
30453
- height: 24px;
30454
- background: rgba(172, 186, 211, 0.6);
30455
- overflow: hidden;
30445
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30446
+ margin-top: 16px;
30456
30447
  }
30457
- .s34f1qb.ant-switch:focus {
30458
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30448
+ .f1y3gta0.form-item-compact {
30449
+ width: 412px;
30459
30450
  }
30460
- .s34f1qb.ant-switch-small {
30461
- min-width: 26px;
30462
- height: 16px;
30451
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30452
+ margin-top: 8px;
30463
30453
  }
30464
- .s34f1qb.ant-switch-large {
30465
- min-width: 52px;
30466
- height: 32px;
30454
+ .f1y3gta0 .form-item {
30455
+ width: auto;
30467
30456
  }
30468
- .s34f1qb.ant-switch .ant-switch-handle {
30469
- height: 20px;
30470
- width: 20px;
30457
+ .f1y3gta0 .form-item-main {
30458
+ position: relative;
30459
+ display: flex;
30471
30460
  }
30472
- .s34f1qb.ant-switch .ant-switch-handle::before {
30473
- border-radius: 10px;
30474
- transition-delay: 120ms;
30461
+ .f1y3gta0 .form-item-extra {
30462
+ margin-top: 4px;
30463
+ width: 100%;
30464
+ padding: 14px;
30465
+ background: #f2f4f6;
30466
+ font-size: 13px;
30467
+ line-height: 1.8;
30468
+ color: #8e9aa9;
30475
30469
  }
30476
- .s34f1qb.ant-switch-small .ant-switch-handle {
30477
- height: 14px;
30478
- width: 14px;
30479
- top: 1px;
30480
- left: 1px;
30470
+ .f1y3gta0 .form-item-label {
30471
+ padding-right: 12px;
30472
+ font-size: 13px;
30473
+ color: rgba(44, 56, 82, 0.6);
30481
30474
  }
30482
- .s34f1qb.ant-switch-large .ant-switch-handle {
30483
- height: 28px;
30484
- width: 28px;
30475
+ .f1y3gta0 .form-item-label.label-right {
30476
+ text-align: right;
30485
30477
  }
30486
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30487
- border-radius: 14px;
30478
+ .f1y3gta0 .form-item-label,
30479
+ .f1y3gta0 .form-item-control {
30480
+ line-height: 32px;
30488
30481
  }
30489
- .s34f1qb.ant-switch-checked {
30490
- background-color: #00ba5d;
30482
+ .f1y3gta0 .form-item-control .form-item-error {
30483
+ line-height: 18px;
30491
30484
  }
30492
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30493
- left: calc(100% - 20px - 2px);
30485
+ .f1y3gta0 .form-item-children {
30486
+ width: 100%;
30494
30487
  }
30495
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30496
- left: calc(100% - 14px - 1px);
30488
+ .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
30489
+ width: 100%;
30497
30490
  }
30498
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30499
- left: calc(100% - 28px - 2px);
30491
+ .f1y3gta0 .form-item-error {
30492
+ color: #e75a3a;
30493
+ height: 0;
30494
+ overflow: hidden;
30500
30495
  }
30501
-
30502
- .c1to9vb9 {
30503
- margin-left: 5px;
30496
+ .f1y3gta0 .form-item-error-enter-done {
30497
+ margin-top: 4px;
30498
+ height: auto;
30499
+ overflow: auto;
30504
30500
  }
30505
-
30506
- .cz04yix {
30507
- display: flex;
30508
- flex-direction: column;
30501
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30502
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30503
+ border: 1px solid #e75a3a;
30504
+ color: #e75a3a;
30509
30505
  }
30510
30506
 
30511
- .m1if5j39 {
30512
- max-width: 1120px;
30513
- width: 100%;
30514
- margin: 0 auto;
30515
- height: 100%;
30516
- }
30517
-
30518
- .w1vvwdlp {
30519
- max-width: 1120px;
30520
- width: 100%;
30521
- margin: 0 auto;
30522
- display: flex;
30507
+ .fujbm7g {
30508
+ color: #2d3a56;
30509
+ font-weight: bold;
30510
+ padding-bottom: 6px;
30511
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30512
+ margin-bottom: 16px;
30523
30513
  }
30524
- .w1vvwdlp .left,
30525
- .w1vvwdlp .right {
30526
- flex-grow: 0;
30527
- flex-shrink: 0;
30528
- flex-basis: 21%;
30514
+ .fujbm7g:not(:first-of-type) {
30515
+ margin-top: 16px;
30529
30516
  }
30530
- .w1vvwdlp .left {
30517
+
30518
+ .e5fsw5s {
30519
+ width: 8px;
30520
+ height: 24px;
30531
30521
  display: flex;
30532
- justify-content: flex-end;
30533
- padding-right: 44px;
30534
- }
30535
- .w1vvwdlp .right {
30536
- padding-left: 44px;
30537
- }
30538
- .w1vvwdlp .middle {
30539
- margin-bottom: 40px;
30540
- flex-grow: 0;
30541
- flex-shrink: 0;
30542
- flex-basis: 58%;
30522
+ justify-content: center;
30523
+ align-items: center;
30524
+ cursor: pointer;
30525
+ transition: all 200ms ease-out 40ms;
30543
30526
  }
30544
- .w1vvwdlp .middle .form-base-field {
30545
- width: 100%;
30527
+ .e5fsw5s:before, .e5fsw5s:after {
30528
+ content: "";
30529
+ width: 1px;
30530
+ height: 6px;
30531
+ border-radius: 1px;
30532
+ background: #ccd4e3;
30533
+ position: relative;
30534
+ right: 2px;
30535
+ transform: rotate(-45deg);
30546
30536
  }
30547
- .w1vvwdlp .middle .form-base-field .form-base-field {
30548
- width: auto;
30537
+ .e5fsw5s:after {
30538
+ transform: rotate(45deg);
30539
+ left: 1px;
30549
30540
  }
30550
30541
 
30551
- .h1cuopx7 .ant-modal-header {
30552
- margin: 0 auto;
30553
- width: 100%;
30554
- max-width: 648px;
30555
- }
30556
- .h1cuopx7 .ant-modal-header .ant-modal-title {
30557
- margin-left: 0;
30558
- }
30559
- .h1cuopx7 .ant-modal-body {
30560
- margin: 0 auto;
30561
- padding: 0;
30562
- width: 100%;
30563
- max-width: 648px;
30564
- overflow: hidden;
30565
- }
30566
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30567
- margin-bottom: 40px;
30542
+ .w18knsg4.ant-alert-warning {
30543
+ border: 0;
30544
+ background: rgba(255, 187, 0, 0.1);
30545
+ border-radius: 6px;
30568
30546
  }
30569
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30570
- height: calc(100vh - 225px);
30571
- overflow-y: auto;
30547
+ .w18knsg4.ant-alert,
30548
+ .w18knsg4 .ant-alert-message {
30549
+ color: #e07f00;
30572
30550
  }
30573
- .h1cuopx7 .ant-modal-footer .footer-content {
30574
- margin: 0 auto;
30575
- max-width: 648px;
30551
+ .w18knsg4.ant-alert .dashed-border-bottom,
30552
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
30553
+ border-bottom-color: #e07f00;
30576
30554
  }
30577
30555
 
30578
- .h1p6d3y3 .ant-modal-header {
30579
- margin: 0 auto;
30580
- width: 100%;
30581
- max-width: 1024px;
30556
+ .ng31n2o {
30557
+ display: flex;
30558
+ flex-direction: row;
30559
+ padding: 7px 12px;
30560
+ background: rgba(255, 187, 0, 0.1);
30561
+ border-radius: 6px;
30562
+ color: #e07f00;
30563
+ font-size: 12px;
30564
+ line-height: 18px;
30582
30565
  }
30583
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
30584
- margin-left: 0;
30566
+ .ng31n2o .icon-wrapper {
30567
+ margin-right: 10px;
30568
+ height: 18px;
30585
30569
  }
30586
- .h1p6d3y3 .ant-modal-body {
30587
- margin: 0 auto;
30588
- padding: 0;
30589
- width: 100%;
30590
- max-width: 1024px;
30591
- overflow: hidden;
30570
+
30571
+ .n15x5f5y {
30572
+ display: flex;
30573
+ flex-direction: row;
30574
+ padding: 7px 12px;
30575
+ background: rgba(225, 230, 241, 0.6);
30576
+ border-radius: 6px;
30577
+ color: rgba(44, 56, 82, 0.6);
30578
+ font-size: 12px;
30579
+ line-height: 18px;
30592
30580
  }
30593
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30594
- margin-bottom: 40px;
30581
+ .n15x5f5y .icon-wrapper {
30582
+ margin-right: 10px;
30583
+ height: 18px;
30595
30584
  }
30596
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30597
- height: calc(100vh - 225px);
30598
- overflow-y: auto;
30585
+
30586
+ .i16ozz3f {
30587
+ display: flex;
30588
+ flex-direction: row;
30589
+ padding: 7px 12px;
30590
+ background: rgba(0, 136, 255, 0.1);
30591
+ border-radius: 6px;
30592
+ color: #005ed1;
30593
+ font-size: 12px;
30594
+ line-height: 18px;
30599
30595
  }
30600
- .h1p6d3y3 .ant-modal-footer .footer-content {
30601
- margin: 0 auto;
30602
- max-width: 1024px;
30596
+ .i16ozz3f .icon-wrapper {
30597
+ margin-right: 10px;
30598
+ height: 18px;
30603
30599
  }
30604
30600
 
30605
- .fxgckuk {
30606
- flex: 1;
30607
- }
30608
- .fxgckuk label {
30609
- font-size: 13px;
30610
- line-height: 20px;
30601
+ .dszu9qr {
30611
30602
  color: rgba(44, 56, 82, 0.6);
30612
- }
30613
- .fxgckuk .title {
30614
- font-size: 14px;
30615
- line-height: 20px;
30616
- color: #2d3a56;
30617
- margin-bottom: 12px;
30618
- }
30619
- .fxgckuk.connect-cluster .title {
30620
- padding-bottom: 26px;
30603
+ margin-top: 5px;
30604
+ font-size: 12px;
30605
+ line-height: 18px;
30621
30606
  }
30622
30607
 
30623
- .f1d0vek1 {
30624
- padding: 25px 0 15px 0;
30625
- border-bottom: 1px solid #e1e5eb;
30626
- margin-bottom: 16px;
30608
+ .snxzgx {
30609
+ color: #f0483e;
30610
+ font-size: 12px;
30611
+ white-space: pre-wrap;
30627
30612
  }
30628
30613
 
30629
- .f4u402y {
30614
+ .o1i4orqw {
30630
30615
  display: flex;
30631
30616
  align-items: center;
30632
- margin-bottom: 8px;
30633
- }
30634
- .f4u402y > label {
30635
- width: 216px;
30636
- }
30637
- .f4u402y > label + * {
30638
- width: 100%;
30617
+ justify-content: flex-end;
30639
30618
  }
30640
- .f4u402y .ant-select {
30641
- width: 100%;
30619
+ .o1i4orqw .icon-wrapper {
30620
+ margin-right: 16px;
30642
30621
  }
30643
30622
 
30644
- .e1pldf6v {
30645
- color: #e75a3a;
30646
- margin-right: 10px;
30623
+ .t79k8o2 {
30624
+ color: rgba(0, 21, 64, 0.3);
30647
30625
  }
30648
30626
 
30649
- .dq0gblh {
30650
- width: 100%;
30651
- height: 1px;
30652
- background: rgba(213, 219, 227, 0.6);
30653
- margin: 24px 0;
30627
+ .ipd9bk.ant-input {
30628
+ padding: 5px 12px;
30629
+ line-height: 20px;
30630
+ color: #2d3a56;
30631
+ border-radius: 6px;
30632
+ border-color: rgba(172, 186, 211, 0.6);
30633
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30654
30634
  }
30655
-
30656
- .l1v7sr0n {
30657
- display: flex;
30658
- justify-content: center;
30659
- align-items: center;
30660
- height: 100%;
30635
+ .ipd9bk.ant-input.ant-input-lg {
30636
+ padding: 8px 16px;
30637
+ line-height: 22px;
30661
30638
  }
30662
-
30663
- .d1i4ou6o {
30664
- display: inline-block;
30665
- width: 4px;
30666
- height: 4px;
30667
- background: #8e9aa9;
30668
- opacity: 0.4;
30669
- border-radius: 50%;
30670
- margin: 0 4px;
30639
+ .ipd9bk.ant-input.ant-input-sm {
30640
+ padding: 2px 8px;
30641
+ line-height: 18px;
30671
30642
  }
30672
-
30673
- .m1jy87hk .ant-modal-header,
30674
- .m1jy87hk .ant-modal-footer .footer-content {
30675
- width: 648px;
30676
- margin: 0 auto;
30643
+ .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
30644
+ border-color: rgba(107, 128, 167, 0.6);
30645
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30646
+ z-index: 1;
30677
30647
  }
30678
- .m1jy87hk .ant-modal-header {
30679
- padding: 35px 0 24px;
30680
- border: none;
30648
+ .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
30649
+ border-color: #0096ff;
30650
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30651
+ z-index: 1;
30681
30652
  }
30682
- .m1jy87hk .ant-modal-header .ant-modal-title {
30683
- font-size: 30px;
30653
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30654
+ border-color: #e75a3a;
30655
+ color: #e75a3a;
30684
30656
  }
30685
- .m1jy87hk .ant-modal-body {
30686
- padding: 4px 0 2px;
30657
+ .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30658
+ border-color: #e75a3a;
30659
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30687
30660
  }
30688
- .m1jy87hk .ant-modal-footer {
30689
- border: none;
30661
+ .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30662
+ border-color: #e75a3a;
30663
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30690
30664
  }
30691
-
30692
- .ti7fpyu {
30693
- font-size: 12px;
30694
- line-height: 18px;
30695
- font-weight: bold;
30696
- color: #fff;
30697
- padding: 0 4px;
30698
- border-radius: 4px;
30699
- display: inline-block;
30700
- background: var(--ti7fpyu-0);
30701
- }
30702
- .ti7fpyu:not(:first-child) {
30703
- margin-left: 4px;
30665
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30666
+ background: rgba(211, 218, 235, 0.6);
30667
+ color: rgba(0, 21, 64, 0.3);
30668
+ border-color: rgba(172, 186, 211, 0.6);
30704
30669
  }
30705
-
30706
- .f1rest1f {
30707
- width: 100%;
30708
- height: 100%;
30709
- display: flex;
30710
- align-items: center;
30711
- justify-content: center;
30670
+ .ipd9bk.ant-input-affix-wrapper {
30671
+ padding: 5px 12px;
30672
+ border-radius: 6px;
30673
+ border-color: rgba(172, 186, 211, 0.6);
30674
+ line-height: 20px;
30675
+ color: #2d3a56;
30676
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30712
30677
  }
30713
-
30714
- .n1kbdoln {
30715
- font-size: 90%;
30716
- font-weight: bold;
30717
- background-color: rgba(240, 243, 247, 0.6);
30718
- padding: 1px 4px 1px;
30719
- margin-left: 2px;
30720
- margin-right: 2px;
30721
- border: 1px solid rgba(213, 219, 227, 0.6);
30722
- border-radius: 4px;
30678
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30679
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30680
+ color: rgba(44, 56, 82, 0.6);
30723
30681
  }
30724
-
30725
- .f1y3gta0.form-item-general {
30726
- width: 640px;
30682
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30683
+ padding: 8px 16px;
30684
+ line-height: 22px;
30727
30685
  }
30728
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30729
- margin-top: 16px;
30686
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30687
+ padding: 2px 8px;
30688
+ line-height: 18px;
30730
30689
  }
30731
- .f1y3gta0.form-item-compact {
30732
- width: 412px;
30690
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30691
+ border-color: rgba(107, 128, 167, 0.6);
30692
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30733
30693
  }
30734
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30735
- margin-top: 8px;
30694
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30695
+ border-color: #0096ff;
30696
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30736
30697
  }
30737
- .f1y3gta0 .form-item {
30738
- width: auto;
30698
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30699
+ border-color: #e75a3a;
30739
30700
  }
30740
- .f1y3gta0 .form-item-main {
30741
- position: relative;
30742
- display: flex;
30701
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30702
+ color: #e75a3a;
30743
30703
  }
30744
- .f1y3gta0 .form-item-extra {
30745
- margin-top: 4px;
30746
- width: 100%;
30747
- padding: 14px;
30748
- background: #f2f4f6;
30749
- font-size: 13px;
30750
- line-height: 1.8;
30751
- color: #8e9aa9;
30704
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30705
+ border-color: #e75a3a;
30706
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30752
30707
  }
30753
- .f1y3gta0 .form-item-label {
30754
- padding-right: 12px;
30755
- font-size: 13px;
30756
- color: rgba(44, 56, 82, 0.6);
30708
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30709
+ border-color: #e75a3a;
30710
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30757
30711
  }
30758
- .f1y3gta0 .form-item-label.label-right {
30759
- text-align: right;
30712
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30713
+ background: rgba(211, 218, 235, 0.6);
30714
+ color: rgba(0, 21, 64, 0.3);
30715
+ border-color: rgba(172, 186, 211, 0.6);
30760
30716
  }
30761
- .f1y3gta0 .form-item-label,
30762
- .f1y3gta0 .form-item-control {
30763
- line-height: 32px;
30717
+ textarea.ipd9bk.ant-input {
30718
+ transition-property: height;
30719
+ transition-delay: 50ms;
30764
30720
  }
30765
- .f1y3gta0 .form-item-control .form-item-error {
30766
- line-height: 18px;
30721
+ textarea.ipd9bk.ant-input.textarea-large {
30722
+ min-height: 40px;
30723
+ height: 40px;
30767
30724
  }
30768
- .f1y3gta0 .form-item-children {
30769
- width: 100%;
30725
+ textarea.ipd9bk.ant-input.textarea-large:focus {
30726
+ height: 80px;
30770
30727
  }
30771
- .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
30772
- width: 100%;
30728
+ textarea.ipd9bk.ant-input.textarea-middle {
30729
+ min-height: 32px;
30730
+ height: 32px;
30773
30731
  }
30774
- .f1y3gta0 .form-item-error {
30775
- color: #e75a3a;
30776
- height: 0;
30777
- overflow: hidden;
30732
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
30733
+ height: 64px;
30778
30734
  }
30779
- .f1y3gta0 .form-item-error-enter-done {
30780
- margin-top: 4px;
30781
- height: auto;
30782
- overflow: auto;
30735
+ textarea.ipd9bk.ant-input.textarea-small {
30736
+ min-height: 24px;
30737
+ height: 24px;
30783
30738
  }
30784
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30785
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30786
- border: 1px solid #e75a3a;
30787
- color: #e75a3a;
30739
+ textarea.ipd9bk.ant-input.textarea-small:focus {
30740
+ height: 40px;
30788
30741
  }
30789
30742
 
30790
- .fujbm7g {
30791
- color: #2d3a56;
30792
- font-weight: bold;
30793
- padding-bottom: 6px;
30794
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30795
- margin-bottom: 16px;
30743
+ .kypn5o5 input, .kypn5o5.input-tags {
30744
+ border: 1px solid rgba(213, 219, 227, 0.6);
30745
+ border-radius: 4px;
30796
30746
  }
30797
- .fujbm7g:not(:first-of-type) {
30798
- margin-top: 16px;
30747
+ .kypn5o5.input-tags {
30748
+ position: relative;
30749
+ padding: 6px;
30750
+ height: 32px;
30751
+ cursor: pointer;
30752
+ transition: border 150ms;
30799
30753
  }
30800
-
30801
- .e5fsw5s {
30802
- width: 8px;
30803
- height: 24px;
30754
+ .kypn5o5.input-tags:hover {
30755
+ border-color: #0080ff;
30756
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30757
+ }
30758
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
30759
+ padding-right: 30px;
30760
+ }
30761
+ .kypn5o5.input-tags .input-tags-inner {
30804
30762
  display: flex;
30805
- justify-content: center;
30806
- align-items: center;
30763
+ }
30764
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30765
+ display: flex;
30766
+ }
30767
+ .kypn5o5.input-tags .input-tag-suffix {
30768
+ position: absolute;
30769
+ right: 12px;
30770
+ top: 50%;
30771
+ transform: translateY(-50%);
30772
+ }
30773
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30774
+ color: rgba(0, 0, 0, 0.25);
30775
+ font-size: 12px;
30807
30776
  cursor: pointer;
30808
- transition: all 200ms ease-out 40ms;
30809
30777
  }
30810
- .e5fsw5s:before, .e5fsw5s:after {
30811
- content: "";
30812
- width: 1px;
30813
- height: 6px;
30814
- border-radius: 1px;
30815
- background: #ccd4e3;
30778
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30779
+ color: rgba(0, 0, 0, 0.45);
30780
+ }
30781
+ .kypn5o5.has-focus-indicator {
30816
30782
  position: relative;
30817
- right: 2px;
30818
- transform: rotate(-45deg);
30783
+ overflow: hidden;
30819
30784
  }
30820
- .e5fsw5s:after {
30821
- transform: rotate(45deg);
30822
- left: 1px;
30785
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
30786
+ position: absolute;
30787
+ top: 50%;
30788
+ transform: translateY(-50%);
30789
+ left: -16px;
30790
+ transition: left 150ms ease;
30791
+ opacity: 0;
30823
30792
  }
30824
-
30825
- .w18knsg4.ant-alert-warning {
30826
- border: 0;
30827
- background: rgba(255, 187, 0, 0.1);
30828
- border-radius: 6px;
30793
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30794
+ left: 8px;
30795
+ opacity: 1;
30829
30796
  }
30830
- .w18knsg4.ant-alert,
30831
- .w18knsg4 .ant-alert-message {
30832
- color: #e07f00;
30797
+ .kypn5o5.has-focus-indicator input {
30798
+ transition: margin-left 150ms ease;
30799
+ margin-left: 0px;
30833
30800
  }
30834
- .w18knsg4.ant-alert .dashed-border-bottom,
30835
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
30836
- border-bottom-color: #e07f00;
30801
+ .kypn5o5.has-focus-indicator input:focus {
30802
+ margin-left: 16px;
30837
30803
  }
30838
30804
 
30839
- .ng31n2o {
30840
- display: flex;
30841
- flex-direction: row;
30842
- padding: 7px 12px;
30843
- background: rgba(255, 187, 0, 0.1);
30844
- border-radius: 6px;
30845
- color: #e07f00;
30846
- font-size: 12px;
30847
- line-height: 18px;
30848
- }
30849
- .ng31n2o .icon-wrapper {
30850
- margin-right: 10px;
30851
- height: 18px;
30805
+ input.l1ki27se.ant-input {
30806
+ border-top-right-radius: 0;
30807
+ border-bottom-right-radius: 0;
30852
30808
  }
30853
30809
 
30854
- .n15x5f5y {
30855
- display: flex;
30856
- flex-direction: row;
30857
- padding: 7px 12px;
30858
- background: rgba(225, 230, 241, 0.6);
30859
- border-radius: 6px;
30860
- color: rgba(44, 56, 82, 0.6);
30861
- font-size: 12px;
30862
- line-height: 18px;
30863
- }
30864
- .n15x5f5y .icon-wrapper {
30865
- margin-right: 10px;
30866
- height: 18px;
30810
+ .l1ki27se.ant-input-affix-wrapper {
30811
+ border-top-right-radius: 0;
30812
+ border-bottom-right-radius: 0;
30867
30813
  }
30868
30814
 
30869
- .i16ozz3f {
30870
- display: flex;
30871
- flex-direction: row;
30872
- padding: 7px 12px;
30873
- background: rgba(0, 136, 255, 0.1);
30874
- border-radius: 6px;
30875
- color: #005ed1;
30876
- font-size: 12px;
30877
- line-height: 18px;
30815
+ input.rrg1fkn.ant-input {
30816
+ border-top-left-radius: 0;
30817
+ border-bottom-left-radius: 0;
30878
30818
  }
30879
- .i16ozz3f .icon-wrapper {
30880
- margin-right: 10px;
30881
- height: 18px;
30819
+
30820
+ .rrg1fkn.ant-input-affix-wrapper {
30821
+ border-top-left-radius: 0;
30822
+ border-bottom-left-radius: 0;
30882
30823
  }
30883
30824
 
30884
- .dszu9qr {
30885
- color: rgba(44, 56, 82, 0.6);
30886
- margin-top: 5px;
30887
- font-size: 12px;
30888
- line-height: 18px;
30825
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30826
+ border-top-right-radius: 0;
30827
+ border-bottom-right-radius: 0;
30889
30828
  }
30890
30829
 
30891
- .snxzgx {
30892
- color: #f0483e;
30893
- font-size: 12px;
30894
- white-space: pre-wrap;
30830
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30831
+ border-top-left-radius: 0;
30832
+ border-bottom-left-radius: 0;
30895
30833
  }
30896
30834
 
30897
- .o1i4orqw {
30835
+ .c1t6wbwv {
30898
30836
  display: flex;
30899
- align-items: center;
30900
- justify-content: flex-end;
30837
+ flex-direction: column;
30901
30838
  }
30902
- .o1i4orqw .icon-wrapper {
30903
- margin-right: 16px;
30839
+ .c1t6wbwv .select-wrapper {
30840
+ margin-top: 12px;
30904
30841
  }
30905
-
30906
- .t79k8o2 {
30907
- color: rgba(0, 21, 64, 0.3);
30842
+ .c1t6wbwv .select-wrapper .select {
30843
+ width: 100%;
30908
30844
  }
30909
-
30910
- .ipd9bk.ant-input {
30911
- padding: 5px 12px;
30912
- line-height: 20px;
30913
- color: #2d3a56;
30914
- border-radius: 6px;
30915
- border-color: rgba(172, 186, 211, 0.6);
30916
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30845
+ .c1t6wbwv .radio-wrapper {
30846
+ margin-top: 24px;
30917
30847
  }
30918
- .ipd9bk.ant-input.ant-input-lg {
30919
- padding: 8px 16px;
30920
- line-height: 22px;
30848
+ .c1t6wbwv .form-item {
30849
+ width: 100%;
30921
30850
  }
30922
- .ipd9bk.ant-input.ant-input-sm {
30923
- padding: 2px 8px;
30851
+
30852
+ .d1k7vv5v {
30853
+ font-size: 14px;
30854
+ font-weight: 500;
30855
+ color: #3e4652;
30924
30856
  line-height: 18px;
30925
30857
  }
30926
- .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
30927
- border-color: rgba(107, 128, 167, 0.6);
30928
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30929
- z-index: 1;
30858
+ .d1k7vv5v + .d1k7vv5v {
30859
+ margin-top: 16px;
30930
30860
  }
30931
- .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
30932
- border-color: #0096ff;
30933
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30934
- z-index: 1;
30861
+ .d1k7vv5v + * {
30862
+ margin-top: 16px;
30935
30863
  }
30936
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30937
- border-color: #e75a3a;
30938
- color: #e75a3a;
30864
+
30865
+ .le7b9r4.d1k7vv5v {
30866
+ font-size: 12px;
30867
+ color: rgba(44, 56, 82, 0.6);
30868
+ margin-top: 12px;
30939
30869
  }
30940
- .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30941
- border-color: #e75a3a;
30942
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30870
+
30871
+ .r1dnygxx.le7b9r4.d1k7vv5v {
30872
+ line-height: 18px;
30873
+ font-weight: 500;
30874
+ margin-top: 0;
30875
+ white-space: initial;
30943
30876
  }
30944
- .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30945
- border-color: #e75a3a;
30946
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30877
+
30878
+ .r12ddqmh {
30879
+ display: block;
30947
30880
  }
30948
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30949
- background: rgba(211, 218, 235, 0.6);
30950
- color: rgba(0, 21, 64, 0.3);
30951
- border-color: rgba(172, 186, 211, 0.6);
30881
+ .r12ddqmh span {
30882
+ font-size: 14px;
30883
+ font-weight: 500;
30884
+ line-height: 32px;
30885
+ color: #3e4652;
30952
30886
  }
30953
- .ipd9bk.ant-input-affix-wrapper {
30954
- padding: 5px 12px;
30887
+
30888
+ .ctcr26a {
30889
+ margin-top: 8px;
30890
+ padding: 8px;
30955
30891
  border-radius: 6px;
30956
- border-color: rgba(172, 186, 211, 0.6);
30892
+ background: rgba(225, 230, 241, 0.6);
30893
+ color: rgba(44, 56, 82, 0.6);
30894
+ font-size: 12px;
30895
+ }
30896
+ .ctcr26a div {
30957
30897
  line-height: 20px;
30958
- color: #2d3a56;
30959
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30898
+ display: flex;
30899
+ align-items: center;
30900
+ word-break: break-all;
30960
30901
  }
30961
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30962
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30963
- color: rgba(44, 56, 82, 0.6);
30902
+
30903
+ .d6j0lbj {
30904
+ font-family: Inter;
30905
+ font-style: normal;
30906
+ font-weight: bold;
30907
+ font-size: 32px;
30908
+ line-height: 40px;
30964
30909
  }
30965
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30966
- padding: 8px 16px;
30910
+
30911
+ .d1xhvvxe {
30912
+ font-family: Inter;
30913
+ font-style: normal;
30914
+ font-weight: bold;
30915
+ font-size: 24px;
30916
+ line-height: 32px;
30917
+ }
30918
+
30919
+ .dk10mxq {
30920
+ font-family: Inter;
30921
+ font-style: normal;
30922
+ font-weight: normal;
30923
+ font-size: 32px;
30924
+ line-height: 40px;
30925
+ }
30926
+
30927
+ .dxsait {
30928
+ font-family: Inter;
30929
+ font-style: normal;
30930
+ font-weight: bold;
30931
+ font-size: 20px;
30932
+ line-height: 24px;
30933
+ }
30934
+
30935
+ .dokn0h3 {
30936
+ font-family: Inter;
30937
+ font-style: normal;
30938
+ font-weight: normal;
30939
+ font-size: 20px;
30940
+ line-height: 24px;
30941
+ }
30942
+
30943
+ .dobau4p {
30944
+ font-family: Inter;
30945
+ font-style: normal;
30946
+ font-weight: bold;
30947
+ font-size: 18px;
30967
30948
  line-height: 22px;
30968
30949
  }
30969
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30970
- padding: 2px 8px;
30971
- line-height: 18px;
30950
+
30951
+ .dvolwok {
30952
+ font-family: Inter;
30953
+ font-style: normal;
30954
+ font-weight: normal;
30955
+ font-size: 18px;
30956
+ line-height: 22px;
30972
30957
  }
30973
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30974
- border-color: rgba(107, 128, 167, 0.6);
30975
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30958
+
30959
+ .h181qhg4 {
30960
+ font-family: Inter;
30961
+ font-style: normal;
30962
+ font-weight: bold;
30963
+ font-size: 16px;
30964
+ line-height: 22px;
30976
30965
  }
30977
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30978
- border-color: #0096ff;
30979
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30966
+
30967
+ .h1phgmcq {
30968
+ font-family: Inter;
30969
+ font-style: normal;
30970
+ font-weight: normal;
30971
+ font-size: 16px;
30972
+ line-height: 22px;
30980
30973
  }
30981
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30982
- border-color: #e75a3a;
30974
+
30975
+ .h173xnl1 {
30976
+ font-family: Inter;
30977
+ font-style: normal;
30978
+ font-weight: bold;
30979
+ font-size: 14px;
30980
+ line-height: 20px;
30983
30981
  }
30984
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30985
- color: #e75a3a;
30982
+
30983
+ .hedm4pz {
30984
+ font-family: Inter;
30985
+ font-style: normal;
30986
+ font-weight: normal;
30987
+ font-size: 14px;
30988
+ line-height: 20px;
30986
30989
  }
30987
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30988
- border-color: #e75a3a;
30989
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30990
+
30991
+ .h1kd8xld {
30992
+ font-family: Inter;
30993
+ font-style: normal;
30994
+ font-weight: bold;
30995
+ font-size: 12px;
30996
+ line-height: 18px;
30990
30997
  }
30991
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30992
- border-color: #e75a3a;
30993
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30998
+
30999
+ .hp14fr {
31000
+ font-family: Inter;
31001
+ font-style: normal;
31002
+ font-weight: normal;
31003
+ font-size: 12px;
31004
+ line-height: 18px;
30994
31005
  }
30995
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30996
- background: rgba(211, 218, 235, 0.6);
30997
- color: rgba(0, 21, 64, 0.3);
30998
- border-color: rgba(172, 186, 211, 0.6);
31006
+
31007
+ .hgrg7mn {
31008
+ font-family: Inter;
31009
+ font-style: normal;
31010
+ font-weight: bold;
31011
+ text-transform: uppercase;
31012
+ font-feature-settings: "cpsp" on;
31013
+ font-size: 12px;
31014
+ line-height: 18px;
30999
31015
  }
31000
- textarea.ipd9bk.ant-input {
31001
- transition-property: height;
31002
- transition-delay: 50ms;
31016
+
31017
+ .h6zme9x {
31018
+ font-family: Inter;
31019
+ font-style: normal;
31020
+ font-weight: normal;
31021
+ text-transform: uppercase;
31022
+ font-feature-settings: "cpsp" on;
31023
+ font-size: 12px;
31024
+ line-height: 18px;
31003
31025
  }
31004
- textarea.ipd9bk.ant-input.textarea-large {
31005
- min-height: 40px;
31006
- height: 40px;
31026
+
31027
+ .locjvsv {
31028
+ font-family: Inter;
31029
+ font-style: normal;
31030
+ font-weight: normal;
31031
+ font-size: 16px;
31032
+ line-height: 24px;
31007
31033
  }
31008
- textarea.ipd9bk.ant-input.textarea-large:focus {
31009
- height: 80px;
31034
+
31035
+ .l13gi131 {
31036
+ font-family: Inter;
31037
+ font-style: normal;
31038
+ font-weight: bold;
31039
+ font-size: 16px;
31040
+ line-height: 24px;
31010
31041
  }
31011
- textarea.ipd9bk.ant-input.textarea-middle {
31012
- min-height: 32px;
31013
- height: 32px;
31042
+
31043
+ .l1ynemsu {
31044
+ font-family: Inter;
31045
+ font-style: normal;
31046
+ font-weight: normal;
31047
+ font-size: 16px;
31048
+ line-height: 24px;
31014
31049
  }
31015
- textarea.ipd9bk.ant-input.textarea-middle:focus {
31016
- height: 64px;
31050
+
31051
+ .l1cft1cx {
31052
+ font-family: Inter;
31053
+ font-style: normal;
31054
+ font-weight: bold;
31055
+ font-size: 16px;
31056
+ line-height: 24px;
31017
31057
  }
31018
- textarea.ipd9bk.ant-input.textarea-small {
31019
- min-height: 24px;
31020
- height: 24px;
31058
+
31059
+ .l17tqc8p {
31060
+ font-family: Inter;
31061
+ font-style: normal;
31062
+ font-weight: normal;
31063
+ text-transform: uppercase;
31064
+ font-feature-settings: "cpsp" on;
31065
+ font-size: 16px;
31066
+ line-height: 24px;
31021
31067
  }
31022
- textarea.ipd9bk.ant-input.textarea-small:focus {
31023
- height: 40px;
31068
+
31069
+ .l1j1e5w7 {
31070
+ font-family: Inter;
31071
+ font-style: normal;
31072
+ font-weight: bold;
31073
+ text-transform: uppercase;
31074
+ font-feature-settings: "cpsp" on;
31075
+ font-size: 16px;
31076
+ line-height: 24px;
31077
+ }
31078
+
31079
+ .l1gf91jb {
31080
+ font-family: Inter;
31081
+ font-style: normal;
31082
+ font-weight: normal;
31083
+ font-size: 14px;
31084
+ line-height: 22px;
31085
+ }
31086
+
31087
+ .lu7hlr6 {
31088
+ font-family: Inter;
31089
+ font-style: normal;
31090
+ font-weight: 500;
31091
+ font-size: 14px;
31092
+ line-height: 22px;
31024
31093
  }
31025
31094
 
31026
- .kypn5o5 input, .kypn5o5.input-tags {
31027
- border: 1px solid rgba(213, 219, 227, 0.6);
31028
- border-radius: 4px;
31029
- }
31030
- .kypn5o5.input-tags {
31031
- position: relative;
31032
- padding: 6px;
31033
- height: 32px;
31034
- cursor: pointer;
31035
- transition: border 150ms;
31095
+ .l3l3jf0 {
31096
+ font-family: Inter;
31097
+ font-style: normal;
31098
+ font-weight: bold;
31099
+ font-size: 14px;
31100
+ line-height: 22px;
31036
31101
  }
31037
- .kypn5o5.input-tags:hover {
31038
- border-color: #0080ff;
31039
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31102
+
31103
+ .l12j5nqp {
31104
+ font-family: Inter;
31105
+ font-style: normal;
31106
+ font-weight: normal;
31107
+ font-size: 14px;
31108
+ line-height: 22px;
31040
31109
  }
31041
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
31042
- padding-right: 30px;
31110
+
31111
+ .l1tecqht {
31112
+ font-family: Inter;
31113
+ font-style: normal;
31114
+ font-weight: bold;
31115
+ font-size: 14px;
31116
+ line-height: 22px;
31043
31117
  }
31044
- .kypn5o5.input-tags .input-tags-inner {
31045
- display: flex;
31118
+
31119
+ .l6sa990 {
31120
+ font-family: Inter;
31121
+ font-style: normal;
31122
+ font-weight: normal;
31123
+ text-transform: uppercase;
31124
+ font-feature-settings: "cpsp" on;
31125
+ font-size: 14px;
31126
+ line-height: 22px;
31046
31127
  }
31047
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31048
- display: flex;
31128
+
31129
+ .lckqe8j {
31130
+ font-family: Inter;
31131
+ font-style: normal;
31132
+ font-weight: bold;
31133
+ text-transform: uppercase;
31134
+ font-feature-settings: "cpsp" on;
31135
+ font-size: 14px;
31136
+ line-height: 22px;
31049
31137
  }
31050
- .kypn5o5.input-tags .input-tag-suffix {
31051
- position: absolute;
31052
- right: 12px;
31053
- top: 50%;
31054
- transform: translateY(-50%);
31138
+
31139
+ .l1kuminb {
31140
+ font-family: Inter;
31141
+ font-style: normal;
31142
+ font-weight: normal;
31143
+ font-size: 13px;
31144
+ line-height: 20px;
31055
31145
  }
31056
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31057
- color: rgba(0, 0, 0, 0.25);
31058
- font-size: 12px;
31059
- cursor: pointer;
31146
+
31147
+ .l1pbuf5j {
31148
+ font-family: Inter;
31149
+ font-style: normal;
31150
+ font-weight: 600;
31151
+ font-size: 13px;
31152
+ line-height: 20px;
31060
31153
  }
31061
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31062
- color: rgba(0, 0, 0, 0.45);
31154
+
31155
+ .l1r4ztu {
31156
+ font-family: Inter;
31157
+ font-style: normal;
31158
+ font-weight: bold;
31159
+ font-size: 13px;
31160
+ line-height: 20px;
31063
31161
  }
31064
- .kypn5o5.has-focus-indicator {
31065
- position: relative;
31066
- overflow: hidden;
31162
+
31163
+ .ly8vzok {
31164
+ font-family: Inter;
31165
+ font-style: normal;
31166
+ font-weight: normal;
31167
+ font-size: 13px;
31168
+ line-height: 20px;
31067
31169
  }
31068
- .kypn5o5.has-focus-indicator .ant-input-prefix {
31069
- position: absolute;
31070
- top: 50%;
31071
- transform: translateY(-50%);
31072
- left: -16px;
31073
- transition: left 150ms ease;
31074
- opacity: 0;
31170
+
31171
+ .lumfmf {
31172
+ font-family: Inter;
31173
+ font-style: normal;
31174
+ font-weight: 600;
31175
+ font-size: 13px;
31176
+ line-height: 20px;
31075
31177
  }
31076
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31077
- left: 8px;
31078
- opacity: 1;
31178
+
31179
+ .l16ujwmv {
31180
+ font-family: Inter;
31181
+ font-style: normal;
31182
+ font-weight: bold;
31183
+ font-size: 13px;
31184
+ line-height: 20px;
31079
31185
  }
31080
- .kypn5o5.has-focus-indicator input {
31081
- transition: margin-left 150ms ease;
31082
- margin-left: 0px;
31186
+
31187
+ .l17o1ffr {
31188
+ font-family: Inter;
31189
+ font-style: normal;
31190
+ font-weight: normal;
31191
+ text-transform: uppercase;
31192
+ font-feature-settings: "cpsp" on;
31193
+ font-size: 13px;
31194
+ line-height: 20px;
31083
31195
  }
31084
- .kypn5o5.has-focus-indicator input:focus {
31085
- margin-left: 16px;
31196
+
31197
+ .lngllvn {
31198
+ font-family: Inter;
31199
+ font-style: normal;
31200
+ font-weight: bold;
31201
+ text-transform: uppercase;
31202
+ font-feature-settings: "cpsp" on;
31203
+ font-size: 13px;
31204
+ line-height: 20px;
31086
31205
  }
31087
31206
 
31088
- input.l1ki27se.ant-input {
31089
- border-top-right-radius: 0;
31090
- border-bottom-right-radius: 0;
31207
+ .l2i7fo9 {
31208
+ font-family: Inter;
31209
+ font-style: normal;
31210
+ font-weight: normal;
31211
+ font-size: 12px;
31212
+ line-height: 18px;
31091
31213
  }
31092
31214
 
31093
- .l1ki27se.ant-input-affix-wrapper {
31094
- border-top-right-radius: 0;
31095
- border-bottom-right-radius: 0;
31215
+ .l1x7hscx {
31216
+ font-family: Inter;
31217
+ font-style: normal;
31218
+ font-weight: 500;
31219
+ font-size: 12px;
31220
+ line-height: 18px;
31096
31221
  }
31097
31222
 
31098
- input.rrg1fkn.ant-input {
31099
- border-top-left-radius: 0;
31100
- border-bottom-left-radius: 0;
31223
+ .le1jwan {
31224
+ font-family: Inter;
31225
+ font-style: normal;
31226
+ font-weight: bold;
31227
+ font-size: 12px;
31228
+ line-height: 18px;
31101
31229
  }
31102
31230
 
31103
- .rrg1fkn.ant-input-affix-wrapper {
31104
- border-top-left-radius: 0;
31105
- border-bottom-left-radius: 0;
31231
+ .lyxynfj {
31232
+ font-family: Inter;
31233
+ font-style: normal;
31234
+ font-weight: normal;
31235
+ font-size: 12px;
31236
+ line-height: 18px;
31106
31237
  }
31107
31238
 
31108
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31109
- border-top-right-radius: 0;
31110
- border-bottom-right-radius: 0;
31239
+ .lpb2nxv {
31240
+ font-family: Inter;
31241
+ font-style: normal;
31242
+ font-weight: 500;
31243
+ font-size: 12px;
31244
+ line-height: 18px;
31111
31245
  }
31112
31246
 
31113
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31114
- border-top-left-radius: 0;
31115
- border-bottom-left-radius: 0;
31247
+ .l1r8o3vv {
31248
+ font-family: Inter;
31249
+ font-style: normal;
31250
+ font-weight: bold;
31251
+ font-size: 12px;
31252
+ line-height: 18px;
31116
31253
  }
31117
31254
 
31118
- .c1t6wbwv {
31119
- display: flex;
31120
- flex-direction: column;
31255
+ .lemnjy2 {
31256
+ font-family: Inter;
31257
+ font-style: normal;
31258
+ font-weight: normal;
31259
+ text-transform: uppercase;
31260
+ font-feature-settings: "cpsp" on;
31261
+ font-size: 12px;
31262
+ line-height: 18px;
31121
31263
  }
31122
- .c1t6wbwv .select-wrapper {
31123
- margin-top: 12px;
31264
+
31265
+ .lrc42gb {
31266
+ font-family: Inter;
31267
+ font-style: normal;
31268
+ font-weight: bold;
31269
+ text-transform: uppercase;
31270
+ font-feature-settings: "cpsp" on;
31271
+ font-size: 12px;
31272
+ line-height: 18px;
31124
31273
  }
31125
- .c1t6wbwv .select-wrapper .select {
31126
- width: 100%;
31274
+
31275
+ .fqaz4mb {
31276
+ font-family: Inter;
31277
+ font-style: normal;
31278
+ font-weight: normal;
31279
+ font-size: 13px;
31280
+ line-height: 20px;
31127
31281
  }
31128
- .c1t6wbwv .radio-wrapper {
31129
- margin-top: 24px;
31282
+
31283
+ .f13we5o {
31284
+ font-family: Inter;
31285
+ font-style: normal;
31286
+ font-weight: normal;
31287
+ font-size: 13px;
31288
+ line-height: 20px;
31130
31289
  }
31131
- .c1t6wbwv .form-item {
31132
- width: 100%;
31290
+
31291
+ .ffmjua2 {
31292
+ font-family: Inter;
31293
+ font-style: normal;
31294
+ font-weight: normal;
31295
+ font-size: 12px;
31296
+ line-height: 18px;
31133
31297
  }
31134
31298
 
31135
- .d1k7vv5v {
31136
- font-size: 14px;
31137
- font-weight: 500;
31138
- color: #3e4652;
31299
+ .fz2mxw0 {
31300
+ font-family: Inter;
31301
+ font-style: normal;
31302
+ font-weight: normal;
31303
+ font-size: 12px;
31139
31304
  line-height: 18px;
31140
31305
  }
31141
- .d1k7vv5v + .d1k7vv5v {
31142
- margin-top: 16px;
31306
+
31307
+ .t1ertzoh {
31308
+ font-family: Inter;
31309
+ font-style: normal;
31310
+ font-weight: normal;
31311
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31312
+ font-size: 13px;
31313
+ line-height: 20px;
31143
31314
  }
31144
- .d1k7vv5v + * {
31145
- margin-top: 16px;
31315
+
31316
+ .t19bge8r {
31317
+ font-family: Inter;
31318
+ font-style: normal;
31319
+ font-weight: normal;
31320
+ font-feature-settings: "zero" on;
31321
+ font-size: 13px;
31322
+ line-height: 20px;
31146
31323
  }
31147
31324
 
31148
- .le7b9r4.d1k7vv5v {
31325
+ .tjrzfyl {
31326
+ font-family: Inter;
31327
+ font-style: normal;
31328
+ font-weight: normal;
31329
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31149
31330
  font-size: 12px;
31150
- color: rgba(44, 56, 82, 0.6);
31151
- margin-top: 12px;
31331
+ line-height: 18px;
31152
31332
  }
31153
31333
 
31154
- .r1dnygxx.le7b9r4.d1k7vv5v {
31155
- line-height: 18px;
31334
+ .tm6s7bo {
31335
+ font-family: Inter;
31336
+ font-style: normal;
31156
31337
  font-weight: 500;
31157
- margin-top: 0;
31158
- white-space: initial;
31338
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31339
+ font-size: 12px;
31340
+ line-height: 18px;
31159
31341
  }
31160
31342
 
31161
- .r12ddqmh {
31162
- display: block;
31343
+ .t19zq6ic {
31344
+ font-family: Inter;
31345
+ font-style: normal;
31346
+ font-weight: normal;
31347
+ font-feature-settings: "zero" on;
31348
+ font-size: 12px;
31349
+ line-height: 18px;
31163
31350
  }
31164
- .r12ddqmh span {
31165
- font-size: 14px;
31351
+
31352
+ .t1gduru8 {
31353
+ font-family: Inter;
31354
+ font-style: normal;
31166
31355
  font-weight: 500;
31167
- line-height: 32px;
31168
- color: #3e4652;
31356
+ font-feature-settings: "zero" on;
31357
+ font-size: 12px;
31358
+ line-height: 18px;
31169
31359
  }
31170
31360
 
31171
- .ctcr26a {
31172
- margin-top: 8px;
31173
- padding: 8px;
31174
- border-radius: 6px;
31175
- background: rgba(225, 230, 241, 0.6);
31176
- color: rgba(44, 56, 82, 0.6);
31177
- font-size: 12px;
31361
+ .t55raab {
31362
+ font-family: Inter;
31363
+ font-style: normal;
31364
+ font-weight: bold;
31365
+ font-feature-settings: "zero" on;
31366
+ font-size: 16px;
31367
+ line-height: 24px;
31178
31368
  }
31179
- .ctcr26a div {
31180
- line-height: 20px;
31181
- display: flex;
31182
- align-items: center;
31183
- word-break: break-all;
31369
+
31370
+ .u1w9abfe {
31371
+ font-family: Inter;
31372
+ font-style: normal;
31373
+ font-weight: normal;
31374
+ font-size: 10px;
31375
+ line-height: 12px;
31184
31376
  }
31185
31377
 
31186
31378
  .t1upn1sz {
@@ -31547,67 +31739,6 @@ input.rrg1fkn.ant-input {
31547
31739
  background: #fff;
31548
31740
  }
31549
31741
 
31550
- .p12gwtiw {
31551
- display: flex;
31552
- justify-content: space-between;
31553
- align-items: center;
31554
- padding: 10px 0;
31555
- color: rgba(44, 56, 82, 0.6);
31556
- font-size: 12px;
31557
- line-height: 24px;
31558
- }
31559
- .p12gwtiw .pagination-left {
31560
- padding: 2px 8px;
31561
- }
31562
- .p12gwtiw .dropdown-trigger {
31563
- display: flex;
31564
- align-items: center;
31565
- border-radius: 6px;
31566
- cursor: pointer;
31567
- transition: all 0.3s ease;
31568
- }
31569
- .p12gwtiw .dropdown-trigger:hover {
31570
- background: rgba(211, 218, 235, 0.6);
31571
- color: #0080ff;
31572
- }
31573
- .p12gwtiw .dropdown-trigger .icon-inner {
31574
- margin-left: 4px;
31575
- }
31576
- .p12gwtiw .pagination-right {
31577
- display: flex;
31578
- align-items: center;
31579
- color: #0080ff;
31580
- font-weight: bold;
31581
- }
31582
- .p12gwtiw .pagination-right .icon-inner {
31583
- margin-left: 4px;
31584
- }
31585
- .p12gwtiw .pagination-right .prev-btn,
31586
- .p12gwtiw .pagination-right .next-btn {
31587
- padding: 0 8px;
31588
- }
31589
- .p12gwtiw .pagination-right .prev-btn > span,
31590
- .p12gwtiw .pagination-right .next-btn > span {
31591
- color: #0080ff;
31592
- }
31593
- .p12gwtiw .pagination-right .next-btn .icon-inner {
31594
- transform: rotate(180deg);
31595
- }
31596
-
31597
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31598
- max-height: calc(100vh - 128px);
31599
- overflow-y: auto;
31600
- }
31601
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31602
- padding: 4px 20px;
31603
- font-size: 12px;
31604
- line-height: 18px;
31605
- }
31606
-
31607
- .i1e4sgug {
31608
- display: inline-block;
31609
- }
31610
-
31611
31742
  .rxbeqvl.ant-radio-wrapper {
31612
31743
  display: inline-flex;
31613
31744
  align-items: baseline;
@@ -31754,144 +31885,94 @@ input.rrg1fkn.ant-input {
31754
31885
  width: 36px;
31755
31886
  }
31756
31887
 
31757
- .c1up1pdz {
31758
- width: 648px;
31759
- }
31760
- .c1up1pdz.active {
31761
- border-color: #0080ff;
31762
- }
31763
- .c1up1pdz.active > header {
31764
- background: rgba(0, 128, 255, 0.1);
31765
- }
31766
- .c1up1pdz .expand {
31767
- padding: 12px;
31768
- }
31769
- .c1up1pdz .field-item {
31770
- display: flex;
31771
- padding: 10px 0;
31772
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31773
- }
31774
- .c1up1pdz .field-item:last-child {
31775
- border-bottom: none;
31776
- padding-bottom: 0;
31777
- }
31778
- .c1up1pdz .field-item label {
31779
- line-height: 32px;
31780
- width: 100px;
31781
- color: rgba(62, 70, 82, 0.6);
31782
- }
31783
- .c1up1pdz .help {
31784
- color: rgba(62, 70, 82, 0.6);
31785
- margin-top: 5px;
31786
- }
31787
- .c1up1pdz .ant-input-affix-wrapper,
31788
- .c1up1pdz .ant-picker {
31789
- width: 128px;
31888
+ .obf05yr {
31889
+ display: inline-block;
31790
31890
  }
31791
31891
 
31792
- .c156wh19 {
31793
- display: flex;
31794
- align-items: center;
31795
- justify-content: space-between;
31796
- word-break: keep-all;
31797
- }
31798
- .c156wh19 .title {
31799
- margin: 0 16px 0 8px;
31800
- }
31801
- .c156wh19 .retain {
31802
- color: rgba(129, 138, 153, 0.6);
31803
- }
31804
- .c156wh19 .left {
31805
- flex: 1;
31806
- display: flex;
31807
- overflow: hidden;
31808
- align-items: center;
31809
- justify-content: flex-start;
31810
- white-space: nowrap;
31811
- }
31812
- .c156wh19 .left .title {
31813
- max-width: 100%;
31814
- overflow: hidden;
31815
- text-overflow: ellipsis;
31816
- }
31817
- .c156wh19 .right {
31818
- display: flex;
31819
- align-items: center;
31892
+ .hsms1n6 {
31893
+ visibility: hidden;
31894
+ position: absolute;
31820
31895
  }
31821
- .c156wh19 .reverse {
31896
+
31897
+ .n12mqh7z {
31822
31898
  display: flex;
31823
- flex-direction: row-reverse;
31824
31899
  align-items: center;
31900
+ font-size: 12px;
31901
+ line-height: 18px;
31825
31902
  }
31826
- .c156wh19 .reverse .ant-switch {
31827
- margin-left: 8px;
31903
+ .n12mqh7z:not(:last-child) {
31904
+ margin-bottom: 4px;
31828
31905
  }
31829
- .c156wh19 .close {
31830
- padding-left: 14px;
31831
- margin-left: 14px;
31832
- border-left: 1px solid rgba(129, 138, 153, 0.6);
31833
- cursor: pointer;
31906
+
31907
+ .tf5bynu {
31908
+ margin: 0 3px;
31834
31909
  }
31835
31910
 
31836
- .m126spxy {
31837
- padding-bottom: 4px;
31838
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31911
+ .tcckoz1 {
31912
+ max-height: 400px;
31913
+ overflow: "auto";
31839
31914
  }
31840
- .m126spxy .ant-btn-link {
31841
- padding: 1px 10px;
31842
- color: rgba(62, 70, 82, 0.6);
31843
- border-radius: 4px;
31915
+
31916
+ .c18bcrac {
31917
+ display: inline-block;
31918
+ width: 100%;
31844
31919
  }
31845
- .m126spxy .ant-btn-link.active {
31846
- background: rgba(0, 128, 255, 0.1);
31847
- color: #0096ff;
31920
+ .c18bcrac .recharts-wrapper {
31921
+ margin-left: 4px;
31848
31922
  }
31849
31923
 
31850
- .wpbf4pq {
31851
- padding: 10px 0;
31852
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31924
+ .cro7kg2 {
31925
+ padding: 4px;
31853
31926
  }
31854
- .wpbf4pq .ant-input,
31855
- .wpbf4pq .ant-picker {
31856
- width: 80px;
31857
- margin: 0 9px;
31858
- text-align: center;
31927
+
31928
+ .c14wcxf0 {
31929
+ display: flex;
31930
+ justify-content: space-between;
31931
+ align-items: center;
31932
+ font-size: 13px;
31933
+ line-height: 24px;
31934
+ color: #cccccc;
31935
+ white-space: nowrap;
31859
31936
  }
31860
- .wpbf4pq .options {
31861
- padding: 12px 0 12px 16px;
31862
- border-left: 2px solid rgba(129, 138, 153, 0.6);
31863
- margin: 5px 0 5px 8px;
31937
+ .c14wcxf0 label {
31938
+ margin-right: 32px;
31864
31939
  }
31865
- .wpbf4pq .week-day-option,
31866
- .wpbf4pq .month-day-option {
31867
- background: #f5f7fa;
31868
- box-sizing: border-box;
31869
- border-radius: 16px;
31870
- margin-right: 8px;
31940
+
31941
+ .coy29mj.c14wcxf0 {
31942
+ font-weight: bold;
31943
+ color: white;
31871
31944
  }
31872
- .wpbf4pq .week-day-option:focus,
31873
- .wpbf4pq .month-day-option:focus {
31874
- color: inherit;
31875
- border-color: #d9d9d9;
31945
+
31946
+ .s11212zy {
31947
+ width: 8px;
31948
+ height: 8px;
31949
+ border-radius: 2px;
31950
+ display: inline-block;
31951
+ background: var(--s11212zy-0);
31952
+ border: 1px solid #fff;
31953
+ box-sizing: content-box;
31954
+ margin-right: 6px;
31876
31955
  }
31877
- .wpbf4pq .week-day-option.active {
31878
- background-color: #0096ff;
31879
- border-color: #0096ff;
31880
- color: #fff;
31956
+
31957
+ .p1lyky6c > :first-child {
31958
+ font-weight: bold;
31959
+ color: white;
31960
+ margin-right: 4px;
31881
31961
  }
31882
- .wpbf4pq .week-day-option.en-text {
31883
- width: 110px;
31884
- margin-top: 4px;
31962
+
31963
+ .tje3huy {
31964
+ width: 100%;
31965
+ overflow: inherit;
31966
+ white-space: inherit;
31967
+ text-overflow: ellipsis;
31885
31968
  }
31886
- .wpbf4pq .month-day-option {
31887
- width: 32px;
31888
- padding: 0;
31889
- margin-bottom: 8px;
31969
+
31970
+ .s1iv0tp1 .enabled-switch {
31971
+ display: flex;
31972
+ align-items: center;
31890
31973
  }
31891
- .wpbf4pq .month-day-option.active {
31892
- background-color: #0096ff;
31893
- border-color: #0096ff;
31894
- color: #fff;
31974
+ .s1iv0tp1 .enabled-text {
31975
+ margin-right: 8px;
31895
31976
  }
31896
31977
 
31897
31978
  .clm1wy1 {
@@ -31987,51 +32068,43 @@ input.rrg1fkn.ant-input {
31987
32068
  border-radius: 2px;
31988
32069
  }
31989
32070
 
31990
- .c18bcrac {
31991
- display: inline-block;
31992
- width: 100%;
32071
+ .gmyahx3 {
32072
+ cursor: pointer;
31993
32073
  }
31994
- .c18bcrac .recharts-wrapper {
31995
- margin-left: 4px;
32074
+ .gmyahx3 .link-text {
32075
+ color: rgba(0, 21, 64, 0.3);
31996
32076
  }
31997
-
31998
- .cro7kg2 {
31999
- padding: 4px;
32077
+ .gmyahx3:hover .link-text {
32078
+ color: #0080ff;
32000
32079
  }
32001
32080
 
32002
- .c14wcxf0 {
32081
+ .m15dvk92 {
32003
32082
  display: flex;
32004
32083
  justify-content: space-between;
32005
- align-items: center;
32006
- font-size: 13px;
32007
- line-height: 24px;
32008
- color: #cccccc;
32009
- white-space: nowrap;
32084
+ width: 100%;
32010
32085
  }
32011
- .c14wcxf0 label {
32012
- margin-right: 32px;
32086
+ .m15dvk92 .action {
32087
+ margin-left: 16px;
32013
32088
  }
32014
32089
 
32015
- .coy29mj.c14wcxf0 {
32016
- font-weight: bold;
32017
- color: white;
32090
+ .aql8iqz .ant-alert-message {
32091
+ width: 100%;
32018
32092
  }
32019
32093
 
32020
- .s11212zy {
32021
- width: 8px;
32022
- height: 8px;
32023
- border-radius: 2px;
32024
- display: inline-block;
32025
- background: var(--s11212zy-0);
32026
- border: 1px solid #fff;
32027
- box-sizing: content-box;
32028
- margin-right: 6px;
32094
+ .berrcjl {
32095
+ color: rgba(10, 37, 85, 0.6);
32096
+ margin-bottom: 4px;
32029
32097
  }
32030
-
32031
- .p1lyky6c > :first-child {
32032
- font-weight: bold;
32033
- color: white;
32034
- margin-right: 4px;
32098
+ .berrcjl .breadcrumb-link {
32099
+ color: rgba(10, 37, 85, 0.6);
32100
+ cursor: pointer;
32101
+ transition: color 160ms ease;
32102
+ }
32103
+ .berrcjl .breadcrumb-link:hover {
32104
+ color: #0080ff;
32105
+ }
32106
+ .berrcjl .breadcrumb-link:active {
32107
+ color: #005ed1;
32035
32108
  }
32036
32109
 
32037
32110
  .c18gxmrl {
@@ -32054,20 +32127,27 @@ input.rrg1fkn.ant-input {
32054
32127
  padding: 8px 12px;
32055
32128
  }
32056
32129
 
32057
- .berrcjl {
32058
- color: rgba(10, 37, 85, 0.6);
32059
- margin-bottom: 4px;
32130
+ .wg1tsps {
32131
+ display: flex;
32132
+ align-items: center;
32133
+ justify-content: flex-end;
32060
32134
  }
32061
- .berrcjl .breadcrumb-link {
32062
- color: rgba(10, 37, 85, 0.6);
32063
- cursor: pointer;
32064
- transition: color 160ms ease;
32135
+
32136
+ .b1ctd5xy {
32137
+ display: flex;
32138
+ align-items: center;
32139
+ width: calc(100% - 40px);
32065
32140
  }
32066
- .berrcjl .breadcrumb-link:hover {
32067
- color: #0080ff;
32141
+ .b1ctd5xy .chart {
32142
+ display: inline-block;
32143
+ width: 100%;
32068
32144
  }
32069
- .berrcjl .breadcrumb-link:active {
32070
- color: #005ed1;
32145
+
32146
+ .u1p8acpn {
32147
+ width: 40px;
32148
+ }
32149
+ .u1p8acpn .unit {
32150
+ color: #00122e !important;
32071
32151
  }
32072
32152
 
32073
32153
  .c1uzzomf {
@@ -32092,46 +32172,6 @@ input.rrg1fkn.ant-input {
32092
32172
  text-align: center;
32093
32173
  }
32094
32174
 
32095
- .c1bus5hc {
32096
- --color: white;
32097
- height: 14px;
32098
- width: 14px;
32099
- border-radius: 50%;
32100
- flex-shrink: 0;
32101
- display: flex;
32102
- align-items: center;
32103
- justify-content: center;
32104
- border: 1px solid var(--color);
32105
- }
32106
- .c1bus5hc .circle-inner {
32107
- position: relative;
32108
- height: 10px;
32109
- width: 10px;
32110
- border-radius: 50%;
32111
- overflow: hidden;
32112
- }
32113
- .c1bus5hc .circle-content {
32114
- position: absolute;
32115
- height: 100%;
32116
- width: 100%;
32117
- left: 0;
32118
- top: 0;
32119
- border-radius: 50%;
32120
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32121
- transform: rotate(180deg);
32122
- }
32123
- .c1bus5hc .circle-child {
32124
- position: absolute;
32125
- height: 100%;
32126
- width: 100%;
32127
- left: 0;
32128
- top: 0;
32129
- margin-left: 50%;
32130
- transform-origin: left;
32131
- background: white;
32132
- transform: rotate(0deg);
32133
- }
32134
-
32135
32175
  .t1sqg15u {
32136
32176
  background: white;
32137
32177
  }
@@ -32207,99 +32247,66 @@ input.rrg1fkn.ant-input {
32207
32247
  width: 100%;
32208
32248
  white-space: pre-wrap;
32209
32249
  }
32210
- .t93e4cf .content .ant-btn {
32211
- white-space: pre-wrap;
32212
- text-align: left;
32213
- }
32214
- .t93e4cf .content .unit-chart {
32215
- justify-content: flex-start;
32216
- }
32217
-
32218
- .rhz2uv5 {
32219
- width: var(--rhz2uv5-0);
32220
- flex-shrink: 0;
32221
- color: rgba(44, 56, 82, 0.6);
32222
- padding-right: 12px;
32223
- }
32224
-
32225
- .wg1tsps {
32226
- display: flex;
32227
- align-items: center;
32228
- justify-content: flex-end;
32229
- }
32230
-
32231
- .b1ctd5xy {
32232
- display: flex;
32233
- align-items: center;
32234
- width: calc(100% - 40px);
32235
- }
32236
- .b1ctd5xy .chart {
32237
- display: inline-block;
32238
- width: 100%;
32239
- }
32240
-
32241
- .u1p8acpn {
32242
- width: 40px;
32243
- }
32244
- .u1p8acpn .unit {
32245
- color: #00122e !important;
32246
- }
32247
-
32248
- .s1iv0tp1 .enabled-switch {
32249
- display: flex;
32250
- align-items: center;
32251
- }
32252
- .s1iv0tp1 .enabled-text {
32253
- margin-right: 8px;
32254
- }
32255
-
32256
- .gmyahx3 {
32257
- cursor: pointer;
32258
- }
32259
- .gmyahx3 .link-text {
32260
- color: rgba(0, 21, 64, 0.3);
32261
- }
32262
- .gmyahx3:hover .link-text {
32263
- color: #0080ff;
32250
+ .t93e4cf .content .ant-btn {
32251
+ white-space: pre-wrap;
32252
+ text-align: left;
32253
+ }
32254
+ .t93e4cf .content .unit-chart {
32255
+ justify-content: flex-start;
32264
32256
  }
32265
32257
 
32266
- .tje3huy {
32267
- width: 100%;
32268
- overflow: inherit;
32269
- white-space: inherit;
32270
- text-overflow: ellipsis;
32258
+ .rhz2uv5 {
32259
+ width: var(--rhz2uv5-0);
32260
+ flex-shrink: 0;
32261
+ color: rgba(44, 56, 82, 0.6);
32262
+ padding-right: 12px;
32271
32263
  }
32272
32264
 
32273
- .n12mqh7z {
32265
+ .c1bus5hc {
32266
+ --color: white;
32267
+ height: 14px;
32268
+ width: 14px;
32269
+ border-radius: 50%;
32270
+ flex-shrink: 0;
32274
32271
  display: flex;
32275
32272
  align-items: center;
32276
- font-size: 12px;
32277
- line-height: 18px;
32278
- }
32279
- .n12mqh7z:not(:last-child) {
32280
- margin-bottom: 4px;
32281
- }
32282
-
32283
- .tf5bynu {
32284
- margin: 0 3px;
32273
+ justify-content: center;
32274
+ border: 1px solid var(--color);
32285
32275
  }
32286
-
32287
- .tcckoz1 {
32288
- max-height: 400px;
32289
- overflow: "auto";
32276
+ .c1bus5hc .circle-inner {
32277
+ position: relative;
32278
+ height: 10px;
32279
+ width: 10px;
32280
+ border-radius: 50%;
32281
+ overflow: hidden;
32290
32282
  }
32291
-
32292
- .m15dvk92 {
32293
- display: flex;
32294
- justify-content: space-between;
32283
+ .c1bus5hc .circle-content {
32284
+ position: absolute;
32285
+ height: 100%;
32295
32286
  width: 100%;
32287
+ left: 0;
32288
+ top: 0;
32289
+ border-radius: 50%;
32290
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32291
+ transform: rotate(180deg);
32296
32292
  }
32297
- .m15dvk92 .action {
32298
- margin-left: 16px;
32293
+ .c1bus5hc .circle-child {
32294
+ position: absolute;
32295
+ height: 100%;
32296
+ width: 100%;
32297
+ left: 0;
32298
+ top: 0;
32299
+ margin-left: 50%;
32300
+ transform-origin: left;
32301
+ background: white;
32302
+ transform: rotate(0deg);
32299
32303
  }
32300
32304
 
32301
- .aql8iqz .ant-alert-message {
32302
- width: 100%;
32305
+ .c10crapj {
32306
+ border-radius: 8px;
32307
+ }
32308
+ .c10crapj .ant-card-body {
32309
+ padding: 20px 24px 24px 24px;
32303
32310
  }
32304
32311
 
32305
32312
  .cav9p2m .ant-collapse-item {
@@ -32324,108 +32331,12 @@ input.rrg1fkn.ant-input {
32324
32331
  cursor: default;
32325
32332
  }
32326
32333
 
32327
- .igz4le8 {
32328
- height: 24px;
32329
- width: 56px !important;
32330
- margin-right: 4px;
32331
- }
32332
-
32333
- .c1riexje {
32334
- color: rgba(44, 56, 82, 0.6);
32335
- }
32336
-
32337
- .c10crapj {
32338
- border-radius: 8px;
32339
- }
32340
- .c10crapj .ant-card-body {
32341
- padding: 20px 24px 24px 24px;
32342
- }
32343
-
32344
- .s14dk8r1 {
32345
- margin: 0;
32346
- border-radius: 20px;
32347
- padding: 2px 10px;
32348
- height: 22px;
32349
- }
32350
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32351
- background-color: rgba(237, 241, 250, 0.6) !important;
32352
- }
32353
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32354
- background-color: rgba(225, 230, 241, 0.6) !important;
32355
- }
32356
- .s14dk8r1.ant-tag.ui-kit-status-capsule {
32357
- color: #00122e;
32358
- }
32359
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32360
- margin-right: 6px;
32361
- }
32362
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32363
- margin-left: 4px;
32364
- }
32365
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32366
- background-color: rgba(0, 136, 255, 0.1);
32367
- }
32368
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32369
- background-color: #0080ff;
32370
- }
32371
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32372
- background-color: rgba(0, 136, 255, 0.16);
32373
- }
32374
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32375
- background-color: rgba(255, 74, 74, 0.1);
32376
- }
32377
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32378
- background-color: #f0483e;
32379
- }
32380
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32381
- background-color: rgba(255, 74, 74, 0.16);
32382
- }
32383
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32384
- background-color: rgba(254, 160, 8, 0.1);
32385
- }
32386
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32387
- background-color: #fea008;
32388
- }
32389
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32390
- background-color: rgba(255, 187, 0, 0.16);
32391
- }
32392
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32393
- background-color: rgba(30, 201, 127, 0.1);
32394
- }
32395
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32396
- background-color: #00ba5d;
32397
- }
32398
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32399
- background-color: rgba(30, 201, 127, 0.16);
32400
- }
32401
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32402
- background-color: rgba(225, 230, 241, 0.6);
32403
- }
32404
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32405
- background-color: #6b7d99;
32406
- }
32407
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32408
- background-color: rgba(211, 218, 235, 0.6);
32409
- }
32410
-
32411
- .s1uupoto {
32412
- width: 8px;
32413
- height: 8px;
32414
- border-radius: 50%;
32415
- display: inline-block;
32416
- }
32417
-
32418
32334
  .t3qomhu {
32419
32335
  margin: 0 2px;
32420
32336
  }
32421
32337
 
32422
- .o8ocss1 {
32423
- overflow: hidden;
32424
- text-overflow: ellipsis;
32425
- }
32426
-
32427
- .n17syc35 {
32428
- white-space: nowrap;
32338
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32339
+ display: flex;
32429
32340
  }
32430
32341
 
32431
32342
  .c198s9j3 {
@@ -32499,8 +32410,14 @@ input.rrg1fkn.ant-input {
32499
32410
  margin-left: 24px;
32500
32411
  }
32501
32412
 
32502
- .iiqau4c.ant-input-group.ant-input-group-compact {
32503
- display: flex;
32413
+ .igz4le8 {
32414
+ height: 24px;
32415
+ width: 56px !important;
32416
+ margin-right: 4px;
32417
+ }
32418
+
32419
+ .c1riexje {
32420
+ color: rgba(44, 56, 82, 0.6);
32504
32421
  }
32505
32422
 
32506
32423
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
@@ -32541,76 +32458,110 @@ input.rrg1fkn.ant-input {
32541
32458
  .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32542
32459
  transform: rotate(180deg);
32543
32460
  }
32544
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32545
- background: rgba(211, 218, 235, 0.6);
32546
- border-color: rgba(172, 186, 211, 0.6);
32547
- cursor: "not-allowed";
32461
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32462
+ background: rgba(211, 218, 235, 0.6);
32463
+ border-color: rgba(172, 186, 211, 0.6);
32464
+ cursor: "not-allowed";
32465
+ }
32466
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32467
+ border-color: #f0483e !important;
32468
+ }
32469
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32470
+ color: #1d326c;
32471
+ }
32472
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32473
+ border-color: #0080ff;
32474
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32475
+ }
32476
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32477
+ transform: rotate(180deg);
32478
+ }
32479
+
32480
+ .o8ocss1 {
32481
+ overflow: hidden;
32482
+ text-overflow: ellipsis;
32483
+ }
32484
+
32485
+ .n17syc35 {
32486
+ white-space: nowrap;
32487
+ }
32488
+
32489
+ .s14dk8r1 {
32490
+ margin: 0;
32491
+ border-radius: 20px;
32492
+ padding: 2px 10px;
32493
+ height: 22px;
32494
+ }
32495
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32496
+ background-color: rgba(237, 241, 250, 0.6) !important;
32497
+ }
32498
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32499
+ background-color: rgba(225, 230, 241, 0.6) !important;
32500
+ }
32501
+ .s14dk8r1.ant-tag.ui-kit-status-capsule {
32502
+ color: #00122e;
32503
+ }
32504
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32505
+ margin-right: 6px;
32506
+ }
32507
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32508
+ margin-left: 4px;
32509
+ }
32510
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32511
+ background-color: rgba(0, 136, 255, 0.1);
32512
+ }
32513
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32514
+ background-color: #0080ff;
32515
+ }
32516
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32517
+ background-color: rgba(0, 136, 255, 0.16);
32518
+ }
32519
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32520
+ background-color: rgba(255, 74, 74, 0.1);
32521
+ }
32522
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32523
+ background-color: #f0483e;
32524
+ }
32525
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32526
+ background-color: rgba(255, 74, 74, 0.16);
32527
+ }
32528
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32529
+ background-color: rgba(254, 160, 8, 0.1);
32530
+ }
32531
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32532
+ background-color: #fea008;
32548
32533
  }
32549
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32550
- border-color: #f0483e !important;
32534
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32535
+ background-color: rgba(255, 187, 0, 0.16);
32551
32536
  }
32552
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32553
- color: #1d326c;
32537
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32538
+ background-color: rgba(30, 201, 127, 0.1);
32554
32539
  }
32555
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32556
- border-color: #0080ff;
32557
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32540
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32541
+ background-color: #00ba5d;
32558
32542
  }
32559
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32560
- transform: rotate(180deg);
32543
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32544
+ background-color: rgba(30, 201, 127, 0.16);
32561
32545
  }
32562
-
32563
- .t19ustft .date {
32564
- margin-right: 4px;
32546
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32547
+ background-color: rgba(225, 230, 241, 0.6);
32565
32548
  }
32566
-
32567
- .l4bld33 {
32568
- width: 64px;
32569
- height: 64px;
32570
- display: flex;
32571
- align-items: center;
32572
- justify-content: center;
32573
- position: relative;
32574
- opacity: 0.2;
32549
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32550
+ background-color: #6b7d99;
32575
32551
  }
32576
-
32577
- .lgitjoj {
32578
- position: absolute;
32579
- width: 5px;
32580
- height: 48px;
32581
- left: 9.33px;
32582
- top: 40.5px;
32583
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32584
- border-radius: 5px;
32585
- transform: rotate(-128deg);
32586
- transform-origin: top left;
32587
- animation: loading-indicator1 1100ms ease-out infinite;
32552
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32553
+ background-color: rgba(211, 218, 235, 0.6);
32588
32554
  }
32589
32555
 
32590
- .l13g0exg {
32591
- position: absolute;
32592
- width: 5px;
32593
- height: 48px;
32594
- left: 40.8px;
32595
- top: 8.4px;
32596
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32597
- border-radius: 5px;
32598
- transform: rotate(-8deg);
32599
- transform-origin: top left;
32600
- animation: loading-indicator2 1100ms ease-out infinite;
32556
+ .s1uupoto {
32557
+ width: 8px;
32558
+ height: 8px;
32559
+ border-radius: 50%;
32560
+ display: inline-block;
32601
32561
  }
32602
32562
 
32603
- .l1exo3h6 {
32604
- position: absolute;
32605
- width: 5px;
32606
- height: 48px;
32607
- left: 52.9px;
32608
- top: 51.8px;
32609
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32610
- border-radius: 5px;
32611
- transform: rotate(112deg);
32612
- transform-origin: top left;
32613
- animation: loading-indicator3 1100ms ease-out infinite;
32563
+ .t19ustft .date {
32564
+ margin-right: 4px;
32614
32565
  }
32615
32566
 
32616
32567
  .m1thnes4 {
@@ -32946,17 +32897,192 @@ input.rrg1fkn.ant-input {
32946
32897
  width: 100%;
32947
32898
  display: flex;
32948
32899
  align-items: center;
32949
- justify-content: center;
32950
- column-gap: 6px;
32951
- font-size: 13px;
32900
+ justify-content: center;
32901
+ column-gap: 6px;
32902
+ font-size: 13px;
32903
+ }
32904
+ .v1f2f7cy .step-item-prefix-container {
32905
+ display: inline-flex;
32906
+ align-items: center;
32907
+ min-width: 20px;
32908
+ min-height: 20px;
32909
+ color: rgba(44, 56, 82, 0.75);
32910
+ justify-content: center;
32911
+ }
32912
+
32913
+ .s1uupxds {
32914
+ padding: 0 8px;
32915
+ border-radius: 4px;
32916
+ }
32917
+
32918
+ .m10sqwut {
32919
+ padding: 2px 8px;
32920
+ border-radius: 3px;
32921
+ }
32922
+
32923
+ .l1d492wb {
32924
+ padding: 3px 8px;
32925
+ border-radius: 2px;
32926
+ }
32927
+
32928
+ .t1lzavmu.ant-tag:hover {
32929
+ opacity: unset;
32930
+ }
32931
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32932
+ margin: 0;
32933
+ margin-right: 8px;
32934
+ display: inline-flex;
32935
+ align-items: center;
32936
+ border: none;
32937
+ }
32938
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32939
+ width: 16px;
32940
+ height: 16px;
32941
+ color: inherit;
32942
+ margin-left: 4px;
32943
+ opacity: 0.6;
32944
+ display: inline-flex;
32945
+ }
32946
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32947
+ opacity: 1;
32948
+ }
32949
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32950
+ color: #0080ff;
32951
+ background-color: rgba(0, 136, 255, 0.1);
32952
+ }
32953
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32954
+ color: #f0483e;
32955
+ background-color: rgba(255, 74, 74, 0.1);
32956
+ }
32957
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32958
+ color: #e07f00;
32959
+ background-color: rgba(255, 187, 0, 0.1);
32960
+ }
32961
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32962
+ color: #008f4c;
32963
+ background-color: rgba(30, 201, 127, 0.1);
32964
+ }
32965
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32966
+ color: #1d326c;
32967
+ background-color: rgba(225, 230, 241, 0.6);
32968
+ }
32969
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32970
+ color: #7E41FF;
32971
+ background-color: rgba(126, 65, 255, 0.1);
32972
+ }
32973
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32974
+ color: #fff;
32975
+ }
32976
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32977
+ background-color: #f0483e;
32978
+ }
32979
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32980
+ background-color: #fea008;
32981
+ }
32982
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32983
+ background-color: #00ba5d;
32984
+ }
32985
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32986
+ background-color: #0080ff;
32987
+ }
32988
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32989
+ background-color: #6b7d99;
32990
+ }
32991
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32992
+ background-color: #7E41FF;
32993
+ }
32994
+
32995
+ .l4bld33 {
32996
+ width: 64px;
32997
+ height: 64px;
32998
+ display: flex;
32999
+ align-items: center;
33000
+ justify-content: center;
33001
+ position: relative;
33002
+ opacity: 0.2;
33003
+ }
33004
+
33005
+ .lgitjoj {
33006
+ position: absolute;
33007
+ width: 5px;
33008
+ height: 48px;
33009
+ left: 9.33px;
33010
+ top: 40.5px;
33011
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33012
+ border-radius: 5px;
33013
+ transform: rotate(-128deg);
33014
+ transform-origin: top left;
33015
+ animation: loading-indicator1 1100ms ease-out infinite;
33016
+ }
33017
+
33018
+ .l13g0exg {
33019
+ position: absolute;
33020
+ width: 5px;
33021
+ height: 48px;
33022
+ left: 40.8px;
33023
+ top: 8.4px;
33024
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33025
+ border-radius: 5px;
33026
+ transform: rotate(-8deg);
33027
+ transform-origin: top left;
33028
+ animation: loading-indicator2 1100ms ease-out infinite;
33029
+ }
33030
+
33031
+ .l1exo3h6 {
33032
+ position: absolute;
33033
+ width: 5px;
33034
+ height: 48px;
33035
+ left: 52.9px;
33036
+ top: 51.8px;
33037
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33038
+ border-radius: 5px;
33039
+ transform: rotate(112deg);
33040
+ transform-origin: top left;
33041
+ animation: loading-indicator3 1100ms ease-out infinite;
33042
+ }
33043
+
33044
+ .c1k4vanq {
33045
+ padding: 0 12px 14px 12px;
33046
+ }
33047
+
33048
+ .c1udgdh2 {
33049
+ color: #2d3a56;
33050
+ padding: 7px 12px;
33051
+ display: flex;
33052
+ justify-content: space-between;
33053
+ align-items: center;
33054
+ }
33055
+ .c1udgdh2.has-arrow {
33056
+ padding-left: 10px;
33057
+ }
33058
+ .c1udgdh2.has-arrow .title-wrapper {
33059
+ cursor: pointer;
33060
+ color: #00122e;
33061
+ }
33062
+ .c1udgdh2.has-arrow .title-wrapper.is-open {
33063
+ color: #2d3a56;
33064
+ font-weight: 600;
33065
+ }
33066
+ .c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
33067
+ transform: rotate(90deg);
33068
+ }
33069
+ .c1udgdh2 .sub-info {
33070
+ font-size: 12px;
33071
+ line-height: 18px;
33072
+ }
33073
+ .c1udgdh2 .title-wrapper {
33074
+ display: flex;
33075
+ align-items: center;
33076
+ user-select: none;
33077
+ flex-grow: 1;
33078
+ font-size: 12px;
33079
+ line-height: 18px;
33080
+ color: #2d3a56;
33081
+ font-weight: 700;
32952
33082
  }
32953
- .v1f2f7cy .step-item-prefix-container {
32954
- display: inline-flex;
32955
- align-items: center;
32956
- min-width: 20px;
32957
- min-height: 20px;
32958
- color: rgba(44, 56, 82, 0.75);
32959
- justify-content: center;
33083
+ .c1udgdh2 .collapse-arrow {
33084
+ transition: all 50ms ease-out 0ms;
33085
+ margin-right: 2px;
32960
33086
  }
32961
33087
 
32962
33088
  .t1gz6wqf {
@@ -32989,90 +33115,21 @@ input.rrg1fkn.ant-input {
32989
33115
  background: rgba(163, 180, 204, 0.18);
32990
33116
  }
32991
33117
 
32992
- .s1uupxds {
32993
- padding: 0 8px;
32994
- border-radius: 4px;
32995
- }
32996
-
32997
- .m10sqwut {
32998
- padding: 2px 8px;
32999
- border-radius: 3px;
33000
- }
33001
-
33002
- .l1d492wb {
33003
- padding: 3px 8px;
33004
- border-radius: 2px;
33118
+ .bab9xum {
33119
+ 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);
33005
33120
  }
33006
33121
 
33007
- .t1lzavmu.ant-tag:hover {
33008
- opacity: unset;
33009
- }
33010
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
33011
- margin: 0;
33012
- margin-right: 8px;
33013
- display: inline-flex;
33014
- align-items: center;
33015
- border: none;
33016
- }
33017
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
33018
- width: 16px;
33019
- height: 16px;
33020
- color: inherit;
33021
- margin-left: 4px;
33022
- opacity: 0.6;
33023
- display: inline-flex;
33024
- }
33025
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
33026
- opacity: 1;
33027
- }
33028
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
33029
- color: #0080ff;
33030
- background-color: rgba(0, 136, 255, 0.1);
33031
- }
33032
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
33033
- color: #f0483e;
33034
- background-color: rgba(255, 74, 74, 0.1);
33035
- }
33036
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
33037
- color: #e07f00;
33038
- background-color: rgba(255, 187, 0, 0.1);
33039
- }
33040
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
33041
- color: #008f4c;
33042
- background-color: rgba(30, 201, 127, 0.1);
33043
- }
33044
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
33045
- color: #1d326c;
33046
- background-color: rgba(225, 230, 241, 0.6);
33047
- }
33048
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
33049
- color: #7E41FF;
33050
- background-color: rgba(126, 65, 255, 0.1);
33051
- }
33052
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
33053
- color: #fff;
33054
- }
33055
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
33056
- background-color: #f0483e;
33057
- }
33058
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
33059
- background-color: #fea008;
33060
- }
33061
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
33062
- background-color: #00ba5d;
33063
- }
33064
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
33065
- background-color: #0080ff;
33066
- }
33067
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
33068
- background-color: #6b7d99;
33122
+ .cav4gt6 {
33123
+ border-radius: 8px;
33124
+ background-color: white;
33069
33125
  }
33070
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
33071
- background-color: #7E41FF;
33126
+ .cav4gt6.hoverable {
33127
+ cursor: pointer;
33072
33128
  }
33073
-
33074
- .c1k4vanq {
33075
- padding: 0 12px 14px 12px;
33129
+ .cav4gt6.hoverable:hover {
33130
+ transition: all 200ms ease;
33131
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33132
+ transform: translateY(-4px);
33076
33133
  }
33077
33134
 
33078
33135
  .tc40oxa {
@@ -33268,61 +33325,17 @@ input.rrg1fkn.ant-input {
33268
33325
  margin-right: 8px;
33269
33326
  }
33270
33327
 
33271
- .bab9xum {
33272
- 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);
33273
- }
33274
-
33275
- .cav4gt6 {
33276
- border-radius: 8px;
33277
- background-color: white;
33278
- }
33279
- .cav4gt6.hoverable {
33280
- cursor: pointer;
33281
- }
33282
- .cav4gt6.hoverable:hover {
33283
- transition: all 200ms ease;
33284
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33285
- transform: translateY(-4px);
33286
- }
33287
-
33288
- .c1udgdh2 {
33289
- color: #2d3a56;
33290
- padding: 7px 12px;
33291
- display: flex;
33292
- justify-content: space-between;
33293
- align-items: center;
33294
- }
33295
- .c1udgdh2.has-arrow {
33296
- padding-left: 10px;
33297
- }
33298
- .c1udgdh2.has-arrow .title-wrapper {
33299
- cursor: pointer;
33300
- color: #00122e;
33301
- }
33302
- .c1udgdh2.has-arrow .title-wrapper.is-open {
33303
- color: #2d3a56;
33304
- font-weight: 600;
33305
- }
33306
- .c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
33307
- transform: rotate(90deg);
33308
- }
33309
- .c1udgdh2 .sub-info {
33310
- font-size: 12px;
33311
- line-height: 18px;
33312
- }
33313
- .c1udgdh2 .title-wrapper {
33328
+ .skwah65 {
33329
+ height: 8px;
33330
+ box-sizing: border-box;
33331
+ border-radius: 2px;
33332
+ background: #f5f7fa;
33314
33333
  display: flex;
33315
- align-items: center;
33316
- user-select: none;
33317
- flex-grow: 1;
33318
- font-size: 12px;
33319
- line-height: 18px;
33320
- color: #2d3a56;
33321
- font-weight: 700;
33334
+ width: 100%;
33335
+ overflow: hidden;
33322
33336
  }
33323
- .c1udgdh2 .collapse-arrow {
33324
- transition: all 50ms ease-out 0ms;
33325
- margin-right: 2px;
33337
+ .skwah65 .stack-bar-item + .stack-bar-item {
33338
+ margin-left: 1px;
33326
33339
  }
33327
33340
 
33328
33341
  .rrwcpby {
@@ -33341,6 +33354,37 @@ input.rrg1fkn.ant-input {
33341
33354
  margin-right: 6px;
33342
33355
  }
33343
33356
 
33357
+ .f1p9ti6d {
33358
+ width: 100%;
33359
+ margin-bottom: 0 !important;
33360
+ flex-flow: nowrap !important;
33361
+ line-break: auto;
33362
+ }
33363
+ .f1p9ti6d > .ant-form-item-label {
33364
+ text-align: left !important;
33365
+ padding-bottom: 0 !important;
33366
+ }
33367
+ .f1p9ti6d > .ant-form-item-label > label {
33368
+ min-height: 32px;
33369
+ height: auto;
33370
+ font-size: 13px;
33371
+ color: rgba(44, 56, 82, 0.6);
33372
+ white-space: normal;
33373
+ }
33374
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33375
+ border-color: #ff4d4f !important;
33376
+ }
33377
+ .f1p9ti6d .ant-form-item-explain {
33378
+ margin-top: 4px;
33379
+ font-size: 12px;
33380
+ min-height: 0px;
33381
+ }
33382
+ .f1p9ti6d .ant-form-item-extra {
33383
+ font-size: 12px;
33384
+ color: rgba(44, 56, 82, 0.6);
33385
+ min-height: 0px;
33386
+ }
33387
+
33344
33388
  .sut42l0 {
33345
33389
  padding: 0 8px;
33346
33390
  height: 18px;
@@ -33367,17 +33411,9 @@ input.rrg1fkn.ant-input {
33367
33411
  border: 1px solid rgba(211, 218, 235, 0.6);
33368
33412
  }
33369
33413
 
33370
- .skwah65 {
33371
- height: 8px;
33372
- box-sizing: border-box;
33373
- border-radius: 2px;
33374
- background: #f5f7fa;
33375
- display: flex;
33376
- width: 100%;
33377
- overflow: hidden;
33378
- }
33379
- .skwah65 .stack-bar-item + .stack-bar-item {
33380
- margin-left: 1px;
33414
+ .iwsze0q {
33415
+ margin-right: 4px;
33416
+ height: 16px;
33381
33417
  }
33382
33418
 
33383
33419
  .w1xcixj5.outside-tag {
@@ -33439,42 +33475,6 @@ input.rrg1fkn.ant-input {
33439
33475
  font-size: inherit;
33440
33476
  }
33441
33477
 
33442
- .f1p9ti6d {
33443
- width: 100%;
33444
- margin-bottom: 0 !important;
33445
- flex-flow: nowrap !important;
33446
- line-break: auto;
33447
- }
33448
- .f1p9ti6d > .ant-form-item-label {
33449
- text-align: left !important;
33450
- padding-bottom: 0 !important;
33451
- }
33452
- .f1p9ti6d > .ant-form-item-label > label {
33453
- min-height: 32px;
33454
- height: auto;
33455
- font-size: 13px;
33456
- color: rgba(44, 56, 82, 0.6);
33457
- white-space: normal;
33458
- }
33459
- .f1p9ti6d.ant-form-item-has-error .ant-input {
33460
- border-color: #ff4d4f !important;
33461
- }
33462
- .f1p9ti6d .ant-form-item-explain {
33463
- margin-top: 4px;
33464
- font-size: 12px;
33465
- min-height: 0px;
33466
- }
33467
- .f1p9ti6d .ant-form-item-extra {
33468
- font-size: 12px;
33469
- color: rgba(44, 56, 82, 0.6);
33470
- min-height: 0px;
33471
- }
33472
-
33473
- .iwsze0q {
33474
- margin-right: 4px;
33475
- height: 16px;
33476
- }
33477
-
33478
33478
  .feau332.ant-form-item {
33479
33479
  margin-bottom: 0;
33480
33480
  }