.sidemenu_body {
	color: rgba(0,0,0,0.8);
	border-radius: .25rem;
}
.sidemenu_body:hover {
	color: rgba(0,0,0,0.8);
	background-color: rgba(0,0,0,0.1);
}
.sidemenu {
	top: 48px!important;
	max-height: calc(100% - 48px);
	z-index: 120!important;
}
.sidemenu > div.v-navigation-drawer__content {
    overflow-x: hidden;
}