#topbar {
	background: #ffffff;
	height: 100px;

	padding: 0 25px;

	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;

	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: column;
}

body {
	padding-top: 120px !important;
}

#topbar .brand img {
	height: 60px;
}

.topbar_buttons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	height: 100%;
}

.topbar_buttons button {
	background: transparent;
	padding: 0;
	border: none;
	color: #343a4050;
	transition: all 300ms ease;
	font-size: 14pt;
}

.topbar_buttons button:hover {
	color: #343a40;
}

.topbar_buttons button svg {
	width: 30px;
}