body {
	font-family: Arial, sans-serif;
}

#aging-template {}

.invoice-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2em 0;
}

.company-logo {
	margin-right: 1em;
}

.company-logo svg {
	width: 100px;
	height: auto;
}

.company-info {
	flex: 2;
	text-align: left;
	font-size: 0.8em;
}

.invoice-date {
	flex: 1;
	text-align: right;
}

.title {
	font-size: 1.2rem;
	font-weight: bold;
}

#date {
	font-size: 1rem;
}

.invoice-details {
	/* Add your styles here */
}

.statement-info {
	/* Add your styles here */
}

.statement {
	/* Add your styles here */
}

.aging-date {
	/* Add your styles here */
}

.card-info {
	/* Add your styles here */
}

.strong {
	/* Add your styles here */
}