
/*******
MENU
********/
.menu-vertical .app-brand {
	padding-left: 1rem;
}

.bx.bx-chevron-left {
	transition: all 0.5s ease;
}

.layout-menu-collapsed .bx.bx-chevron-left {
	transform: rotate(180deg) !important;
	line-height: 1!important;
}
/*******
MENU
********/