.sidemenudiv{
	position:fixed;z-index: 10000;display: flex;top: 0;left: -10;width: 50px;height: 50px;
}

.sidemenudivchange{
	position:fixed;z-index: 10000;display: flex;top: 0;left: 0;width: 100%;height: auto;
}
.sidemenuicon {
	position: relative;
	margin: 4px;
	height: 35px;
    padding: 5px 10px;
    background: rgba(14,59,90,.90);
    color: #fff;
    cursor: pointer;
    transition: .5s all ease;
}

.sidemenuiconchange{

	position: relative;
	margin: 0 0 0 0;
	height: 35px;
    padding: 5px 10px;
    background: rgba(14,59,90,.90);
    color: #fff;
    cursor: pointer;
    transition: .5s all ease;
}

.leftmenudiv{
	padding: 30px 40px 0 0;
	margin-left: -80%;
	width: 75%;
	overflow: scroll;
	height: 100vh;
	background: rgba(14,59,90,.90);
    transition: .5s all ease;
}

.leftmenudivchange{
	padding: 30px 40px 0 5px;
	margin-left: 0;
	width: 75%;
	height: 100vh;
	overflow-x: scroll;
    overflow-x: hidden;
	background: rgba(14,59,90,.90);
    transition: .5s all ease;
}

/*.leftmenudivchange::-webkit-scrollbar{ 
    display: none;   Safari and Chrome 
}*/

.sidemenubox a{
	display: flex;
    align-items: center;
    margin: 1px;
    padding: 3px;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    transition: .5s all ease;
}

.sidemenubox a, .sidemenubox a:visited, .sidemenubox a:hover, .sidemenubox a:active{
	color: #000;
	text-decoration: none;
}

.sidemenubox a:hover{
	background: #fdfdfd;
	transition: .5s all ease;
}

.sidemenubox a img{
	width: 15px;
	height: 15px;
}

.sidemenubox a p{
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 12px;
}


	