﻿.drawer {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 90px;
	height: calc(100vh - 7.5vh);
	overflow-y: hidden;
	transition: left 0.3s ease-in-out;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 0px !important;
}
