vaadin-grid-cell-content {}

vaadin-grid::part(header-cell) {
	min-height: var(--lumo-size-m);
	/* background-color: #ECF4F6; */
}

vaadin-grid[navigating]::part(cell):focus::before {
	/* box-shadow: none; */
}

.invoice-id {
	color: #1E40AF;
	/* Blue */
	text-decoration: none;
}

.invoice-id:hover {
	text-decoration: underline;
}

/* Default table text */
.table-text {
	color: #000000;
	/* Black */
}

/* Due amount */
.due-amount {
	color: #DC2626;
	font-weight: 600;
}

/* Status Active */
.status-active {
	color: #16A34A;
	/* Green */
	background-color: #D1FAE5;
	/* Light green */
	padding: 4px 8px;
	border-radius: 6px;
	font-weight: 600;
	display: inline-block;
}

/* Status Discharged */
.status-discharged {
	color: #1D4ED8;
	background-color: #DBEAFE;
	padding: 4px 10px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
}

.room-text {
	color: dimgray
}
.status-voided {
  color: #B91C1C;            /* Dark red text */
  background-color: #FEE2E2; /* Light red background */
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
}

/* Delivery Date */
.delivery-date {
	color: #7C3AED;
	/* Purple */
	font-weight: 500;
}

/* Doctor Fee Due */
.dr-fee-due {
	color: #EA580C;
	/* Orange */
	font-weight: 600;
}

/* Referral Due */
.referral-due {
	color: #DC2626;
	/* Red */
	font-weight: 600;
}
