@charset "UTF-8";
/* CSS Document */

/*
#menuContainer {
	display:flex;
	flex-direction:column;
	flex:1 1 auto;
	min-height:0;
	min-width:0;
	overflow:hidden;
}

*/

#menuContainer {
	display:flex;
	flex-direction:column;
	height: 100%;
	width: 100%;
	min-height: 0;
	min-width: 0;
}


#listMenuHeader {
	display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
	align-items: flex-start;
	flex: 0 0 auto; 
	width: 100%; 
	gap: 0.5rem; 
	margin: 1.4rem 0 2rem 0;
	padding: 0rem 0rem;
	overflow: auto;
}

.listCatHeader {
	display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
	align-items: flex-start;
	flex: 0 0 auto; 
	gap: 0.2rem; 
	padding: 0.2rem;
	border-radius: 1rem;
	overflow: hidden;
	border: solid 1px var(--_BTN_OUT);

}



