
/* DESKTOP RULES */
@media (min-width: 992px) {
	
	.page-header-fixed .page-container {
		margin-top: 119px !important;
	}
	
	.page-header.navbar {
		height: 119 px;
		min-height: 119px;
	}


}

.top-menu-holder {
	display: block;
	width: 100%;
	height: 39px;
	background-color: #fde8fe;
}

.top-menu-holder-inner {
	display: flex;
	justify-content: flex-end; /* align to right */
	gap: 20px; /* optional spacing between links */
	align-items: center;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	height: 39px;
	padding: 0 15px;
}

a.top-link {
	color: #000;
	font-size: 10pt;
	text-decoration: none;
	line-height: 39px;
	font-family: main_light !important;
}
a.top-link:hover {
	text-decoration: underline;
}

.page-header.navbar.navbar-fixed-top {
	background:#ffffff;
	border-bottom: 0;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.new-menu {
	display: flex;
	justify-content: flex-end; /* align to right */
	gap: 10px; /* optional spacing between links */
	align-items: center;
	position: relative;
}

.page-header.navbar .hor-menu .navbar-nav > li > a, .page-header.navbar .hor-menu .navbar-nav > li > a:hover {
	font-size: 12pt;
}

.button-link.classic-menu {
	padding-right: 15px;
	margin-left: 15px;
	position: relative; /* Needed to position the absolute .button-bg inside */
}

.button-link .button-bg {
	position: absolute;
	width: 100%;
	height: 37px;
	background-color: #e263e8;
	margin-top: 24px;
	border-radius: 5px !important;
}

div.page-header-inner > div.hor-menu > ul > li.classic-menu.button-link > a {
	color: #fff !important;
	text-decoration: none !important;
}
div.page-header-inner > div.hor-menu > ul > li.classic-menu.button-link > a:hover {
	color: #fff !important;
	text-decoration: none !important;
}
div.page-header-inner > div.hor-menu > ul > li.classic-menu.button-link:hover .button-bg {
	background-color: #d550dc;
	transition: all 0.2s;
	border-radius: 5px !important;
	
}

.page-header.navbar .hor-menu .navbar-nav > li.open > a, .page-header.navbar .hor-menu .navbar-nav > li > a:hover {
	background-color: transparent !important;
	transition: all 0.2s !important;
}

.page-header.navbar .hor-menu .navbar-nav > li.open > a > i {
	transform: rotate(180deg);
	transition: all 0.2s !important;
}
.page-header.navbar .hor-menu .navbar-nav > li > a > i {
	transition: all 0.2s;
}

.dropdown-menu {
	height: auto;
	background-color: #fff;
	box-shadow: 0px 0 6px rgba(0, 0, 0, 0.1), 0px 0 6px rgba(0, 0, 0, 0.1), 0 0px 6px rgba(0, 0, 0, 0.1) !important;
	padding:15px;
	border-radius: 5px !important;
	margin-top: -10px !important;
}

.dropdown-menu a {
	float: left;
	width: 100%;
	color:#000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: main_light !important;
	font-size: 10.5pt;
	white-space: nowrap;
}































