/* body{
		background-color:#f1f1f1;
background: rgba(207,203,207,1);
background: -moz-linear-gradient(top, rgba(207,203,207,1) 0%, rgba(242,242,242,1) 82%, rgba(252,252,252,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,203,207,1)), color-stop(82%, rgba(242,242,242,1)), color-stop(100%, rgba(252,252,252,1)));
background: -webkit-linear-gradient(top, rgba(207,203,207,1) 0%, rgba(242,242,242,1) 82%, rgba(252,252,252,1) 100%);
background: -o-linear-gradient(top, rgba(207,203,207,1) 0%, rgba(242,242,242,1) 82%, rgba(252,252,252,1) 100%);
background: -ms-linear-gradient(top, rgba(207,203,207,1) 0%, rgba(242,242,242,1) 82%, rgba(252,252,252,1) 100%);
background: linear-gradient(to bottom, rgba(207,203,207,1) 0%, rgba(242,242,242,1) 82%, rgba(252,252,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbcf', endColorstr='#fcfcfc', GradientType=0 );
}
 */
 
* {
box-sizing: border-box;
}

.dashboardheader{
	display: block;
	margin: 0 auto;
	width: 1280px;
}

.logo{
	max-height: 80px;
	margin: 0 auto;
	max-width: 1140px;
	display: flex;
	position: relative;
	justify-content: space-between;
	padding: 0 10px;
}

.logoheader img{
	max-height: 60px;
}

.logo .logoheader{
	max-height: 60px;
	right: 0;
	padding-top: 5px;
	position: relative;
}

#custommenu{
	max-width: 1140px;
	height: 25px;
	margin: 0 auto;
	display: flex;
	position: relative;
	gap: 50px;
	padding: 0;
	justify-content: center;
	top: -20px;
}

#custommenu a{
	text-decoration: none;
	color: black;
	font-size: 18px;
	font-weight: 600;
}

#custommenu a:hover{
	text-decoration: underline;
	color: black;
}

#custommenu li{
	list-style: none;
	margin: 0;
}