.cookie-container{
	position: fixed;
	left: 25%;
	bottom: 0;
	width: 50%;
	z-index: 99999;
}
.cookie-content{
	position: relative;
	background: #2B68B3;
	color: white;
	padding: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	z-index: 0;
	border-radius: 10px;
}