
.navbar[data-v-688b5e20] {
    height: 80px;
    padding: 20px 0;
    border-bottom: 1.35px solid #E9E9EC;
}
.nav[data-v-688b5e20] {
    padding: 20px 15px;
    flex-wrap: nowrap;
}
.menu-title[data-v-688b5e20] {
    text-transform: uppercase;
}
.sideBar[data-v-688b5e20] {
    border-right: 1.35px solid #E9E9EC;
    min-height: 100vh;
    overflow-y: auto;
    max-height: 100vh;
    overflow-x: hidden;
    width: 70px;
    position: fixed;
    left: 0;
    transition: .5s;
    background: white;
    z-index: 3;
}
.sideBar.menuOpened[data-v-688b5e20] {
    width: 270px;
}
.sideBar .logo[data-v-688b5e20] {
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
    padding: 0 10%;
}
.sideBar .logo img.logo_image[data-v-688b5e20] {
		height: auto;
        width: 80%;
		cursor: pointer;
}
ul[data-v-688b5e20] {
	display: flex;
	flex-direction: column;
    height: calc(100vh - 160px);
    overflow-y: auto;
    width: 100%;
}
ul a[data-v-688b5e20] {
		display: flex;
        justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 60px;
		min-height: 60px;
		color: black;
		font-weight: bold;
		text-decoration: none!important;
        padding: 0 15px;
        margin-bottom: 10px;
        border-radius: 10px;
}
ul a img.icon.on[data-v-688b5e20] {
            display: none;
}
ul a.active_route[data-v-688b5e20], ul a[data-v-688b5e20]:hover {
			box-shadow: 0px 0px 24px rgba(122, 139, 145, 0.3);
}
ul a.active_route .icon[data-v-688b5e20] {
            display: none;
}
ul a.active_route .icon.on[data-v-688b5e20] {
            display: block;
}
ul a.li img.icon[data-v-688b5e20] {
			height: 20px;
			margin-right: 10px;
}
.logout_div[data-v-688b5e20] {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1.35px solid #E9E9EC;
}
.logout_clickable[data-v-688b5e20] {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 60px;
    width: 100%;
}


.pageContainer[data-v-8a54e678] {
    width: calc(100vw - 270px);
    margin-left: 270px;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background-color: #E9E9EC;
}

