@font-face {
	font-family: poppins;
	src: url(/meta/file/poppins.ttf) format("truetype");
}

.header {
	background-color: white;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding: 0px 10px;
	position: fixed;
	top: 0;
	left: 0;
	height: 55px;
	z-index: 1000;
	border-bottom: 1px solid rgb(189, 189, 189, 0.7);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}