#quicklaunch-btn {
	display: flex;
	align-items: center;
	justify-content: center;

	order: 999;
	margin-left: 20px;

	padding: 4px 8px;
	background: transparent;
	border: none;
	color: inherit;

	font-size: 18px;
	cursor: pointer;
}

/*#quicklaunch-btn {
	display: flex;
	align-items: center;
	justify-content: center;

	margin-right: 20px;
	padding: 4px 8px;

	background: transparent;
	border: none;
	color: inherit;

	font-size: 18px;
	cursor: pointer;
}*/

/*#quicklaunch-btn {
	width: 36px;
	height: 36px;

	margin-left: 12px;

	border: none;
	border-radius: 8px;

	background: rgba(255, 255, 255, 0.08);
	color: var(--color-text, white);

	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 18px;
}

#quicklaunch-btn:hover {
	background: rgba(255, 255, 255, 0.15);
}*/

/*#quicklaunch-btn {
	width: 40px;
	height: 40px;

	border: none;
	border-radius: 8px;

	background: var(--color-primary, #2563eb);
	color: white;

	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: center;

	margin-left: 8px;
}*/

/*#quicklaunch-btn {
  position: fixed;
  top: 20px;
  right: 20px;

  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: #2563eb;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 99999;
}

#quicklaunch-btn:hover {
  background: #1d4ed8;
}*/
