.left-menu-container {
	transform-origin: right center;
	transition: transform 225ms ease-in-out 0s, opacity 225ms linear 0s;
	transform: translate3d(0%, 0px, 0px) scale(1);
	opacity: 1;
	z-index: 1100;
	position: fixed;
	top: 0px;
	left: 0px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.left-menu-content {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 25px;
	width: 320px;
	height: 100vh;
	position: relative;
	padding-top: 10px;
	background: white;
	overflow: auto;
}

.left-menu {
	max-width: 100%;
	width: 100%;
	min-height: 40px;
	display: grid;
	grid-template-rows: auto auto auto;
	grid-template-columns: auto 1fr;
	grid-column-gap: 5px;
	cursor: pointer;
	display: flex;
	color: black;
	text-align: left;
	margin-left: 10px;
	border-bottom: 1px solid rgb(214, 214, 214);
	padding: 5px 4px;
}

.close-icon {
	max-width: 100%;
	width: 100%;
	height: 40px;
	display: grid;
	grid-template-rows: auto auto auto;
	grid-template-columns: auto 1fr;
	grid-column-gap: 20px;
	cursor: pointer;
	display: flex;
	color: black;
	text-align: left;
	margin-left: 10px;
	padding: 5px 4px;
}

.left-menu-text {
	text-overflow: ellipsis;
	width: 100%;
	white-space: pre-line;
	overflow: hidden;
	font-size: 16px;
	font-weight: 650;
	line-height: 22px;
	letter-spacing: -0.03ch;
	text-transform: none;
	display: block;
	color: inherit;
	font-variant-ligatures: no-common-ligatures;
	margin: 0px;
	padding-left: 10px;
	padding-right: 20px;
	font-weight:normal;
}

.left-submenu-text {
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.03ch;
	text-transform: none;
	display: block;
	color: inherit;
	font-variant-ligatures: no-common-ligatures;
	margin: 0px;
	font-weight: normal;	
}
.center-div {
	margin: auto;
}
.bulletsIconPadding{
	padding-left:25px;
	height:  5px;
}
