/* Sidebar */

#_lobby_content {
	/*margin-left: 180px;*/
	padding: 3px 10px 30px 26px;

	flex: 1;
}

.body_sidebar {
    display: flex;
}

.sidebar {
	background-color: #3E6F97;
	height: 100vh;
	width: 180px;
}

.sidebar-corner {
    display: flex;

	width: 100%;
	height: 46px;

	padding-top: 0.8em;
	
	cursor: pointer;
}

.sidebar-corner:hover {
	background-color: #42C4B5;
}

.sidebar-corner img {
	padding-left: 1.1em;
	
	padding-right: 1.1em;
}

.sidebar-corner div {
    font-weight: bold;
	font-size: 1.15em;

	padding-top: 0.3em;

	color: #fff;
}

.sidebar-gap {
	width: 100%;
	height: 42px;
	
	background-color: #fff;
}

.sidebar button.sidebar-project-button {
	background-color: #11B09E;
	color: #fff;
	
	font-weight: bold;
	height: 55px;
}

.sidebar button.sidebar-button-selected {
	background-color: #4D7A9F;
}

.sidebar button {
	background-color: #3E6F97;

	width: 100%;
	height: 42px;

	
	border: 0px;
	
	color: #fff;
	
	text-align: left;
	padding-left: 1.2em;
}

.sidebar button span {
    font-size: 0.95em;
}

.sidebar button:hover {
	background-color: #628EB2;
}

.sidebar button.sidebar-project-button:hover {
	background-color: #42C4B5;
}