.edupro .assetscontainer{
	background: white;
	padding: 20px;
}
/* Menu (start) */
.mobilemenu{
	display: none;
}
.navbar-toggler.toggler-example {
cursor: pointer;
}
.dark-blue-text {
color: #0A38F5;
}
.dark-pink-text {
color: #AC003A;
}
.dark-amber-text {
color: #ff6f00;
}
.dark-teal-text {
color: #004d40;
}
.mobilemenu ul{
	margin-top: 3px;
}
.mobilemenu ul li{
	margin-bottom: 0;
	background: lightgray;
	margin-left: 0;
	padding-left: 10px;
}
.mobilemenu ul li.active{
	background: darkgray;
}
.mobilemenu .menuhome{
	font-size: 13px;
	padding: 5px;
	border-right: 0;
	color: white;
	margin-left: 5px;
}
@media only screen and (max-width: 800px) {
  	.desktopmenu{
  		display: none !important;
  	}
  	.mobilemenu{
  		display: flex;
  	}
}
/* Menu (end) */

.edupro .eduproprofile_logout{
		padding-left: 0 !important;
		width: 19% !important;
		float: right !important;
		padding-right: 0 !important;
		margin-right: 0 !important;
		background: yellow;
		margin: 0 !Important;

}

.edupro .eduproprofile_logout li{
		margin-top: -11px !important;
		overflow: hidden;
		padding: 0 !important;
		margin-right: 5px;
		margin-left: 0;
		width: 100%;
		text-align: right;

}
