.font-bitter {
	font-family: "Bitter", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

main {
	min-height: calc(100vh - 330px);
}

.auth .logo {
	width: 250px;
}

.logo {
	width: 150px;
}

.report-logo {
	width: 250px;
}

.report-logo-lg {
	width: 450px;
}

.list-style-alpha {
	list-style-type: lower-alpha;
}

.list-style-alpha ::marker {
	font-weight: bold;
}

.btn-account {
	width: 2.5rem;
	height: 2.5rem;
	padding: 5px;
	font-size: 1.2rem;
}

ol.breadcrumb i {
	width: 1.7rem;
	height: 1.7rem;
	font-size: 1rem;
	line-height: 1;
	padding-top: 5px;
	margin-top: -1px;
}

.vertical-line {
	border-left: 1px solid #d3d3d3; /* Change thickness and color as needed */
	height: 50px; /* Adjust the height of the line */
	margin: 0 10px; /* Add spacing around the line */
}

.profile-card {
	display: flex;
	align-items: center;
	gap: 10px;
}

.avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--bs-brand-blue); /* Blue background */
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

.profile-details {
	display: flex;
	flex-direction: column;
}

.profile-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.profile-email {
	font-size: 14px;
	color: #555;
	margin: 0;
}

.dropdown {
	margin-left: auto;
	cursor: pointer;
}

/* piechart legend */

.legend {
	margin-top: 20px;
}
.legend ul {
	list-style: none;
	padding: 0;
}
.legend li {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.legend-color {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.w-900px {
	width: 900px;
}

@media print {
	.page-break {
		clear: both;
		page-break-after: always;
	}
}
