
.sites-list-contener
{
	flex-grow: 1;
  background-color: lightseagreen;
  color: black;
	overflow: auto;
}

.footer
{
	display: flex;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, 0.7);
}

.show-all-contener label
{
	background-color: revert;
	cursor: pointer;
}

.disconnect-contener
{
	display: flex;
  align-items: center;
}

.disconnect-contener.hide
{
	display: none;
}

disconnect-contener.show
{
	display: flex;
}

.disconnect-contener img
{
	width: 25px;
	height: 25px;
	margin-right: 5px;
	cursor: pointer;
}