
.wallet-modal-card[data-v-7c5e1fa5] {
  border-radius: 20px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 95vh;
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
  border: 3px solid #4a90e2;
}
.wallet-modal-header[data-v-7c5e1fa5] {
  background: #4a90e2;
  color: white;
  padding: 20px 24px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}
.title-with-balance[data-v-7c5e1fa5] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wallet-title[data-v-7c5e1fa5] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.header-balance[data-v-7c5e1fa5] {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  padding: 6px 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  animation: pulse-7c5e1fa5 2s ease-in-out infinite;
}
@keyframes pulse-7c5e1fa5 {
0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
}
.close-btn[data-v-7c5e1fa5] {
  background: rgba(255, 255, 255, 0.2) !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.close-btn[data-v-7c5e1fa5]:hover {
  background: rgba(255, 255, 255, 0.35) !important;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.wallet-modal-body[data-v-7c5e1fa5] {
  padding: 16px;
  background: #f8f9fa;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.filters-section[data-v-7c5e1fa5] {
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 2px solid #e0e0e0;
  flex-shrink: 0;
}
.filter-label[data-v-7c5e1fa5] {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
  display: block;
  letter-spacing: 0.3px;
}
.filter-buttons[data-v-7c5e1fa5] {
  padding-top: 16px;
}
.filter-buttons .v-btn[data-v-7c5e1fa5] {
  border-radius: 8px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.filter-buttons .v-btn[data-v-7c5e1fa5]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.loading-container[data-v-7c5e1fa5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  color: #666;
  background: #f5f5f5;
  border-radius: 12px;
  margin: 12px;
}
.loading-container p[data-v-7c5e1fa5] {
  font-size: 16px;
  font-weight: 600;
  color: #4a90e2;
}
.table-section[data-v-7c5e1fa5] {
  background: white;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.wallet-table-wrapper[data-v-7c5e1fa5] {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow-y: visible;
  flex-shrink: 0;
}
.wallet-table[data-v-7c5e1fa5] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.wallet-table th[data-v-7c5e1fa5] {
  background: #4a90e2 !important;
  color: white;
  font-weight: 600;
  padding: 12px 8px;
  text-align: center;
  border-bottom: 2px solid #3a7bc8;
  position: sticky;
  top: 0;
  z-index: 10;
  font-size: 14px;
}
.wallet-table td[data-v-7c5e1fa5] {
  padding: 10px 8px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  transition: background-color 0.2s ease;
}
.wallet-table tbody tr[data-v-7c5e1fa5] {
  transition: all 0.3s ease;
}
.wallet-table tbody tr[data-v-7c5e1fa5]:hover {
  background: #e3f2fd;
  transform: scale(1.005);
  box-shadow: 0 4px 8px rgba(74, 144, 226, 0.15);
  position: relative;
  z-index: 1;
}
.credit-col[data-v-7c5e1fa5] {
  background: #e8f5e9;
}
.debit-col[data-v-7c5e1fa5] {
  background: #ffebee;
}
.credit-amount[data-v-7c5e1fa5] {
  color: #2e7d32;
  font-weight: 700;
  background: rgba(76, 175, 80, 0.15);
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  font-size: 13px;
}
.debit-amount[data-v-7c5e1fa5] {
  color: #c62828;
  font-weight: 700;
  background: rgba(244, 67, 54, 0.15);
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  font-size: 13px;
}
.no-data[data-v-7c5e1fa5] {
  padding: 40px !important;
  color: #999;
  background: #f5f5f5;
}
.no-data p[data-v-7c5e1fa5] {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.wallet-table th[data-v-7c5e1fa5]:first-child,
.wallet-table th[data-v-7c5e1fa5]:last-child {
  background: #4a90e2 !important;
  z-index:1000;
}

/* Custom Scrollbar - Removed as scroll is no longer needed */
.summary-section[data-v-7c5e1fa5] {
  margin-top: 16px;
  flex-shrink: 0;
}
.summary-card[data-v-7c5e1fa5] {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.summary-card[data-v-7c5e1fa5]:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border-color: #4a90e2;
}
.summary-icon[data-v-7c5e1fa5] {
  margin-left: 12px;
  background: white;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.summary-icon .v-icon[data-v-7c5e1fa5] {
  font-size: 24px !important;
}
.summary-content[data-v-7c5e1fa5] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.summary-label[data-v-7c5e1fa5] {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  margin-bottom: 2px;
}
.summary-value[data-v-7c5e1fa5] {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.credit-card[data-v-7c5e1fa5] {
  border-color: #66bb6a !important;
  background: #f1f8f4;
}
.debit-card[data-v-7c5e1fa5] {
  border-color: #ef5350 !important;
  background: #fef5f5;
}
.total-card[data-v-7c5e1fa5] {
  border-color: #4a90e2 !important;
  background: #e3f2fd;
}
.credit-text[data-v-7c5e1fa5] {
  color: #2e7d32 !important;
}
.debit-text[data-v-7c5e1fa5] {
  color: #c62828 !important;
}
.pagination-section[data-v-7c5e1fa5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  padding: 10px 0;
  background: #f5f5f5;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  flex-shrink: 0;
}
.pagination-info[data-v-7c5e1fa5] {
  font-size: 14px;
  color: #555;
  font-weight: 600;
  margin-top: 12px;
  padding: 8px 16px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.w-100[data-v-7c5e1fa5] {
  width: 100%;
}

/* Pagination Styling */
.pagination-section[data-v-7c5e1fa5] .v-pagination__item {
  background: white !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-weight: 600;
  transition: all 0.3s ease;
}
.pagination-section[data-v-7c5e1fa5] .v-pagination__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.pagination-section[data-v-7c5e1fa5] .v-pagination__item--active {
  background: #4a90e2 !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4) !important;
}

/* RTL Support */
[dir="rtl"] .summary-icon[data-v-7c5e1fa5] {
  margin-left: 0;
  margin-right: 12px;
}
table :not(.reportPage) th[data-v-7c5e1fa5]:last-child {
  background-color: unset;
}


/* Fix overlay appearing outside modal */
.v-dialog__content--active {
  z-index: 202 !important;
}
.v-overlay--active {
  z-index: 201 !important;
}
.wallet-dialog {
  z-index: 203 !important;
}


.deduct-dialog-card[data-v-2481a023] {
  border-radius: 16px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}
.deduct-dialog-header[data-v-2481a023] {
  background: linear-gradient(135deg, #c62828 0%, #e53935 100%);
  color: white;
  padding: 20px 24px;
}
.header-icon[data-v-2481a023] {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 10px;
  margin-left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-title[data-v-2481a023] {
  font-size: 18px;
  font-weight: 600;
}
.deduct-dialog-body[data-v-2481a023] {
  padding: 24px;
  background: #f8f9fa;
  overflow-y: auto;
}
.balance-info-card[data-v-2481a023] {
  display: flex;
  align-items: center;
  background: white;
  padding: 16px 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.balance-icon[data-v-2481a023] {
  background: #e3f2fd;
  border-radius: 10px;
  padding: 10px;
  margin-left: 14px;
}
.balance-details[data-v-2481a023] {
  display: flex;
  flex-direction: column;
}
.balance-label[data-v-2481a023] {
  font-size: 12px;
  color: #666;
  margin-bottom: 2px;
}
.balance-amount[data-v-2481a023] {
  font-size: 20px;
  font-weight: 700;
  color: #1976d2;
}
.form-section[data-v-2481a023] {
  background: white;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}
.form-group[data-v-2481a023] {
  margin-bottom: 16px;
}
.form-group[data-v-2481a023]:last-child {
  margin-bottom: 0;
}
.form-group.has-error .custom-input[data-v-2481a023] {
  border-color: #c62828;
}
.field-label[data-v-2481a023] {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
}
.field-label .v-icon[data-v-2481a023] {
  color: #888;
}
.required[data-v-2481a023] {
  color: #c62828;
  margin-right: 2px;
}
.custom-input[data-v-2481a023] {
  background: #fafafa;
}
.currency-suffix[data-v-2481a023] {
  font-size: 13px;
  color: #888;
  font-weight: 500;
}
.help-block[data-v-2481a023] {
  color: #c62828;
  font-size: 12px;
  margin-top: 4px;
  padding-right: 4px;
}
.warning-box[data-v-2481a023] {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 16px;
  font-size: 13px;
  color: #f57c00;
}
.text-error[data-v-2481a023] {
  color: #c62828 !important;
}
.text-success[data-v-2481a023] {
  color: #2e7d32 !important;
}
.deduct-dialog-footer[data-v-2481a023] {
  padding: 16px 24px;
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  justify-content: flex-end;
}
.cancel-btn[data-v-2481a023] {
  color: #666 !important;
  margin-left: 12px;
}
.confirm-btn[data-v-2481a023] {
  padding: 0 24px !important;
  font-weight: 500;
}
.close-btn[data-v-2481a023] {
  position: absolute;
  left: 15px;
  top: 20px;
  background: rgba(255, 255, 255, 0.2) !important;
  transition: all 0.3s ease;
}
.close-btn[data-v-2481a023]:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  transform: rotate(90deg);
}

/* RTL Support */
[dir="rtl"] .header-icon[data-v-2481a023] {
  margin-left: 0;
  margin-right: 14px;
}
[dir="rtl"] .balance-icon[data-v-2481a023] {
  margin-left: 0;
  margin-right: 14px;
}
[dir="rtl"] .field-label .v-icon[data-v-2481a023] {
  margin-left: 0 !important;
  margin-right: 6px;
}
[dir="rtl"] .cancel-btn[data-v-2481a023] {
  margin-left: 0;
  margin-right: 12px;
}
[dir="rtl"] .help-block[data-v-2481a023] {
  padding-right: 0;
  padding-left: 4px;
}


/* reuse deduct dialog base styles via class names */
.deduct-dialog-card[data-v-f38ca77e] {
  border-radius: 16px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}
.deduct-dialog-header[data-v-f38ca77e] {
  color: white;
  padding: 20px 24px;
}
.add-header[data-v-f38ca77e] {
  background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);
}
.header-icon[data-v-f38ca77e] {
  border-radius: 12px;
  padding: 10px;
  margin-left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-icon[data-v-f38ca77e] {
  background: rgba(255, 255, 255, 0.25);
}
.header-title[data-v-f38ca77e] {
  font-size: 18px;
  font-weight: 600;
}
.deduct-dialog-body[data-v-f38ca77e] {
  padding: 24px;
  background: #f8f9fa;
  overflow-y: auto;
}
.balance-info-card[data-v-f38ca77e] {
  display: flex;
  align-items: center;
  background: white;
  padding: 16px 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.balance-icon[data-v-f38ca77e] {
  border-radius: 10px;
  padding: 10px;
  margin-left: 14px;
}
.add-balance-icon[data-v-f38ca77e] {
  background: #e8f5e9;
}
.balance-details[data-v-f38ca77e] {
  display: flex;
  flex-direction: column;
}
.balance-label[data-v-f38ca77e] {
  font-size: 12px;
  color: #666;
  margin-bottom: 2px;
}
.balance-amount[data-v-f38ca77e] {
  font-size: 20px;
  font-weight: 700;
  color: #2e7d32;
}
.form-section[data-v-f38ca77e] {
  background: white;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}
.form-group[data-v-f38ca77e] {
  margin-bottom: 16px;
}
.form-group[data-v-f38ca77e]:last-child {
  margin-bottom: 0;
}
.form-group.has-error .custom-input[data-v-f38ca77e] {
  border-color: #c62828;
}
.field-label[data-v-f38ca77e] {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
}
.field-label .v-icon[data-v-f38ca77e] {
  color: #888;
}
.required[data-v-f38ca77e] {
  color: #c62828;
  margin-right: 2px;
}
.custom-input[data-v-f38ca77e] {
  background: #fafafa;
}
.currency-suffix[data-v-f38ca77e] {
  font-size: 13px;
  color: #888;
  font-weight: 500;
}
.help-block[data-v-f38ca77e] {
  color: #c62828;
  font-size: 12px;
  margin-top: 4px;
  padding-right: 4px;
}
.warning-box[data-v-f38ca77e] {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 16px;
  font-size: 13px;
}
.info-box[data-v-f38ca77e] {
  background: #e3f2fd;
  border: 1px solid #bbdefb;
  color: #1565c0;
}
.text-success[data-v-f38ca77e] {
  color: #2e7d32 !important;
}
.deduct-dialog-footer[data-v-f38ca77e] {
  padding: 16px 24px;
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  justify-content: flex-end;
}
.cancel-btn[data-v-f38ca77e] {
  color: #666 !important;
  margin-left: 12px;
}
.confirm-btn[data-v-f38ca77e] {
  padding: 0 24px !important;
  font-weight: 500;
}
.close-btn[data-v-f38ca77e] {
  position: absolute;
  left: 15px;
  top: 20px;
  background: rgba(255, 255, 255, 0.2) !important;
  transition: all 0.3s ease;
}
.close-btn[data-v-f38ca77e]:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  transform: rotate(90deg);
}

/* RTL support */
[dir="rtl"] .header-icon[data-v-f38ca77e] {
  margin-left: 0;
  margin-right: 14px;
}
[dir="rtl"] .balance-icon[data-v-f38ca77e] {
  margin-left: 0;
  margin-right: 14px;
}
[dir="rtl"] .field-label .v-icon[data-v-f38ca77e] {
  margin-left: 0 !important;
  margin-right: 6px;
}
[dir="rtl"] .cancel-btn[data-v-f38ca77e] {
  margin-left: 0;
  margin-right: 12px;
}
[dir="rtl"] .help-block[data-v-f38ca77e] {
  padding-right: 0;
  padding-left: 4px;
}


.customCard[data-v-e6fc8d22] {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p[data-v-e6fc8d22] {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}


.customCard[data-v-61869256] {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p[data-v-61869256] {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}


.customCard[data-v-92a0c576] {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p[data-v-92a0c576] {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}
.header-card[data-v-92a0c576] {
  background: #2b542e;
  color: #fff;
}


.customCard[data-v-99b8a738] {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p[data-v-99b8a738] {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}
.header-card[data-v-99b8a738] {
  background: #2b542e;
  color: #fff;
}


.customCard[data-v-6adaf914] {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p[data-v-6adaf914] {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}
.header-card[data-v-6adaf914] {
  background: green;
  color: #fff;
}
#stopContinueSubscribe[data-v-6adaf914] {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#stopContinueSubscribe td[data-v-6adaf914],
#stopContinueSubscribe th[data-v-6adaf914] {
  border: 1px solid #ccc !important;
  padding: 8px;
  text-align: center;
}
#stopContinueSubscribe th[data-v-6adaf914] {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #04aa6d;
  color: white;
}


.customCard[data-v-7eb52376] {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p[data-v-7eb52376] {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}
.header-card[data-v-7eb52376] {
  background: green;
  color: #fff;
}
#compensationTable[data-v-7eb52376] {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#compensationTable td[data-v-7eb52376],
#compensationTable th[data-v-7eb52376] {
  border: 1px solid #ccc !important;
  padding: 8px;
  text-align: center;
}
#compensationTable th[data-v-7eb52376] {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #04aa6d;
  color: white;
}


.customCard[data-v-9f8aea98] {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p[data-v-9f8aea98] {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}
.header-card[data-v-9f8aea98] {
  background: #342b54;
  color: #fff;
}
#deliveryDataTable[data-v-9f8aea98] {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#deliveryDataTable td[data-v-9f8aea98],
#deliveryDataTable th[data-v-9f8aea98] {
  border: 1px solid #ccc !important;
  padding: 8px;
  text-align: center;
}
#deliveryDataTable th[data-v-9f8aea98] {
  padding: 8px;
  text-align: center;
  background-color: #04aa6d;
  color: white;
}


.customCard[data-v-6094a41b] {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p[data-v-6094a41b] {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}
.header-card[data-v-6094a41b] {
  background: #342b54;
  color: #fff;
}


.customCard[data-v-7ce5da64] {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p[data-v-7ce5da64] {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}
.header-card[data-v-7ce5da64] {
  background: #342b54;
  color: #fff;
}
#complaintsTable[data-v-7ce5da64] {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#complaintsTable td[data-v-7ce5da64],
#complaintsTable th[data-v-7ce5da64] {
  border: 1px solid #ccc !important;
  padding: 8px;
  text-align: center;
}
#complaintsTable th[data-v-7ce5da64] {
  padding: 8px;
  text-align: center;
  background-color: #04aa6d;
  color: white;
}


.customCard[data-v-64e6ef09] {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p[data-v-64e6ef09] {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}
.header-card[data-v-64e6ef09] {
  background: rgb(10 106 99);
  color: #fff;
}
#mealDataTable[data-v-64e6ef09] {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#mealDataTable td[data-v-64e6ef09],
#mealDataTable th[data-v-64e6ef09] {
  border: 1px solid #ccc !important;
  padding: 8px;
  text-align: center;
}
#mealDataTable th[data-v-64e6ef09] {
  padding: 8px;
  text-align: center;
  background-color: #04aa6d;
  color: white;
}


.customCard[data-v-423bd4b7] {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p[data-v-423bd4b7] {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}
.header-card[data-v-423bd4b7] {
  background: rgb(10 106 99);
  color: #fff;
}
#replacementsTable[data-v-423bd4b7] {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#replacementsTable td[data-v-423bd4b7],
#replacementsTable th[data-v-423bd4b7] {
  border: 1px solid #ccc !important;
  padding: 8px;
  text-align: center;
}
#replacementsTable th[data-v-423bd4b7] {
  padding: 8px;
  text-align: center;
  background-color: #04aa6d;
  color: white;
}


.customCard[data-v-c7c0855a] {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p[data-v-c7c0855a] {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}

