.header-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.header-center {
	text-align: center;
	padding: 0;
}
.header-content {
	width: 100%;
}
.action-row {
	display: flex;
	align-items: end;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0rem;
	flex-direction: column;
}
.welcome-heading {
	margin: 0;
	font-size: 0.85em;
	font-weight: 600;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 2px;
}
.welcome-text {
	font-weight: 400;
	margin-right: 0.2rem;
	color: #143A4D;
}
.text-primary {
	color: #143A4D;
	margin-right: 0.5rem;
}
.account-badge {
	display: inline-block;
	color: #143A4D;
	font-size: 0.75rem;
	font-weight: 500;
	padding: 0.1rem 0.5rem;
	border-radius: 100px;
	background-color: #f0f0f0;
}
.header-btn {
	font-size: 0.85rem;
	font-weight: 500;
	transition: all 0.3s ease;
	margin-right: 6px;
}
.header-btn:hover {
	color: #98D7DC;
	border-color: #98D7DC;
}
.header-quick-link {
	font-size: 0.85rem;
	color: #143A4D;
	text-decoration: none;
	transition: all 0.3s ease;
}
.header-quick-link:hover {
	color: #98D7DC;
}
.icon-profile {
	margin-right: 0.4rem;
}
.start-btn {
	background-color: #D35259;
	color: #FFFFFF;
	font-size: 0.85rem;
	font-weight: 500;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid #D35259;
	padding: 0.15rem 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.start-btn .icon-signup {
	margin-right: 0.4rem;
}
.start-btn:hover {
	background-color: #FFFFFF;
	color: #D35259;
	border-color: #D35259;
}
.login-link {
	font-size: 0.85rem;
	color: #143A4D;
}
.login-text {
	color: #143A4D;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	border-bottom: 1px solid transparent;
}
.login-text:hover {
	color: #0d2c3b;
	border-bottom: 1px solid #0d2c3b;
}
.user-info-container {
	margin-bottom: 0.3rem;
}