header {
	width: 100%;
	height: 50px;
	border-bottom: solid 2px #000;
	font-size: 18px;
	color: #2b2f24;
	background-color: #fff;
}

.header-logo {
	width: 200px;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 27px;
}

.header-logo img {
	height: 30px;
}

.header-user {
	width: 600px;
	height: 100%;
	float: right;
	display: flex;
	justify-content: flex-end;
}

.sub-logo {
	height: 30px;
	align-self: center;
	margin-right: 30px;
}

.header-user .info.vaf {
	max-width: 270px;
	height: 100%;
	text-align: center;
	word-break: break-word;
	flex: 0 0 auto;
	margin-right: 30px;
}

.header-user .info:first-child {
	margin-right: 20px;
}

.header-user .info .user-img {
	width: 60px;
	height: 60px;
	border-radius: 6px;
	align-self: flex-end;
	background-color: #000;
}

.header-user .info .user-img img {
	width: 100%;
	height: 100%;	
}

.header-user .triangle {
	left: 0;
}

.header-user .dropdown {
	min-width: 75px;
	z-index: 100;
}

.header-user .dropdown-content {
	margin-top: 5px;
}