.sidebar {height: 100%; /* 100% Full-height */width: 0; /* 0 width - change this with JavaScript */position: fixed; /* Stay in place */z-index: 1; /* Stay on top */top: 0;left: 0;background-color: #f6f7fb; /* Black*/overflow-x: hidden; /* Disable horizontal scroll */padding-top: 60px; /* Place content 60px from the top */transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */z-index: 999999;}/* The sidebar links */.sidebar a {padding: 32px 8px 32px 32px;text-decoration: none;font-size: 20px;color: #3a4364;display: block;transition: 0.3s;border-bottom: #e5e6e7 dashed 1px;}/* When you mouse over the navigation links, change their color */.sidebar a:hover {color: #bf8e57;}.sidebar a.active{	color: #bf8e57;	border-bottom: #bf8e57 dashed 1px;}#mySidebar ul{	padding-left: 35px !important;	padding-top: 35px !important;}#mySidebar ul li{	margin-bottom: 12px;	font-size: 16px}/* Position and style the close button (top right corner) */.sidebar .closebtn {position: absolute;top: 0;right: 25px;font-size: 36px;margin-left: 50px;border-bottom: none;}/* Style page content - use this if you want to push the page content to the right when you open the side navigation */#main {transition: margin-left .5s; /* If you want a transition effect */}.symbol_more{	margin: 0 !important;	padding: 0 !important;}.module_content ul li::before{	display: none !important;}/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */@media screen and (max-height: 520px) {.sidebar {padding-top: 15px;}.sidebar a {font-size: 18px;}}