#menuPrincipal
{
	background-color: transparent;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	user-select: none;
}

.menu-hamburger-trigger,
.menu-drawer-header,
.menu-drawer-profile-group,
.menu-drawer-login-actions {
	display: none !important;
}

#menuPrincipal > ul > li > a > .menu-icon {
	display: none !important;
}

#menuPrincipal i
{
	position: absolute;
	right: 1px;
	top: 1px;
}

#menuPrincipal #iconNewMessageSome
{
	color: #ffffff;
	position: absolute;
	right: 2px;
	top: -1000px;
}

#menuPrincipal > ul
{
	background-color: transparent;
	border: none;
	border-radius: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	z-index: 10000;
	display: flex;
	align-items: center;
	gap: 0;
	position: relative;
}

#menuPrincipal > ul > #menuItem
{
	display: none;
}

#menuPrincipal > ul > #menuItem:hover > a
{
	color: #ffffff;
}

#menuPrincipal > ul > li
{
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}

#menuPrincipal > ul > li > a
{
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-size: 14px;
	padding: 8px 14px;
	text-decoration: none;
	position: relative;
	z-index: 2;
	transition: color 0.2s ease;
}

#menuPrincipal > ul > li > a:hover
{
	color: #ffffff;
}

#menuPrincipal > ul > li.nav-item-active > a
{
	color: #ffffff;
	font-weight: 600;
}

#menuPrincipal > ul > li.active-dropdown > ul
{
	display: block !important;
}

#menuPrincipal > ul > li.menu-highlight-pill {
	position: absolute !important;
	background-color: rgba(255, 255, 255, 0.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	border-radius: 30px !important;
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
	pointer-events: none !important;
	z-index: 1 !important;
	display: block !important;
	opacity: 0;
	transform: scale(0.9);
}

#menuPrincipal > ul > li > ul
{
	background-color: #0b0f19;
	border: 1px solid rgba(0, 180, 216, 0.25);
	border-radius: 8px;
	display: none;
	left: 50%;
	transform: translateX(-50%);
	list-style: none;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	top: 100%;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	margin-top: 8px;
	z-index: 20000;
}

#menuPrincipal > ul > li > ul > li
{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 200px;
}

#menuPrincipal > ul > li > ul > li > a
{
	color: rgba(255, 255, 255, 0.85);
	display: block;
	font-size: 14px;
	padding: 10px 15px;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	transition: color 0.2s;
}

#menuPrincipal > ul > li > ul > li:hover > a
{
	color: #00b4d8;
}

#menuPrincipal > ul > li > ul > li.nav-sub-active > a
{
	color: #00b4d8;
	font-weight: bold;
}

@media screen and (max-width: 991px)
{
	#menuPrincipal
	{
		margin-top: 0px;
		vertical-align: middle;
	}

	.menu-hamburger-trigger
	{
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.15);
		color: #ffffff;
		font-size: 18px;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		cursor: pointer;
		transition: all 0.2s ease;
		padding: 0;
	}

	.menu-hamburger-trigger i
	{
		position: static !important;
		font-size: 18px;
		color: #ffffff;
	}

	.menu-hamburger-trigger:hover,
	.menu-hamburger-trigger:focus
	{
		background: rgba(255, 255, 255, 0.15);
		border-color: #4E5F88;
		outline: none;
	}

	#menuPrincipal > ul
	{
		background-color: #fbfaf7 !important;
		border: none;
		border-left: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: 0px;
		box-shadow: -10px 0 40px rgba(0, 0, 0, 0.08);
		flex-direction: column;
		align-items: stretch;
		padding: 24px;
		width: 280px;
		height: 100vh;
		position: fixed;
		top: 0;
		right: -300px;
		z-index: 100000;
		transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
		overflow-y: auto;
		display: flex;
		gap: 12px;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	#menuPrincipal > ul::-webkit-scrollbar
	{
		display: none;
	}

	#menuPrincipal > ul.menu-open
	{
		right: 0px !important;
	}

	.menu-drawer-header
	{
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		margin-bottom: 15px;
		color: #1e293b;
	}

	.menu-drawer-title
	{
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #1B2130;
	}

	.menu-close-trigger
	{
		background: transparent;
		border: none;
		color: #94a3b8;
		font-size: 18px;
		cursor: pointer;
		padding: 5px;
		transition: color 0.2s ease;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.menu-close-trigger:hover
	{
		color: #ffffff;
	}

	#menuPrincipal > ul > li
	{
		display: block;
		text-align: left;
		width: 100%;
		border-radius: 8px;
	}

	#menuPrincipal > ul > li > a
	{
		color: #ffffff;
		padding: 12px 16px;
		border-radius: 8px;
		text-align: left;
		font-size: 14px;
		font-weight: 500;
	}

	#menuPrincipal > ul > li.active-dropdown
	{
		background-color: rgba(255, 255, 255, 0.05);
	}

	#menuPrincipal > ul > li > ul
	{
		position: static;
		transform: none;
		display: none;
		box-shadow: none;
		border: none;
		background-color: rgba(0, 0, 0, 0.25);
		margin-top: 5px;
		border-radius: 8px;
		width: 100%;
	}

	#menuPrincipal > ul > li > ul > li
	{
		width: 100%;
	}

	#menuPrincipal > ul > li > ul > li > a
	{
		padding-left: 28px;
		font-size: 13.5px;
	}

	.menu-highlight-pill
	{
		display: none !important;
	}

	.menu-drawer-profile-group
	{
		display: flex !important;
		flex-direction: column;
		background: #ffffff !important;
		border: 1px solid rgba(0, 0, 0, 0.06) !important;
		border-radius: 14px;
		padding: 20px !important;
		margin-bottom: 12px;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	}

	.menu-drawer-profile-info
	{
		display: flex;
		align-items: center;
		gap: 12px;
		margin-bottom: 12px;
	}

	.menu-drawer-avatar
	{
		width: 44px;
		height: 44px;
		border-radius: 50%;
		border: 2px solid #1B2130;
		flex-shrink: 0;
	}

	.menu-drawer-avatar-placeholder
	{
		width: 44px;
		height: 44px;
		border-radius: 50%;
		background: linear-gradient(135deg, #2E3851 0%, #1B2130 100%);
		color: #ffffff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		font-size: 16px;
		border: 1px solid rgba(46, 56, 81, 0.3);
		flex-shrink: 0;
	}

	.menu-drawer-user-meta
	{
		display: flex;
		flex-direction: column;
		text-align: left;
		overflow: hidden;
		flex-grow: 1;
	}

	.menu-drawer-user-name
	{
		font-weight: 700;
		color: #0f172a !important;
		font-size: 14.5px;
		line-height: 1.3;
		margin-bottom: 2px;
		word-break: break-word;
	}

	.menu-drawer-user-email
	{
		font-size: 12px;
		color: #64748b !important;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.menu-drawer-profile-links
	{
		display: flex;
		gap: 10px;
		border-top: 1px solid rgba(0, 0, 0, 0.06);
		padding-top: 10px;
		width: 100%;
	}

	.menu-drawer-profile-links a
	{
		flex: 1;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		gap: 6px;
		background: #f1f5f9;
		border: 1px solid rgba(0, 0, 0, 0.05);
		color: #334155 !important;
		font-size: 12.5px;
		font-weight: 600;
		padding: 8px !important;
		border-radius: 6px;
		text-decoration: none !important;
		transition: all 0.2s ease;
	}

	.menu-drawer-profile-links a:hover
	{
		background: #4E5F88;
		color: #ffffff !important;
		border-color: #4E5F88;
	}

	.menu-drawer-login-actions
	{
		display: flex !important;
		justify-content: space-between;
		gap: 10px;
		margin-bottom: 12px;
	}

	.btn-drawer-login,
	.btn-drawer-register
	{
		flex: 1;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		padding: 10px;
		font-size: 13px;
		font-weight: 600;
		border-radius: 8px;
		cursor: pointer;
		text-decoration: none !important;
		transition: all 0.2s ease;
	}

	.btn-drawer-login
	{
		background: #f1f5f9;
		border: 1px solid rgba(0, 0, 0, 0.05);
		color: #334155 !important;
	}

	.btn-drawer-login:hover
	{
		background: #e2e8f0;
	}

	.btn-drawer-register
	{
		background: #4E5F88;
		border: 1px solid #4E5F88;
		color: #ffffff !important;
	}

	.btn-drawer-register:hover
	{
		background: #2E3851;
		border-color: #2E3851;
		color: #ffffff !important;
	}

	#menuPrincipal > ul > li > a
	{
		color: #1e293b !important;
		padding: 12px 16px;
		border-radius: 8px;
		text-align: left;
		font-size: 14px;
		font-weight: 500;
		display: flex;
		align-items: center;
		transition: all 0.2s ease;
	}

	#menuPrincipal > ul > li > a:hover
	{
		color: #1B2130 !important;
	}

	#menuPrincipal > ul > li.active-dropdown
	{
		background-color: transparent !important;
	}

	#menuPrincipal > ul > li > a > .menu-icon
	{
		display: inline-block !important;
		position: static !important;
		margin-right: 12px;
		color: #1B2130 !important;
		width: 18px;
		text-align: center;
		vertical-align: middle;
		font-size: 14px;
	}

	#menuPrincipal > ul > li > ul
	{
		position: static;
		transform: none;
		display: none;
		box-shadow: none;
		border: none;
		background-color: rgba(0, 0, 0, 0.035) !important;
		margin-top: 5px;
		border-radius: 8px;
		width: 100%;
		padding: 5px 0;
	}

	#menuPrincipal > ul > li > ul > li > a
	{
		color: #475569 !important;
		padding-left: 42px !important;
		font-size: 13.5px;
	}

	#menuPrincipal > ul > li > ul > li > a:hover
	{
		color: #1B2130 !important;
	}

	#menuPrincipal > ul > li > ul > li.nav-sub-active > a
	{
		color: #00b4d8 !important;
		font-weight: bold;
	}
}
