.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top;
}
.react-grid-item img {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.react-grid-item.cssTransforms {
  transition-property: transform;
}
.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
}
.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}
.react-grid-item.dropping {
  visibility: hidden;
}
.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}
.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
.react-resizable-hide > .react-resizable-handle {
  display: none;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
/**
 * Common styles
 */
html,
body {
  font-family: "lato", "arial", "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", "PingFang SC", sans-serif;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--xf-primary-color);
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: var(--xf-primary-color-hover);
}
a:active {
  color: var(--xf-primary-color-active);
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  color: #fff;
  background: var(--xf-primary-color, #1059e9);
}
.xfk-page {
  background-color: var(--xf-color-gray-background);
  padding: 0 var(--xf-basic-padding-threefold);
  min-height: 100%;
  min-width: 600px;
  display: flex;
  flex-direction: column;
}
.xfk-page.full-height {
  height: 100%;
}
.xfk-page.scroll-container {
  height: 100%;
  overflow: auto;
}
.xfk-page-header {
  font-size: var(--xf-layout-header-fontsize);
  line-height: 24px;
  padding: 10px 0;
  background-color: inherit;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  flex: 0 0 auto;
}
.xfk-page-content {
  position: relative;
  height: 0;
  flex: 1 1 0;
}
.xfk-pagepanel {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--xf-color-bg);
  border-radius: var(--xf-layout-border-radius-small);
  margin-top: var(--xf-layout-page-gap);
}
.xfk-pagepanel:first-child {
  margin-top: 0;
}
.xfk-pagepanel.full-height {
  min-height: 100%;
}
.xfk-pagepanel.full-height.fit-parent {
  height: 100%;
}
.xfk-pagepanel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 var(--xf-layout-page-padding);
  border-bottom: 1px solid var(--xf-color-gray-border);
  flex: 0 0 auto;
}
.xfk-pagepanel-title-main {
  font-size: var(--xf-layout-header-fontsize);
}
.xfk-pagepanel-body {
  flex: 1 1 1px;
  position: relative;
  padding: var(--xf-layout-page-padding);
  padding-top: var(--xf-basic-padding-twofold);
}
.xfk-pagepanel.full-height.fit-parent .xfk-pagepanel-body {
  flex: 1 1 auto;
  height: 10px;
}
.xfk-zonetitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 8px;
}
.xfk-zonetitle:first-child {
  margin-top: 0;
}
.xfk-zonetitle-title {
  flex: 0 0 auto;
  padding-left: 8px;
  border-left: 3px solid var(--xf-primary-color);
  line-height: 16px;
}
.xfk-zonetitle.large .xfk-zonetitle-title {
  font-size: 16px;
  line-height: 20px;
}
.xfk-global-loading {
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
}
.xfk-global-loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: var(--xf-primary-color);
}
.xfk-status-info-gray {
  background-color: var(--xf-color-gray-bg-darker);
}
.xfk-status-info-gray.glowing {
  box-shadow: 0 0 4px var(--xf-color-gray-bg-darker);
}
.xfk-status-info-orange {
  background-color: var(--xf-color-alarm-warning);
  color: var(--xf-color-bright);
}
.xfk-status-info-orange.glowing {
  box-shadow: 0 0 4px var(--xf-color-alarm-warning);
}
.xfk-status-info-blue {
  background-color: var(--xf-color-alarm-stress-1);
  color: var(--xf-color-bright);
}
.xfk-status-info-blue.glowing {
  box-shadow: 0 0 4px var(--xf-color-alarm-stress-1);
}
.xfk-status-info-red {
  background-color: var(--xf-color-alarm-danger);
  color: var(--xf-color-bright);
}
.xfk-status-info-red.glowing {
  box-shadow: 0 0 4px var(--xf-color-alarm-danger);
}
.xfk-status-info-green {
  background-color: var(--xf-color-alarm-health);
  color: var(--xf-color-bright);
}
.xfk-status-info-green.glowing {
  box-shadow: 0 0 4px var(--xf-color-alarm-health);
}
.xfk-status-dot-color {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 8px;
}
.xfk-status-tag {
  border-radius: var(--xf-layout-border-radius);
  padding: 4px 16px;
  font-size: 12px;
}
.xfk-status-level-arrow {
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 4px;
}
.xfk-status-level-arrow.xfk-status-level-verylow,
.xfk-status-level-arrow.xfk-status-level-low {
  color: var(--xf-color-alarm-stress-1);
}
.xfk-status-level-arrow.xfk-status-level-medium {
  color: var(--xf-color-alarm-warning);
}
.xfk-status-level-arrow.xfk-status-level-high,
.xfk-status-level-arrow.xfk-status-level-veryhigh {
  color: var(--xf-color-alarm-danger);
}
.xfk-search-keyword-value {
  color: var(--xf-color-alarm-danger);
}
html[data-prefers-color='dark'] .xfk-tags-item-box,
.xfk-tags-item-box {
  display: inline-block;
  margin-bottom: '-4px';
  max-width: 100%;
}
html[data-prefers-color='dark'] .xfk-tags-item,
.xfk-tags-item {
  display: inline-block;
  max-width: 100%;
}
html[data-prefers-color='dark'] .xfk-tags-item-tag,
.xfk-tags-item-tag {
  box-sizing: border-box;
  color: var(--xf-primary-color);
  font-size: 14px;
  line-height: 28px;
  border-color: var(--xf-primary-color);
  max-width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
html[data-prefers-color='dark'] .xfk-tags-item-text,
.xfk-tags-item-text {
  display: block;
  max-width: 100%;
  white-space: pre-wrap;
  word-break: break-all;
}
html[data-prefers-color='dark'] .xfk-tags-item .antdxf-tag-close-icon,
.xfk-tags-item .antdxf-tag-close-icon {
  color: var(--xf-primary-color);
}
html[data-prefers-color='dark'] .xfk-tags-editable-tag,
.xfk-tags-editable-tag {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 28px;
  background-color: transparent;
  border-style: dashed;
  cursor: pointer;
}
html[data-prefers-color='dark'] .xfk-tags-editable-tag:hover,
.xfk-tags-editable-tag:hover,
html[data-prefers-color='dark'] .xfk-tags-editable-tag.is-actived,
.xfk-tags-editable-tag.is-actived {
  color: var(--xf-primary-color-active);
  border-color: var(--xf-primary-color-active);
}
html[data-prefers-color='dark'] .xfk-tags-dropdown-item,
.xfk-tags-dropdown-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
html[data-prefers-color='dark'] .xfk-tags-dropdown-item > div:first-child,
.xfk-tags-dropdown-item > div:first-child {
  width: 90%;
  padding: 2px 0;
  line-height: 18px;
  white-space: pre-wrap;
  word-break: break-all;
}
html[data-prefers-color='dark'] .xfk-tags-list-dropdown-item,
.xfk-tags-list-dropdown-item {
  width: 268px;
}
html[data-prefers-color='dark'] .xfk-tags-list-dropdown-item.is-actived,
.xfk-tags-list-dropdown-item.is-actived {
  font-weight: 600 !important;
  background-color: var(--xf-primary-color-hover-bg);
}
html[data-prefers-color='dark'] .xfk-tags-input-dropdown-item,
.xfk-tags-input-dropdown-item {
  width: 260px;
  cursor: auto;
}
html[data-prefers-color='dark'] .xfk-tags-input-dropdown-item .error-box,
.xfk-tags-input-dropdown-item .error-box {
  padding: 6px 0 0;
  color: var(--xf-color-alarm-danger);
  line-height: 18px;
}
html[data-prefers-color='dark'] .xfk-tags-input-dropdown-item-form,
.xfk-tags-input-dropdown-item-form {
  width: 100%;
}
html[data-prefers-color='dark'] .xfk-tags-input-dropdown-item-btn,
.xfk-tags-input-dropdown-item-btn {
  margin-left: 8px;
}
html[data-prefers-color='dark'] .xfk-tags-dropdown-content,
.xfk-tags-dropdown-content {
  background: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
html[data-prefers-color='dark'] .xfk-tags-dropdown-content .antdxf-dropdown-menu,
.xfk-tags-dropdown-content .antdxf-dropdown-menu {
  box-shadow: none;
}
html[data-prefers-color='dark'] .xfk-tags-dropdown-menu,
.xfk-tags-dropdown-menu {
  max-height: 168px;
  overflow: auto;
}
.xfk-tags-item {
  background-color: var(--xf-color-bg);
}
html[data-prefers-color='dark'] .xfk-tags-item {
  background-color: transparent;
}
html[data-prefers-color='dark'] .antdxf-form-item-has-error .xfk-tags-editable-tag,
html .antdxf-form-item-has-error .xfk-tags-editable-tag {
  color: var(--xf-color-alarm-danger);
  border-color: var(--xf-color-alarm-danger);
}
html[data-prefers-color='dark'] .antdxf-form-item-has-error .xfk-tags-editable-tag:hover,
html .antdxf-form-item-has-error .xfk-tags-editable-tag:hover,
html[data-prefers-color='dark'] .antdxf-form-item-has-error .xfk-tags-editable-tag.is-actived,
html .antdxf-form-item-has-error .xfk-tags-editable-tag.is-actived {
  color: var(--xf-color-alarm-danger);
  border-color: var(--xf-color-alarm-danger);
}
.xfk-notice-container-alertIcon {
  font-size: 22px !important;
  height: 30px!important;
  vertical-align: middle !important;
}
.xfk-notice-container-alertIcon:hover {
  color: var(--xf-primary-color-hover);
}
.xfk-notice-container-alertIcon .antdxf-badge-count {
  box-shadow: none;
}
.xfk-notice-container-notificationCard {
  margin-bottom: 8px;
  background-color: #F6F8FA;
  border: none;
}
.xfk-notice-container-notificationCard:hover {
  background-color: #E9EDF3;
}
.xfk-notice-container-footerButton {
  display: flex;
  align-items: center;
  height: 32px;
}
.xfk-notice-container-footerButton .handle {
  display: flex;
  flex: 1;
  margin-left: 16px;
}
.xfk-notice-container-footerButton .check-all {
  margin-right: 16px;
}
.xfk-notice-container-footerButton .close {
  margin-left: auto;
}
.xfk-notice-container-detailButton {
  display: flex;
  justify-content: flex-start;
  padding-top: 8px;
  align-items: center;
}
.xfk-notice-container-detailButton a.link {
  margin-right: 24px;
}
.xfk-notice-container-messageSpan {
  display: inline-block;
  height: 100%;
  white-space: nowrap;
}
.xfk-notice-container-messageSpanOverflow {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xfk-notice-container-messageContent {
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xfk-notice-container-messageDetail {
  height: auto;
  white-space: unset;
  text-overflow: unset;
}
.xfk-notice-container-messageDetail span {
  overflow: auto !important;
  white-space: normal !important;
}
.xfk-notice-container-detailButtonClose {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  font-size: 14px;
}
.xfk-notice-container-notificationItem {
  display: flex;
  flex-direction: column;
}
.xfk-notice-container-hasMoreAll {
  height: 420px;
}
.xfk-notice-container-notificationContainer {
  max-height: 600px;
  overflow-y: auto;
}
.xfk-notice-container-hasMore {
  height: 180px;
  overflow-y: scroll;
}
.xfk-status-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 4px;
  transform: translate(0px, -1px);
}
.xfk-status-status {
  color: rgba(0, 0, 0, 0.42745098);
}
.xfk-status-warning {
  background-color: #ffbf00;
}
.xfk-status-close {
  background-color: #bfbfbf;
}
.xfk-status-create {
  background-color: #0e77d1;
}
.xfk-status-active {
  background-color: #00a854;
}
.xfk-status-error {
  background-color: #f04134;
}
.xfk-bread-crumb {
  padding: 12px 24px;
  font-size: 16px;
}
.xfk-bread-crumb-item.clickable {
  cursor: pointer;
}
.xfk-search {
  display: flex;
}
.xfk-search-item-default {
  width: 200px;
}
.xfk-search-item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 6px;
  line-height: 34px;
  text-align: start;
  vertical-align: top;
}
.xfk-search-item > * {
  vertical-align: top;
}
.xfk-search-item > *.antdxf-radio-group-outline {
  min-height: 34px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.xfk-search-right {
  display: inline-flex;
  float: right;
}
.xfk-search-layout {
  flex-grow: 1;
  height: 34px;
  overflow: hidden;
  text-align: end;
}
.xfk-search-layout.folding {
  height: auto;
  margin-bottom: -6px;
}
.xfk-search-action {
  display: inline-block;
  padding-right: 8px;
  line-height: 34px;
}
.xfk-search-fold {
  flex-wrap: wrap;
}
.xfk-search-fold .xfk-search-layout {
  text-align: start;
}
.xfk-search-fold .xfk-search-action {
  display: flex;
  order: 1;
  width: 100%;
  margin-top: 8px;
}
.xfk-search.no-action .xfk-search-action {
  display: none;
}
.xfk-search.no-action .xfk-search-layout {
  text-align: start;
}
.xfk-jpd-tags-key-value-dropdown-content .xfk-tags-list-dropdown-item {
  width: 468px;
}
.xfk-jpd-tags-key-value-dropdown-content .xfk-tags-input-dropdown-item {
  width: 460px;
}
.xfk-jpd-tags-key-value-input {
  flex: 1;
  width: 100%;
  display: inline-flex;
  column-gap: 8px;
  flex-flow: row nowrap;
  align-items: center;
}
.xfk-jpd-tags-key-value-input input {
  width: 100%;
}

