.cookie {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 2rem;
	box-shadow: 0 0 18px rgb(0 0 0 / 20%);
	z-index: 9999999999;
	background-color: white;
	display: flex;
	flex-direction: column;
	bottom: 10%;
	left: 10%;
	right: 10%;
	position: fixed;
	overflow: hidden;
	transition: transform 1s;
}

.cookie__message {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.cookie__text {
	font-size: .813em;
	line-height: 1.5;
}

.cookie_buttons {
	display: flex;
	justify-content: end;
}

.cookie__button {
	cursor: pointer;
	margin-left: 2rem;
	background-color: #1371C3;
	border-color: #1371C3;
	color: #FFFFFF;
}

.cookie--link {
	padding-right: 35px;
	background-color: #fff;
	border: none;
	color: #1371C3;
	text-decoration: none;
	font-size:12px;
	padding-left: 0;
	cursor: pointer;
}

.cookie__configure {
	overflow: hidden;
	transition: height 1s;
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}

.cookie__configure-item {
	margin: 12px;
}

.cookie__configure-hidden {
	height: 0;
}

.cookie__hidden {
	transform: translateY( 200vh );
}