@charset "UTF-8";
.asset-transfer-page[data-v-2d42e7cf] {
  --bg: #f6f8fb;
  --panel: #ffffff;
  --panel-2: #f9fafc;
  --text: #1f2937;
  --muted: #667085;
  --border: #e6eaf0;
  --border-strong: #d8dee8;
  --primary: #16a36a;
  --primary-hover: #128658;
  --blue: #1677ff;
  --orange: #f59e0b;
  --red: #ef4444;
  --green-soft: #eaf8f1;
  --red-soft: #fff1f1;
  --orange-soft: #fff7e6;
  --shadow: 0 16px 42px rgba(24, 39, 75, 0.08);
  --radius: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  min-height: 100%;
  margin: 0 auto;
  padding: 28px;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
.asset-transfer-page *[data-v-2d42e7cf],
.asset-transfer-page *[data-v-2d42e7cf]::before,
.asset-transfer-page *[data-v-2d42e7cf]::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topbar[data-v-2d42e7cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}
.breadcrumb[data-v-2d42e7cf] {
  color: var(--muted);
  font-size: 14px;
}
.breadcrumb strong[data-v-2d42e7cf] {
  color: var(--text);
  font-weight: 600;
}
.page-title[data-v-2d42e7cf] {
  margin-top: 10px;
}
.page-title h1[data-v-2d42e7cf] {
  margin: 0;
  font-size: 28px;
}
.page-title p[data-v-2d42e7cf] {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.ghost-btn[data-v-2d42e7cf],
.primary-btn[data-v-2d42e7cf],
.danger-btn[data-v-2d42e7cf],
.text-btn[data-v-2d42e7cf] {
  border: none;
  border-radius: 10px;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  white-space: nowrap;
}
.ghost-btn[data-v-2d42e7cf] {
  color: var(--text);
  background: #fff;
  border: 1px solid var(--border);
}
.ghost-btn[data-v-2d42e7cf]:hover {
  border-color: var(--border-strong);
  -webkit-box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
          box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
}
.primary-btn[data-v-2d42e7cf] {
  background: var(--primary);
  color: #fff;
  -webkit-box-shadow: 0 8px 18px rgba(22, 163, 106, 0.2);
          box-shadow: 0 8px 18px rgba(22, 163, 106, 0.2);
}
.primary-btn[data-v-2d42e7cf]:hover {
  background: var(--primary-hover);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.primary-btn[data-v-2d42e7cf]:disabled,
.ghost-btn[data-v-2d42e7cf]:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}
.text-btn[data-v-2d42e7cf] {
  background: transparent;
  color: var(--blue);
  padding: 8px 6px;
}
.shell[data-v-2d42e7cf] {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.panel[data-v-2d42e7cf] {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.main-panel[data-v-2d42e7cf] {
  overflow: hidden;
}
.section[data-v-2d42e7cf] {
  padding: 24px;
  border-bottom: 1px solid var(--border);
}
.section[data-v-2d42e7cf]:last-child {
  border-bottom: none;
}
.section-title[data-v-2d42e7cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.section-title .index[data-v-2d42e7cf] {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--primary);
  font-weight: 800;
  font-size: 13px;
}
.section-title h2[data-v-2d42e7cf] {
  margin: 0;
  font-size: 17px;
}
.section-title span[data-v-2d42e7cf] {
  color: var(--muted);
  font-size: 13px;
  margin-left: auto;
}
.form-grid[data-v-2d42e7cf] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.form-grid-wide[data-v-2d42e7cf] {
  grid-column: span 3;
}
label[data-v-2d42e7cf] {
  display: block;
  color: #344054;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.required[data-v-2d42e7cf]::before {
  content: "* ";
  color: var(--red);
}
input[data-v-2d42e7cf],
select[data-v-2d42e7cf],
textarea[data-v-2d42e7cf] {
  width: 100%;
  border: 1px solid var(--border-strong);
  background: #fff;
  color: var(--text);
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 14px;
  outline: none;
  -webkit-transition: border 0.16s ease, -webkit-box-shadow 0.16s ease;
  transition: border 0.16s ease, -webkit-box-shadow 0.16s ease;
  transition: border 0.16s ease, box-shadow 0.16s ease;
  transition: border 0.16s ease, box-shadow 0.16s ease, -webkit-box-shadow 0.16s ease;
}
input[data-v-2d42e7cf]:focus,
select[data-v-2d42e7cf]:focus,
textarea[data-v-2d42e7cf]:focus {
  border-color: rgba(22, 163, 106, 0.65);
  -webkit-box-shadow: 0 0 0 4px rgba(22, 163, 106, 0.1);
          box-shadow: 0 0 0 4px rgba(22, 163, 106, 0.1);
}
.form-select[data-v-2d42e7cf],
.dispatch-date-picker[data-v-2d42e7cf] {
  width: 100%;
}
[data-v-2d42e7cf] .form-select .el-input__inner,[data-v-2d42e7cf] .dispatch-date-picker .el-input__inner {
  height: 43px;
  border-color: var(--border-strong);
  border-radius: 10px;
}
[data-v-2d42e7cf] .form-select.is-focus .el-input__inner,[data-v-2d42e7cf] .dispatch-date-picker.is-active .el-input__inner {
  border-color: rgba(22, 163, 106, 0.65);
  -webkit-box-shadow: 0 0 0 4px rgba(22, 163, 106, 0.1);
          box-shadow: 0 0 0 4px rgba(22, 163, 106, 0.1);
}
textarea[data-v-2d42e7cf] {
  min-height: 150px;
  resize: vertical;
  line-height: 1.6;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.tabs[data-v-2d42e7cf] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px;
  background: var(--panel-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 16px;
}
.tab[data-v-2d42e7cf] {
  border: none;
  background: transparent;
  color: var(--muted);
  padding: 9px 16px;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
}
.tab.active[data-v-2d42e7cf] {
  background: #fff;
  color: var(--text);
  -webkit-box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08);
          box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08);
}
.upload-card[data-v-2d42e7cf] {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.dropzone[data-v-2d42e7cf] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 190px;
  border: 1.5px dashed #c8d3e4;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbfcff));
  background: linear-gradient(180deg, #fff, #fbfcff);
  text-align: center;
  padding: 22px;
  cursor: pointer;
}
.dropzone[data-v-2d42e7cf]:hover {
  border-color: var(--primary);
  background: #fbfffd;
}
.dropzone:hover .upload-delete-btn[data-v-2d42e7cf] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.dropzone.has-file[data-v-2d42e7cf] {
  border-style: solid;
  border-color: rgba(22, 163, 106, 0.32);
  background: #fbfffd;
}
.dropzone.disabled[data-v-2d42e7cf] {
  cursor: not-allowed;
  border-color: var(--border);
  background: #f3f5f8;
  color: var(--muted);
}
.dropzone.disabled[data-v-2d42e7cf]:hover {
  border-color: var(--border);
  background: #f3f5f8;
}
.dropzone.disabled input[data-v-2d42e7cf] {
  cursor: not-allowed;
}
.dropzone input[data-v-2d42e7cf] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.dropzone h3[data-v-2d42e7cf] {
  margin: 0 0 6px;
  font-size: 16px;
}
.dropzone p[data-v-2d42e7cf] {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.upload-delete-btn[data-v-2d42e7cf] {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 10px;
  background: #fff;
  color: var(--red);
  -webkit-box-shadow: 0 8px 18px rgba(16, 24, 40, 0.1);
          box-shadow: 0 8px 18px rgba(16, 24, 40, 0.1);
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  pointer-events: none;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.upload-delete-btn[data-v-2d42e7cf]:hover {
  background: var(--red-soft);
  border-color: rgba(239, 68, 68, 0.38);
}
.upload-icon[data-v-2d42e7cf] {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--primary);
  margin-bottom: 14px;
  font-size: 0;
  font-weight: 800;
}
.upload-icon[data-v-2d42e7cf]::before {
  content: "+";
  font-size: 26px;
  line-height: 1;
}
.dropzone.has-file .upload-icon[data-v-2d42e7cf]::before {
  content: "";
  width: 18px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -7px 0 rgba(22, 163, 106, 0.12);
          box-shadow: inset 0 -7px 0 rgba(22, 163, 106, 0.12);
}
.upload-side[data-v-2d42e7cf] {
  background: var(--panel-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
}
.tip-title[data-v-2d42e7cf] {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 12px;
}
.tip-list[data-v-2d42e7cf] {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.tip-list li[data-v-2d42e7cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.tip-list li[data-v-2d42e7cf]::before {
  content: "•";
  color: var(--primary);
  font-weight: 900;
}
.actions-row[data-v-2d42e7cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.muted[data-v-2d42e7cf] {
  color: var(--muted);
  font-size: 13px;
}
.progress-wrap[data-v-2d42e7cf] {
  margin-top: 16px;
  background: var(--panel-2);
  border-radius: 12px;
  padding: 12px;
  border: 1px solid var(--border);
}
.progress-head[data-v-2d42e7cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 8px;
}
.progress[data-v-2d42e7cf] {
  height: 8px;
  overflow: hidden;
  background: #e9eef6;
  border-radius: 999px;
}
.bar[data-v-2d42e7cf] {
  height: 100%;
  background: var(--primary);
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.result-header[data-v-2d42e7cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.status-pill[data-v-2d42e7cf] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
}
.status-ok[data-v-2d42e7cf] {
  background: var(--green-soft);
  color: var(--primary);
}
.status-warn[data-v-2d42e7cf] {
  background: var(--orange-soft);
  color: #b86b00;
}
.cards[data-v-2d42e7cf] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.metric[data-v-2d42e7cf] {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
  background: #fff;
}
.metric .label[data-v-2d42e7cf] {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 8px;
}
.metric .value[data-v-2d42e7cf] {
  font-size: 28px;
  font-weight: 850;
}
.metric.good .value[data-v-2d42e7cf] {
  color: var(--primary);
}
.metric.bad .value[data-v-2d42e7cf] {
  color: var(--red);
}
.metric.warn .value[data-v-2d42e7cf] {
  color: var(--orange);
}
.error-toolbar[data-v-2d42e7cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--panel-2);
  border: 1px solid var(--border);
  border-radius: 14px 14px 0 0;
  padding: 12px 14px;
  gap: 12px;
}
.error-toolbar strong[data-v-2d42e7cf] {
  font-size: 14px;
}
.error-toolbar .right[data-v-2d42e7cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.table-wrap[data-v-2d42e7cf] {
  border: 1px solid var(--border);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}
table[data-v-2d42e7cf] {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}
th[data-v-2d42e7cf] {
  background: #fbfcfe;
  text-align: left;
  color: #475467;
  font-size: 13px;
  padding: 13px 14px;
  border-bottom: 1px solid var(--border);
}
td[data-v-2d42e7cf] {
  padding: 14px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
tr:last-child td[data-v-2d42e7cf] {
  border-bottom: none;
}
.sn[data-v-2d42e7cf] {
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 700;
}
.tag[data-v-2d42e7cf] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.tag.red[data-v-2d42e7cf] {
  color: var(--red);
  background: var(--red-soft);
}
.tag.orange[data-v-2d42e7cf] {
  color: #b86b00;
  background: var(--orange-soft);
}
.empty[data-v-2d42e7cf] {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  min-height: 170px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
}
.empty.active[data-v-2d42e7cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aside[data-v-2d42e7cf] {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
}
.aside-panel[data-v-2d42e7cf] {
  padding: 20px;
}
.aside h3[data-v-2d42e7cf] {
  margin: 0 0 14px;
  font-size: 16px;
}
.flow[data-v-2d42e7cf] {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}
.flow-item[data-v-2d42e7cf] {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.flow-item.active .flow-dot[data-v-2d42e7cf] {
  background: var(--green-soft);
  color: var(--primary);
  border-color: #bdebd4;
}
.flow-item.active strong[data-v-2d42e7cf] {
  color: var(--text);
}
.flow-dot[data-v-2d42e7cf] {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--panel-2);
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.summary-line[data-v-2d42e7cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px dashed var(--border);
  font-size: 14px;
}
.summary-line[data-v-2d42e7cf]:last-child {
  border-bottom: 0;
}
.summary-line span[data-v-2d42e7cf] {
  color: var(--muted);
}
.summary-line strong[data-v-2d42e7cf] {
  text-align: right;
}
.confirm-box[data-v-2d42e7cf] {
  background: #fff;
  border-top: 1px solid var(--border);
  padding: 18px 24px;
  position: sticky;
  bottom: 0;
  z-index: 5;
  -webkit-box-shadow: 0 -12px 28px rgba(24, 39, 75, 0.06);
          box-shadow: 0 -12px 28px rgba(24, 39, 75, 0.06);
}
.confirm-box.active[data-v-2d42e7cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.confirm-copy strong[data-v-2d42e7cf] {
  display: block;
  margin-bottom: 4px;
}
.confirm-copy span[data-v-2d42e7cf] {
  color: var(--muted);
  font-size: 13px;
}
.confirm-actions[data-v-2d42e7cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toast[data-v-2d42e7cf] {
  position: fixed;
  right: 28px;
  bottom: 28px;
  display: none;
  width: 360px;
  border-radius: 16px;
  padding: 16px;
  background: #101828;
  color: #fff;
  -webkit-box-shadow: 0 22px 60px rgba(16, 24, 40, 0.24);
          box-shadow: 0 22px 60px rgba(16, 24, 40, 0.24);
  z-index: 20;
}
.toast.active[data-v-2d42e7cf] {
  display: block;
  -webkit-animation: pop-2d42e7cf 0.28s ease;
          animation: pop-2d42e7cf 0.28s ease;
}
.toast strong[data-v-2d42e7cf] {
  display: block;
  margin-bottom: 6px;
}
.toast span[data-v-2d42e7cf] {
  color: #d0d5dd;
  font-size: 13px;
  line-height: 1.5;
}
@-webkit-keyframes pop-2d42e7cf {
from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes pop-2d42e7cf {
from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@media (max-width: 1100px) {
.shell[data-v-2d42e7cf] {
    grid-template-columns: 1fr;
}
.aside[data-v-2d42e7cf] {
    position: static;
}
.form-grid[data-v-2d42e7cf],
  .cards[data-v-2d42e7cf] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.upload-card[data-v-2d42e7cf] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 720px) {
.asset-transfer-page[data-v-2d42e7cf] {
    padding: 16px;
}
.topbar[data-v-2d42e7cf],
  .actions-row[data-v-2d42e7cf],
  .confirm-box.active[data-v-2d42e7cf],
  .result-header[data-v-2d42e7cf] {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.form-grid[data-v-2d42e7cf],
  .cards[data-v-2d42e7cf] {
    grid-template-columns: 1fr;
}
.confirm-actions[data-v-2d42e7cf] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.confirm-actions button[data-v-2d42e7cf] {
    width: 100%;
}
.table-wrap[data-v-2d42e7cf] {
    overflow-x: auto;
}
table[data-v-2d42e7cf] {
    min-width: 760px;
}
}
