.left_menu {
	width: 400px;
	/* background-color: #fff; */
	border-radius: 8px;
	min-height: 600px;
	padding: 0px;
	text-align: center;
	max-width: 400px;
	flex-basis: 350px;
}

/*.left_menu .button {
	margin: 10px 0px;
	padding: 5px;
	min-height: 60px;
	}*/



	.left_menu .button {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 60px;
		padding: 8px 15px;
		margin: 8px 0px 15px 0px;
		border-radius: 8px;
		overflow: hidden;
		display: flex;
		color: #000;
		cursor: pointer;
	}

	.left_menu .button.activePages{
		background: linear-gradient(90deg, #13488e 0%, #4a92d9 100%);
		color: #fff;
		box-shadow: 0px 1px 0px 1px #488d9f;
		top: 6px;
	}


	/*.left_menu .button i {
		position: relative;
		color: #fff;
		font-style: normal;
		font-size: 12px;
		text-transform: uppercase;
		top: -3px;
		}*/

	/*.left_menu .button::before {
		content: '';
		position: absolute;
		top: 1px;
		left: 4px;
		bottom: 10px;
		right: 7px;
		background: linear-gradient(90deg,#215899,#5d90be);
		border-radius: 8px;
		box-shadow: -10px -10px 10px rgb(137 187 215 / 51%), 10px 5px 10px rgb(33 87 153 / 50%);
		border-left: 1px solid #21579987;
		border-bottom: 1px solid #235a9a4d;
		border-top: 1px solid #20579836;
		}*/


	/*.left_menu .button:hover::before {
		top: 4px;
		left: 4px;
		bottom: 6px;
		right: 5px;
		background: linear-gradient(90deg,#316bb1,#5d90be);
		}*/

	/*.left_menu .button:hover i{
		top: 1px;
		}*/


	/*.left_menu .button.pages::before {
		top: 4px;
		left: 4px;
		bottom: 6px;
		right: 5px;
		background: linear-gradient(90deg,#316bb1,#5d90be);
	}

	.left_menu .button.pages i{
		top: 1px;
	}

	.left_menu .button.pages::after {
		content: '';
		width: 10px;
		height: 10px;
		border-radius:50%;
		color: #f00;
		position:relative;
		z-index: 2000;
	}

	a.button.pages {
		opacity: 0.7;
		}*/


		.big.active .shild.active {
			position: relative;
			margin-bottom: 0px;
			margin-top: 0px;
			border: 0px;
		}

		.big.active .button{
			margin-bottom: 0px;
		}

		a.button.pages {
			box-shadow: 0px 1px 0px 1px #488d9f;
			top: 6px;
			background: linear-gradient(90deg, #13488e 0%, #4a92d9 100%);
			color: #fff;
		}



