#id-btn-container {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.8em;
}
.id-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
body[data-theme="dark"] #logout-btn:hover {
	color: rgb(255, 65, 65);
}
body[data-theme="light"] #logout-btn:hover {
	color: rgb(255, 41, 41);
}

/* Hide footer-menu when sidebar is hidden */
body[data-showing-sidebar="false"] #footer-menu {
  display: none;
}