.cookies-container{
	display: none;
	flex-direction: row;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100vw;
	height: 70px;
	background-color: #2e2e2e;
	z-index: 1000;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.cookies-text{
	font-size: 0.90rem;
	color: white;
	font-weight: bold;
}

.cookies-text a{
	margin-left: 2px;
}

.accept-button{
	display: flex;
	padding : 5px;
	min-width: 80px;
	background-color: #28a745;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
	border-radius: 2px;
	cursor: pointer;
}

.accept-button-text{
	color: white;
	font-size: 0.90rem;
	font-weight: bold;
}