.sidebar-menu h6{
	color: yellow;
}
.sidebar-menu a{
	color: #ffffff;
}



/*Above is the styling of the admin topbar*/

/*HEre is styling for large screen devices*/



@media screen and (min-width: 900px){
	

#main .quizes_bar_top{
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
	display: flex;
	

}
#main .quizes_bar_top ul{
	list-style-type: none;
}



/*below is all about the sidebar*/

.insti-cont{
	width: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}


#insti-cont-img-cont{
	width: 30px;
	height: 30px;
	visibility: hidden;
	transition: all 0.1s ease-in-out;
}

.adm_sidebar:hover #insti-cont-img-cont{
	visibility: visible;
}

.adm_sidebar:hover .sidebar_text{
	visibility: visible;
}
.adm_sidebar:hover .sidebar-menu > h6{
	visibility: visible;
}

.adm_sidebar:hover .sidebar-menu .divider{
	visibility: visible;
}

.sidebar_text{
	visibility: hidden;
	display: inline;
	transition: all 0.1s ease-in-out;
	
	text-decoration: none;
}

.sidebar_text i,h5{
	display: inline;
}

.adm_sidebar{
	height: 100vh;
	width: 70px;
	top: 0;
	left: 0;
	position: fixed;
	padding: 50px 0 0 0;
	background-color: #000066;
	margin: 0;
	transition: all 0.5s ease-in-out;
	
}

.sidebar-item{

	border-radius: 15px;
	transition: all 0.5s ease-in-out;
}
.sidebar-item:hover{

}

.sidebar-item a{
	text-align: center;
	margin: auto;
	text-decoration: none;


}
.adm_sidebar li{
	padding-top: ;
	list-style-type: none;
	text-align: left;

}

/*above is all about the sidebar*/

/*below is styling of the admin topbar*/
.top_bar{
	
	z-index: 99;
	top: 0;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 0;
	left: 0;
	position: relative;
	background-color: #111;
}
.top_bar h3{
	font-family: monospace;
	font-size: 20px;
}


#main{
	width: calc(100% - 70px);
	height: 100vh;
	position: absolute;
	float: right;
	right: 0;
	margin: 0;
	padding: 60px 0 0 0;
	border: 0;
	
	transition: all 0.5s ease-in-out;

}


.sidebar-menu > h6{
	visibility: hidden;
	text-align: center;
	
	font-family: monospace;
}
.sidebar-menu .divider{
	content: " ";
	width: 200px;
	height: 2px;
	
	position: absolute;
	visibility: hidden;
	background-color: red;

}

.sidebar-menu > h6:first-child{
	
}

.top_bar_brand_menu{
	display: none;
}

.mySidebarNavBtn{
	display: none;
}





}
/*Large screen devices*/


.top_bar_brand{
	display: flex;
	/*align-items: center;*/
	
}

.top_bar_brand h3{
	margin: 15px;

	
}

/*Styling for small screen devices*/
@media screen and (max-width: 900px){

.mySidebarNavBtn{
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.mySidebarNavBtn i{
	font-size: 25px;
	color: #ffffff;
}

.mySidebarNavBtn a{
	padding: 30px;
}

.top_bar_brand_menu{
	display: flex;
	align-items: center;
	justify-content: center;
}

#mobileMenuBtn{
	transform: translate(130px, -40px);
}

#mobileMenuBtn i{
	color: #ffffff;
	font-size: x-large;	
	
	
}

#main{
	overflow-y: auto;
}


#main .quizes_bar_top{
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
	display: flex;
	

}
#main .quizes_bar_top ul{
	list-style-type: none;
}



/*below is all about the sidebar*/

.insti-cont{
	width: 80px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}


#insti-cont-img-cont{
	width: 30px;
	height: 30px;
	visibility: visible;
	transition: all 0.1s ease-in-out;
}



.sidebar_text{
	visibility: visible;
	display: inline;
	transition: all 0.1s ease-in-out;
	
	text-decoration: none;
}

.sidebar_text i,h5{
	display: inline;
}

.adm_sidebar{
	height: 100vh;
	width: 0;
	top: 0;
	left: 0;
	position: fixed;
	padding: 50px 0 0 0;
	overflow: hidden;
	margin: 0;
	transition: all 0.5s ease-in-out;
	
}

.sidebar-item{

	border-radius: 15px;
	transition: all 0.5s ease-in-out;
}
.sidebar-item:hover{

}

.sidebar-item a{
	text-align: center;
	margin: auto;
	text-decoration: none;


}
.adm_sidebar li{
	padding-top: ;
	list-style-type: none;
	text-align: left;

}

/*above is all about the sidebar*/

/*below is styling of the admin topbar*/
.top_bar{
	
	z-index: 99;
	top: 0;
	width: 100%;
	min-width: 100vw;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 0;
	left: 0;
	position: relative;
	background-color: #111;
}
.top_bar h3{
	font-family: monospace;
	font-size: 20px;
}


#main{
	width: 100%;
	height: 100vh;
	position: fixed;/*Absolute*/
	float: right;
	right: 0;
	margin: 0;
	padding: 60px 0 0 0;
	border: 0;
	
	transition: all 0.5s ease-in-out;

}


.sidebar-menu > h6{
	visibility: hidden;
	text-align: center;
	
	font-family: monospace;
}
.sidebar-menu .divider{
	content: " ";
	width: 200px;
	height: 2px;
	
	position: absolute;
	visibility: hidden;

}

.sidebar-menu > h6:first-child{
	
}



}
/*Small screen devices*/


















