
.btn-success[data-v-408c1a2d] {
  color: var(--success);
}

/* Row styling for non-editable rows */
.el-table .non-editable-row[data-v-408c1a2d] {
  background-color: #f8f8f8;
  color: #909399;
}

/* Styling for soft-deleted rows */
.el-table .soft-deleted-row[data-v-408c1a2d] {
  opacity: 0.6;
  text-decoration: line-through;
}

/* Payment and Approval status styles */
.approval-status[data-v-408c1a2d],
.payment-status[data-v-408c1a2d],
.rejection-status[data-v-408c1a2d] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin: 2px 0;
}
.approval-status i[data-v-408c1a2d],
.payment-status i[data-v-408c1a2d],
.rejection-status i[data-v-408c1a2d] {
  margin-left: 4px;
  font-size: 14px;
}
.status-approved[data-v-408c1a2d] {
  background-color: #f0f9eb;
  color: #67c23a;
  border: 1px solid #e1f3d8;
}
.status-rejected[data-v-408c1a2d] {
  background-color: #fef0f0;
  color: #f56c6c;
  border: 1px solid #fde2e2;
}
.status-pending[data-v-408c1a2d] {
  background-color: #fdf6ec;
  color: #e6a23c;
  border: 1px solid #faecd8;
}
.status-investigation[data-v-408c1a2d] {
  background-color: #fdf6ec;
  color: #e6a23c;
  border: 1px solid #faecd8;
}
.status-not-required[data-v-408c1a2d] {
  background-color: #f4f4f5;
  color: #909399;
  border: 1px solid #ebeef5;
}
.status-unknown[data-v-408c1a2d],
.status-unspecified[data-v-408c1a2d] {
  background-color: #f4f4f5;
  color: #909399;
  border: 1px solid #ebeef5;
}

/* Status changer styles */
.status-changer[data-v-408c1a2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.changer-name[data-v-408c1a2d] {
  font-weight: 500;
}
.changer-date[data-v-408c1a2d] {
  font-size: 11px;
  margin-top: 2px;
}
.text-muted[data-v-408c1a2d] {
  color: #909399;
}

/* Payment Status Container */
.payment-status-container[data-v-408c1a2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.installment-info[data-v-408c1a2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Steps Summary Styles */
.steps-summary[data-v-408c1a2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  font-size: 12px;
}
.steps-progress[data-v-408c1a2d],
.amount-progress[data-v-408c1a2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.approved-steps[data-v-408c1a2d],
.paid-amount[data-v-408c1a2d] {
  font-weight: 600;
  color: #67c23a;
}
.total-steps[data-v-408c1a2d],
.total-amount[data-v-408c1a2d] {
  font-weight: 600;
  color: #606266;
}

/* Summary styling */
.flex-between[data-v-408c1a2d] {
  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;
  width: 100%;
  padding: 8px 16px;
}
.gap-3[data-v-408c1a2d] {
  gap: 12px;
}
.d-flex[data-v-408c1a2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-danger[data-v-408c1a2d] {
  color: #f56c6c;
}

/* Rejection styling */
.rejected-count[data-v-408c1a2d] {
  background-color: #f56c6c;
  color: white;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: bold;
}
.ml-1[data-v-408c1a2d] {
  margin-right: 4px;
}
.rejection-status[data-v-408c1a2d] {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}

