
.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;
  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;
}


/* ============================================
   SMART SCALE - PROFESSIONAL DESIGN
   ============================================ */
.smart-scale-wrapper[data-v-28a2010b] {
  margin-top: 24px;
  margin-bottom: 24px;
}
.smart-scale-card[data-v-28a2010b] {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(52, 43, 84, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

/* ============================================
   HEADER
   ============================================ */
.card-header[data-v-28a2010b] {
  background: linear-gradient(135deg, #342b54 0%, #4a3f70 100%);
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.header-right[data-v-28a2010b] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-icon[data-v-28a2010b] {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}
.header-info[data-v-28a2010b] {
  display: flex;
  flex-direction: column;
}
.header-title[data-v-28a2010b] {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.3px;
}
.header-subtitle[data-v-28a2010b] {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  margin: 4px 0 0 0;
}
.header-left[data-v-28a2010b] {
  display: flex;
  align-items: center;
}
.stats-badge[data-v-28a2010b] {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.stats-number[data-v-28a2010b] {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}
.stats-label[data-v-28a2010b] {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================
   FILTERS - Enhanced Design
   ============================================ */
.filters-container[data-v-28a2010b] {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid #e5e7eb;
}
.filters-header[data-v-28a2010b] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
  font-weight: 600;
  color: #342b54;
  background: rgba(52, 43, 84, 0.03);
}
.filters-body[data-v-28a2010b] {
  padding: 20px 24px;
}
.filter-row[data-v-28a2010b] {
  margin-bottom: 8px;
}
.filter-row[data-v-28a2010b]:last-child {
  margin-bottom: 0;
}
.filter-group[data-v-28a2010b] {
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
}
.filter-label[data-v-28a2010b] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.filter-icon[data-v-28a2010b] {
  color: #342b54 !important;
  font-size: 14px !important;
}
.filter-date-input[data-v-28a2010b] {
  width: 100%;
}
.filter-date-input[data-v-28a2010b] .el-input__inner {
  height: 44px;
  border-radius: 10px !important;
  border: 2px solid #e5e7eb !important;
  font-size: 14px;
  transition: all 0.2s ease;
  background: #ffffff;
}
.filter-date-input[data-v-28a2010b] .el-input__inner:hover {
  border-color: #342b54 !important;
  background: #faf9fc;
}
.filter-date-input[data-v-28a2010b] .el-input__inner:focus {
  border-color: #342b54 !important;
  box-shadow: 0 0 0 3px rgba(52, 43, 84, 0.12);
  background: #ffffff;
}
.filter-date-input[data-v-28a2010b] .el-input__prefix {
  color: #342b54;
}
.filter-select-input[data-v-28a2010b] .v-input__slot {
  min-height: 44px !important;
  border-radius: 10px !important;
  border: 2px solid #e5e7eb !important;
  background: #ffffff !important;
  transition: all 0.2s ease;
}
.filter-select-input[data-v-28a2010b] .v-input__slot:hover {
  border-color: #342b54 !important;
  background: #faf9fc !important;
}
.filter-select-input.v-input--is-focused[data-v-28a2010b] .v-input__slot {
  border-color: #342b54 !important;
  box-shadow: 0 0 0 3px rgba(52, 43, 84, 0.12);
  background: #ffffff !important;
}
.filter-select-input[data-v-28a2010b] .v-icon {
  color: #342b54 !important;
}
.filter-select-input[data-v-28a2010b] .v-menu__content {
  z-index: 9999 !important;
}
.filter-text-input[data-v-28a2010b] .v-input__slot {
  min-height: 44px !important;
  border-radius: 10px !important;
  border: 2px solid #e5e7eb !important;
  background: #ffffff !important;
  transition: all 0.2s ease;
}
.filter-text-input[data-v-28a2010b] .v-input__slot:hover {
  border-color: #342b54 !important;
  background: #faf9fc !important;
}
.filter-text-input.v-input--is-focused[data-v-28a2010b] .v-input__slot {
  border-color: #342b54 !important;
  box-shadow: 0 0 0 3px rgba(52, 43, 84, 0.12);
  background: #ffffff !important;
}
.filter-text-input[data-v-28a2010b] .v-icon {
  color: #342b54 !important;
}
.filter-actions[data-v-28a2010b] {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 100%;
  padding-top: 26px;
  flex-wrap: wrap;
}
.filter-actions-inline[data-v-28a2010b] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  height: 100%;
  padding-bottom: 2px;
}
.action-btn[data-v-28a2010b] {
  height: 42px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 13px !important;
  letter-spacing: 0.2px;
  padding: 0 18px !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}
.apply-btn[data-v-28a2010b] {
  background: #342b54 !important;
  color: #ffffff !important;
}
.apply-btn[data-v-28a2010b]:hover {
  background: #4a3f70 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 43, 84, 0.25) !important;
}
.clear-btn[data-v-28a2010b] {
  border: 2px solid #d1d5db !important;
  color: #6b7280 !important;
  background: #ffffff !important;
}
.clear-btn[data-v-28a2010b]:hover {
  border-color: #342b54 !important;
  color: #342b54 !important;
  background: #faf9fc !important;
}
.export-btn[data-v-28a2010b] {
  background: #059669 !important;
  color: #ffffff !important;
}
.export-btn[data-v-28a2010b]:hover {
  background: #047857 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25) !important;
}

/* ============================================
   CONTENT / STATES
   ============================================ */
.card-content[data-v-28a2010b] {
  min-height: 300px;
}
.state-container[data-v-28a2010b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  text-align: center;
}
.loading-spinner[data-v-28a2010b] {
  margin-bottom: 16px;
}
.state-text[data-v-28a2010b] {
  font-size: 16px;
  font-weight: 600;
  color: #4b5563;
  margin: 0;
}
.state-subtext[data-v-28a2010b] {
  font-size: 14px;
  color: #9ca3af;
  margin: 8px 0 0 0;
}
.error-state .error-icon[data-v-28a2010b] {
  margin-bottom: 16px;
}
.error-text[data-v-28a2010b] {
  color: #dc2626 !important;
}
.error-detail[data-v-28a2010b] {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 8px;
}
.empty-state .empty-icon[data-v-28a2010b] {
  margin-bottom: 16px;
  opacity: 0.6;
}

/* ============================================
   TABLE
   ============================================ */
.table-section[data-v-28a2010b] {
  padding: 0;
}
.table-wrapper[data-v-28a2010b] {
  overflow-x: auto;
}
.data-table[data-v-28a2010b] {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.data-table thead tr[data-v-28a2010b] {
  background: linear-gradient(135deg, #342b54 0%, #3d3561 100%);
}
.data-table thead th[data-v-28a2010b] {
  padding: 16px 14px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  border-bottom: none;
}
.data-table tbody tr[data-v-28a2010b] {
  transition: all 0.15s ease;
  border-bottom: 1px solid #f1f5f9;
}
.data-table tbody tr[data-v-28a2010b]:nth-child(even) {
  background: #f8fafc;
}
.data-table tbody tr[data-v-28a2010b]:hover {
  background: #ede9f7 !important;
}
.data-table tbody td[data-v-28a2010b] {
  padding: 14px;
  text-align: center;
  vertical-align: middle;
  color: #374151;
}
.date-cell[data-v-28a2010b],
.time-cell[data-v-28a2010b] {
  font-weight: 500;
  color: #4b5563;
}
.device-serial-cell[data-v-28a2010b] {
  font-family: 'Monaco', 'Menlo', 'Consolas', monospace;
  font-size: 12px;
  font-weight: 600;
  color: #342b54;
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-block;
}
.metric-cell[data-v-28a2010b] {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
}
.metric-cell .metric-value[data-v-28a2010b] {
  font-weight: 700;
  color: #342b54;
  font-size: 15px;
}
.metric-cell .metric-unit[data-v-28a2010b] {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
}
.weight-metric .metric-value[data-v-28a2010b] {
  font-size: 16px;
  color: #342b54;
}

/* BMI Badge */
.bmi-badge[data-v-28a2010b] {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  min-width: 50px;
}
.bmi-badge.bmi-normal[data-v-28a2010b] {
  background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
  color: #166534;
}
.bmi-badge.bmi-underweight[data-v-28a2010b] {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  color: #92400e;
}
.bmi-badge.bmi-overweight[data-v-28a2010b] {
  background: linear-gradient(135deg, #ffedd5 0%, #fed7aa 100%);
  color: #c2410c;
}
.bmi-badge.bmi-obese[data-v-28a2010b] {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  color: #991b1b;
}

/* Source Badge */
.source-badge[data-v-28a2010b] {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Details Button */
.details-btn[data-v-28a2010b] {
  background: linear-gradient(135deg, #342b54 0%, #4a3f70 100%) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 12px !important;
  padding: 0 14px !important;
  height: 34px !important;
  box-shadow: 0 2px 8px rgba(52, 43, 84, 0.2) !important;
  transition: all 0.2s ease !important;
}
.details-btn[data-v-28a2010b]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(52, 43, 84, 0.3) !important;
}

/* ============================================
   PAGINATION
   ============================================ */
.pagination-section[data-v-28a2010b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 24px;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  gap: 12px;
}
.pagination-info[data-v-28a2010b] {
  font-size: 13px;
  color: #6b7280;
}
.pagination-info strong[data-v-28a2010b] {
  color: #342b54;
  font-weight: 700;
}
.pagination-section[data-v-28a2010b] .v-pagination .v-pagination__item,
.pagination-section[data-v-28a2010b] .v-pagination .v-pagination__navigation {
  margin: 0 3px;
  min-width: 38px;
  height: 38px;
  font-weight: 600;
  border-radius: 10px !important;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.15s ease;
}
.pagination-section[data-v-28a2010b] .v-pagination .v-pagination__item:hover,
.pagination-section[data-v-28a2010b] .v-pagination .v-pagination__navigation:hover {
  border-color: #342b54;
  background: #f8fafc;
}
.pagination-section[data-v-28a2010b] .v-pagination .v-pagination__item--active {
  background: linear-gradient(135deg, #342b54 0%, #4a3f70 100%) !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(52, 43, 84, 0.3) !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 960px) {
.card-header[data-v-28a2010b] {
    padding: 16px 20px;
}
.filters-body[data-v-28a2010b] {
    padding: 16px 20px;
}
.filter-actions[data-v-28a2010b] {
    padding-top: 16px;
    justify-content: center;
}
}
@media (max-width: 600px) {
.card-header[data-v-28a2010b] {
    flex-direction: column;
    align-items: flex-start;
}
.header-left[data-v-28a2010b] {
    width: 100%;
}
.stats-badge[data-v-28a2010b] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
}
.stats-number[data-v-28a2010b] {
    font-size: 22px;
}
.filter-actions[data-v-28a2010b] {
    flex-direction: column;
    width: 100%;
}
.action-btn[data-v-28a2010b] {
    width: 100%;
}
.data-table thead th[data-v-28a2010b],
  .data-table tbody td[data-v-28a2010b] {
    padding: 10px 8px;
    font-size: 12px;
}
.pagination-section[data-v-28a2010b] {
    padding: 16px;
}
}
.filter-text-input[data-v-28a2010b] .v-input__slot {
  min-height: 42px !important;
  border-radius: 10px !important;
  border: 1px solid #d1d5db !important;
  background: #ffffff !important;
}
.filter-text-input[data-v-28a2010b] .v-input__slot:hover {
  border-color: #9ca3af !important;
}
.filter-text-input.v-input--is-focused[data-v-28a2010b] .v-input__slot {
  border-color: #342b54 !important;
  box-shadow: 0 0 0 3px rgba(52, 43, 84, 0.1);
}


/* Global styles for v-select dropdown menu (needs to be unscoped) */
.v-menu__content.menuable__content__active {
  z-index: 9999 !important;
}


/* ============================================
   SMART SCALE DETAILS MODAL - PROFESSIONAL
   ============================================ */
.modal-container[data-v-651a75e7] {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* ============================================
   MODAL HEADER
   ============================================ */
.modal-header[data-v-651a75e7] {
  background: linear-gradient(135deg, #342b54 0%, #4a3f70 100%);
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-content[data-v-651a75e7] {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-icon[data-v-651a75e7] {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}
.header-text[data-v-651a75e7] {
  display: flex;
  flex-direction: column;
}
.modal-title[data-v-651a75e7] {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.3px;
}
.modal-subtitle[data-v-651a75e7] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin: 2px 0 0 0;
}
.close-btn[data-v-651a75e7] {
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  transition: all 0.2s ease;
}
.close-btn[data-v-651a75e7]:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: rotate(90deg);
}

/* ============================================
   MODAL BODY
   ============================================ */
.modal-body[data-v-651a75e7] {
  padding: 24px;
  background: #f8fafc;
  max-height: 65vh;
  overflow-y: auto;
}
.modal-body[data-v-651a75e7]::-webkit-scrollbar {
  width: 6px;
}
.modal-body[data-v-651a75e7]::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 3px;
}
.modal-body[data-v-651a75e7]::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 3px;
}
.modal-body[data-v-651a75e7]::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

/* ============================================
   DETAIL SECTIONS
   ============================================ */
.detail-section[data-v-651a75e7] {
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e7eb;
}
.detail-section[data-v-651a75e7]:last-child {
  margin-bottom: 0;
}
.section-header[data-v-651a75e7] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid #e5e7eb;
}
.section-icon[data-v-651a75e7] {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.section-title[data-v-651a75e7] {
  color: #342b54;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.2px;
}
.section-content[data-v-651a75e7] {
  padding: 16px 18px;
}

/* ============================================
   INFO CARDS (Date/Time/Source)
   ============================================ */
.info-card[data-v-651a75e7] {
  background: #f8fafc;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  border: 1px solid #e5e7eb;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.info-label[data-v-651a75e7] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.info-value[data-v-651a75e7] {
  font-size: 16px;
  font-weight: 700;
  color: #342b54;
}
.source-tag[data-v-651a75e7] {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* ============================================
   METRIC CARDS
   ============================================ */
.metric-card[data-v-651a75e7] {
  background: #f8fafc;
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  border: 1px solid #e5e7eb;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
}
.metric-card[data-v-651a75e7]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.metric-card.highlight[data-v-651a75e7] {
  background: linear-gradient(135deg, #ede9f7 0%, #e0daf0 100%);
  border-color: #342b54;
}
.metric-card.bmi-normal[data-v-651a75e7] {
  background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
  border-color: #22c55e;
}
.metric-card.bmi-underweight[data-v-651a75e7] {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-color: #f59e0b;
}
.metric-card.bmi-overweight[data-v-651a75e7] {
  background: linear-gradient(135deg, #ffedd5 0%, #fed7aa 100%);
  border-color: #f97316;
}
.metric-card.bmi-obese[data-v-651a75e7] {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  border-color: #ef4444;
}
.metric-icon[data-v-651a75e7] {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.metric-label[data-v-651a75e7] {
  font-size: 10px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.metric-value[data-v-651a75e7] {
  font-size: 22px;
  font-weight: 800;
  color: #342b54;
  line-height: 1.1;
}
.metric-unit[data-v-651a75e7] {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
}
.metric-status[data-v-651a75e7] {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 2px;
}

/* Progress Bars */
.metric-bar[data-v-651a75e7] {
  width: 100%;
  height: 6px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin-top: 8px;
  overflow: hidden;
}
.metric-bar-fill[data-v-651a75e7] {
  height: 100%;
  border-radius: 3px;
  transition: width 0.5s ease;
}
.metric-bar-fill.fat[data-v-651a75e7] {
  background: linear-gradient(90deg, #f97316 0%, #ef4444 100%);
}
.metric-bar-fill.muscle[data-v-651a75e7] {
  background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
}
.metric-bar-fill.water[data-v-651a75e7] {
  background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
}
.metric-bar-fill.protein[data-v-651a75e7] {
  background: linear-gradient(90deg, #8b5cf6 0%, #7c3aed 100%);
}

/* ============================================
   MODAL FOOTER
   ============================================ */
.modal-footer[data-v-651a75e7] {
  padding: 16px 24px;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: flex-end;
}
.close-btn-footer[data-v-651a75e7] {
  height: 42px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 14px !important;
  padding: 0 24px !important;
  border-color: #d1d5db !important;
  color: #6b7280 !important;
  transition: all 0.2s ease !important;
}
.close-btn-footer[data-v-651a75e7]:hover {
  border-color: #342b54 !important;
  color: #342b54 !important;
  background: #f8fafc !important;
}

/* ============================================
   NO DATA STATE
   ============================================ */
.no-data-body[data-v-651a75e7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  text-align: center;
}
.no-data-text[data-v-651a75e7] {
  font-size: 16px;
  font-weight: 600;
  color: #9ca3af;
  margin-top: 16px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 600px) {
.modal-header[data-v-651a75e7] {
    padding: 16px 18px;
}
.modal-title[data-v-651a75e7] {
    font-size: 16px;
}
.modal-body[data-v-651a75e7] {
    padding: 16px;
}
.section-content[data-v-651a75e7] {
    padding: 12px 14px;
}
.metric-card[data-v-651a75e7] {
    padding: 12px 10px;
}
.metric-value[data-v-651a75e7] {
    font-size: 18px;
}
.metric-label[data-v-651a75e7] {
    font-size: 9px;
}
.modal-footer[data-v-651a75e7] {
    padding: 14px 18px;
}
.close-btn-footer[data-v-651a75e7] {
    width: 100%;
}
}


/* Global dialog styles */
.smart-scale-details-dialog {
  border-radius: 20px !important;
  overflow: hidden;
}


/* ============================================
   HEALTH METRICS - ULTRA PROFESSIONAL DESIGN
   Purple Theme: #342b54 (rgb(52, 43, 84))
   ============================================ */

/* Main Card Container - Glass Morphism Effect */
.health-metrics-card {
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid #e5e7eb !important;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}

/* Header - Simple Purple Theme */
.health-metrics-header {
  background: #342b54;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.header-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon .v-icon {
  font-size: 24px !important;
}
.header-text h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.header-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin: 4px 0 0 0;
}
.header-stats {
  display: flex;
  gap: 12px;
}
.stat-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  border-radius: 8px;
  text-align: center;
}
.stat-value {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.stat-label {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================
   FILTERS SECTION - Clean Design
   ============================================ */
.health-metrics-filters-container {
  background: #f9fafb;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
}
.filters-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.filters-title .v-icon {
  color: #6b7280 !important;
}
.filters-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
.filter-item {
  flex: 1;
  min-width: 180px;
}
.filter-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 6px;
}
.filter-item .el-date-editor {
  width: 100%;
}
.filter-date-picker {
  width: 100%;
  height: 40px;
}
.filter-date-picker .el-input__inner {
  border-radius: 8px !important;
  border: 1px solid #d1d5db !important;
  font-size: 14px;
  height: 40px;
  background: #ffffff;
}
.filter-date-picker .el-input__inner:hover,
.filter-date-picker .el-input__inner:focus {
  border-color: #342b54 !important;
}
.filter-select {
  border-radius: 8px;
}
.filter-select .v-input__control {
  min-height: 40px !important;
}
.filter-select .v-input__slot {
  border-radius: 8px !important;
  border: 1px solid #d1d5db !important;
  background: #ffffff !important;
  min-height: 40px !important;
}
.filter-select .v-input__slot:hover,
.filter-select.v-input--is-focused .v-input__slot {
  border-color: #342b54 !important;
}
.filter-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.filter-btn {
  height: 40px !important;
  border-radius: 8px !important;
  font-weight: 600;
  text-transform: none;
  padding: 0 16px !important;
  font-size: 13px;
}
.apply-btn {
  background: #342b54 !important;
}
.apply-btn:hover {
  background: #4a3f70 !important;
}
.clear-btn {
  background: #6b7280 !important;
}
.clear-btn:hover {
  background: #4b5563 !important;
}
.export-btn {
  background: #059669 !important;
}
.export-btn:hover {
  background: #047857 !important;
}

/* Loading State */
.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background: #f9fafb;
}
.loading-spinner {
  margin-bottom: 16px;
}
.loading-text {
  color: #6b7280;
  font-size: 14px;
}

/* Error Alert */
.error-alert {
  margin: 20px;
  border-radius: 8px !important;
}

/* Responsive adjustments */
@media (max-width: 960px) {
.health-metrics-header {
    flex-direction: column;
    align-items: flex-start;
}
.filters-wrapper {
    flex-direction: column;
    align-items: stretch;
}
.filter-item {
    width: 100%;
}
.filter-buttons {
    width: 100%;
    justify-content: center;
}
.filter-btn {
    flex: 1;
}
}
@media (max-width: 600px) {
.health-metrics-filters-container {
    padding: 15px;
}
.filters-wrapper {
    gap: 12px;
}
.filter-buttons {
    flex-direction: column;
}
.filter-btn {
    width: 100%;
}
}

/* ============================================
   TABLE - Clean Simple Design (v-simple-table)
   ============================================ */
.metrics-table {
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid #e5e7eb !important;
  margin: 0 20px 20px;
}
.metrics-table thead tr {
  background: #342b54 !important;
}
.metrics-table thead th {
  background: #342b54 !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  padding: 16px 14px !important;
  text-align: center !important;
  border-bottom: none !important;
  white-space: nowrap;
}
.metrics-table tbody tr {
  transition: background-color 0.2s ease;
}
.metrics-table tbody tr:nth-child(even) {
  background: #f9fafb;
}
.metrics-table tbody tr:hover {
  background: #ede9f7 !important;
}
.metrics-table tbody td {
  padding: 14px !important;
  text-align: center !important;
  font-size: 14px !important;
  color: #374151;
  border-bottom: 1px solid #e5e7eb !important;
}

/* Cell styling */
.weight-cell {
  font-weight: 600;
  color: #342b54;
}
.bmi-cell {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
}
.bmi-cell.bmi-normal {
  background: #dcfce7;
  color: #166534;
}
.bmi-cell.bmi-underweight {
  background: #fef3c7;
  color: #92400e;
}
.bmi-cell.bmi-overweight {
  background: #ffedd5;
  color: #c2410c;
}
.bmi-cell.bmi-obese {
  background: #fee2e2;
  color: #991b1b;
}
.source-cell {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.view-btn {
  text-transform: none !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
}

/* Legacy table (keep for backwards compatibility) */
.health-metrics-history-wrapper {
  overflow-x: auto;
  margin: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
#healthMetricsHistoryTable {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  font-size: 14px;
}
#healthMetricsHistoryTable thead tr {
  background: #342b54;
}
#healthMetricsHistoryTable th {
  padding: 14px 12px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 2px solid #251f40;
}
#healthMetricsHistoryTable td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
  color: #333;
}
#healthMetricsHistoryTable tbody tr:nth-child(even) {
  background: #fafafa;
}
#healthMetricsHistoryTable tbody tr:hover {
  background: #f0eef5;
}
.row-number {
  color: #888;
  font-weight: 500;
}

/* BMI Badge */
.bmi-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
}
.bmi-badge.bmi-normal {
  background: #e8f5e9;
  color: #2e7d32;
}
.bmi-badge.bmi-underweight {
  background: #fff8e1;
  color: #f57f17;
}
.bmi-badge.bmi-overweight {
  background: #fff3e0;
  color: #ef6c00;
}
.bmi-badge.bmi-obese {
  background: #ffebee;
  color: #c62828;
}

/* Source Badge */
.source-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

/* ============================================
   METRIC VALUES - Purple Themed
   ============================================ */
.metric-value {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  background: linear-gradient(135deg, #f5f3fa 0%, #ece9f5 100%);
  color: #342b54;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(52, 43, 84, 0.08);
}
.metric-value.weight-value {
  background: linear-gradient(135deg, #ede9f7 0%, #d4d0e8 100%);
  color: #342b54;
  font-weight: 800;
  box-shadow: 0 3px 10px rgba(52, 43, 84, 0.12);
}
.metric-value.bmi-normal {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  color: #2e7d32;
}
.metric-value.bmi-underweight {
  background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
  color: #f57f17;
}
.metric-value.bmi-overweight {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  color: #ef6c00;
}
.metric-value.bmi-obese {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
  color: #c62828;
}

/* Source Chip Styling - Purple Theme */
.source-chip {
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: 0.8px;
  box-shadow: 0 3px 10px rgba(52, 43, 84, 0.2);
  border-radius: 24px !important;
  padding: 0 16px !important;
  height: 30px !important;
  text-transform: uppercase;
}

/* Details Button - Purple Theme */
.details-btn {
  border-radius: 12px !important;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.3px;
  padding: 0 20px !important;
  height: 38px !important;
  box-shadow:
    0 4px 14px rgba(52, 43, 84, 0.3),
    0 2px 4px rgba(52, 43, 84, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(135deg, #342b54 0%, #251f40 100%) !important;
}
.details-btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 8px 24px rgba(52, 43, 84, 0.4),
    0 4px 8px rgba(52, 43, 84, 0.2) !important;
  background: linear-gradient(135deg, #3d3561 0%, #342b54 100%) !important;
}

/* ============================================
   PAGINATION - Simple Design
   ============================================ */
.pagination-wrapper {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 16px 20px;
  margin: 0 20px 20px;
}
.pagination-wrapper .v-pagination {
  justify-content: center;
}
.pagination-wrapper .v-pagination .v-pagination__item,
.pagination-wrapper .v-pagination .v-pagination__navigation {
  margin: 0 3px;
  min-width: 36px;
  height: 36px;
  font-weight: 500;
  border-radius: 6px !important;
  background: #fff;
  border: 1px solid #e5e7eb;
}
.pagination-wrapper .v-pagination .v-pagination__item:hover,
.pagination-wrapper .v-pagination .v-pagination__navigation:hover {
  border-color: #342b54;
}
.pagination-wrapper .v-pagination .v-pagination__item--active {
  background: #342b54 !important;
  border: none !important;
}
.pagination-info {
  color: #6b7280;
  font-size: 13px;
  margin: 8px 0 0;
}

/* Responsive design */
@media (max-width: 768px) {
#healthMetricsHistoryTable th,
  #healthMetricsHistoryTable td {
    padding: 10px 6px;
    font-size: 11px;
}
.health-metrics-history-wrapper {
    max-height: 400px;
}
}

/* Responsive design */
@media (max-width: 768px) {
#healthMetricsTable th,
  #healthMetricsTable td {
    padding: 10px 8px;
    font-size: 12px;
}
}
.subscribe_details_table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.subscribe_details_table td,
.subscribe_details_table th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
.subscribe_details_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #8f9e06 !important;
  color: white;
}
.subscribe_details_table2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #0a9ca1 !important;
  color: white;
}
.customCard {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.customCard p {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow-y: auto;
}
.card1 {
  height: auto;
}
.font-big-bold {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 15px;
}
.val {
  color: blue;
}
.emptyVal {
  color: red;
}
#stopContinueSubscribe,
#delivarData1,
#delivarData2,
#delivarData3,
#delivarData4,
#delivarData5 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#stopContinueSubscribe td,
#delivarData1 td,
#delivarData2 td,
#delivarData3 td,
#delivarData4 td,
#delivarData5 td,
#stopContinueSubscribe th,
#delivarData1 th,
#delivarData2 th,
#delivarData3 th,
#delivarData4 th,
#delivarData5 th {
  border: 1px solid #ccc !important;
  padding: 8px;
  text-align: center;
}
#stopContinueSubscribe th,
#delivarData1 th,
#delivarData2 th,
#delivarData3 th,
#delivarData4 th,
#delivarData5 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #04aa6d;
  color: white;
}
#delivarData1 td,
#delivarData2 td,
#delivarData3 td,
#delivarData4 td {
  padding: 40px;
}
#delivarData5 th {
  padding: 8px;
}
#delivarData5 td {
  padding: 8px;
}
.btn-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px;
}

/* Health Metrics Table - Updated Compact Design */
#healthMetricsHistoryTable {
  min-width: 900px;
}
.metric-value {
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.weight-value {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  color: #1565c0;
}
.bmi-underweight {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  color: #e65100;
}
.bmi-normal {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  color: #2e7d32;
}
.bmi-overweight {
  background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
  color: #f57f17;
}
.bmi-obese {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
  color: #c62828;
}
.source-chip {
  font-weight: 600;
  font-size: 11px !important;
}
.details-btn {
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.3px;
}
.details-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(43, 84, 66, 0.3);
}

/* ============================================
   MODAL - Clean Professional Design
   ============================================ */
.health-metrics-modal {
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2) !important;
}
.modal-header {
  background: #342b54;
  color: white;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 600;
}
.modal-header .v-icon {
  margin-left: 8px;
}
.modal-content {
  padding: 24px;
  background: #f8fafc;
  max-height: 70vh;
  overflow-y: auto;
}
.modal-content::-webkit-scrollbar {
  width: 6px;
}
.modal-content::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 3px;
}
.modal-content::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 3px;
}
.modal-section {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}
.modal-section:last-child {
  margin-bottom: 0;
}
.section-title {
  color: #342b54;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #342b54;
  display: flex;
  align-items: center;
}
.section-title .v-icon {
  margin-left: 8px;
  color: #342b54 !important;
}
.metric-card {
  background: #f9fafb;
  border-radius: 10px;
  padding: 16px 12px;
  text-align: center;
  border: 1px solid #e5e7eb;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.metric-card.highlight {
  background: #ede9f7;
  border-color: #342b54;
}
.metric-card.bmi-underweight {
  background: #fef3c7;
  border-color: #f59e0b;
}
.metric-card.bmi-normal {
  background: #dcfce7;
  border-color: #22c55e;
}
.metric-card.bmi-overweight {
  background: #ffedd5;
  border-color: #f97316;
}
.metric-card.bmi-obese {
  background: #fee2e2;
  border-color: #ef4444;
}
.metric-label {
  font-size: 11px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  font-weight: 600;
}
.metric-value-large {
  font-size: 24px;
  font-weight: 700;
  color: #342b54;
  line-height: 1.2;
}
.metric-unit {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 4px;
  font-weight: 500;
}
.metric-status {
  font-size: 10px;
  font-weight: 600;
  margin-top: 8px;
  padding: 3px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.source-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.source-chip-modal {
  font-weight: 600 !important;
  font-size: 12px !important;
  border-radius: 16px !important;
  padding: 0 14px !important;
  height: 28px !important;
}

/* Date Time Section */
.date-time-section {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

/* No Data State - Purple Theme */
.health-metrics-card .v-alert.info {
  margin: 28px;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #ede9f7 0%, #d4d0e8 100%) !important;
  border: 2px solid #8b7fc7 !important;
  padding: 28px;
}
.health-metrics-card .v-alert.error {
  margin: 28px;
  border-radius: 18px !important;
}

/* Modal Responsive */
@media (max-width: 600px) {
.modal-header {
    padding: 16px;
    font-size: 16px;
}
.modal-content {
    padding: 16px;
}
.modal-section {
    padding: 16px;
}
.metric-value-large {
    font-size: 20px;
}
.metric-label {
    font-size: 11px;
}
}
table :not(.reportPage) th:first-child,
table :not(.reportPage) td:first-child,
table :not(.reportPage) th:last-child,
table :not(.reportPage) td:last-child {
  background-color: unset !important;
}

