.twin-card-container[data-v-cbc29134] {
  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-cbc29134] .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-cbc29134] .table-card .el-card__header {
  padding: 16px 20px;
  border-bottom: none;
}
.twin-card-container[data-v-cbc29134] .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 .title-with-bar[data-v-cbc29134] {
  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-cbc29134] {
  width: 4px;
  height: 16px;
  background-color: #1fa96f;
  margin-right: 8px;
  border-radius: 2px;
}
.twin-card-container .table-title[data-v-cbc29134] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.twin-card-container .table-wrapper[data-v-cbc29134] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: hidden;
}
.twin-card-container[data-v-cbc29134] .custom-table {
  border-radius: 8px;
  overflow: hidden;
}
.twin-card-container[data-v-cbc29134] .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-cbc29134] .custom-table td.el-table__cell {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}
.twin-card-container[data-v-cbc29134] .custom-table::before {
  display: none;
}
.twin-card-container[data-v-cbc29134] .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-cbc29134] .custom-table .amount-column .cell {
  font-weight: 600;
  color: #ff7a45;
}
.twin-card-container[data-v-cbc29134] .custom-table .refund-amount {
  color: #ff4d4f;
  font-weight: 500;
}
.twin-card-container[data-v-cbc29134] .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-cbc29134] .custom-table .status-badge .status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b0b0b0;
  margin-right: 6px;
}
.twin-card-container[data-v-cbc29134] .custom-table .status-badge.status-default {
  background-color: #f5f5f5;
  color: #999;
}
.twin-card-container[data-v-cbc29134] .custom-table .status-badge.status-default .status-dot {
  background-color: #b0b0b0;
}
.twin-card-container[data-v-cbc29134] .custom-table .status-badge.status-warning {
  background-color: #fff8e6;
  color: #faad14;
}
.twin-card-container[data-v-cbc29134] .custom-table .status-badge.status-warning .status-dot {
  background-color: #faad14;
}
.twin-card-container[data-v-cbc29134] .custom-table .status-badge.status-success {
  background-color: #e8f6f0;
  color: #1fa96f;
}
.twin-card-container[data-v-cbc29134] .custom-table .status-badge.status-success .status-dot {
  background-color: #1fa96f;
}
.twin-card-container[data-v-cbc29134] .custom-table .status-badge.status-info {
  background-color: #e8f0ff;
  color: #1677ff;
}
.twin-card-container[data-v-cbc29134] .custom-table .status-badge.status-info .status-dot {
  background-color: #1677ff;
}
.twin-card-container[data-v-cbc29134] .custom-table .status-badge.status-danger {
  background-color: #fff1f0;
  color: #ff4d4f;
}
.twin-card-container[data-v-cbc29134] .custom-table .status-badge.status-danger .status-dot {
  background-color: #ff4d4f;
}
.twin-card-container .pagination-container[data-v-cbc29134] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
