.tbf-topbar-btn {
	width: 86px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #edf1f0;
	border-radius: 4px;
	padding: 8px 16px;
	text-decoration: none;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	color: #05694a;
	transition: all 0.3s none;
}

.tbf-topbar-btn img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.tbf-topbar-btn:hover {
	background: #c1d9d2;
}