@cloudtower/eagle 0.27.27 → 0.27.28

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
@@ -29584,21 +29584,6 @@ html body {
29584
29584
  margin-right: 4px;
29585
29585
  }
29586
29586
 
29587
- .fde5mpd {
29588
- width: 100%;
29589
- height: 100%;
29590
- min-height: 124px;
29591
- display: flex;
29592
- flex-direction: column;
29593
- justify-content: center;
29594
- align-items: center;
29595
- }
29596
- .fde5mpd .error-text {
29597
- color: rgba(10, 37, 85, 0.6);
29598
- margin-bottom: 16px;
29599
- font-size: 18px;
29600
- }
29601
-
29602
29587
  .i1mrf09m {
29603
29588
  display: inline-flex;
29604
29589
  align-items: center;
@@ -29896,1936 +29881,1951 @@ html body {
29896
29881
  border-radius: unset;
29897
29882
  }
29898
29883
 
29899
- .obf05yr {
29900
- display: inline-block;
29884
+ .fde5mpd {
29885
+ width: 100%;
29886
+ height: 100%;
29887
+ min-height: 124px;
29888
+ display: flex;
29889
+ flex-direction: column;
29890
+ justify-content: center;
29891
+ align-items: center;
29901
29892
  }
29902
-
29903
- .hsms1n6 {
29904
- visibility: hidden;
29905
- position: absolute;
29893
+ .fde5mpd .error-text {
29894
+ color: rgba(10, 37, 85, 0.6);
29895
+ margin-bottom: 16px;
29896
+ font-size: 18px;
29906
29897
  }
29907
29898
 
29908
- .i1e4sgug {
29909
- display: inline-block;
29899
+ .rxbeqvl.ant-radio-wrapper {
29900
+ display: inline-flex;
29901
+ align-items: baseline;
29902
+ white-space: pre-wrap;
29910
29903
  }
29911
-
29912
- .s34f1qb.ant-switch {
29913
- min-width: 40px;
29914
- height: 24px;
29915
- background: rgba(172, 186, 211, 0.6);
29916
- overflow: hidden;
29904
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
29905
+ position: relative;
29906
+ top: 3px;
29917
29907
  }
29918
- .s34f1qb.ant-switch:focus {
29919
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
29908
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
29909
+ border-color: rgba(107, 128, 167, 0.6);
29920
29910
  }
29921
- .s34f1qb.ant-switch-small {
29922
- min-width: 26px;
29923
- height: 16px;
29911
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
29912
+ border-color: #0080ff;
29924
29913
  }
29925
- .s34f1qb.ant-switch-large {
29926
- min-width: 52px;
29927
- height: 32px;
29914
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
29915
+ border-color: #0080ff;
29916
+ background: #0080ff;
29928
29917
  }
29929
- .s34f1qb.ant-switch .ant-switch-handle {
29930
- height: 20px;
29931
- width: 20px;
29918
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
29919
+ top: 4px;
29920
+ left: 4px;
29921
+ width: 6px;
29922
+ height: 6px;
29923
+ background: #fff;
29932
29924
  }
29933
- .s34f1qb.ant-switch .ant-switch-handle::before {
29934
- border-radius: 10px;
29935
- transition-delay: 120ms;
29925
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
29926
+ opacity: 0.5;
29936
29927
  }
29937
- .s34f1qb.ant-switch-small .ant-switch-handle {
29938
- height: 14px;
29939
- width: 14px;
29940
- top: 1px;
29941
- left: 1px;
29928
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
29929
+ border-color: rgba(107, 128, 167, 0.6);
29930
+ background: rgba(211, 218, 235, 0.6);
29942
29931
  }
29943
- .s34f1qb.ant-switch-large .ant-switch-handle {
29944
- height: 28px;
29945
- width: 28px;
29932
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
29933
+ background: #00122e;
29946
29934
  }
29947
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
29948
- border-radius: 14px;
29935
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
29936
+ color: #00122e;
29937
+ opacity: 0.5;
29949
29938
  }
29950
- .s34f1qb.ant-switch-checked {
29951
- background-color: #00ba5d;
29939
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
29940
+ color: #00122e;
29952
29941
  }
29953
- .s34f1qb.ant-switch-checked .ant-switch-handle {
29954
- left: calc(100% - 20px - 2px);
29942
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
29943
+ display: inline-block;
29944
+ padding: 0;
29945
+ padding-left: 12px;
29955
29946
  }
29956
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
29957
- left: calc(100% - 14px - 1px);
29947
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
29948
+ margin-bottom: 0;
29949
+ white-space: pre-wrap;
29950
+ color: rgba(44, 56, 82, 0.6);
29958
29951
  }
29959
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
29960
- left: calc(100% - 28px - 2px);
29952
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
29953
+ padding-left: 8px;
29961
29954
  }
29962
29955
 
29963
- .c1to9vb9 {
29964
- margin-left: 5px;
29956
+ .r5ie79y .ant-radio-button-wrapper:first-child {
29957
+ border-radius: 5px 0 0 5px;
29965
29958
  }
29966
-
29967
- .s1fc623g {
29968
- width: 430px !important;
29959
+ .r5ie79y .ant-radio-button-wrapper:last-child {
29960
+ border-radius: 0 5px 5px 0;
29969
29961
  }
29970
29962
 
29971
- .da3mx0o .ant-select-item-group {
29972
- padding: 8px 16px;
29973
- line-height: 18px;
29974
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29975
- height: 34px;
29976
- min-height: 34px;
29977
- box-sizing: border-box;
29978
- margin-top: 8px;
29963
+ .r1f0aqcc {
29964
+ color: #00122e;
29965
+ border-color: #ccd4e3;
29979
29966
  }
29980
-
29981
- .onr9gzt {
29982
- display: flex;
29983
- flex-direction: column;
29984
- margin: 1px 8px;
29985
- padding: 8px;
29986
- border-radius: 4px;
29967
+ .r1f0aqcc:first-child {
29968
+ border-color: #a3b4cc;
29987
29969
  }
29988
- .onr9gzt .selected-icon {
29989
- display: none;
29970
+ .r1f0aqcc.ant-radio-button-wrapper {
29971
+ padding: 0 12px;
29972
+ line-height: 32px;
29973
+ height: 32px;
29990
29974
  }
29991
- .onr9gzt.ant-select-item-option-grouped {
29992
- padding-left: 8px;
29975
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
29976
+ white-space: nowrap;
29993
29977
  }
29994
- .onr9gzt.ant-select-item-option-selected {
29995
- background-color: white;
29978
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
29979
+ height: 22px;
29980
+ padding: 0 7px;
29981
+ line-height: 20px;
29996
29982
  }
29997
- .onr9gzt.ant-select-item-option-selected .timezone-title {
29998
- color: #0080ff;
29983
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
29984
+ background: #ccd4e3;
29999
29985
  }
30000
- .onr9gzt.ant-select-item-option-selected .selected-icon {
30001
- display: block;
29986
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
29987
+ background: #0080ff;
30002
29988
  }
30003
- .onr9gzt.ant-select-item-option-active {
30004
- background: rgba(0, 136, 255, 0.16);
29989
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
29990
+ background: #ccd4e3;
29991
+ opacity: 0.5;
30005
29992
  }
30006
- .onr9gzt.ant-select-item-option-active .timezone-title {
30007
- color: #0080ff;
29993
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
29994
+ border-right-color: #0080ff;
30008
29995
  }
30009
- .onr9gzt.ant-select-item-option-active .timezone-tag {
29996
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
29997
+ border-color: #0080ff;
29998
+ }
29999
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30010
30000
  background: rgba(0, 136, 255, 0.1);
30011
- color: #0080ff;
30012
30001
  }
30013
-
30014
- .oiy0apc {
30015
- display: flex;
30016
- justify-content: space-between;
30017
- height: 20px;
30018
- line-height: 20px;
30002
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30003
+ background: rgba(211, 218, 235, 0.6);
30004
+ border-color: #ccd4e3;
30005
+ opacity: 0.5;
30019
30006
  }
30020
- .oiy0apc .timezone-title {
30021
- color: #2d3a56;
30022
- overflow: hidden;
30023
- text-overflow: ellipsis;
30007
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30008
+ color: #00122e;
30009
+ border-color: #ccd4e3;
30024
30010
  }
30025
-
30026
- .of4y382 {
30027
- display: flex;
30028
- justify-content: space-between;
30029
- color: rgba(44, 56, 82, 0.6);
30030
- height: 18px;
30031
- line-height: 18px;
30032
- margin-top: 2px;
30011
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30012
+ color: #00122e;
30013
+ border-color: #ccd4e3;
30014
+ background: rgba(172, 186, 211, 0.6);
30033
30015
  }
30034
-
30035
- .t19903l9 {
30016
+ .r1f0aqcc .ant-radio-button-input {
30017
+ margin-right: 8px;
30018
+ display: inline;
30036
30019
  border: none;
30020
+ padding: 0;
30021
+ width: 36px;
30022
+ background: transparent;
30023
+ }
30024
+ .r1f0aqcc .ant-radio-button-input:focus {
30025
+ box-shadow: none;
30026
+ }
30027
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30037
30028
  margin-right: 0;
30038
- background: rgba(225, 230, 241, 0.6);
30029
+ width: initial;
30030
+ box-shadow: none;
30031
+ }
30032
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30033
+ display: none;
30034
+ }
30035
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30036
+ display: inline;
30037
+ }
30038
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30039
+ display: inline;
30040
+ margin-right: 8px;
30041
+ padding: 0;
30042
+ width: 36px;
30039
30043
  }
30040
30044
 
30041
- .ohwbvxu {
30042
- pointer-events: none;
30043
- height: 32px;
30044
- width: 100%;
30045
- opacity: 0;
30045
+ .obf05yr {
30046
+ display: inline-block;
30046
30047
  }
30047
30048
 
30048
- .d6j0lbj {
30049
- font-family: Inter;
30050
- font-style: normal;
30051
- font-weight: bold;
30052
- font-size: 32px;
30053
- line-height: 40px;
30049
+ .hsms1n6 {
30050
+ visibility: hidden;
30051
+ position: absolute;
30054
30052
  }
30055
30053
 
30056
- .d1xhvvxe {
30057
- font-family: Inter;
30058
- font-style: normal;
30059
- font-weight: bold;
30060
- font-size: 24px;
30061
- line-height: 32px;
30054
+ .cz04yix {
30055
+ display: flex;
30056
+ flex-direction: column;
30062
30057
  }
30063
30058
 
30064
- .dk10mxq {
30065
- font-family: Inter;
30066
- font-style: normal;
30067
- font-weight: normal;
30068
- font-size: 32px;
30069
- line-height: 40px;
30059
+ .m1if5j39 {
30060
+ max-width: 1120px;
30061
+ width: 100%;
30062
+ margin: 0 auto;
30063
+ height: 100%;
30070
30064
  }
30071
30065
 
30072
- .dxsait {
30073
- font-family: Inter;
30074
- font-style: normal;
30075
- font-weight: bold;
30076
- font-size: 20px;
30077
- line-height: 24px;
30066
+ .w1vvwdlp {
30067
+ max-width: 1120px;
30068
+ width: 100%;
30069
+ margin: 0 auto;
30070
+ display: flex;
30078
30071
  }
30079
-
30080
- .dokn0h3 {
30081
- font-family: Inter;
30082
- font-style: normal;
30083
- font-weight: normal;
30084
- font-size: 20px;
30085
- line-height: 24px;
30072
+ .w1vvwdlp .left,
30073
+ .w1vvwdlp .right {
30074
+ flex-grow: 0;
30075
+ flex-shrink: 0;
30076
+ flex-basis: 21%;
30086
30077
  }
30087
-
30088
- .dobau4p {
30089
- font-family: Inter;
30090
- font-style: normal;
30091
- font-weight: bold;
30092
- font-size: 18px;
30093
- line-height: 22px;
30078
+ .w1vvwdlp .left {
30079
+ display: flex;
30080
+ justify-content: flex-end;
30081
+ padding-right: 44px;
30094
30082
  }
30095
-
30096
- .dvolwok {
30097
- font-family: Inter;
30098
- font-style: normal;
30099
- font-weight: normal;
30100
- font-size: 18px;
30101
- line-height: 22px;
30083
+ .w1vvwdlp .right {
30084
+ padding-left: 44px;
30085
+ }
30086
+ .w1vvwdlp .middle {
30087
+ margin-bottom: 40px;
30088
+ flex-grow: 0;
30089
+ flex-shrink: 0;
30090
+ flex-basis: 58%;
30091
+ }
30092
+ .w1vvwdlp .middle .form-base-field {
30093
+ width: 100%;
30094
+ }
30095
+ .w1vvwdlp .middle .form-base-field .form-base-field {
30096
+ width: auto;
30102
30097
  }
30103
30098
 
30104
- .h181qhg4 {
30105
- font-family: Inter;
30106
- font-style: normal;
30107
- font-weight: bold;
30108
- font-size: 16px;
30109
- line-height: 22px;
30099
+ .h1cuopx7 .ant-modal-header {
30100
+ margin: 0 auto;
30101
+ width: 100%;
30102
+ max-width: 648px;
30103
+ }
30104
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
30105
+ margin-left: 0;
30106
+ }
30107
+ .h1cuopx7 .ant-modal-body {
30108
+ margin: 0 auto;
30109
+ padding: 0;
30110
+ width: 100%;
30111
+ max-width: 648px;
30112
+ overflow: hidden;
30113
+ }
30114
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30115
+ margin-bottom: 40px;
30116
+ }
30117
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30118
+ height: calc(100vh - 225px);
30119
+ overflow-y: auto;
30120
+ }
30121
+ .h1cuopx7 .ant-modal-footer .footer-content {
30122
+ margin: 0 auto;
30123
+ max-width: 648px;
30110
30124
  }
30111
30125
 
30112
- .h1phgmcq {
30113
- font-family: Inter;
30114
- font-style: normal;
30115
- font-weight: normal;
30116
- font-size: 16px;
30117
- line-height: 22px;
30126
+ .h1p6d3y3 .ant-modal-header {
30127
+ margin: 0 auto;
30128
+ width: 100%;
30129
+ max-width: 1024px;
30130
+ }
30131
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
30132
+ margin-left: 0;
30133
+ }
30134
+ .h1p6d3y3 .ant-modal-body {
30135
+ margin: 0 auto;
30136
+ padding: 0;
30137
+ width: 100%;
30138
+ max-width: 1024px;
30139
+ overflow: hidden;
30140
+ }
30141
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30142
+ margin-bottom: 40px;
30143
+ }
30144
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30145
+ height: calc(100vh - 225px);
30146
+ overflow-y: auto;
30147
+ }
30148
+ .h1p6d3y3 .ant-modal-footer .footer-content {
30149
+ margin: 0 auto;
30150
+ max-width: 1024px;
30118
30151
  }
30119
30152
 
30120
- .h173xnl1 {
30121
- font-family: Inter;
30122
- font-style: normal;
30123
- font-weight: bold;
30124
- font-size: 14px;
30153
+ .fxgckuk {
30154
+ flex: 1;
30155
+ }
30156
+ .fxgckuk label {
30157
+ font-size: 13px;
30125
30158
  line-height: 20px;
30159
+ color: rgba(44, 56, 82, 0.6);
30126
30160
  }
30127
-
30128
- .hedm4pz {
30129
- font-family: Inter;
30130
- font-style: normal;
30131
- font-weight: normal;
30161
+ .fxgckuk .title {
30132
30162
  font-size: 14px;
30133
30163
  line-height: 20px;
30164
+ color: #2d3a56;
30165
+ margin-bottom: 12px;
30134
30166
  }
30135
-
30136
- .h1kd8xld {
30137
- font-family: Inter;
30138
- font-style: normal;
30139
- font-weight: bold;
30140
- font-size: 12px;
30141
- line-height: 18px;
30167
+ .fxgckuk.connect-cluster .title {
30168
+ padding-bottom: 26px;
30142
30169
  }
30143
30170
 
30144
- .hp14fr {
30145
- font-family: Inter;
30146
- font-style: normal;
30147
- font-weight: normal;
30148
- font-size: 12px;
30149
- line-height: 18px;
30171
+ .f1d0vek1 {
30172
+ padding: 25px 0 15px 0;
30173
+ border-bottom: 1px solid #e1e5eb;
30174
+ margin-bottom: 16px;
30150
30175
  }
30151
30176
 
30152
- .hgrg7mn {
30153
- font-family: Inter;
30154
- font-style: normal;
30155
- font-weight: bold;
30156
- text-transform: uppercase;
30157
- font-feature-settings: "cpsp" on;
30158
- font-size: 12px;
30159
- line-height: 18px;
30177
+ .f4u402y {
30178
+ display: flex;
30179
+ align-items: center;
30180
+ margin-bottom: 8px;
30160
30181
  }
30161
-
30162
- .h6zme9x {
30163
- font-family: Inter;
30164
- font-style: normal;
30165
- font-weight: normal;
30166
- text-transform: uppercase;
30167
- font-feature-settings: "cpsp" on;
30168
- font-size: 12px;
30169
- line-height: 18px;
30182
+ .f4u402y > label {
30183
+ width: 216px;
30170
30184
  }
30171
-
30172
- .locjvsv {
30173
- font-family: Inter;
30174
- font-style: normal;
30175
- font-weight: normal;
30176
- font-size: 16px;
30177
- line-height: 24px;
30185
+ .f4u402y > label + * {
30186
+ width: 100%;
30178
30187
  }
30179
-
30180
- .l13gi131 {
30181
- font-family: Inter;
30182
- font-style: normal;
30183
- font-weight: bold;
30184
- font-size: 16px;
30185
- line-height: 24px;
30188
+ .f4u402y .ant-select {
30189
+ width: 100%;
30186
30190
  }
30187
30191
 
30188
- .l1ynemsu {
30189
- font-family: Inter;
30190
- font-style: normal;
30191
- font-weight: normal;
30192
- font-size: 16px;
30193
- line-height: 24px;
30192
+ .e1pldf6v {
30193
+ color: #e75a3a;
30194
+ margin-right: 10px;
30194
30195
  }
30195
30196
 
30196
- .l1cft1cx {
30197
- font-family: Inter;
30198
- font-style: normal;
30199
- font-weight: bold;
30200
- font-size: 16px;
30201
- line-height: 24px;
30197
+ .dq0gblh {
30198
+ width: 100%;
30199
+ height: 1px;
30200
+ background: rgba(213, 219, 227, 0.6);
30201
+ margin: 24px 0;
30202
30202
  }
30203
30203
 
30204
- .l17tqc8p {
30205
- font-family: Inter;
30206
- font-style: normal;
30207
- font-weight: normal;
30208
- text-transform: uppercase;
30209
- font-feature-settings: "cpsp" on;
30210
- font-size: 16px;
30211
- line-height: 24px;
30204
+ .l1v7sr0n {
30205
+ display: flex;
30206
+ justify-content: center;
30207
+ align-items: center;
30208
+ height: 100%;
30212
30209
  }
30213
30210
 
30214
- .l1j1e5w7 {
30215
- font-family: Inter;
30216
- font-style: normal;
30217
- font-weight: bold;
30218
- text-transform: uppercase;
30219
- font-feature-settings: "cpsp" on;
30220
- font-size: 16px;
30221
- line-height: 24px;
30211
+ .d1i4ou6o {
30212
+ display: inline-block;
30213
+ width: 4px;
30214
+ height: 4px;
30215
+ background: #8e9aa9;
30216
+ opacity: 0.4;
30217
+ border-radius: 50%;
30218
+ margin: 0 4px;
30222
30219
  }
30223
30220
 
30224
- .l1gf91jb {
30225
- font-family: Inter;
30226
- font-style: normal;
30227
- font-weight: normal;
30228
- font-size: 14px;
30229
- line-height: 22px;
30221
+ .m1jy87hk .ant-modal-header,
30222
+ .m1jy87hk .ant-modal-footer .footer-content {
30223
+ width: 648px;
30224
+ margin: 0 auto;
30230
30225
  }
30231
-
30232
- .lu7hlr6 {
30233
- font-family: Inter;
30234
- font-style: normal;
30235
- font-weight: 500;
30236
- font-size: 14px;
30237
- line-height: 22px;
30226
+ .m1jy87hk .ant-modal-header {
30227
+ padding: 35px 0 24px;
30228
+ border: none;
30238
30229
  }
30239
-
30240
- .l3l3jf0 {
30241
- font-family: Inter;
30242
- font-style: normal;
30243
- font-weight: bold;
30244
- font-size: 14px;
30245
- line-height: 22px;
30230
+ .m1jy87hk .ant-modal-header .ant-modal-title {
30231
+ font-size: 30px;
30246
30232
  }
30247
-
30248
- .l12j5nqp {
30249
- font-family: Inter;
30250
- font-style: normal;
30251
- font-weight: normal;
30252
- font-size: 14px;
30253
- line-height: 22px;
30233
+ .m1jy87hk .ant-modal-body {
30234
+ padding: 4px 0 2px;
30235
+ }
30236
+ .m1jy87hk .ant-modal-footer {
30237
+ border: none;
30254
30238
  }
30255
30239
 
30256
- .l1tecqht {
30257
- font-family: Inter;
30258
- font-style: normal;
30240
+ .ti7fpyu {
30241
+ font-size: 12px;
30242
+ line-height: 18px;
30259
30243
  font-weight: bold;
30260
- font-size: 14px;
30261
- line-height: 22px;
30244
+ color: #fff;
30245
+ padding: 0 4px;
30246
+ border-radius: 4px;
30247
+ display: inline-block;
30248
+ background: var(--ti7fpyu-0);
30249
+ }
30250
+ .ti7fpyu:not(:first-child) {
30251
+ margin-left: 4px;
30262
30252
  }
30263
30253
 
30264
- .l6sa990 {
30265
- font-family: Inter;
30266
- font-style: normal;
30267
- font-weight: normal;
30268
- text-transform: uppercase;
30269
- font-feature-settings: "cpsp" on;
30270
- font-size: 14px;
30271
- line-height: 22px;
30254
+ .f1rest1f {
30255
+ width: 100%;
30256
+ height: 100%;
30257
+ display: flex;
30258
+ align-items: center;
30259
+ justify-content: center;
30272
30260
  }
30273
30261
 
30274
- .lckqe8j {
30275
- font-family: Inter;
30276
- font-style: normal;
30262
+ .n1kbdoln {
30263
+ font-size: 90%;
30277
30264
  font-weight: bold;
30278
- text-transform: uppercase;
30279
- font-feature-settings: "cpsp" on;
30280
- font-size: 14px;
30281
- line-height: 22px;
30265
+ background-color: rgba(240, 243, 247, 0.6);
30266
+ padding: 1px 4px 1px;
30267
+ margin-left: 2px;
30268
+ margin-right: 2px;
30269
+ border: 1px solid rgba(213, 219, 227, 0.6);
30270
+ border-radius: 4px;
30282
30271
  }
30283
30272
 
30284
- .l1kuminb {
30285
- font-family: Inter;
30286
- font-style: normal;
30287
- font-weight: normal;
30288
- font-size: 13px;
30289
- line-height: 20px;
30273
+ .f1y3gta0.form-item-general {
30274
+ width: 640px;
30290
30275
  }
30291
-
30292
- .l1pbuf5j {
30293
- font-family: Inter;
30294
- font-style: normal;
30295
- font-weight: 600;
30296
- font-size: 13px;
30297
- line-height: 20px;
30276
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30277
+ margin-top: 16px;
30298
30278
  }
30299
-
30300
- .l1r4ztu {
30301
- font-family: Inter;
30302
- font-style: normal;
30303
- font-weight: bold;
30304
- font-size: 13px;
30305
- line-height: 20px;
30279
+ .f1y3gta0.form-item-compact {
30280
+ width: 412px;
30306
30281
  }
30307
-
30308
- .ly8vzok {
30309
- font-family: Inter;
30310
- font-style: normal;
30311
- font-weight: normal;
30312
- font-size: 13px;
30313
- line-height: 20px;
30282
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30283
+ margin-top: 8px;
30314
30284
  }
30315
-
30316
- .lumfmf {
30317
- font-family: Inter;
30318
- font-style: normal;
30319
- font-weight: 600;
30320
- font-size: 13px;
30321
- line-height: 20px;
30285
+ .f1y3gta0 .form-item {
30286
+ width: auto;
30322
30287
  }
30323
-
30324
- .l16ujwmv {
30325
- font-family: Inter;
30326
- font-style: normal;
30327
- font-weight: bold;
30328
- font-size: 13px;
30329
- line-height: 20px;
30288
+ .f1y3gta0 .form-item-main {
30289
+ position: relative;
30290
+ display: flex;
30330
30291
  }
30331
-
30332
- .l17o1ffr {
30333
- font-family: Inter;
30334
- font-style: normal;
30335
- font-weight: normal;
30336
- text-transform: uppercase;
30337
- font-feature-settings: "cpsp" on;
30292
+ .f1y3gta0 .form-item-extra {
30293
+ margin-top: 4px;
30294
+ width: 100%;
30295
+ padding: 14px;
30296
+ background: #f2f4f6;
30338
30297
  font-size: 13px;
30339
- line-height: 20px;
30298
+ line-height: 1.8;
30299
+ color: #8e9aa9;
30340
30300
  }
30341
-
30342
- .lngllvn {
30343
- font-family: Inter;
30344
- font-style: normal;
30345
- font-weight: bold;
30346
- text-transform: uppercase;
30347
- font-feature-settings: "cpsp" on;
30301
+ .f1y3gta0 .form-item-label {
30302
+ padding-right: 12px;
30348
30303
  font-size: 13px;
30349
- line-height: 20px;
30304
+ color: rgba(44, 56, 82, 0.6);
30350
30305
  }
30351
-
30352
- .l2i7fo9 {
30353
- font-family: Inter;
30354
- font-style: normal;
30355
- font-weight: normal;
30356
- font-size: 12px;
30357
- line-height: 18px;
30306
+ .f1y3gta0 .form-item-label.label-right {
30307
+ text-align: right;
30358
30308
  }
30359
-
30360
- .l1x7hscx {
30361
- font-family: Inter;
30362
- font-style: normal;
30363
- font-weight: 500;
30364
- font-size: 12px;
30365
- line-height: 18px;
30309
+ .f1y3gta0 .form-item-label,
30310
+ .f1y3gta0 .form-item-control {
30311
+ line-height: 32px;
30366
30312
  }
30367
-
30368
- .le1jwan {
30369
- font-family: Inter;
30370
- font-style: normal;
30371
- font-weight: bold;
30372
- font-size: 12px;
30313
+ .f1y3gta0 .form-item-control .form-item-error {
30373
30314
  line-height: 18px;
30374
30315
  }
30375
-
30376
- .lyxynfj {
30377
- font-family: Inter;
30378
- font-style: normal;
30379
- font-weight: normal;
30380
- font-size: 12px;
30381
- line-height: 18px;
30316
+ .f1y3gta0 .form-item-children {
30317
+ width: 100%;
30382
30318
  }
30383
-
30384
- .lpb2nxv {
30385
- font-family: Inter;
30386
- font-style: normal;
30387
- font-weight: 500;
30388
- font-size: 12px;
30389
- line-height: 18px;
30319
+ .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 {
30320
+ width: 100%;
30321
+ }
30322
+ .f1y3gta0 .form-item-error {
30323
+ color: #e75a3a;
30324
+ height: 0;
30325
+ overflow: hidden;
30326
+ }
30327
+ .f1y3gta0 .form-item-error-enter-done {
30328
+ margin-top: 4px;
30329
+ height: auto;
30330
+ overflow: auto;
30331
+ }
30332
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30333
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30334
+ border: 1px solid #e75a3a;
30335
+ color: #e75a3a;
30390
30336
  }
30391
30337
 
30392
- .l1r8o3vv {
30393
- font-family: Inter;
30394
- font-style: normal;
30338
+ .fujbm7g {
30339
+ color: #2d3a56;
30395
30340
  font-weight: bold;
30396
- font-size: 12px;
30397
- line-height: 18px;
30341
+ padding-bottom: 6px;
30342
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30343
+ margin-bottom: 16px;
30398
30344
  }
30399
-
30400
- .lemnjy2 {
30401
- font-family: Inter;
30402
- font-style: normal;
30403
- font-weight: normal;
30404
- text-transform: uppercase;
30405
- font-feature-settings: "cpsp" on;
30406
- font-size: 12px;
30407
- line-height: 18px;
30345
+ .fujbm7g:not(:first-of-type) {
30346
+ margin-top: 16px;
30408
30347
  }
30409
30348
 
30410
- .lrc42gb {
30411
- font-family: Inter;
30412
- font-style: normal;
30413
- font-weight: bold;
30414
- text-transform: uppercase;
30415
- font-feature-settings: "cpsp" on;
30416
- font-size: 12px;
30417
- line-height: 18px;
30349
+ .e5fsw5s {
30350
+ width: 8px;
30351
+ height: 24px;
30352
+ display: flex;
30353
+ justify-content: center;
30354
+ align-items: center;
30355
+ cursor: pointer;
30356
+ transition: all 200ms ease-out 40ms;
30418
30357
  }
30419
-
30420
- .fqaz4mb {
30421
- font-family: Inter;
30422
- font-style: normal;
30423
- font-weight: normal;
30424
- font-size: 13px;
30425
- line-height: 20px;
30358
+ .e5fsw5s:before, .e5fsw5s:after {
30359
+ content: "";
30360
+ width: 1px;
30361
+ height: 6px;
30362
+ border-radius: 1px;
30363
+ background: #ccd4e3;
30364
+ position: relative;
30365
+ right: 2px;
30366
+ transform: rotate(-45deg);
30426
30367
  }
30427
-
30428
- .f13we5o {
30429
- font-family: Inter;
30430
- font-style: normal;
30431
- font-weight: normal;
30432
- font-size: 13px;
30433
- line-height: 20px;
30368
+ .e5fsw5s:after {
30369
+ transform: rotate(45deg);
30370
+ left: 1px;
30434
30371
  }
30435
30372
 
30436
- .ffmjua2 {
30437
- font-family: Inter;
30438
- font-style: normal;
30439
- font-weight: normal;
30440
- font-size: 12px;
30441
- line-height: 18px;
30373
+ .w18knsg4.ant-alert-warning {
30374
+ border: 0;
30375
+ background: rgba(255, 187, 0, 0.1);
30376
+ border-radius: 6px;
30377
+ }
30378
+ .w18knsg4.ant-alert,
30379
+ .w18knsg4 .ant-alert-message {
30380
+ color: #e07f00;
30381
+ }
30382
+ .w18knsg4.ant-alert .dashed-border-bottom,
30383
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
30384
+ border-bottom-color: #e07f00;
30442
30385
  }
30443
30386
 
30444
- .fz2mxw0 {
30445
- font-family: Inter;
30446
- font-style: normal;
30447
- font-weight: normal;
30387
+ .ng31n2o {
30388
+ display: flex;
30389
+ flex-direction: row;
30390
+ padding: 7px 12px;
30391
+ background: rgba(255, 187, 0, 0.1);
30392
+ border-radius: 6px;
30393
+ color: #e07f00;
30448
30394
  font-size: 12px;
30449
30395
  line-height: 18px;
30450
30396
  }
30451
-
30452
- .t1ertzoh {
30453
- font-family: Inter;
30454
- font-style: normal;
30455
- font-weight: normal;
30456
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30457
- font-size: 13px;
30458
- line-height: 20px;
30459
- }
30460
-
30461
- .t19bge8r {
30462
- font-family: Inter;
30463
- font-style: normal;
30464
- font-weight: normal;
30465
- font-feature-settings: "zero" on;
30466
- font-size: 13px;
30467
- line-height: 20px;
30397
+ .ng31n2o .icon-wrapper {
30398
+ margin-right: 10px;
30399
+ height: 18px;
30468
30400
  }
30469
30401
 
30470
- .tjrzfyl {
30471
- font-family: Inter;
30472
- font-style: normal;
30473
- font-weight: normal;
30474
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30402
+ .n15x5f5y {
30403
+ display: flex;
30404
+ flex-direction: row;
30405
+ padding: 7px 12px;
30406
+ background: rgba(225, 230, 241, 0.6);
30407
+ border-radius: 6px;
30408
+ color: rgba(44, 56, 82, 0.6);
30475
30409
  font-size: 12px;
30476
30410
  line-height: 18px;
30477
30411
  }
30412
+ .n15x5f5y .icon-wrapper {
30413
+ margin-right: 10px;
30414
+ height: 18px;
30415
+ }
30478
30416
 
30479
- .tm6s7bo {
30480
- font-family: Inter;
30481
- font-style: normal;
30482
- font-weight: 500;
30483
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30417
+ .i16ozz3f {
30418
+ display: flex;
30419
+ flex-direction: row;
30420
+ padding: 7px 12px;
30421
+ background: rgba(0, 136, 255, 0.1);
30422
+ border-radius: 6px;
30423
+ color: #005ed1;
30484
30424
  font-size: 12px;
30485
30425
  line-height: 18px;
30486
30426
  }
30427
+ .i16ozz3f .icon-wrapper {
30428
+ margin-right: 10px;
30429
+ height: 18px;
30430
+ }
30487
30431
 
30488
- .t19zq6ic {
30489
- font-family: Inter;
30490
- font-style: normal;
30491
- font-weight: normal;
30492
- font-feature-settings: "zero" on;
30432
+ .dszu9qr {
30433
+ color: rgba(44, 56, 82, 0.6);
30434
+ margin-top: 5px;
30493
30435
  font-size: 12px;
30494
30436
  line-height: 18px;
30495
30437
  }
30496
30438
 
30497
- .t1gduru8 {
30498
- font-family: Inter;
30499
- font-style: normal;
30500
- font-weight: 500;
30501
- font-feature-settings: "zero" on;
30439
+ .snxzgx {
30440
+ color: #f0483e;
30502
30441
  font-size: 12px;
30503
- line-height: 18px;
30442
+ white-space: pre-wrap;
30504
30443
  }
30505
30444
 
30506
- .t55raab {
30507
- font-family: Inter;
30508
- font-style: normal;
30509
- font-weight: bold;
30510
- font-feature-settings: "zero" on;
30511
- font-size: 16px;
30512
- line-height: 24px;
30445
+ .o1i4orqw {
30446
+ display: flex;
30447
+ align-items: center;
30448
+ justify-content: flex-end;
30449
+ }
30450
+ .o1i4orqw .icon-wrapper {
30451
+ margin-right: 16px;
30513
30452
  }
30514
30453
 
30515
- .u1w9abfe {
30516
- font-family: Inter;
30517
- font-style: normal;
30518
- font-weight: normal;
30519
- font-size: 10px;
30520
- line-height: 12px;
30454
+ .t79k8o2 {
30455
+ color: rgba(0, 21, 64, 0.3);
30521
30456
  }
30522
30457
 
30523
- .p12gwtiw {
30524
- display: flex;
30525
- justify-content: space-between;
30526
- align-items: center;
30527
- padding: 10px 0;
30528
- color: rgba(44, 56, 82, 0.6);
30529
- font-size: 12px;
30530
- line-height: 24px;
30458
+ .ipd9bk.ant-input {
30459
+ padding: 5px 12px;
30460
+ line-height: 20px;
30461
+ color: #2d3a56;
30462
+ border-radius: 6px;
30463
+ border-color: rgba(172, 186, 211, 0.6);
30464
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30531
30465
  }
30532
- .p12gwtiw .pagination-left {
30466
+ .ipd9bk.ant-input.ant-input-lg {
30467
+ padding: 8px 16px;
30468
+ line-height: 22px;
30469
+ }
30470
+ .ipd9bk.ant-input.ant-input-sm {
30533
30471
  padding: 2px 8px;
30472
+ line-height: 18px;
30534
30473
  }
30535
- .p12gwtiw .dropdown-trigger {
30536
- display: flex;
30537
- align-items: center;
30538
- border-radius: 6px;
30539
- cursor: pointer;
30540
- transition: all 0.3s ease;
30474
+ .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 {
30475
+ border-color: rgba(107, 128, 167, 0.6);
30476
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30477
+ z-index: 1;
30541
30478
  }
30542
- .p12gwtiw .dropdown-trigger:hover {
30543
- background: rgba(211, 218, 235, 0.6);
30544
- color: #0080ff;
30479
+ .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 {
30480
+ border-color: #0096ff;
30481
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30482
+ z-index: 1;
30545
30483
  }
30546
- .p12gwtiw .dropdown-trigger .icon-inner {
30547
- margin-left: 4px;
30484
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30485
+ border-color: #e75a3a;
30486
+ color: #e75a3a;
30548
30487
  }
30549
- .p12gwtiw .pagination-right {
30550
- display: flex;
30551
- align-items: center;
30552
- color: #0080ff;
30553
- font-weight: bold;
30488
+ .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 {
30489
+ border-color: #e75a3a;
30490
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30554
30491
  }
30555
- .p12gwtiw .pagination-right .icon-inner {
30556
- margin-left: 4px;
30492
+ .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 {
30493
+ border-color: #e75a3a;
30494
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30557
30495
  }
30558
- .p12gwtiw .pagination-right .prev-btn,
30559
- .p12gwtiw .pagination-right .next-btn {
30560
- padding: 0 8px;
30496
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30497
+ background: rgba(211, 218, 235, 0.6);
30498
+ color: rgba(0, 21, 64, 0.3);
30499
+ border-color: rgba(172, 186, 211, 0.6);
30561
30500
  }
30562
- .p12gwtiw .pagination-right .prev-btn > span,
30563
- .p12gwtiw .pagination-right .next-btn > span {
30564
- color: #0080ff;
30501
+ .ipd9bk.ant-input-affix-wrapper {
30502
+ padding: 5px 12px;
30503
+ border-radius: 6px;
30504
+ border-color: rgba(172, 186, 211, 0.6);
30505
+ line-height: 20px;
30506
+ color: #2d3a56;
30507
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30565
30508
  }
30566
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30567
- transform: rotate(180deg);
30509
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30510
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30511
+ color: rgba(44, 56, 82, 0.6);
30568
30512
  }
30569
-
30570
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30571
- max-height: calc(100vh - 128px);
30572
- overflow-y: auto;
30513
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30514
+ padding: 8px 16px;
30515
+ line-height: 22px;
30573
30516
  }
30574
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30575
- padding: 4px 20px;
30576
- font-size: 12px;
30517
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30518
+ padding: 2px 8px;
30577
30519
  line-height: 18px;
30578
30520
  }
30579
-
30580
- .s1ebs0ra {
30581
- display: flex;
30582
- align-items: center;
30583
- justify-content: space-between;
30584
- background: #edf0f7;
30585
- padding: 8px 12px;
30586
- position: sticky;
30587
- top: 0;
30588
- z-index: 1;
30589
- margin-bottom: -52px;
30521
+ .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 {
30522
+ border-color: rgba(107, 128, 167, 0.6);
30523
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30590
30524
  }
30591
- .s1ebs0ra .select-total {
30592
- display: flex;
30593
- align-items: center;
30594
- font-weight: 700;
30595
- flex-shrink: 0;
30525
+ .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 {
30526
+ border-color: #0096ff;
30527
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30596
30528
  }
30597
- .s1ebs0ra .select-total .icon-wrapper {
30598
- cursor: pointer;
30599
- margin-left: 8px;
30600
- width: 32px;
30601
- height: 32px;
30602
- border-radius: 50%;
30603
- justify-content: center;
30529
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30530
+ border-color: #e75a3a;
30604
30531
  }
30605
- .s1ebs0ra .select-total .icon-wrapper:hover {
30606
- background: rgba(225, 230, 241, 0.6);
30532
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30533
+ color: #e75a3a;
30607
30534
  }
30608
- .s1ebs0ra .action-group {
30609
- flex: 1;
30610
- margin-left: 88px;
30611
- white-space: nowrap;
30612
- text-align: right;
30613
- position: relative;
30614
- padding: 4px 0;
30615
- margin-top: -4px;
30616
- overflow: hidden;
30535
+ .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 {
30536
+ border-color: #e75a3a;
30537
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30617
30538
  }
30618
- .s1ebs0ra .action-group .sub-menu-delete {
30619
- transform: translateY(-4px);
30539
+ .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 {
30540
+ border-color: #e75a3a;
30541
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30620
30542
  }
30621
- .s1ebs0ra .action-group button {
30622
- border: none;
30543
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30544
+ background: rgba(211, 218, 235, 0.6);
30545
+ color: rgba(0, 21, 64, 0.3);
30546
+ border-color: rgba(172, 186, 211, 0.6);
30623
30547
  }
30624
- .s1ebs0ra .action-group > *:not(:last-child) {
30625
- margin-right: 8px;
30548
+ textarea.ipd9bk.ant-input {
30549
+ transition-property: height;
30550
+ transition-delay: 50ms;
30626
30551
  }
30627
- .s1ebs0ra .action-group > button:last-child {
30628
- margin-right: 4px;
30552
+ textarea.ipd9bk.ant-input.textarea-large {
30553
+ min-height: 40px;
30554
+ height: 40px;
30629
30555
  }
30630
- .s1ebs0ra .action-group .more-btn {
30631
- cursor: pointer;
30632
- width: 32px;
30556
+ textarea.ipd9bk.ant-input.textarea-large:focus {
30557
+ height: 80px;
30558
+ }
30559
+ textarea.ipd9bk.ant-input.textarea-middle {
30560
+ min-height: 32px;
30633
30561
  height: 32px;
30634
- justify-content: center;
30635
- border-radius: 50%;
30636
30562
  }
30637
- .s1ebs0ra .action-group .more-btn:hover {
30638
- background: #fff;
30563
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
30564
+ height: 64px;
30639
30565
  }
30640
-
30641
- .cz04yix {
30642
- display: flex;
30643
- flex-direction: column;
30566
+ textarea.ipd9bk.ant-input.textarea-small {
30567
+ min-height: 24px;
30568
+ height: 24px;
30644
30569
  }
30645
-
30646
- .m1if5j39 {
30647
- max-width: 1120px;
30648
- width: 100%;
30649
- margin: 0 auto;
30650
- height: 100%;
30570
+ textarea.ipd9bk.ant-input.textarea-small:focus {
30571
+ height: 40px;
30651
30572
  }
30652
30573
 
30653
- .w1vvwdlp {
30654
- max-width: 1120px;
30655
- width: 100%;
30656
- margin: 0 auto;
30657
- display: flex;
30574
+ .kypn5o5 input, .kypn5o5.input-tags {
30575
+ border: 1px solid rgba(213, 219, 227, 0.6);
30576
+ border-radius: 4px;
30658
30577
  }
30659
- .w1vvwdlp .left,
30660
- .w1vvwdlp .right {
30661
- flex-grow: 0;
30662
- flex-shrink: 0;
30663
- flex-basis: 21%;
30578
+ .kypn5o5.input-tags {
30579
+ position: relative;
30580
+ padding: 6px;
30581
+ height: 32px;
30582
+ cursor: pointer;
30583
+ transition: border 150ms;
30664
30584
  }
30665
- .w1vvwdlp .left {
30666
- display: flex;
30667
- justify-content: flex-end;
30668
- padding-right: 44px;
30585
+ .kypn5o5.input-tags:hover {
30586
+ border-color: #0080ff;
30587
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30669
30588
  }
30670
- .w1vvwdlp .right {
30671
- padding-left: 44px;
30589
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
30590
+ padding-right: 30px;
30672
30591
  }
30673
- .w1vvwdlp .middle {
30674
- margin-bottom: 40px;
30675
- flex-grow: 0;
30676
- flex-shrink: 0;
30677
- flex-basis: 58%;
30592
+ .kypn5o5.input-tags .input-tags-inner {
30593
+ display: flex;
30678
30594
  }
30679
- .w1vvwdlp .middle .form-base-field {
30680
- width: 100%;
30595
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30596
+ display: flex;
30681
30597
  }
30682
- .w1vvwdlp .middle .form-base-field .form-base-field {
30683
- width: auto;
30598
+ .kypn5o5.input-tags .input-tag-suffix {
30599
+ position: absolute;
30600
+ right: 12px;
30601
+ top: 50%;
30602
+ transform: translateY(-50%);
30684
30603
  }
30685
-
30686
- .h1cuopx7 .ant-modal-header {
30687
- margin: 0 auto;
30688
- width: 100%;
30689
- max-width: 648px;
30604
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30605
+ color: rgba(0, 0, 0, 0.25);
30606
+ font-size: 12px;
30607
+ cursor: pointer;
30690
30608
  }
30691
- .h1cuopx7 .ant-modal-header .ant-modal-title {
30692
- margin-left: 0;
30609
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30610
+ color: rgba(0, 0, 0, 0.45);
30693
30611
  }
30694
- .h1cuopx7 .ant-modal-body {
30695
- margin: 0 auto;
30696
- padding: 0;
30697
- width: 100%;
30698
- max-width: 648px;
30612
+ .kypn5o5.has-focus-indicator {
30613
+ position: relative;
30699
30614
  overflow: hidden;
30700
30615
  }
30701
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30702
- margin-bottom: 40px;
30616
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
30617
+ position: absolute;
30618
+ top: 50%;
30619
+ transform: translateY(-50%);
30620
+ left: -16px;
30621
+ transition: left 150ms ease;
30622
+ opacity: 0;
30703
30623
  }
30704
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30705
- height: calc(100vh - 225px);
30706
- overflow-y: auto;
30624
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30625
+ left: 8px;
30626
+ opacity: 1;
30707
30627
  }
30708
- .h1cuopx7 .ant-modal-footer .footer-content {
30709
- margin: 0 auto;
30710
- max-width: 648px;
30628
+ .kypn5o5.has-focus-indicator input {
30629
+ transition: margin-left 150ms ease;
30630
+ margin-left: 0px;
30631
+ }
30632
+ .kypn5o5.has-focus-indicator input:focus {
30633
+ margin-left: 16px;
30711
30634
  }
30712
30635
 
30713
- .h1p6d3y3 .ant-modal-header {
30714
- margin: 0 auto;
30715
- width: 100%;
30716
- max-width: 1024px;
30636
+ input.l1ki27se.ant-input {
30637
+ border-top-right-radius: 0;
30638
+ border-bottom-right-radius: 0;
30717
30639
  }
30718
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
30719
- margin-left: 0;
30640
+
30641
+ .l1ki27se.ant-input-affix-wrapper {
30642
+ border-top-right-radius: 0;
30643
+ border-bottom-right-radius: 0;
30720
30644
  }
30721
- .h1p6d3y3 .ant-modal-body {
30722
- margin: 0 auto;
30723
- padding: 0;
30724
- width: 100%;
30725
- max-width: 1024px;
30726
- overflow: hidden;
30645
+
30646
+ input.rrg1fkn.ant-input {
30647
+ border-top-left-radius: 0;
30648
+ border-bottom-left-radius: 0;
30727
30649
  }
30728
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30729
- margin-bottom: 40px;
30650
+
30651
+ .rrg1fkn.ant-input-affix-wrapper {
30652
+ border-top-left-radius: 0;
30653
+ border-bottom-left-radius: 0;
30730
30654
  }
30731
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30732
- height: calc(100vh - 225px);
30733
- overflow-y: auto;
30655
+
30656
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30657
+ border-top-right-radius: 0;
30658
+ border-bottom-right-radius: 0;
30734
30659
  }
30735
- .h1p6d3y3 .ant-modal-footer .footer-content {
30736
- margin: 0 auto;
30737
- max-width: 1024px;
30660
+
30661
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30662
+ border-top-left-radius: 0;
30663
+ border-bottom-left-radius: 0;
30738
30664
  }
30739
30665
 
30740
- .fxgckuk {
30741
- flex: 1;
30666
+ .c1t6wbwv {
30667
+ display: flex;
30668
+ flex-direction: column;
30742
30669
  }
30743
- .fxgckuk label {
30744
- font-size: 13px;
30745
- line-height: 20px;
30746
- color: rgba(44, 56, 82, 0.6);
30670
+ .c1t6wbwv .select-wrapper {
30671
+ margin-top: 12px;
30747
30672
  }
30748
- .fxgckuk .title {
30749
- font-size: 14px;
30750
- line-height: 20px;
30751
- color: #2d3a56;
30752
- margin-bottom: 12px;
30673
+ .c1t6wbwv .select-wrapper .select {
30674
+ width: 100%;
30753
30675
  }
30754
- .fxgckuk.connect-cluster .title {
30755
- padding-bottom: 26px;
30676
+ .c1t6wbwv .radio-wrapper {
30677
+ margin-top: 24px;
30678
+ }
30679
+ .c1t6wbwv div.form-item {
30680
+ width: 100%;
30756
30681
  }
30757
30682
 
30758
- .f1d0vek1 {
30759
- padding: 25px 0 15px 0;
30760
- border-bottom: 1px solid #e1e5eb;
30761
- margin-bottom: 16px;
30762
- }
30763
-
30764
- .f4u402y {
30765
- display: flex;
30766
- align-items: center;
30767
- margin-bottom: 8px;
30683
+ .d1k7vv5v {
30684
+ font-size: 14px;
30685
+ font-weight: 500;
30686
+ color: #3e4652;
30687
+ line-height: 18px;
30768
30688
  }
30769
- .f4u402y > label {
30770
- width: 216px;
30689
+ .d1k7vv5v + .d1k7vv5v {
30690
+ margin-top: 16px;
30771
30691
  }
30772
- .f4u402y > label + * {
30773
- width: 100%;
30692
+ .d1k7vv5v + * {
30693
+ margin-top: 16px;
30774
30694
  }
30775
- .f4u402y .ant-select {
30776
- width: 100%;
30695
+
30696
+ .le7b9r4.d1k7vv5v {
30697
+ font-size: 12px;
30698
+ color: rgba(44, 56, 82, 0.6);
30699
+ margin-top: 12px;
30777
30700
  }
30778
30701
 
30779
- .e1pldf6v {
30780
- color: #e75a3a;
30781
- margin-right: 10px;
30702
+ .r1dnygxx.le7b9r4.d1k7vv5v {
30703
+ line-height: 18px;
30704
+ font-weight: 500;
30705
+ margin-top: 0;
30706
+ white-space: initial;
30782
30707
  }
30783
30708
 
30784
- .dq0gblh {
30785
- width: 100%;
30786
- height: 1px;
30787
- background: rgba(213, 219, 227, 0.6);
30788
- margin: 24px 0;
30709
+ .r12ddqmh {
30710
+ display: block;
30711
+ }
30712
+ .r12ddqmh span {
30713
+ font-size: 14px;
30714
+ font-weight: 500;
30715
+ line-height: 32px;
30716
+ color: #3e4652;
30789
30717
  }
30790
30718
 
30791
- .l1v7sr0n {
30719
+ .ctcr26a {
30720
+ margin-top: 8px;
30721
+ padding: 8px;
30722
+ border-radius: 6px;
30723
+ background: rgba(225, 230, 241, 0.6);
30724
+ color: rgba(44, 56, 82, 0.6);
30725
+ font-size: 12px;
30726
+ }
30727
+ .ctcr26a div {
30728
+ line-height: 20px;
30792
30729
  display: flex;
30793
- justify-content: center;
30794
30730
  align-items: center;
30795
- height: 100%;
30731
+ word-break: break-all;
30796
30732
  }
30797
30733
 
30798
- .d1i4ou6o {
30799
- display: inline-block;
30800
- width: 4px;
30801
- height: 4px;
30802
- background: #8e9aa9;
30803
- opacity: 0.4;
30804
- border-radius: 50%;
30805
- margin: 0 4px;
30734
+ .s34f1qb.ant-switch {
30735
+ min-width: 40px;
30736
+ height: 24px;
30737
+ background: rgba(172, 186, 211, 0.6);
30738
+ overflow: hidden;
30806
30739
  }
30807
-
30808
- .m1jy87hk .ant-modal-header,
30809
- .m1jy87hk .ant-modal-footer .footer-content {
30810
- width: 648px;
30811
- margin: 0 auto;
30740
+ .s34f1qb.ant-switch:focus {
30741
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30812
30742
  }
30813
- .m1jy87hk .ant-modal-header {
30814
- padding: 35px 0 24px;
30815
- border: none;
30743
+ .s34f1qb.ant-switch-small {
30744
+ min-width: 26px;
30745
+ height: 16px;
30816
30746
  }
30817
- .m1jy87hk .ant-modal-header .ant-modal-title {
30818
- font-size: 30px;
30747
+ .s34f1qb.ant-switch-large {
30748
+ min-width: 52px;
30749
+ height: 32px;
30819
30750
  }
30820
- .m1jy87hk .ant-modal-body {
30821
- padding: 4px 0 2px;
30751
+ .s34f1qb.ant-switch .ant-switch-handle {
30752
+ height: 20px;
30753
+ width: 20px;
30822
30754
  }
30823
- .m1jy87hk .ant-modal-footer {
30824
- border: none;
30755
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30756
+ border-radius: 10px;
30757
+ transition-delay: 120ms;
30825
30758
  }
30826
-
30827
- .ti7fpyu {
30828
- font-size: 12px;
30829
- line-height: 18px;
30830
- font-weight: bold;
30831
- color: #fff;
30832
- padding: 0 4px;
30833
- border-radius: 4px;
30834
- display: inline-block;
30835
- background: var(--ti7fpyu-0);
30759
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30760
+ height: 14px;
30761
+ width: 14px;
30762
+ top: 1px;
30763
+ left: 1px;
30836
30764
  }
30837
- .ti7fpyu:not(:first-child) {
30838
- margin-left: 4px;
30765
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30766
+ height: 28px;
30767
+ width: 28px;
30768
+ }
30769
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30770
+ border-radius: 14px;
30771
+ }
30772
+ .s34f1qb.ant-switch-checked {
30773
+ background-color: #00ba5d;
30774
+ }
30775
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30776
+ left: calc(100% - 20px - 2px);
30777
+ }
30778
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30779
+ left: calc(100% - 14px - 1px);
30780
+ }
30781
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30782
+ left: calc(100% - 28px - 2px);
30839
30783
  }
30840
30784
 
30841
- .f1rest1f {
30842
- width: 100%;
30843
- height: 100%;
30844
- display: flex;
30845
- align-items: center;
30846
- justify-content: center;
30785
+ .c1to9vb9 {
30786
+ margin-left: 5px;
30847
30787
  }
30848
30788
 
30849
- .n1kbdoln {
30850
- font-size: 90%;
30851
- font-weight: bold;
30852
- background-color: rgba(240, 243, 247, 0.6);
30853
- padding: 1px 4px 1px;
30854
- margin-left: 2px;
30855
- margin-right: 2px;
30856
- border: 1px solid rgba(213, 219, 227, 0.6);
30857
- border-radius: 4px;
30789
+ .t1upn1sz {
30790
+ height: 100%;
30858
30791
  }
30859
30792
 
30860
- .f1y3gta0.form-item-general {
30861
- width: 640px;
30793
+ .tta5kd2 {
30794
+ height: 100%;
30862
30795
  }
30863
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30864
- margin-top: 16px;
30796
+ .tta5kd2.empty-table .ant-table-content {
30797
+ overflow: visible !important;
30798
+ height: 100%;
30865
30799
  }
30866
- .f1y3gta0.form-item-compact {
30867
- width: 412px;
30800
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30801
+ height: 100%;
30868
30802
  }
30869
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30870
- margin-top: 8px;
30803
+ .tta5kd2.empty-table .ant-table-content table {
30804
+ width: 100% !important;
30805
+ height: 100%;
30871
30806
  }
30872
- .f1y3gta0 .form-item {
30873
- width: auto;
30807
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30808
+ padding: 15px 0;
30874
30809
  }
30875
- .f1y3gta0 .form-item-main {
30876
- position: relative;
30877
- display: flex;
30810
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30811
+ display: none;
30878
30812
  }
30879
- .f1y3gta0 .form-item-extra {
30880
- margin-top: 4px;
30881
- width: 100%;
30882
- padding: 14px;
30883
- background: #f2f4f6;
30884
- font-size: 13px;
30885
- line-height: 1.8;
30886
- color: #8e9aa9;
30813
+ .tta5kd2 .active-row td:nth-child(1) {
30814
+ font-weight: 700;
30887
30815
  }
30888
- .f1y3gta0 .form-item-label {
30889
- padding-right: 12px;
30890
- font-size: 13px;
30891
- color: rgba(44, 56, 82, 0.6);
30816
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
30817
+ font-weight: 700;
30892
30818
  }
30893
- .f1y3gta0 .form-item-label.label-right {
30894
- text-align: right;
30819
+ .tta5kd2 .ant-spin-nested-loading {
30820
+ height: 100%;
30895
30821
  }
30896
- .f1y3gta0 .form-item-label,
30897
- .f1y3gta0 .form-item-control {
30898
- line-height: 32px;
30822
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30823
+ height: 100%;
30824
+ overflow: visible;
30899
30825
  }
30900
- .f1y3gta0 .form-item-control .form-item-error {
30901
- line-height: 18px;
30826
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
30827
+ max-height: none;
30902
30828
  }
30903
- .f1y3gta0 .form-item-children {
30904
- width: 100%;
30829
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
30830
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
30831
+ display: none;
30905
30832
  }
30906
- .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 {
30907
- width: 100%;
30833
+ .tta5kd2 td.ant-table-column-sort {
30834
+ background: transparent;
30908
30835
  }
30909
- .f1y3gta0 .form-item-error {
30910
- color: #e75a3a;
30911
- height: 0;
30836
+ .tta5kd2 td.ant-table-cell-fix-left,
30837
+ .tta5kd2 td.ant-table-cell-fix-right {
30838
+ background: #fff;
30839
+ padding: 0 !important;
30840
+ }
30841
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30842
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30843
+ display: flex;
30844
+ align-items: center;
30845
+ height: 100%;
30846
+ padding: 8px;
30847
+ }
30848
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30849
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30912
30850
  overflow: hidden;
30851
+ text-overflow: ellipsis;
30852
+ width: 100%;
30913
30853
  }
30914
- .f1y3gta0 .form-item-error-enter-done {
30915
- margin-top: 4px;
30916
- height: auto;
30917
- overflow: auto;
30854
+ .tta5kd2 .ant-table-container {
30855
+ height: 100%;
30918
30856
  }
30919
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30920
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30921
- border: 1px solid #e75a3a;
30922
- color: #e75a3a;
30857
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30858
+ box-shadow: none !important;
30923
30859
  }
30924
-
30925
- .fujbm7g {
30860
+ .tta5kd2 .ant-table {
30861
+ border-radius: 0px;
30862
+ border-left: none;
30863
+ border-right: none;
30864
+ border-bottom: none;
30865
+ height: 100%;
30866
+ font-size: 12px;
30867
+ background: transparent;
30868
+ }
30869
+ .tta5kd2 .ant-table .ant-table-header {
30870
+ position: relative;
30871
+ z-index: 3;
30872
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30873
+ margin-bottom: -1px;
30874
+ }
30875
+ .tta5kd2 .ant-table .time-wrapper .date,
30876
+ .tta5kd2 .ant-table .value {
30926
30877
  color: #2d3a56;
30927
- font-weight: bold;
30928
- padding-bottom: 6px;
30929
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30930
- margin-bottom: 16px;
30931
30878
  }
30932
- .fujbm7g:not(:first-of-type) {
30933
- margin-top: 16px;
30879
+ .tta5kd2 .ant-table .time-wrapper .time,
30880
+ .tta5kd2 .ant-table .unit {
30881
+ color: rgba(44, 56, 82, 0.6);
30934
30882
  }
30935
-
30936
- .e5fsw5s {
30937
- width: 8px;
30938
- height: 24px;
30939
- display: flex;
30940
- justify-content: center;
30941
- align-items: center;
30883
+ .tta5kd2 .ant-table .ant-table-selection {
30884
+ position: unset;
30885
+ text-align: center;
30886
+ }
30887
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30888
+ background: #fff;
30889
+ }
30890
+ .tta5kd2 .ant-table .anticon-setting {
30942
30891
  cursor: pointer;
30943
- transition: all 200ms ease-out 40ms;
30892
+ position: absolute;
30893
+ top: 50%;
30894
+ right: 12px;
30895
+ transform: translateY(-50%);
30944
30896
  }
30945
- .e5fsw5s:before, .e5fsw5s:after {
30946
- content: "";
30897
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30898
+ box-shadow: none;
30947
30899
  width: 1px;
30948
- height: 6px;
30949
- border-radius: 1px;
30950
- background: #ccd4e3;
30951
- position: relative;
30952
- right: 2px;
30953
- transform: rotate(-45deg);
30900
+ background: rgba(213, 219, 227, 0.6);
30954
30901
  }
30955
- .e5fsw5s:after {
30956
- transform: rotate(45deg);
30957
- left: 1px;
30902
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30903
+ box-shadow: none;
30904
+ width: 1px;
30905
+ background: rgba(213, 219, 227, 0.6);
30958
30906
  }
30959
-
30960
- .w18knsg4.ant-alert-warning {
30961
- border: 0;
30962
- background: rgba(255, 187, 0, 0.1);
30963
- border-radius: 6px;
30907
+ .tta5kd2 .ant-table .ant-table-tbody {
30908
+ position: relative;
30964
30909
  }
30965
- .w18knsg4.ant-alert,
30966
- .w18knsg4 .ant-alert-message {
30967
- color: #e07f00;
30910
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30911
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30912
+ border-bottom: 1px solid white;
30913
+ height: 40px;
30914
+ vertical-align: middle;
30915
+ transition: background 0ms;
30916
+ color: #00122e;
30968
30917
  }
30969
- .w18knsg4.ant-alert .dashed-border-bottom,
30970
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
30971
- border-bottom-color: #e07f00;
30918
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30919
+ background: #f2f5fa;
30920
+ border-bottom-color: #f2f5fa;
30972
30921
  }
30973
-
30974
- .ng31n2o {
30975
- display: flex;
30976
- flex-direction: row;
30977
- padding: 7px 12px;
30978
- background: rgba(255, 187, 0, 0.1);
30979
- border-radius: 6px;
30980
- color: #e07f00;
30922
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30923
+ height: auto;
30924
+ color: #00122e;
30981
30925
  font-size: 12px;
30982
- line-height: 18px;
30926
+ text-align: left;
30927
+ transition: none;
30928
+ overflow: hidden;
30929
+ text-overflow: ellipsis;
30930
+ white-space: nowrap;
30983
30931
  }
30984
- .ng31n2o .icon-wrapper {
30985
- margin-right: 10px;
30986
- height: 18px;
30932
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30933
+ color: #0096ff;
30987
30934
  }
30988
-
30989
- .n15x5f5y {
30990
- display: flex;
30991
- flex-direction: row;
30992
- padding: 7px 12px;
30935
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30936
+ overflow: hidden;
30937
+ text-overflow: ellipsis;
30938
+ width: 100%;
30939
+ vertical-align: middle;
30940
+ }
30941
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30942
+ line-height: 0px;
30943
+ }
30944
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30945
+ padding-right: 25px;
30946
+ }
30947
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30948
+ border-top-color: transparent;
30949
+ }
30950
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30993
30951
  background: rgba(225, 230, 241, 0.6);
30994
- border-radius: 6px;
30995
- color: rgba(44, 56, 82, 0.6);
30996
- font-size: 12px;
30997
- line-height: 18px;
30952
+ border-color: transparent transparent white;
30998
30953
  }
30999
- .n15x5f5y .icon-wrapper {
31000
- margin-right: 10px;
31001
- height: 18px;
30954
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30955
+ border-radius: 8px 0 0 8px;
31002
30956
  }
31003
-
31004
- .i16ozz3f {
31005
- display: flex;
31006
- flex-direction: row;
31007
- padding: 7px 12px;
31008
- background: rgba(0, 136, 255, 0.1);
31009
- border-radius: 6px;
31010
- color: #005ed1;
31011
- font-size: 12px;
31012
- line-height: 18px;
30957
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30958
+ border-radius: 8px 0 0 8px;
31013
30959
  }
31014
- .i16ozz3f .icon-wrapper {
31015
- margin-right: 10px;
31016
- height: 18px;
30960
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30961
+ content: "";
30962
+ width: 4px;
30963
+ top: -1px;
30964
+ bottom: -1px;
30965
+ background: white;
31017
30966
  }
31018
-
31019
- .dszu9qr {
31020
- color: rgba(44, 56, 82, 0.6);
31021
- margin-top: 5px;
31022
- font-size: 12px;
31023
- line-height: 18px;
30967
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30968
+ border-radius: 0 8px 8px 0;
31024
30969
  }
31025
-
31026
- .snxzgx {
31027
- color: #f0483e;
31028
- font-size: 12px;
31029
- white-space: pre-wrap;
30970
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30971
+ border-radius: 0;
30972
+ background: white;
30973
+ border-top: none;
31030
30974
  }
31031
-
31032
- .o1i4orqw {
30975
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30976
+ border-top: 1px solid transparent;
30977
+ border-radius: 0 8px 8px 0;
30978
+ background: rgba(225, 230, 241, 0.6);
30979
+ }
30980
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30981
+ background: white;
30982
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30983
+ }
30984
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31033
30985
  display: flex;
31034
30986
  align-items: center;
31035
- justify-content: flex-end;
31036
- }
31037
- .o1i4orqw .icon-wrapper {
31038
- margin-right: 16px;
30987
+ height: 100%;
30988
+ background: rgba(225, 230, 241, 0.6);
31039
30989
  }
31040
-
31041
- .t79k8o2 {
31042
- color: rgba(0, 21, 64, 0.3);
30990
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30991
+ background: white;
30992
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31043
30993
  }
31044
-
31045
- .ipd9bk.ant-input {
31046
- padding: 5px 12px;
31047
- line-height: 20px;
31048
- color: #2d3a56;
31049
- border-radius: 6px;
31050
- border-color: rgba(172, 186, 211, 0.6);
31051
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30994
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30995
+ display: flex;
30996
+ align-items: center;
30997
+ height: 100%;
30998
+ background: rgba(225, 230, 241, 0.6);
31052
30999
  }
31053
- .ipd9bk.ant-input.ant-input-lg {
31054
- padding: 8px 16px;
31055
- line-height: 22px;
31000
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31001
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31056
31002
  }
31057
- .ipd9bk.ant-input.ant-input-sm {
31058
- padding: 2px 8px;
31059
- line-height: 18px;
31003
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31004
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31005
+ border-radius: 8px;
31060
31006
  }
31061
- .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 {
31062
- border-color: rgba(107, 128, 167, 0.6);
31063
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31064
- z-index: 1;
31007
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31008
+ border-top-color: white;
31065
31009
  }
31066
- .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 {
31067
- border-color: #0096ff;
31068
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31069
- z-index: 1;
31010
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31011
+ background: rgba(0, 136, 255, 0.1);
31012
+ border-bottom-color: transparent;
31013
+ border-top-color: transparent;
31070
31014
  }
31071
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
31072
- border-color: #e75a3a;
31073
- color: #e75a3a;
31015
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31016
+ border-radius: 8px 0 0 8px;
31074
31017
  }
31075
- .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 {
31076
- border-color: #e75a3a;
31077
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31018
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31019
+ border-radius: 0 8px 8px 0;
31078
31020
  }
31079
- .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 {
31080
- border-color: #e75a3a;
31081
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31021
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31022
+ background: rgba(0, 136, 255, 0.1);
31082
31023
  }
31083
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
31024
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31025
+ background: #fff;
31026
+ font-weight: 400;
31027
+ position: relative;
31028
+ border-bottom: none;
31029
+ color: #00122e;
31030
+ transition: none;
31031
+ padding: 15px 8px 15px 8px;
31032
+ }
31033
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31034
+ content: "";
31035
+ width: 1px;
31036
+ top: 0;
31037
+ bottom: 0;
31084
31038
  background: rgba(211, 218, 235, 0.6);
31085
- color: rgba(0, 21, 64, 0.3);
31086
- border-color: rgba(172, 186, 211, 0.6);
31039
+ position: absolute;
31040
+ right: 0;
31087
31041
  }
31088
- .ipd9bk.ant-input-affix-wrapper {
31089
- padding: 5px 12px;
31090
- border-radius: 6px;
31091
- border-color: rgba(172, 186, 211, 0.6);
31092
- line-height: 20px;
31093
- color: #2d3a56;
31094
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31042
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31043
+ padding: unset;
31095
31044
  }
31096
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
31097
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
31098
- color: rgba(44, 56, 82, 0.6);
31045
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31046
+ display: none;
31099
31047
  }
31100
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31101
- padding: 8px 16px;
31102
- line-height: 22px;
31048
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31049
+ width: 100%;
31050
+ overflow: hidden;
31051
+ white-space: nowrap;
31052
+ text-overflow: ellipsis;
31103
31053
  }
31104
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31105
- padding: 2px 8px;
31106
- line-height: 18px;
31054
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31055
+ overflow: hidden;
31056
+ text-overflow: ellipsis;
31057
+ flex: 1;
31107
31058
  }
31108
- .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 {
31109
- border-color: rgba(107, 128, 167, 0.6);
31110
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31059
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31060
+ padding: 15px 25px 15px 8px;
31111
31061
  }
31112
- .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 {
31113
- border-color: #0096ff;
31114
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31062
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31063
+ padding: 0;
31115
31064
  }
31116
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31117
- border-color: #e75a3a;
31065
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31066
+ position: absolute;
31067
+ right: 6px;
31068
+ top: 50%;
31069
+ transform: translateY(-50%);
31070
+ height: 16px;
31071
+ display: none;
31072
+ transition: transform 320ms ease;
31118
31073
  }
31119
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31120
- color: #e75a3a;
31074
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31075
+ display: block;
31076
+ transform: translateY(-50%) rotateX(180deg);
31121
31077
  }
31122
- .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 {
31123
- border-color: #e75a3a;
31124
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31078
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31079
+ display: block;
31125
31080
  }
31126
- .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 {
31127
- border-color: #e75a3a;
31128
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31081
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31082
+ display: none;
31129
31083
  }
31130
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31131
- background: rgba(211, 218, 235, 0.6);
31132
- color: rgba(0, 21, 64, 0.3);
31133
- border-color: rgba(172, 186, 211, 0.6);
31084
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31085
+ transform: translateY(-50%);
31134
31086
  }
31135
- textarea.ipd9bk.ant-input {
31136
- transition-property: height;
31137
- transition-delay: 50ms;
31087
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31088
+ transform: translateY(-50%) rotateX(180deg);
31138
31089
  }
31139
- textarea.ipd9bk.ant-input.textarea-large {
31140
- min-height: 40px;
31141
- height: 40px;
31090
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31091
+ background: #f2f5fa;
31142
31092
  }
31143
- textarea.ipd9bk.ant-input.textarea-large:focus {
31144
- height: 80px;
31093
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31094
+ display: block;
31145
31095
  }
31146
- textarea.ipd9bk.ant-input.textarea-middle {
31147
- min-height: 32px;
31148
- height: 32px;
31096
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31097
+ padding-right: 25px;
31149
31098
  }
31150
- textarea.ipd9bk.ant-input.textarea-middle:focus {
31151
- height: 64px;
31099
+ .tta5kd2 .ant-table .ant-table-selection-column {
31100
+ padding: 0 !important;
31152
31101
  }
31153
- textarea.ipd9bk.ant-input.textarea-small {
31154
- min-height: 24px;
31155
- height: 24px;
31102
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31103
+ position: absolute;
31104
+ left: 50%;
31105
+ top: 50%;
31106
+ transform: translate(-50%, -50%);
31156
31107
  }
31157
- textarea.ipd9bk.ant-input.textarea-small:focus {
31158
- height: 40px;
31108
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31109
+ display: none;
31159
31110
  }
31160
-
31161
- .kypn5o5 input, .kypn5o5.input-tags {
31162
- border: 1px solid rgba(213, 219, 227, 0.6);
31163
- border-radius: 4px;
31111
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31112
+ background: #fff;
31164
31113
  }
31165
- .kypn5o5.input-tags {
31114
+ .tta5kd2 .ant-table .ant-table-placeholder {
31115
+ background: inherit;
31116
+ }
31117
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31118
+ position: static;
31119
+ border: none;
31120
+ background: inherit !important;
31121
+ height: 100px;
31122
+ vertical-align: middle;
31123
+ }
31124
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31125
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31126
+ font-weight: bold;
31127
+ font-size: 20px;
31128
+ color: rgba(10, 37, 85, 0.6);
31129
+ }
31130
+ .tta5kd2 .ant-table td.cell__action_ {
31131
+ padding: 0 !important;
31166
31132
  position: relative;
31167
- padding: 6px;
31168
- height: 32px;
31133
+ background: #fff;
31134
+ }
31135
+ .tta5kd2 .ant-table td.cell__action_ > * {
31136
+ height: 100%;
31137
+ display: flex;
31138
+ align-items: center;
31139
+ justify-content: flex-end;
31140
+ padding-right: 8px;
31141
+ }
31142
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31143
+ width: 24px;
31144
+ height: 24px;
31169
31145
  cursor: pointer;
31170
- transition: border 150ms;
31146
+ justify-content: center;
31147
+ border-radius: 4px;
31171
31148
  }
31172
- .kypn5o5.input-tags:hover {
31173
- border-color: #0080ff;
31174
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31149
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31150
+ background: #fff;
31175
31151
  }
31176
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
31177
- padding-right: 30px;
31152
+
31153
+ .s1fc623g {
31154
+ width: 430px !important;
31178
31155
  }
31179
- .kypn5o5.input-tags .input-tags-inner {
31180
- display: flex;
31156
+
31157
+ .da3mx0o .ant-select-item-group {
31158
+ padding: 8px 16px;
31159
+ line-height: 18px;
31160
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31161
+ height: 34px;
31162
+ min-height: 34px;
31163
+ box-sizing: border-box;
31164
+ margin-top: 8px;
31181
31165
  }
31182
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31166
+
31167
+ .onr9gzt {
31183
31168
  display: flex;
31169
+ flex-direction: column;
31170
+ margin: 1px 8px;
31171
+ padding: 8px;
31172
+ border-radius: 4px;
31184
31173
  }
31185
- .kypn5o5.input-tags .input-tag-suffix {
31186
- position: absolute;
31187
- right: 12px;
31188
- top: 50%;
31189
- transform: translateY(-50%);
31174
+ .onr9gzt .selected-icon {
31175
+ display: none;
31190
31176
  }
31191
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31192
- color: rgba(0, 0, 0, 0.25);
31193
- font-size: 12px;
31194
- cursor: pointer;
31177
+ .onr9gzt.ant-select-item-option-grouped {
31178
+ padding-left: 8px;
31195
31179
  }
31196
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31197
- color: rgba(0, 0, 0, 0.45);
31180
+ .onr9gzt.ant-select-item-option-selected {
31181
+ background-color: white;
31198
31182
  }
31199
- .kypn5o5.has-focus-indicator {
31200
- position: relative;
31201
- overflow: hidden;
31183
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31184
+ color: #0080ff;
31202
31185
  }
31203
- .kypn5o5.has-focus-indicator .ant-input-prefix {
31204
- position: absolute;
31205
- top: 50%;
31206
- transform: translateY(-50%);
31207
- left: -16px;
31208
- transition: left 150ms ease;
31209
- opacity: 0;
31186
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31187
+ display: block;
31210
31188
  }
31211
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31212
- left: 8px;
31213
- opacity: 1;
31189
+ .onr9gzt.ant-select-item-option-active {
31190
+ background: rgba(0, 136, 255, 0.16);
31214
31191
  }
31215
- .kypn5o5.has-focus-indicator input {
31216
- transition: margin-left 150ms ease;
31217
- margin-left: 0px;
31192
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31193
+ color: #0080ff;
31218
31194
  }
31219
- .kypn5o5.has-focus-indicator input:focus {
31220
- margin-left: 16px;
31195
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31196
+ background: rgba(0, 136, 255, 0.1);
31197
+ color: #0080ff;
31221
31198
  }
31222
31199
 
31223
- input.l1ki27se.ant-input {
31224
- border-top-right-radius: 0;
31225
- border-bottom-right-radius: 0;
31200
+ .oiy0apc {
31201
+ display: flex;
31202
+ justify-content: space-between;
31203
+ height: 20px;
31204
+ line-height: 20px;
31226
31205
  }
31227
-
31228
- .l1ki27se.ant-input-affix-wrapper {
31229
- border-top-right-radius: 0;
31230
- border-bottom-right-radius: 0;
31206
+ .oiy0apc .timezone-title {
31207
+ color: #2d3a56;
31208
+ overflow: hidden;
31209
+ text-overflow: ellipsis;
31231
31210
  }
31232
31211
 
31233
- input.rrg1fkn.ant-input {
31234
- border-top-left-radius: 0;
31235
- border-bottom-left-radius: 0;
31212
+ .of4y382 {
31213
+ display: flex;
31214
+ justify-content: space-between;
31215
+ color: rgba(44, 56, 82, 0.6);
31216
+ height: 18px;
31217
+ line-height: 18px;
31218
+ margin-top: 2px;
31236
31219
  }
31237
31220
 
31238
- .rrg1fkn.ant-input-affix-wrapper {
31239
- border-top-left-radius: 0;
31240
- border-bottom-left-radius: 0;
31221
+ .t19903l9 {
31222
+ border: none;
31223
+ margin-right: 0;
31224
+ background: rgba(225, 230, 241, 0.6);
31241
31225
  }
31242
31226
 
31243
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31244
- border-top-right-radius: 0;
31245
- border-bottom-right-radius: 0;
31227
+ .ohwbvxu {
31228
+ pointer-events: none;
31229
+ height: 32px;
31230
+ width: 100%;
31231
+ opacity: 0;
31246
31232
  }
31247
31233
 
31248
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31249
- border-top-left-radius: 0;
31250
- border-bottom-left-radius: 0;
31234
+ .i1e4sgug {
31235
+ display: inline-block;
31251
31236
  }
31252
31237
 
31253
- .c1t6wbwv {
31254
- display: flex;
31255
- flex-direction: column;
31256
- }
31257
- .c1t6wbwv .select-wrapper {
31258
- margin-top: 12px;
31259
- }
31260
- .c1t6wbwv .select-wrapper .select {
31261
- width: 100%;
31238
+ .d6j0lbj {
31239
+ font-family: Inter;
31240
+ font-style: normal;
31241
+ font-weight: bold;
31242
+ font-size: 32px;
31243
+ line-height: 40px;
31262
31244
  }
31263
- .c1t6wbwv .radio-wrapper {
31264
- margin-top: 24px;
31245
+
31246
+ .d1xhvvxe {
31247
+ font-family: Inter;
31248
+ font-style: normal;
31249
+ font-weight: bold;
31250
+ font-size: 24px;
31251
+ line-height: 32px;
31265
31252
  }
31266
- .c1t6wbwv div.form-item {
31267
- width: 100%;
31253
+
31254
+ .dk10mxq {
31255
+ font-family: Inter;
31256
+ font-style: normal;
31257
+ font-weight: normal;
31258
+ font-size: 32px;
31259
+ line-height: 40px;
31268
31260
  }
31269
31261
 
31270
- .d1k7vv5v {
31271
- font-size: 14px;
31272
- font-weight: 500;
31273
- color: #3e4652;
31274
- line-height: 18px;
31262
+ .dxsait {
31263
+ font-family: Inter;
31264
+ font-style: normal;
31265
+ font-weight: bold;
31266
+ font-size: 20px;
31267
+ line-height: 24px;
31275
31268
  }
31276
- .d1k7vv5v + .d1k7vv5v {
31277
- margin-top: 16px;
31269
+
31270
+ .dokn0h3 {
31271
+ font-family: Inter;
31272
+ font-style: normal;
31273
+ font-weight: normal;
31274
+ font-size: 20px;
31275
+ line-height: 24px;
31278
31276
  }
31279
- .d1k7vv5v + * {
31280
- margin-top: 16px;
31277
+
31278
+ .dobau4p {
31279
+ font-family: Inter;
31280
+ font-style: normal;
31281
+ font-weight: bold;
31282
+ font-size: 18px;
31283
+ line-height: 22px;
31281
31284
  }
31282
31285
 
31283
- .le7b9r4.d1k7vv5v {
31284
- font-size: 12px;
31285
- color: rgba(44, 56, 82, 0.6);
31286
- margin-top: 12px;
31286
+ .dvolwok {
31287
+ font-family: Inter;
31288
+ font-style: normal;
31289
+ font-weight: normal;
31290
+ font-size: 18px;
31291
+ line-height: 22px;
31287
31292
  }
31288
31293
 
31289
- .r1dnygxx.le7b9r4.d1k7vv5v {
31290
- line-height: 18px;
31291
- font-weight: 500;
31292
- margin-top: 0;
31293
- white-space: initial;
31294
+ .h181qhg4 {
31295
+ font-family: Inter;
31296
+ font-style: normal;
31297
+ font-weight: bold;
31298
+ font-size: 16px;
31299
+ line-height: 22px;
31294
31300
  }
31295
31301
 
31296
- .r12ddqmh {
31297
- display: block;
31302
+ .h1phgmcq {
31303
+ font-family: Inter;
31304
+ font-style: normal;
31305
+ font-weight: normal;
31306
+ font-size: 16px;
31307
+ line-height: 22px;
31298
31308
  }
31299
- .r12ddqmh span {
31309
+
31310
+ .h173xnl1 {
31311
+ font-family: Inter;
31312
+ font-style: normal;
31313
+ font-weight: bold;
31300
31314
  font-size: 14px;
31301
- font-weight: 500;
31302
- line-height: 32px;
31303
- color: #3e4652;
31315
+ line-height: 20px;
31304
31316
  }
31305
31317
 
31306
- .ctcr26a {
31307
- margin-top: 8px;
31308
- padding: 8px;
31309
- border-radius: 6px;
31310
- background: rgba(225, 230, 241, 0.6);
31311
- color: rgba(44, 56, 82, 0.6);
31312
- font-size: 12px;
31313
- }
31314
- .ctcr26a div {
31318
+ .hedm4pz {
31319
+ font-family: Inter;
31320
+ font-style: normal;
31321
+ font-weight: normal;
31322
+ font-size: 14px;
31315
31323
  line-height: 20px;
31316
- display: flex;
31317
- align-items: center;
31318
- word-break: break-all;
31319
31324
  }
31320
31325
 
31321
- .t1upn1sz {
31322
- height: 100%;
31326
+ .h1kd8xld {
31327
+ font-family: Inter;
31328
+ font-style: normal;
31329
+ font-weight: bold;
31330
+ font-size: 12px;
31331
+ line-height: 18px;
31323
31332
  }
31324
31333
 
31325
- .tta5kd2 {
31326
- height: 100%;
31334
+ .hp14fr {
31335
+ font-family: Inter;
31336
+ font-style: normal;
31337
+ font-weight: normal;
31338
+ font-size: 12px;
31339
+ line-height: 18px;
31327
31340
  }
31328
- .tta5kd2.empty-table .ant-table-content {
31329
- overflow: visible !important;
31330
- height: 100%;
31341
+
31342
+ .hgrg7mn {
31343
+ font-family: Inter;
31344
+ font-style: normal;
31345
+ font-weight: bold;
31346
+ text-transform: uppercase;
31347
+ font-feature-settings: "cpsp" on;
31348
+ font-size: 12px;
31349
+ line-height: 18px;
31331
31350
  }
31332
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31333
- height: 100%;
31351
+
31352
+ .h6zme9x {
31353
+ font-family: Inter;
31354
+ font-style: normal;
31355
+ font-weight: normal;
31356
+ text-transform: uppercase;
31357
+ font-feature-settings: "cpsp" on;
31358
+ font-size: 12px;
31359
+ line-height: 18px;
31334
31360
  }
31335
- .tta5kd2.empty-table .ant-table-content table {
31336
- width: 100% !important;
31337
- height: 100%;
31361
+
31362
+ .locjvsv {
31363
+ font-family: Inter;
31364
+ font-style: normal;
31365
+ font-weight: normal;
31366
+ font-size: 16px;
31367
+ line-height: 24px;
31338
31368
  }
31339
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31340
- padding: 15px 0;
31369
+
31370
+ .l13gi131 {
31371
+ font-family: Inter;
31372
+ font-style: normal;
31373
+ font-weight: bold;
31374
+ font-size: 16px;
31375
+ line-height: 24px;
31341
31376
  }
31342
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31343
- display: none;
31377
+
31378
+ .l1ynemsu {
31379
+ font-family: Inter;
31380
+ font-style: normal;
31381
+ font-weight: normal;
31382
+ font-size: 16px;
31383
+ line-height: 24px;
31344
31384
  }
31345
- .tta5kd2 .active-row td:nth-child(1) {
31346
- font-weight: 700;
31385
+
31386
+ .l1cft1cx {
31387
+ font-family: Inter;
31388
+ font-style: normal;
31389
+ font-weight: bold;
31390
+ font-size: 16px;
31391
+ line-height: 24px;
31347
31392
  }
31348
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31349
- font-weight: 700;
31393
+
31394
+ .l17tqc8p {
31395
+ font-family: Inter;
31396
+ font-style: normal;
31397
+ font-weight: normal;
31398
+ text-transform: uppercase;
31399
+ font-feature-settings: "cpsp" on;
31400
+ font-size: 16px;
31401
+ line-height: 24px;
31350
31402
  }
31351
- .tta5kd2 .ant-spin-nested-loading {
31352
- height: 100%;
31403
+
31404
+ .l1j1e5w7 {
31405
+ font-family: Inter;
31406
+ font-style: normal;
31407
+ font-weight: bold;
31408
+ text-transform: uppercase;
31409
+ font-feature-settings: "cpsp" on;
31410
+ font-size: 16px;
31411
+ line-height: 24px;
31353
31412
  }
31354
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31355
- height: 100%;
31356
- overflow: visible;
31413
+
31414
+ .l1gf91jb {
31415
+ font-family: Inter;
31416
+ font-style: normal;
31417
+ font-weight: normal;
31418
+ font-size: 14px;
31419
+ line-height: 22px;
31357
31420
  }
31358
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31359
- max-height: none;
31360
- }
31361
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31362
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31363
- display: none;
31364
- }
31365
- .tta5kd2 td.ant-table-column-sort {
31366
- background: transparent;
31367
- }
31368
- .tta5kd2 td.ant-table-cell-fix-left,
31369
- .tta5kd2 td.ant-table-cell-fix-right {
31370
- background: #fff;
31371
- padding: 0 !important;
31372
- }
31373
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31374
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31375
- display: flex;
31376
- align-items: center;
31377
- height: 100%;
31378
- padding: 8px;
31379
- }
31380
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31381
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31382
- overflow: hidden;
31383
- text-overflow: ellipsis;
31384
- width: 100%;
31385
- }
31386
- .tta5kd2 .ant-table-container {
31387
- height: 100%;
31421
+
31422
+ .lu7hlr6 {
31423
+ font-family: Inter;
31424
+ font-style: normal;
31425
+ font-weight: 500;
31426
+ font-size: 14px;
31427
+ line-height: 22px;
31388
31428
  }
31389
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31390
- box-shadow: none !important;
31429
+
31430
+ .l3l3jf0 {
31431
+ font-family: Inter;
31432
+ font-style: normal;
31433
+ font-weight: bold;
31434
+ font-size: 14px;
31435
+ line-height: 22px;
31391
31436
  }
31392
- .tta5kd2 .ant-table {
31393
- border-radius: 0px;
31394
- border-left: none;
31395
- border-right: none;
31396
- border-bottom: none;
31397
- height: 100%;
31398
- font-size: 12px;
31399
- background: transparent;
31437
+
31438
+ .l12j5nqp {
31439
+ font-family: Inter;
31440
+ font-style: normal;
31441
+ font-weight: normal;
31442
+ font-size: 14px;
31443
+ line-height: 22px;
31400
31444
  }
31401
- .tta5kd2 .ant-table .ant-table-header {
31402
- position: relative;
31403
- z-index: 3;
31404
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31405
- margin-bottom: -1px;
31445
+
31446
+ .l1tecqht {
31447
+ font-family: Inter;
31448
+ font-style: normal;
31449
+ font-weight: bold;
31450
+ font-size: 14px;
31451
+ line-height: 22px;
31406
31452
  }
31407
- .tta5kd2 .ant-table .time-wrapper .date,
31408
- .tta5kd2 .ant-table .value {
31409
- color: #2d3a56;
31453
+
31454
+ .l6sa990 {
31455
+ font-family: Inter;
31456
+ font-style: normal;
31457
+ font-weight: normal;
31458
+ text-transform: uppercase;
31459
+ font-feature-settings: "cpsp" on;
31460
+ font-size: 14px;
31461
+ line-height: 22px;
31410
31462
  }
31411
- .tta5kd2 .ant-table .time-wrapper .time,
31412
- .tta5kd2 .ant-table .unit {
31413
- color: rgba(44, 56, 82, 0.6);
31463
+
31464
+ .lckqe8j {
31465
+ font-family: Inter;
31466
+ font-style: normal;
31467
+ font-weight: bold;
31468
+ text-transform: uppercase;
31469
+ font-feature-settings: "cpsp" on;
31470
+ font-size: 14px;
31471
+ line-height: 22px;
31414
31472
  }
31415
- .tta5kd2 .ant-table .ant-table-selection {
31416
- position: unset;
31417
- text-align: center;
31473
+
31474
+ .l1kuminb {
31475
+ font-family: Inter;
31476
+ font-style: normal;
31477
+ font-weight: normal;
31478
+ font-size: 13px;
31479
+ line-height: 20px;
31418
31480
  }
31419
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31420
- background: #fff;
31481
+
31482
+ .l1pbuf5j {
31483
+ font-family: Inter;
31484
+ font-style: normal;
31485
+ font-weight: 600;
31486
+ font-size: 13px;
31487
+ line-height: 20px;
31421
31488
  }
31422
- .tta5kd2 .ant-table .anticon-setting {
31423
- cursor: pointer;
31424
- position: absolute;
31425
- top: 50%;
31426
- right: 12px;
31427
- transform: translateY(-50%);
31489
+
31490
+ .l1r4ztu {
31491
+ font-family: Inter;
31492
+ font-style: normal;
31493
+ font-weight: bold;
31494
+ font-size: 13px;
31495
+ line-height: 20px;
31428
31496
  }
31429
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31430
- box-shadow: none;
31431
- width: 1px;
31432
- background: rgba(213, 219, 227, 0.6);
31497
+
31498
+ .ly8vzok {
31499
+ font-family: Inter;
31500
+ font-style: normal;
31501
+ font-weight: normal;
31502
+ font-size: 13px;
31503
+ line-height: 20px;
31433
31504
  }
31434
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31435
- box-shadow: none;
31436
- width: 1px;
31437
- background: rgba(213, 219, 227, 0.6);
31505
+
31506
+ .lumfmf {
31507
+ font-family: Inter;
31508
+ font-style: normal;
31509
+ font-weight: 600;
31510
+ font-size: 13px;
31511
+ line-height: 20px;
31438
31512
  }
31439
- .tta5kd2 .ant-table .ant-table-tbody {
31440
- position: relative;
31513
+
31514
+ .l16ujwmv {
31515
+ font-family: Inter;
31516
+ font-style: normal;
31517
+ font-weight: bold;
31518
+ font-size: 13px;
31519
+ line-height: 20px;
31441
31520
  }
31442
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31443
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31444
- border-bottom: 1px solid white;
31445
- height: 40px;
31446
- vertical-align: middle;
31447
- transition: background 0ms;
31448
- color: #00122e;
31521
+
31522
+ .l17o1ffr {
31523
+ font-family: Inter;
31524
+ font-style: normal;
31525
+ font-weight: normal;
31526
+ text-transform: uppercase;
31527
+ font-feature-settings: "cpsp" on;
31528
+ font-size: 13px;
31529
+ line-height: 20px;
31449
31530
  }
31450
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31451
- background: #f2f5fa;
31452
- border-bottom-color: #f2f5fa;
31531
+
31532
+ .lngllvn {
31533
+ font-family: Inter;
31534
+ font-style: normal;
31535
+ font-weight: bold;
31536
+ text-transform: uppercase;
31537
+ font-feature-settings: "cpsp" on;
31538
+ font-size: 13px;
31539
+ line-height: 20px;
31453
31540
  }
31454
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31455
- height: auto;
31456
- color: #00122e;
31541
+
31542
+ .l2i7fo9 {
31543
+ font-family: Inter;
31544
+ font-style: normal;
31545
+ font-weight: normal;
31457
31546
  font-size: 12px;
31458
- text-align: left;
31459
- transition: none;
31460
- overflow: hidden;
31461
- text-overflow: ellipsis;
31462
- white-space: nowrap;
31463
- }
31464
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31465
- color: #0096ff;
31466
- }
31467
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31468
- overflow: hidden;
31469
- text-overflow: ellipsis;
31470
- width: 100%;
31471
- vertical-align: middle;
31472
- }
31473
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31474
- line-height: 0px;
31475
- }
31476
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31477
- padding-right: 25px;
31478
- }
31479
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31480
- border-top-color: transparent;
31481
- }
31482
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31483
- background: rgba(225, 230, 241, 0.6);
31484
- border-color: transparent transparent white;
31485
- }
31486
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31487
- border-radius: 8px 0 0 8px;
31488
- }
31489
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31490
- border-radius: 8px 0 0 8px;
31491
- }
31492
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31493
- content: "";
31494
- width: 4px;
31495
- top: -1px;
31496
- bottom: -1px;
31497
- background: white;
31498
- }
31499
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31500
- border-radius: 0 8px 8px 0;
31501
- }
31502
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31503
- border-radius: 0;
31504
- background: white;
31505
- border-top: none;
31506
- }
31507
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31508
- border-top: 1px solid transparent;
31509
- border-radius: 0 8px 8px 0;
31510
- background: rgba(225, 230, 241, 0.6);
31511
- }
31512
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31513
- background: white;
31514
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31515
- }
31516
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31517
- display: flex;
31518
- align-items: center;
31519
- height: 100%;
31520
- background: rgba(225, 230, 241, 0.6);
31521
- }
31522
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31523
- background: white;
31524
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31525
- }
31526
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31527
- display: flex;
31528
- align-items: center;
31529
- height: 100%;
31530
- background: rgba(225, 230, 241, 0.6);
31531
- }
31532
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31533
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31534
- }
31535
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31536
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31537
- border-radius: 8px;
31538
- }
31539
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31540
- border-top-color: white;
31541
- }
31542
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31543
- background: rgba(0, 136, 255, 0.1);
31544
- border-bottom-color: transparent;
31545
- border-top-color: transparent;
31546
- }
31547
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31548
- border-radius: 8px 0 0 8px;
31549
- }
31550
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31551
- border-radius: 0 8px 8px 0;
31552
- }
31553
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31554
- background: rgba(0, 136, 255, 0.1);
31555
- }
31556
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31557
- background: #fff;
31558
- font-weight: 400;
31559
- position: relative;
31560
- border-bottom: none;
31561
- color: #00122e;
31562
- transition: none;
31563
- padding: 15px 8px 15px 8px;
31564
- }
31565
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31566
- content: "";
31567
- width: 1px;
31568
- top: 0;
31569
- bottom: 0;
31570
- background: rgba(211, 218, 235, 0.6);
31571
- position: absolute;
31572
- right: 0;
31573
- }
31574
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31575
- padding: unset;
31576
- }
31577
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31578
- display: none;
31579
- }
31580
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31581
- width: 100%;
31582
- overflow: hidden;
31583
- white-space: nowrap;
31584
- text-overflow: ellipsis;
31585
- }
31586
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31587
- overflow: hidden;
31588
- text-overflow: ellipsis;
31589
- flex: 1;
31590
- }
31591
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31592
- padding: 15px 25px 15px 8px;
31593
- }
31594
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31595
- padding: 0;
31596
- }
31597
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31598
- position: absolute;
31599
- right: 6px;
31600
- top: 50%;
31601
- transform: translateY(-50%);
31602
- height: 16px;
31603
- display: none;
31604
- transition: transform 320ms ease;
31605
- }
31606
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31607
- display: block;
31608
- transform: translateY(-50%) rotateX(180deg);
31609
- }
31610
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31611
- display: block;
31612
- }
31613
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31614
- display: none;
31615
- }
31616
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31617
- transform: translateY(-50%);
31618
- }
31619
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31620
- transform: translateY(-50%) rotateX(180deg);
31621
- }
31622
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31623
- background: #f2f5fa;
31624
- }
31625
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31626
- display: block;
31627
- }
31628
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31629
- padding-right: 25px;
31630
- }
31631
- .tta5kd2 .ant-table .ant-table-selection-column {
31632
- padding: 0 !important;
31633
- }
31634
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31635
- position: absolute;
31636
- left: 50%;
31637
- top: 50%;
31638
- transform: translate(-50%, -50%);
31639
- }
31640
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31641
- display: none;
31642
- }
31643
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31644
- background: #fff;
31645
- }
31646
- .tta5kd2 .ant-table .ant-table-placeholder {
31647
- background: inherit;
31547
+ line-height: 18px;
31648
31548
  }
31649
- .tta5kd2 .ant-table .ant-table-placeholder td {
31650
- position: static;
31651
- border: none;
31652
- background: inherit !important;
31653
- height: 100px;
31654
- vertical-align: middle;
31549
+
31550
+ .l1x7hscx {
31551
+ font-family: Inter;
31552
+ font-style: normal;
31553
+ font-weight: 500;
31554
+ font-size: 12px;
31555
+ line-height: 18px;
31655
31556
  }
31656
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31657
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31557
+
31558
+ .le1jwan {
31559
+ font-family: Inter;
31560
+ font-style: normal;
31658
31561
  font-weight: bold;
31659
- font-size: 20px;
31660
- color: rgba(10, 37, 85, 0.6);
31661
- }
31662
- .tta5kd2 .ant-table td.cell__action_ {
31663
- padding: 0 !important;
31664
- position: relative;
31665
- background: #fff;
31562
+ font-size: 12px;
31563
+ line-height: 18px;
31666
31564
  }
31667
- .tta5kd2 .ant-table td.cell__action_ > * {
31668
- height: 100%;
31669
- display: flex;
31670
- align-items: center;
31671
- justify-content: flex-end;
31672
- padding-right: 8px;
31565
+
31566
+ .lyxynfj {
31567
+ font-family: Inter;
31568
+ font-style: normal;
31569
+ font-weight: normal;
31570
+ font-size: 12px;
31571
+ line-height: 18px;
31673
31572
  }
31674
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31675
- width: 24px;
31676
- height: 24px;
31677
- cursor: pointer;
31678
- justify-content: center;
31679
- border-radius: 4px;
31573
+
31574
+ .lpb2nxv {
31575
+ font-family: Inter;
31576
+ font-style: normal;
31577
+ font-weight: 500;
31578
+ font-size: 12px;
31579
+ line-height: 18px;
31680
31580
  }
31681
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31682
- background: #fff;
31581
+
31582
+ .l1r8o3vv {
31583
+ font-family: Inter;
31584
+ font-style: normal;
31585
+ font-weight: bold;
31586
+ font-size: 12px;
31587
+ line-height: 18px;
31683
31588
  }
31684
31589
 
31685
- .rxbeqvl.ant-radio-wrapper {
31686
- display: inline-flex;
31687
- align-items: baseline;
31688
- white-space: pre-wrap;
31590
+ .lemnjy2 {
31591
+ font-family: Inter;
31592
+ font-style: normal;
31593
+ font-weight: normal;
31594
+ text-transform: uppercase;
31595
+ font-feature-settings: "cpsp" on;
31596
+ font-size: 12px;
31597
+ line-height: 18px;
31689
31598
  }
31690
- .rxbeqvl.ant-radio-wrapper .ant-radio {
31691
- position: relative;
31692
- top: 3px;
31599
+
31600
+ .lrc42gb {
31601
+ font-family: Inter;
31602
+ font-style: normal;
31603
+ font-weight: bold;
31604
+ text-transform: uppercase;
31605
+ font-feature-settings: "cpsp" on;
31606
+ font-size: 12px;
31607
+ line-height: 18px;
31693
31608
  }
31694
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31695
- border-color: rgba(107, 128, 167, 0.6);
31609
+
31610
+ .fqaz4mb {
31611
+ font-family: Inter;
31612
+ font-style: normal;
31613
+ font-weight: normal;
31614
+ font-size: 13px;
31615
+ line-height: 20px;
31696
31616
  }
31697
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31698
- border-color: #0080ff;
31617
+
31618
+ .f13we5o {
31619
+ font-family: Inter;
31620
+ font-style: normal;
31621
+ font-weight: normal;
31622
+ font-size: 13px;
31623
+ line-height: 20px;
31699
31624
  }
31700
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31701
- border-color: #0080ff;
31702
- background: #0080ff;
31625
+
31626
+ .ffmjua2 {
31627
+ font-family: Inter;
31628
+ font-style: normal;
31629
+ font-weight: normal;
31630
+ font-size: 12px;
31631
+ line-height: 18px;
31703
31632
  }
31704
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31705
- top: 4px;
31706
- left: 4px;
31707
- width: 6px;
31708
- height: 6px;
31709
- background: #fff;
31633
+
31634
+ .fz2mxw0 {
31635
+ font-family: Inter;
31636
+ font-style: normal;
31637
+ font-weight: normal;
31638
+ font-size: 12px;
31639
+ line-height: 18px;
31710
31640
  }
31711
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31712
- opacity: 0.5;
31641
+
31642
+ .t1ertzoh {
31643
+ font-family: Inter;
31644
+ font-style: normal;
31645
+ font-weight: normal;
31646
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31647
+ font-size: 13px;
31648
+ line-height: 20px;
31713
31649
  }
31714
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31715
- border-color: rgba(107, 128, 167, 0.6);
31716
- background: rgba(211, 218, 235, 0.6);
31650
+
31651
+ .t19bge8r {
31652
+ font-family: Inter;
31653
+ font-style: normal;
31654
+ font-weight: normal;
31655
+ font-feature-settings: "zero" on;
31656
+ font-size: 13px;
31657
+ line-height: 20px;
31717
31658
  }
31718
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31719
- background: #00122e;
31659
+
31660
+ .tjrzfyl {
31661
+ font-family: Inter;
31662
+ font-style: normal;
31663
+ font-weight: normal;
31664
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31665
+ font-size: 12px;
31666
+ line-height: 18px;
31720
31667
  }
31721
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31722
- color: #00122e;
31723
- opacity: 0.5;
31668
+
31669
+ .tm6s7bo {
31670
+ font-family: Inter;
31671
+ font-style: normal;
31672
+ font-weight: 500;
31673
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31674
+ font-size: 12px;
31675
+ line-height: 18px;
31724
31676
  }
31725
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31726
- color: #00122e;
31677
+
31678
+ .t19zq6ic {
31679
+ font-family: Inter;
31680
+ font-style: normal;
31681
+ font-weight: normal;
31682
+ font-feature-settings: "zero" on;
31683
+ font-size: 12px;
31684
+ line-height: 18px;
31727
31685
  }
31728
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31729
- display: inline-block;
31730
- padding: 0;
31731
- padding-left: 12px;
31686
+
31687
+ .t1gduru8 {
31688
+ font-family: Inter;
31689
+ font-style: normal;
31690
+ font-weight: 500;
31691
+ font-feature-settings: "zero" on;
31692
+ font-size: 12px;
31693
+ line-height: 18px;
31732
31694
  }
31733
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31734
- margin-bottom: 0;
31735
- white-space: pre-wrap;
31736
- color: rgba(44, 56, 82, 0.6);
31695
+
31696
+ .t55raab {
31697
+ font-family: Inter;
31698
+ font-style: normal;
31699
+ font-weight: bold;
31700
+ font-feature-settings: "zero" on;
31701
+ font-size: 16px;
31702
+ line-height: 24px;
31737
31703
  }
31738
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31739
- padding-left: 8px;
31704
+
31705
+ .u1w9abfe {
31706
+ font-family: Inter;
31707
+ font-style: normal;
31708
+ font-weight: normal;
31709
+ font-size: 10px;
31710
+ line-height: 12px;
31740
31711
  }
31741
31712
 
31742
- .r5ie79y .ant-radio-button-wrapper:first-child {
31743
- border-radius: 5px 0 0 5px;
31713
+ .p12gwtiw {
31714
+ display: flex;
31715
+ justify-content: space-between;
31716
+ align-items: center;
31717
+ padding: 10px 0;
31718
+ color: rgba(44, 56, 82, 0.6);
31719
+ font-size: 12px;
31720
+ line-height: 24px;
31744
31721
  }
31745
- .r5ie79y .ant-radio-button-wrapper:last-child {
31746
- border-radius: 0 5px 5px 0;
31722
+ .p12gwtiw .pagination-left {
31723
+ padding: 2px 8px;
31747
31724
  }
31748
-
31749
- .r1f0aqcc {
31750
- color: #00122e;
31751
- border-color: #ccd4e3;
31725
+ .p12gwtiw .dropdown-trigger {
31726
+ display: flex;
31727
+ align-items: center;
31728
+ border-radius: 6px;
31729
+ cursor: pointer;
31730
+ transition: all 0.3s ease;
31752
31731
  }
31753
- .r1f0aqcc:first-child {
31754
- border-color: #a3b4cc;
31732
+ .p12gwtiw .dropdown-trigger:hover {
31733
+ background: rgba(211, 218, 235, 0.6);
31734
+ color: #0080ff;
31755
31735
  }
31756
- .r1f0aqcc.ant-radio-button-wrapper {
31757
- padding: 0 12px;
31758
- line-height: 32px;
31759
- height: 32px;
31736
+ .p12gwtiw .dropdown-trigger .icon-inner {
31737
+ margin-left: 4px;
31760
31738
  }
31761
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
31762
- white-space: nowrap;
31739
+ .p12gwtiw .pagination-right {
31740
+ display: flex;
31741
+ align-items: center;
31742
+ color: #0080ff;
31743
+ font-weight: bold;
31763
31744
  }
31764
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31765
- height: 22px;
31766
- padding: 0 7px;
31767
- line-height: 20px;
31745
+ .p12gwtiw .pagination-right .icon-inner {
31746
+ margin-left: 4px;
31768
31747
  }
31769
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31770
- background: #ccd4e3;
31748
+ .p12gwtiw .pagination-right .prev-btn,
31749
+ .p12gwtiw .pagination-right .next-btn {
31750
+ padding: 0 8px;
31771
31751
  }
31772
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31773
- background: #0080ff;
31752
+ .p12gwtiw .pagination-right .prev-btn > span,
31753
+ .p12gwtiw .pagination-right .next-btn > span {
31754
+ color: #0080ff;
31774
31755
  }
31775
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31776
- background: #ccd4e3;
31777
- opacity: 0.5;
31756
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
31757
+ transform: rotate(180deg);
31778
31758
  }
31779
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31780
- border-right-color: #0080ff;
31759
+
31760
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31761
+ max-height: calc(100vh - 128px);
31762
+ overflow-y: auto;
31781
31763
  }
31782
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31783
- border-color: #0080ff;
31764
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31765
+ padding: 4px 20px;
31766
+ font-size: 12px;
31767
+ line-height: 18px;
31784
31768
  }
31785
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31786
- background: rgba(0, 136, 255, 0.1);
31769
+
31770
+ .s1ebs0ra {
31771
+ display: flex;
31772
+ align-items: center;
31773
+ justify-content: space-between;
31774
+ background: #edf0f7;
31775
+ padding: 8px 12px;
31776
+ position: sticky;
31777
+ top: 0;
31778
+ z-index: 1;
31779
+ margin-bottom: -52px;
31787
31780
  }
31788
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31789
- background: rgba(211, 218, 235, 0.6);
31790
- border-color: #ccd4e3;
31791
- opacity: 0.5;
31781
+ .s1ebs0ra .select-total {
31782
+ display: flex;
31783
+ align-items: center;
31784
+ font-weight: 700;
31785
+ flex-shrink: 0;
31786
+ }
31787
+ .s1ebs0ra .select-total .icon-wrapper {
31788
+ cursor: pointer;
31789
+ margin-left: 8px;
31790
+ width: 32px;
31791
+ height: 32px;
31792
+ border-radius: 50%;
31793
+ justify-content: center;
31792
31794
  }
31793
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31794
- color: #00122e;
31795
- border-color: #ccd4e3;
31795
+ .s1ebs0ra .select-total .icon-wrapper:hover {
31796
+ background: rgba(225, 230, 241, 0.6);
31796
31797
  }
31797
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31798
- color: #00122e;
31799
- border-color: #ccd4e3;
31800
- background: rgba(172, 186, 211, 0.6);
31798
+ .s1ebs0ra .action-group {
31799
+ flex: 1;
31800
+ margin-left: 88px;
31801
+ white-space: nowrap;
31802
+ text-align: right;
31803
+ position: relative;
31804
+ padding: 4px 0;
31805
+ margin-top: -4px;
31806
+ overflow: hidden;
31801
31807
  }
31802
- .r1f0aqcc .ant-radio-button-input {
31803
- margin-right: 8px;
31804
- display: inline;
31805
- border: none;
31806
- padding: 0;
31807
- width: 36px;
31808
- background: transparent;
31808
+ .s1ebs0ra .action-group .sub-menu-delete {
31809
+ transform: translateY(-4px);
31809
31810
  }
31810
- .r1f0aqcc .ant-radio-button-input:focus {
31811
- box-shadow: none;
31811
+ .s1ebs0ra .action-group button {
31812
+ border: none;
31812
31813
  }
31813
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31814
- margin-right: 0;
31815
- width: initial;
31816
- box-shadow: none;
31814
+ .s1ebs0ra .action-group > *:not(:last-child) {
31815
+ margin-right: 8px;
31817
31816
  }
31818
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31819
- display: none;
31817
+ .s1ebs0ra .action-group > button:last-child {
31818
+ margin-right: 4px;
31820
31819
  }
31821
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31822
- display: inline;
31820
+ .s1ebs0ra .action-group .more-btn {
31821
+ cursor: pointer;
31822
+ width: 32px;
31823
+ height: 32px;
31824
+ justify-content: center;
31825
+ border-radius: 50%;
31823
31826
  }
31824
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31825
- display: inline;
31826
- margin-right: 8px;
31827
- padding: 0;
31828
- width: 36px;
31827
+ .s1ebs0ra .action-group .more-btn:hover {
31828
+ background: #fff;
31829
31829
  }
31830
31830
 
31831
31831
  .c1up1pdz {
@@ -31988,67 +31988,38 @@ input.rrg1fkn.ant-input {
31988
31988
  padding: 8px 12px;
31989
31989
  }
31990
31990
 
31991
- .berrcjl {
31992
- color: rgba(10, 37, 85, 0.6);
31993
- margin-bottom: 4px;
31994
- }
31995
- .berrcjl .breadcrumb-link {
31996
- color: rgba(10, 37, 85, 0.6);
31997
- cursor: pointer;
31998
- transition: color 160ms ease;
31999
- }
32000
- .berrcjl .breadcrumb-link:hover {
32001
- color: #0080ff;
32002
- }
32003
- .berrcjl .breadcrumb-link:active {
32004
- color: #005ed1;
31991
+ .s11wux3h .ant-segmented-item:not(:last-child) {
31992
+ margin-right: 2px;
32005
31993
  }
32006
31994
 
32007
- .c18bcrac {
32008
- display: inline-block;
32009
- width: 100%;
31995
+ .s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
31996
+ padding-left: 8px;
31997
+ padding-right: 8px;
32010
31998
  }
32011
- .c18bcrac .recharts-wrapper {
32012
- margin-left: 4px;
31999
+ .s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32000
+ border-radius: 4px;
32013
32001
  }
32014
-
32015
- .cro7kg2 {
32016
- padding: 4px;
32002
+ .s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32003
+ border-radius: 4px;
32017
32004
  }
32018
32005
 
32019
- .c14wcxf0 {
32020
- display: flex;
32021
- justify-content: space-between;
32022
- align-items: center;
32023
- font-size: 13px;
32024
- line-height: 24px;
32025
- color: #cccccc;
32026
- white-space: nowrap;
32027
- }
32028
- .c14wcxf0 label {
32029
- margin-right: 32px;
32006
+ .ma64lna .ant-segmented-item-label {
32007
+ padding-left: 12px;
32008
+ padding-right: 12px;
32030
32009
  }
32031
32010
 
32032
- .coy29mj.c14wcxf0 {
32033
- font-weight: bold;
32034
- color: white;
32011
+ .ckld275 {
32012
+ background-color: rgba(225, 230, 241, 0.6);
32035
32013
  }
32036
-
32037
- .s11212zy {
32038
- width: 8px;
32039
- height: 8px;
32040
- border-radius: 2px;
32041
- display: inline-block;
32042
- background: var(--s11212zy-0);
32043
- border: 1px solid #fff;
32044
- box-sizing: content-box;
32045
- margin-right: 6px;
32014
+ .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32015
+ background-color: rgba(255, 255, 255, 0.6);
32016
+ color: rgba(44, 56, 82, 0.75);
32046
32017
  }
32047
-
32048
- .p1lyky6c > :first-child {
32049
- font-weight: bold;
32050
- color: white;
32051
- margin-right: 4px;
32018
+ .ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32019
+ background-color: transparent;
32020
+ }
32021
+ .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32022
+ background-color: transparent;
32052
32023
  }
32053
32024
 
32054
32025
  .c1uzzomf {
@@ -32073,6 +32044,25 @@ input.rrg1fkn.ant-input {
32073
32044
  text-align: center;
32074
32045
  }
32075
32046
 
32047
+ .n12mqh7z {
32048
+ display: flex;
32049
+ align-items: center;
32050
+ font-size: 12px;
32051
+ line-height: 18px;
32052
+ }
32053
+ .n12mqh7z:not(:last-child) {
32054
+ margin-bottom: 4px;
32055
+ }
32056
+
32057
+ .tf5bynu {
32058
+ margin: 0 3px;
32059
+ }
32060
+
32061
+ .tcckoz1 {
32062
+ max-height: 400px;
32063
+ overflow: "auto";
32064
+ }
32065
+
32076
32066
  .c1bus5hc {
32077
32067
  --color: white;
32078
32068
  height: 14px;
@@ -32123,12 +32113,94 @@ input.rrg1fkn.ant-input {
32123
32113
  color: #0080ff;
32124
32114
  }
32125
32115
 
32126
- .s1iv0tp1 .enabled-switch {
32116
+ .t1sqg15u {
32117
+ background: white;
32118
+ }
32119
+ .t1sqg15u.inline .table-row {
32120
+ flex-direction: column;
32121
+ }
32122
+ .t1sqg15u.inline .table-row > label {
32123
+ padding: 0 16px 7px 0;
32124
+ }
32125
+ .t1sqg15u.has-border .table-header {
32126
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32127
+ }
32128
+ .t1sqg15u.has-border .hiddenBorder {
32129
+ border-top: none !important;
32130
+ }
32131
+ .t1sqg15u.has-border .table-row + .table-row {
32132
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
32133
+ }
32134
+ .t1sqg15u.has-border .table-row:last-of-type {
32135
+ padding-bottom: 0;
32136
+ }
32137
+ .t1sqg15u.align-right .content {
32138
+ text-align: right;
32139
+ }
32140
+ .t1sqg15u .uuid-row {
32141
+ display: flex;
32142
+ justify-content: space-between;
32143
+ }
32144
+ .t1sqg15u .uuid-row .id-text {
32145
+ white-space: nowrap;
32146
+ overflow: hidden;
32147
+ text-overflow: ellipsis;
32148
+ }
32149
+
32150
+ .t4zczcp {
32127
32151
  display: flex;
32152
+ justify-content: space-between;
32128
32153
  align-items: center;
32154
+ padding: 8px;
32155
+ min-height: 32px;
32129
32156
  }
32130
- .s1iv0tp1 .enabled-text {
32131
- margin-right: 8px;
32157
+ .t4zczcp .table-title {
32158
+ color: rgba(44, 56, 82, 0.6);
32159
+ font-weight: 600;
32160
+ font-size: 12px;
32161
+ line-height: 8px;
32162
+ }
32163
+ .t4zczcp .edit-icon {
32164
+ font-size: 16px;
32165
+ color: rgba(10, 37, 85, 0.6);
32166
+ cursor: pointer;
32167
+ }
32168
+
32169
+ .t1s7goww {
32170
+ font-size: 12px;
32171
+ line-height: 18px;
32172
+ }
32173
+
32174
+ .t93e4cf {
32175
+ display: flex;
32176
+ padding: 8px 0;
32177
+ color: #2d3a56;
32178
+ }
32179
+ .t93e4cf .hidden {
32180
+ display: none;
32181
+ }
32182
+ .t93e4cf .ant-btn-link {
32183
+ height: auto;
32184
+ }
32185
+ .t93e4cf .content {
32186
+ overflow: hidden;
32187
+ overflow-x: auto;
32188
+ width: 100%;
32189
+ white-space: pre-wrap;
32190
+ }
32191
+ .t93e4cf .content .ant-btn {
32192
+ white-space: pre-wrap;
32193
+ text-align: left;
32194
+ }
32195
+ .t93e4cf .content .unit-chart {
32196
+ justify-content: flex-start;
32197
+ }
32198
+
32199
+ .rhz2uv5 {
32200
+ width: var(--rhz2uv5-0);
32201
+ flex-shrink: 0;
32202
+ color: rgba(44, 56, 82, 0.6);
32203
+ padding-right: 12px;
32132
32204
  }
32133
32205
 
32134
32206
  .clm1wy1 {
@@ -32224,57 +32296,82 @@ input.rrg1fkn.ant-input {
32224
32296
  border-radius: 2px;
32225
32297
  }
32226
32298
 
32227
- .n12mqh7z {
32228
- display: flex;
32229
- align-items: center;
32230
- font-size: 12px;
32231
- line-height: 18px;
32232
- }
32233
- .n12mqh7z:not(:last-child) {
32299
+ .berrcjl {
32300
+ color: rgba(10, 37, 85, 0.6);
32234
32301
  margin-bottom: 4px;
32235
32302
  }
32303
+ .berrcjl .breadcrumb-link {
32304
+ color: rgba(10, 37, 85, 0.6);
32305
+ cursor: pointer;
32306
+ transition: color 160ms ease;
32307
+ }
32308
+ .berrcjl .breadcrumb-link:hover {
32309
+ color: #0080ff;
32310
+ }
32311
+ .berrcjl .breadcrumb-link:active {
32312
+ color: #005ed1;
32313
+ }
32236
32314
 
32237
- .tf5bynu {
32238
- margin: 0 3px;
32315
+ .c18bcrac {
32316
+ display: inline-block;
32317
+ width: 100%;
32239
32318
  }
32240
-
32241
- .tcckoz1 {
32242
- max-height: 400px;
32243
- overflow: "auto";
32319
+ .c18bcrac .recharts-wrapper {
32320
+ margin-left: 4px;
32244
32321
  }
32245
32322
 
32246
- .s11wux3h .ant-segmented-item:not(:last-child) {
32247
- margin-right: 2px;
32323
+ .cro7kg2 {
32324
+ padding: 4px;
32248
32325
  }
32249
32326
 
32250
- .s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32251
- padding-left: 8px;
32252
- padding-right: 8px;
32327
+ .c14wcxf0 {
32328
+ display: flex;
32329
+ justify-content: space-between;
32330
+ align-items: center;
32331
+ font-size: 13px;
32332
+ line-height: 24px;
32333
+ color: #cccccc;
32334
+ white-space: nowrap;
32253
32335
  }
32254
- .s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32255
- border-radius: 4px;
32336
+ .c14wcxf0 label {
32337
+ margin-right: 32px;
32256
32338
  }
32257
- .s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32258
- border-radius: 4px;
32339
+
32340
+ .coy29mj.c14wcxf0 {
32341
+ font-weight: bold;
32342
+ color: white;
32259
32343
  }
32260
32344
 
32261
- .ma64lna .ant-segmented-item-label {
32262
- padding-left: 12px;
32263
- padding-right: 12px;
32345
+ .s11212zy {
32346
+ width: 8px;
32347
+ height: 8px;
32348
+ border-radius: 2px;
32349
+ display: inline-block;
32350
+ background: var(--s11212zy-0);
32351
+ border: 1px solid #fff;
32352
+ box-sizing: content-box;
32353
+ margin-right: 6px;
32264
32354
  }
32265
32355
 
32266
- .ckld275 {
32267
- background-color: rgba(225, 230, 241, 0.6);
32356
+ .p1lyky6c > :first-child {
32357
+ font-weight: bold;
32358
+ color: white;
32359
+ margin-right: 4px;
32268
32360
  }
32269
- .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32270
- background-color: rgba(255, 255, 255, 0.6);
32271
- color: rgba(44, 56, 82, 0.75);
32361
+
32362
+ .s1iv0tp1 .enabled-switch {
32363
+ display: flex;
32364
+ align-items: center;
32272
32365
  }
32273
- .ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32274
- background-color: transparent;
32366
+ .s1iv0tp1 .enabled-text {
32367
+ margin-right: 8px;
32275
32368
  }
32276
- .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32277
- background-color: transparent;
32369
+
32370
+ .tje3huy {
32371
+ width: 100%;
32372
+ overflow: inherit;
32373
+ white-space: inherit;
32374
+ text-overflow: ellipsis;
32278
32375
  }
32279
32376
 
32280
32377
  .wg1tsps {
@@ -32300,101 +32397,8 @@ input.rrg1fkn.ant-input {
32300
32397
  color: #00122e !important;
32301
32398
  }
32302
32399
 
32303
- .tje3huy {
32304
- width: 100%;
32305
- overflow: inherit;
32306
- white-space: inherit;
32307
- text-overflow: ellipsis;
32308
- }
32309
-
32310
- .t1sqg15u {
32311
- background: white;
32312
- }
32313
- .t1sqg15u.inline .table-row {
32314
- flex-direction: column;
32315
- }
32316
- .t1sqg15u.inline .table-row > label {
32317
- padding: 0 16px 7px 0;
32318
- }
32319
- .t1sqg15u.has-border .table-header {
32320
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32321
- }
32322
- .t1sqg15u.has-border .hiddenBorder {
32323
- border-top: none !important;
32324
- }
32325
- .t1sqg15u.has-border .table-row + .table-row {
32326
- border-top: 1px solid rgba(225, 230, 241, 0.6);
32327
- }
32328
- .t1sqg15u.has-border .table-row:last-of-type {
32329
- padding-bottom: 0;
32330
- }
32331
- .t1sqg15u.align-right .content {
32332
- text-align: right;
32333
- }
32334
- .t1sqg15u .uuid-row {
32335
- display: flex;
32336
- justify-content: space-between;
32337
- }
32338
- .t1sqg15u .uuid-row .id-text {
32339
- white-space: nowrap;
32340
- overflow: hidden;
32341
- text-overflow: ellipsis;
32342
- }
32343
-
32344
- .t4zczcp {
32345
- display: flex;
32346
- justify-content: space-between;
32347
- align-items: center;
32348
- padding: 8px;
32349
- min-height: 32px;
32350
- }
32351
- .t4zczcp .table-title {
32352
- color: rgba(44, 56, 82, 0.6);
32353
- font-weight: 600;
32354
- font-size: 12px;
32355
- line-height: 8px;
32356
- }
32357
- .t4zczcp .edit-icon {
32358
- font-size: 16px;
32359
- color: rgba(10, 37, 85, 0.6);
32360
- cursor: pointer;
32361
- }
32362
-
32363
- .t1s7goww {
32364
- font-size: 12px;
32365
- line-height: 18px;
32366
- }
32367
-
32368
- .t93e4cf {
32369
- display: flex;
32370
- padding: 8px 0;
32371
- color: #2d3a56;
32372
- }
32373
- .t93e4cf .hidden {
32374
- display: none;
32375
- }
32376
- .t93e4cf .ant-btn-link {
32377
- height: auto;
32378
- }
32379
- .t93e4cf .content {
32380
- overflow: hidden;
32381
- overflow-x: auto;
32382
- width: 100%;
32383
- white-space: pre-wrap;
32384
- }
32385
- .t93e4cf .content .ant-btn {
32386
- white-space: pre-wrap;
32387
- text-align: left;
32388
- }
32389
- .t93e4cf .content .unit-chart {
32390
- justify-content: flex-start;
32391
- }
32392
-
32393
- .rhz2uv5 {
32394
- width: var(--rhz2uv5-0);
32395
- flex-shrink: 0;
32396
- color: rgba(44, 56, 82, 0.6);
32397
- padding-right: 12px;
32400
+ .t3qomhu {
32401
+ margin: 0 2px;
32398
32402
  }
32399
32403
 
32400
32404
  .m15dvk92 {
@@ -32417,6 +32421,32 @@ input.rrg1fkn.ant-input {
32417
32421
  padding: 20px 24px 24px 24px;
32418
32422
  }
32419
32423
 
32424
+ .cav9p2m .ant-collapse-item {
32425
+ border: 0px;
32426
+ background-color: #fff;
32427
+ }
32428
+ .cav9p2m .ant-collapse-item .ant-collapse-header {
32429
+ padding-top: 0px;
32430
+ padding-bottom: 0px;
32431
+ padding-left: 0px !important;
32432
+ padding-right: 24px;
32433
+ }
32434
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32435
+ right: 0px;
32436
+ }
32437
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32438
+ padding: 0px;
32439
+ }
32440
+
32441
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32442
+ padding-right: 0px;
32443
+ cursor: default;
32444
+ }
32445
+
32446
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32447
+ display: flex;
32448
+ }
32449
+
32420
32450
  .c198s9j3 {
32421
32451
  color: #2d3a56;
32422
32452
  line-height: 22px;
@@ -32479,13 +32509,74 @@ input.rrg1fkn.ant-input {
32479
32509
  margin-left: 28px;
32480
32510
  color: rgba(44, 56, 82, 0.6);
32481
32511
  }
32482
- .c198s9j3.compact .ant-checkbox + span .main,
32483
- .c198s9j3.compact .ant-checkbox-disabled + span .main {
32484
- margin-left: 8px;
32512
+ .c198s9j3.compact .ant-checkbox + span .main,
32513
+ .c198s9j3.compact .ant-checkbox-disabled + span .main {
32514
+ margin-left: 8px;
32515
+ }
32516
+ .c198s9j3.compact .ant-checkbox + span .sub,
32517
+ .c198s9j3.compact .ant-checkbox-disabled + span .sub {
32518
+ margin-left: 24px;
32519
+ }
32520
+
32521
+ button.lujuy3j {
32522
+ color: #0080FF;
32523
+ }
32524
+ button.lujuy3j .button-prefix-icon {
32525
+ margin-right: 4px;
32526
+ }
32527
+ button.lujuy3j .button-suffix-icon {
32528
+ margin-left: 4px;
32529
+ }
32530
+ button.lujuy3j:hover, button.lujuy3j.__pseudo-states-hover {
32531
+ color: #009dff;
32532
+ }
32533
+ button.lujuy3j:active, button.lujuy3j.__pseudo-states-active {
32534
+ color: #005ed1;
32535
+ }
32536
+ button.lujuy3j.ui-kit-link-disabled {
32537
+ color: #0080FF;
32538
+ }
32539
+ button.lujuy3j.ui-kit-link-subtle {
32540
+ color: #00122e;
32541
+ }
32542
+ button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
32543
+ color: #0080FF;
32544
+ }
32545
+ button.lujuy3j.ui-kit-link-subtle:active, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
32546
+ color: #005ed1;
32547
+ }
32548
+ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32549
+ color: #00122e;
32550
+ }
32551
+
32552
+ .t1gz6wqf {
32553
+ height: 100%;
32554
+ }
32555
+ .t1gz6wqf .table-loading-item {
32556
+ padding: 12px 4px;
32557
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32558
+ display: flex;
32559
+ }
32560
+ .t1gz6wqf .table-loading-item > * {
32561
+ height: 16px;
32562
+ margin: 4px;
32563
+ background: rgba(204, 212, 227, 0.18);
32564
+ border-radius: 2px;
32565
+ }
32566
+ .t1gz6wqf .table-loading-item .checkbox-loading {
32567
+ width: 16px;
32568
+ }
32569
+ .t1gz6wqf .table-loading-item .td-loading {
32570
+ flex: 1;
32571
+ }
32572
+ .t1gz6wqf :nth-child(1) {
32573
+ padding: 8px 4px;
32485
32574
  }
32486
- .c198s9j3.compact .ant-checkbox + span .sub,
32487
- .c198s9j3.compact .ant-checkbox-disabled + span .sub {
32488
- margin-left: 24px;
32575
+ .t1gz6wqf :nth-child(1) > * {
32576
+ background: rgba(107, 125, 153, 0.18);
32577
+ }
32578
+ .t1gz6wqf :nth-child(1) > * {
32579
+ background: rgba(163, 180, 204, 0.18);
32489
32580
  }
32490
32581
 
32491
32582
  .l4bld33 {
@@ -32537,42 +32628,10 @@ input.rrg1fkn.ant-input {
32537
32628
  animation: loading-indicator3 1100ms ease-out infinite;
32538
32629
  }
32539
32630
 
32540
- .igz4le8 {
32541
- height: 24px;
32542
- width: 56px !important;
32631
+ .t19ustft .date {
32543
32632
  margin-right: 4px;
32544
32633
  }
32545
32634
 
32546
- .c1riexje {
32547
- color: rgba(44, 56, 82, 0.6);
32548
- }
32549
-
32550
- .t3qomhu {
32551
- margin: 0 2px;
32552
- }
32553
-
32554
- .cav9p2m .ant-collapse-item {
32555
- border: 0px;
32556
- background-color: #fff;
32557
- }
32558
- .cav9p2m .ant-collapse-item .ant-collapse-header {
32559
- padding-top: 0px;
32560
- padding-bottom: 0px;
32561
- padding-left: 0px !important;
32562
- padding-right: 24px;
32563
- }
32564
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32565
- right: 0px;
32566
- }
32567
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32568
- padding: 0px;
32569
- }
32570
-
32571
- .csf0p6c .ant-collapse-item .ant-collapse-header {
32572
- padding-right: 0px;
32573
- cursor: default;
32574
- }
32575
-
32576
32635
  .o8ocss1 {
32577
32636
  overflow: hidden;
32578
32637
  text-overflow: ellipsis;
@@ -32743,39 +32802,14 @@ input.rrg1fkn.ant-input {
32743
32802
  margin-left: 8px;
32744
32803
  }
32745
32804
 
32746
- .iiqau4c.ant-input-group.ant-input-group-compact {
32747
- display: flex;
32748
- }
32749
-
32750
- button.lujuy3j {
32751
- color: #0080FF;
32752
- }
32753
- button.lujuy3j .button-prefix-icon {
32805
+ .igz4le8 {
32806
+ height: 24px;
32807
+ width: 56px !important;
32754
32808
  margin-right: 4px;
32755
32809
  }
32756
- button.lujuy3j .button-suffix-icon {
32757
- margin-left: 4px;
32758
- }
32759
- button.lujuy3j:hover, button.lujuy3j.__pseudo-states-hover {
32760
- color: #009dff;
32761
- }
32762
- button.lujuy3j:active, button.lujuy3j.__pseudo-states-active {
32763
- color: #005ed1;
32764
- }
32765
- button.lujuy3j.ui-kit-link-disabled {
32766
- color: #0080FF;
32767
- }
32768
- button.lujuy3j.ui-kit-link-subtle {
32769
- color: #00122e;
32770
- }
32771
- button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
32772
- color: #0080FF;
32773
- }
32774
- button.lujuy3j.ui-kit-link-subtle:active, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
32775
- color: #005ed1;
32776
- }
32777
- button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32778
- color: #00122e;
32810
+
32811
+ .c1riexje {
32812
+ color: rgba(44, 56, 82, 0.6);
32779
32813
  }
32780
32814
 
32781
32815
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
@@ -32835,84 +32869,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32835
32869
  transform: rotate(180deg);
32836
32870
  }
32837
32871
 
32838
- .t19ustft .date {
32839
- margin-right: 4px;
32840
- }
32841
-
32842
- .s14dk8r1 {
32843
- margin: 0;
32844
- border-radius: 20px;
32845
- padding: 2px 10px;
32846
- height: 22px;
32847
- }
32848
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32849
- background-color: rgba(237, 241, 250, 0.6) !important;
32850
- }
32851
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32852
- background-color: rgba(225, 230, 241, 0.6) !important;
32853
- }
32854
- .s14dk8r1.ant-tag.ui-kit-status-capsule {
32855
- color: #00122e;
32856
- }
32857
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32858
- margin-right: 6px;
32859
- }
32860
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32861
- margin-left: 4px;
32862
- }
32863
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32864
- background-color: rgba(0, 136, 255, 0.1);
32865
- }
32866
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32867
- background-color: #0080ff;
32868
- }
32869
- .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 {
32870
- background-color: rgba(0, 136, 255, 0.16);
32871
- }
32872
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32873
- background-color: rgba(255, 74, 74, 0.1);
32874
- }
32875
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32876
- background-color: #f0483e;
32877
- }
32878
- .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 {
32879
- background-color: rgba(255, 74, 74, 0.16);
32880
- }
32881
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32882
- background-color: rgba(254, 160, 8, 0.1);
32883
- }
32884
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32885
- background-color: #fea008;
32886
- }
32887
- .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 {
32888
- background-color: rgba(255, 187, 0, 0.16);
32889
- }
32890
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32891
- background-color: rgba(30, 201, 127, 0.1);
32892
- }
32893
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32894
- background-color: #00ba5d;
32895
- }
32896
- .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 {
32897
- background-color: rgba(30, 201, 127, 0.16);
32898
- }
32899
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32900
- background-color: rgba(225, 230, 241, 0.6);
32901
- }
32902
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32903
- background-color: #6b7d99;
32904
- }
32905
- .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 {
32906
- background-color: rgba(211, 218, 235, 0.6);
32907
- }
32908
-
32909
- .s1uupoto {
32910
- width: 8px;
32911
- height: 8px;
32912
- border-radius: 50%;
32913
- display: inline-block;
32914
- }
32915
-
32916
32872
  .s1uupxds {
32917
32873
  padding: 0 8px;
32918
32874
  border-radius: 4px;
@@ -32995,34 +32951,78 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32995
32951
  background-color: #7E41FF;
32996
32952
  }
32997
32953
 
32998
- .t1gz6wqf {
32999
- height: 100%;
32954
+ .s14dk8r1 {
32955
+ margin: 0;
32956
+ border-radius: 20px;
32957
+ padding: 2px 10px;
32958
+ height: 22px;
33000
32959
  }
33001
- .t1gz6wqf .table-loading-item {
33002
- padding: 12px 4px;
33003
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33004
- display: flex;
32960
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32961
+ background-color: rgba(237, 241, 250, 0.6) !important;
33005
32962
  }
33006
- .t1gz6wqf .table-loading-item > * {
33007
- height: 16px;
33008
- margin: 4px;
33009
- background: rgba(204, 212, 227, 0.18);
33010
- border-radius: 2px;
32963
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32964
+ background-color: rgba(225, 230, 241, 0.6) !important;
33011
32965
  }
33012
- .t1gz6wqf .table-loading-item .checkbox-loading {
33013
- width: 16px;
32966
+ .s14dk8r1.ant-tag.ui-kit-status-capsule {
32967
+ color: #00122e;
33014
32968
  }
33015
- .t1gz6wqf .table-loading-item .td-loading {
33016
- flex: 1;
32969
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32970
+ margin-right: 6px;
33017
32971
  }
33018
- .t1gz6wqf :nth-child(1) {
33019
- padding: 8px 4px;
32972
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32973
+ margin-left: 4px;
33020
32974
  }
33021
- .t1gz6wqf :nth-child(1) > * {
33022
- background: rgba(107, 125, 153, 0.18);
32975
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32976
+ background-color: rgba(0, 136, 255, 0.1);
33023
32977
  }
33024
- .t1gz6wqf :nth-child(1) > * {
33025
- background: rgba(163, 180, 204, 0.18);
32978
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32979
+ background-color: #0080ff;
32980
+ }
32981
+ .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 {
32982
+ background-color: rgba(0, 136, 255, 0.16);
32983
+ }
32984
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32985
+ background-color: rgba(255, 74, 74, 0.1);
32986
+ }
32987
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32988
+ background-color: #f0483e;
32989
+ }
32990
+ .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 {
32991
+ background-color: rgba(255, 74, 74, 0.16);
32992
+ }
32993
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32994
+ background-color: rgba(254, 160, 8, 0.1);
32995
+ }
32996
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32997
+ background-color: #fea008;
32998
+ }
32999
+ .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 {
33000
+ background-color: rgba(255, 187, 0, 0.16);
33001
+ }
33002
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
33003
+ background-color: rgba(30, 201, 127, 0.1);
33004
+ }
33005
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33006
+ background-color: #00ba5d;
33007
+ }
33008
+ .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 {
33009
+ background-color: rgba(30, 201, 127, 0.16);
33010
+ }
33011
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33012
+ background-color: rgba(225, 230, 241, 0.6);
33013
+ }
33014
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33015
+ background-color: #6b7d99;
33016
+ }
33017
+ .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 {
33018
+ background-color: rgba(211, 218, 235, 0.6);
33019
+ }
33020
+
33021
+ .s1uupoto {
33022
+ width: 8px;
33023
+ height: 8px;
33024
+ border-radius: 50%;
33025
+ display: inline-block;
33026
33026
  }
33027
33027
 
33028
33028
  .sq6vos1 {
@@ -33216,14 +33216,8 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33216
33216
  align-items: center;
33217
33217
  min-width: 20px;
33218
33218
  min-height: 20px;
33219
- color: rgba(44, 56, 82, 0.75);
33220
- justify-content: center;
33221
- }
33222
-
33223
- .h1ol2wl7 {
33224
- font-weight: bold;
33225
- background-color: unset;
33226
- padding: unset;
33219
+ color: rgba(44, 56, 82, 0.75);
33220
+ justify-content: center;
33227
33221
  }
33228
33222
 
33229
33223
  .c1kchka8 {
@@ -33703,17 +33697,10 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33703
33697
  padding: 0;
33704
33698
  }
33705
33699
 
33706
- .skwah65 {
33707
- height: 8px;
33708
- box-sizing: border-box;
33709
- border-radius: 2px;
33710
- background: #f5f7fa;
33711
- display: flex;
33712
- width: 100%;
33713
- overflow: hidden;
33714
- }
33715
- .skwah65 .stack-bar-item + .stack-bar-item {
33716
- margin-left: 1px;
33700
+ .h1ol2wl7 {
33701
+ font-weight: bold;
33702
+ background-color: unset;
33703
+ padding: unset;
33717
33704
  }
33718
33705
 
33719
33706
  .t160l1cm {
@@ -33919,57 +33906,10 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33919
33906
  background: transparent;
33920
33907
  }
33921
33908
 
33922
- .f1p9ti6d {
33923
- width: 100%;
33924
- margin-bottom: 0 !important;
33925
- flex-flow: nowrap !important;
33926
- line-break: auto;
33927
- }
33928
- .f1p9ti6d > .ant-form-item-label {
33929
- text-align: left !important;
33930
- padding-bottom: 0 !important;
33931
- }
33932
- .f1p9ti6d > .ant-form-item-label > label {
33933
- min-height: 32px;
33934
- height: auto;
33935
- font-size: 13px;
33936
- color: rgba(44, 56, 82, 0.6);
33937
- white-space: normal;
33938
- }
33939
- .f1p9ti6d.ant-form-item-has-error .ant-input {
33940
- border-color: #ff4d4f !important;
33941
- }
33942
- .f1p9ti6d .ant-form-item-explain {
33943
- margin-top: 4px;
33944
- font-size: 12px;
33945
- min-height: 0px;
33946
- }
33947
- .f1p9ti6d .ant-form-item-extra {
33948
- font-size: 12px;
33949
- color: rgba(44, 56, 82, 0.6);
33950
- min-height: 0px;
33951
- }
33952
-
33953
33909
  .c1k4vanq {
33954
33910
  padding: 0 12px 14px 12px;
33955
33911
  }
33956
33912
 
33957
- .rrwcpby {
33958
- display: flex;
33959
- align-items: center;
33960
- }
33961
- .rrwcpby .order {
33962
- height: 24px;
33963
- width: 24px;
33964
- border-radius: 20px;
33965
- color: #0080ff;
33966
- background: rgba(0, 136, 255, 0.1);
33967
- display: flex;
33968
- align-items: center;
33969
- justify-content: center;
33970
- margin-right: 6px;
33971
- }
33972
-
33973
33913
  .c1udgdh2 {
33974
33914
  color: #2d3a56;
33975
33915
  padding: 7px 12px;
@@ -34010,6 +33950,22 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34010
33950
  margin-right: 2px;
34011
33951
  }
34012
33952
 
33953
+ .rrwcpby {
33954
+ display: flex;
33955
+ align-items: center;
33956
+ }
33957
+ .rrwcpby .order {
33958
+ height: 24px;
33959
+ width: 24px;
33960
+ border-radius: 20px;
33961
+ color: #0080ff;
33962
+ background: rgba(0, 136, 255, 0.1);
33963
+ display: flex;
33964
+ align-items: center;
33965
+ justify-content: center;
33966
+ margin-right: 6px;
33967
+ }
33968
+
34013
33969
  .bab9xum {
34014
33970
  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);
34015
33971
  }
@@ -34027,6 +33983,19 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34027
33983
  transform: translateY(-4px);
34028
33984
  }
34029
33985
 
33986
+ .skwah65 {
33987
+ height: 8px;
33988
+ box-sizing: border-box;
33989
+ border-radius: 2px;
33990
+ background: #f5f7fa;
33991
+ display: flex;
33992
+ width: 100%;
33993
+ overflow: hidden;
33994
+ }
33995
+ .skwah65 .stack-bar-item + .stack-bar-item {
33996
+ margin-left: 1px;
33997
+ }
33998
+
34030
33999
  .tc40oxa {
34031
34000
  margin-bottom: 4px;
34032
34001
  color: rgba(44, 56, 82, 0.6);
@@ -34220,63 +34189,35 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34220
34189
  margin-right: 8px;
34221
34190
  }
34222
34191
 
34223
- .at4ovwe .ant-input-number-handler-wrap {
34224
- display: var(--at4ovwe-0);
34225
- }
34226
- .at4ovwe .ant-input-number-input-wrap {
34227
- padding: 5px 12px;
34228
- display: inline-flex;
34229
- line-height: 1.5715;
34230
- height: 100%;
34192
+ .f1p9ti6d {
34231
34193
  width: 100%;
34194
+ margin-bottom: 0 !important;
34195
+ flex-flow: nowrap !important;
34196
+ line-break: auto;
34232
34197
  }
34233
- .at4ovwe .ant-input-number-input-wrap::after {
34234
- content: var(--at4ovwe-1);
34235
- display: var(--at4ovwe-2);
34236
- flex: none;
34237
- align-items: center;
34238
- margin-left: 4px;
34239
- color: rgba(44, 56, 82, 0.6);
34198
+ .f1p9ti6d > .ant-form-item-label {
34199
+ text-align: left !important;
34200
+ padding-bottom: 0 !important;
34240
34201
  }
34241
- .at4ovwe .ant-input-number-input-wrap::before {
34242
- content: var(--at4ovwe-3);
34243
- display: var(--at4ovwe-4);
34244
- flex: none;
34245
- align-items: center;
34246
- margin-right: 4px;
34247
- cursor: auto;
34202
+ .f1p9ti6d > .ant-form-item-label > label {
34203
+ min-height: 32px;
34204
+ height: auto;
34205
+ font-size: 13px;
34248
34206
  color: rgba(44, 56, 82, 0.6);
34207
+ white-space: normal;
34249
34208
  }
34250
- .ant-input-group.ant-input-group-compact > .at4ovwe {
34251
- border-radius: 0;
34252
- }
34253
- .at4ovwe.ant-input-number {
34254
- width: 100%;
34255
- border-radius: 6px;
34256
- }
34257
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
34258
- border-color: #0096ff;
34259
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
34260
- z-index: 1;
34261
- }
34262
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
34263
- border-color: #e75a3a;
34264
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
34265
- }
34266
- .at4ovwe .ant-input-number-input {
34267
- padding: 0;
34268
- margin: 0;
34269
- height: auto;
34270
- font-size: inherit;
34209
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
34210
+ border-color: #ff4d4f !important;
34271
34211
  }
34272
-
34273
- .w1xcixj5.outside-tag {
34274
- padding-left: 0;
34212
+ .f1p9ti6d .ant-form-item-explain {
34213
+ margin-top: 4px;
34214
+ font-size: 12px;
34215
+ min-height: 0px;
34275
34216
  }
34276
- .w1xcixj5.outside-tag .inside-tag {
34277
- border-radius: 4px 0 0 4px;
34278
- padding-right: 4px;
34279
- margin-right: 4px;
34217
+ .f1p9ti6d .ant-form-item-extra {
34218
+ font-size: 12px;
34219
+ color: rgba(44, 56, 82, 0.6);
34220
+ min-height: 0px;
34280
34221
  }
34281
34222
 
34282
34223
  .sut42l0 {
@@ -34310,23 +34251,13 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34310
34251
  height: 16px;
34311
34252
  }
34312
34253
 
34313
- .feau332.ant-form-item {
34314
- margin-bottom: 0;
34315
- }
34316
- .feau332 .ant-form-item-explain {
34317
- display: none;
34318
- min-height: 18px;
34319
- margin-top: 5px;
34320
- font-family: "Inter";
34321
- font-weight: 400;
34322
- font-size: 12px;
34323
- line-height: 18px;
34324
- }
34325
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34326
- white-space: pre-wrap;
34254
+ .w1xcixj5.outside-tag {
34255
+ padding-left: 0;
34327
34256
  }
34328
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34329
- display: block;
34257
+ .w1xcixj5.outside-tag .inside-tag {
34258
+ border-radius: 4px 0 0 4px;
34259
+ padding-right: 4px;
34260
+ margin-right: 4px;
34330
34261
  }
34331
34262
 
34332
34263
  .a6dbbkm .ant-input-number-handler-wrap {
@@ -34358,4 +34289,73 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34358
34289
  margin: 0;
34359
34290
  height: auto;
34360
34291
  font-size: inherit;
34292
+ }
34293
+
34294
+ .at4ovwe .ant-input-number-handler-wrap {
34295
+ display: var(--at4ovwe-0);
34296
+ }
34297
+ .at4ovwe .ant-input-number-input-wrap {
34298
+ padding: 5px 12px;
34299
+ display: inline-flex;
34300
+ line-height: 1.5715;
34301
+ height: 100%;
34302
+ width: 100%;
34303
+ }
34304
+ .at4ovwe .ant-input-number-input-wrap::after {
34305
+ content: var(--at4ovwe-1);
34306
+ display: var(--at4ovwe-2);
34307
+ flex: none;
34308
+ align-items: center;
34309
+ margin-left: 4px;
34310
+ color: rgba(44, 56, 82, 0.6);
34311
+ }
34312
+ .at4ovwe .ant-input-number-input-wrap::before {
34313
+ content: var(--at4ovwe-3);
34314
+ display: var(--at4ovwe-4);
34315
+ flex: none;
34316
+ align-items: center;
34317
+ margin-right: 4px;
34318
+ cursor: auto;
34319
+ color: rgba(44, 56, 82, 0.6);
34320
+ }
34321
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
34322
+ border-radius: 0;
34323
+ }
34324
+ .at4ovwe.ant-input-number {
34325
+ width: 100%;
34326
+ border-radius: 6px;
34327
+ }
34328
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
34329
+ border-color: #0096ff;
34330
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
34331
+ z-index: 1;
34332
+ }
34333
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
34334
+ border-color: #e75a3a;
34335
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
34336
+ }
34337
+ .at4ovwe .ant-input-number-input {
34338
+ padding: 0;
34339
+ margin: 0;
34340
+ height: auto;
34341
+ font-size: inherit;
34342
+ }
34343
+
34344
+ .feau332.ant-form-item {
34345
+ margin-bottom: 0;
34346
+ }
34347
+ .feau332 .ant-form-item-explain {
34348
+ display: none;
34349
+ min-height: 18px;
34350
+ margin-top: 5px;
34351
+ font-family: "Inter";
34352
+ font-weight: 400;
34353
+ font-size: 12px;
34354
+ line-height: 18px;
34355
+ }
34356
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34357
+ white-space: pre-wrap;
34358
+ }
34359
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34360
+ display: block;
34361
34361
  }