#topbar {
	z-index: 1000;
	padding: 16px 0 0 0;
	background: #ffffff;
	/*box-shadow: 0px 15px 100px #00000010;*/
	position: sticky;
	top: 0;
}

#topbar img {
	height: 40px;
	cursor: pointer;
}

#topbar hr.divider {
	margin-top: 16px !important;
	/*opacity: 0 !important;*/
	border-color: #00000010;
}

#topbar #backToHome {
	background: transparent;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	outline: none;
}

#topbar #backToHome svg {
	width: 100%;
	margin-right: 3px;
	color: #343a40;
}