.dashboard-header-content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	flex-shrink: 0;
}

.header-help-icon,
.header-alert-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.dashboard-header-profile {
	display: flex;
	align-items: center;
	gap: 8px;
}

.header-profile-icon {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-family: "Expo Arabic Light", sans-serif;
}

.dashboard-header-profile-name {
	font-family: "Expo Arabic Light" !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-decoration: none;
	display: block;
}

.dashboard-header-profile-arrow {
	width: 16px;
	height: 16px;
}

.taraddod-header-user-details--white .header-profile-icon {
	background-color: #333;
	color: #fff;
}

.taraddod-header-user-details--white .dashboard-header-profile-name {
	color: #151515;
}

.taraddod-header-user-details--black .header-profile-icon {
	background-color: #f5fff9;
	color: #333;
}

.taraddod-header-user-details--black .dashboard-header-profile-name {
	color: #f5fff9;
}
