#p_p_id_ProfileInformationPortlet_ {
	bottom: 0;
	right: 0;
	padding-top: 6px;
	z-index: 100;
	height: 74px;
	position: relative;
	font-family: "RMB Sans", sans-serif;
}

#p_p_id_ProfileInformationPortlet_:hover {
	background: #ffffff57;
}

#p_p_id_ProfileInformationPortlet_ .portlet-title-text,
#p_p_id_ProfileInformationPortlet_ .portlet-topper,
#p_p_id_ProfileInformationPortlet_ .portlet-collapse-icon {
	display: none;
}

#p_p_id_ProfileInformationPortlet_ .portlet-content {
	height: 63px;
	border: none !important;
}

#p_p_id_ProfileInformationPortlet_ #profile-information {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	font-family: "RMB Sans", sans-serif;
}

#p_p_id_ProfileInformationPortlet_ .btn {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	font-family: "RMB Sans", sans-serif;
}

#p_p_id_ProfileInformationPortlet_ #profile-information-button,
#p_p_id_ProfileInformationPortlet_ #profile-information-button span,
#p_p_id_ProfileInformationPortlet_ #profile-information-button .username,
#p_p_id_ProfileInformationPortlet_ .profile-dropdown-menu,
#p_p_id_ProfileInformationPortlet_ .profile-dropdown-menu li,
#p_p_id_ProfileInformationPortlet_ .profile-dropdown-menu li a {
	font-family: "RMB Sans", sans-serif !important;
}

#p_p_id_ProfileInformationPortlet_ .username {
	width: 90px;
	height: 20px;
	font-family: "RMB Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.6px;
	text-align: right;
	color: #ffffff;
	margin-right: 9px;
	position: relative;
	top: 5px;
	text-transform: capitalize;
}

#p_p_id_ProfileInformationPortlet_ .profile-picture {
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

#p_p_id_ProfileInformationPortlet_ .hamburger-menu {
	position: absolute;
	top: 24px;
	right: 0;
	cursor: pointer;
	display: none;
}

#p_p_id_ProfileInformationPortlet_ .hamburger-menu span {
	display: block;
	width: 35px;
	height: 2px;
	background-color: white;
	margin: 6px 0;
}

.profile-information-overlay {
	position: absolute;
	z-index: 350;
	bottom: 0;
	right: 0;
	left: 0;
	top: 78px;
	opacity: 0.7;
	background-color: #000;
	display: none;
}

.profile-information-drawer-overlay {
	position: absolute;
	z-index: 400;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	opacity: 0.7;
	background-color: #000;
	display: none;
}

.profile-dropdown-menu {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 1000;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	min-width: 180px;
	border-radius: 0;
	overflow: hidden;
	font-family: "RMB Sans", sans-serif;
}

.profile-dropdown-menu li a.profile-dropdown-item {
	display: block;
	padding: 16px 28px;
	color: #333;
	text-decoration: none;
	font-family: "RMB Sans", sans-serif;
	font-size: 1.1em;
	border-radius: 0;
	transition: background 0.2s, color 0.2s, text-decoration 0.2s;
}

.profile-dropdown-menu li a.profile-dropdown-item:hover {
	background: #383434;
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 1023px) {
	#p_p_id_ProfileInformationPortlet_ .btn {
		display: none;
	}

	#p_p_id_ProfileInformationPortlet_ .hamburger-menu {
		display: block !important;
	}
}
