/*comman dashboard*/

		.dashboard-header{
			display:flex;
			justify-content:space-between;
			background:#d2b019;
			padding:5px 20px;
		}
		.dashboard-header h2{
			color:white;
		}
		.dashbord-tab{
			background:#d2b019;
		}
		#nav-btn{
			display:none;
			width:10%;
			border:1px solid black;
			outline:none;
			background:none;
			height:40px;
			border-radius:5px;
			margin-left:2%;
			margin-bottom: 5px;
		}
		nav{height:100vh;border-right: 1px solid #999;width:100%;}
		nav .active{background:#ddd;color:white}
		nav a{color:black;text-decoration:none}
		.col-main{height:100vh;overflow:scroll}
		.main .logo{
			display:flex;
			justify-content:center;
			align-item:center;
		}
	.bg-dd{
	    background:#bbd;
	}
		@media only screen and (max-width: 767px){
			.nav{height:auto;margin-bottom:20px;}
			.side-nav{display:none}
			#nav-btn{
			display:inline-block;
		}
			.logo img{width:30%}
		}
