.twin-card-container[data-v-033de31e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0 !important;
  background-color: transparent !important;
}
.twin-card-container[data-v-033de31e] .table-card {
  border: none;
  border-radius: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.twin-card-container[data-v-033de31e] .table-card .el-card__header {
  padding: 16px 20px;
  border-bottom: none;
}
.twin-card-container[data-v-033de31e] .table-card .el-card__body {
  padding: 0 20px 20px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.twin-card-container .header-row[data-v-033de31e] {
  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;
}
.twin-card-container .title-with-bar[data-v-033de31e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.twin-card-container .title-with-bar .vertical-bar[data-v-033de31e] {
  width: 4px;
  height: 16px;
  background-color: #1fa96f;
  margin-right: 8px;
  border-radius: 2px;
}
.twin-card-container .table-title[data-v-033de31e] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.twin-card-container .table-wrapper[data-v-033de31e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: hidden;
}
.twin-card-container[data-v-033de31e] .custom-table {
  border-radius: 8px;
  overflow: hidden;
}
.twin-card-container[data-v-033de31e] .custom-table th.el-table__cell {
  background-color: #f7f8f9 !important;
  color: #333;
  font-weight: 500;
  border-bottom: none !important;
  padding: 12px 0;
}
.twin-card-container[data-v-033de31e] .custom-table td.el-table__cell {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}
.twin-card-container[data-v-033de31e] .custom-table::before {
  display: none;
}
.twin-card-container[data-v-033de31e] .custom-table .index-badge {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  color: #666;
}
.twin-card-container[data-v-033de31e] .custom-table .amount-column .cell {
  font-weight: 600;
  color: #ff7a45;
}
.twin-card-container[data-v-033de31e] .custom-table .ori-amount-column .cell {
  color: #999;
  text-decoration: line-through;
}
.twin-card-container[data-v-033de31e] .custom-table .status-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
  border-radius: 12px;
  background-color: #f5f5f5;
  color: #999;
  font-size: 13px;
}
.twin-card-container[data-v-033de31e] .custom-table .status-badge .status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b0b0b0;
  margin-right: 6px;
}
.twin-card-container[data-v-033de31e] .custom-table .status-badge.status-success {
  background-color: #e8f6f0;
  color: #1fa96f;
}
.twin-card-container[data-v-033de31e] .custom-table .status-badge.status-success .status-dot {
  background-color: #1fa96f;
}
.twin-card-container[data-v-033de31e] .custom-table .status-badge.status-danger {
  background-color: #fff1f0;
  color: #ff4d4f;
}
.twin-card-container[data-v-033de31e] .custom-table .status-badge.status-danger .status-dot {
  background-color: #ff4d4f;
}
.twin-card-container .action-btn[data-v-033de31e] {
  cursor: pointer;
  color: #1fa96f;
  font-size: 13px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.twin-card-container .action-btn[data-v-033de31e]:hover {
  opacity: 0.7;
}
.twin-card-container .danger-btn[data-v-033de31e] {
  color: #ff4d4f;
}
.twin-card-container .warning-btn[data-v-033de31e] {
  color: #faad14;
}
.twin-card-container .success-btn[data-v-033de31e] {
  color: #1fa96f;
}
.twin-card-container .pagination-container[data-v-033de31e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.package-form[data-v-033de31e] {
  padding: 0 10px;
}
