/* Clearfix */
/* Grayscale */
/* Animation */
/* Cross browser opacity */
/* Cross browser opacity */
/* Fonts */
/* Colors */
/* Grid */
/*
 * After Bourbon 4.3.4
 */

.cookies-alert {
	display: flex;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	background: rgb(97 97 97 / 80%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	align-items: center;
	overflow: auto;
}

.module-cookies-alert-container {
	margin-left: 1rem;
	margin-right: 1rem;
	display: flex;
	background-color: white;
	border-radius: 1rem;
	padding: 2rem;
	max-width: 32rem;
	-webkit-box-shadow: 0px -2px 6px -1px rgba(163, 163, 163, 0.3);
	-moz-box-shadow: 0px -2px 6px -1px rgba(163, 163, 163, 0.3);
	box-shadow: 0px -2px 6px -1px rgba(163, 163, 163, 0.3);
}

.cookie_categories_checkboxes {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.cookie_categories_checkboxes p {
	margin: 0.5rem;
}

.module-cookies-alert-container-wrapper .title {
	color: #404040;
	font-size: 30px;
	font-weight: 800;
	line-height: 39px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.module-cookies-alert-container-wrapper a.buttons {
	padding: 5px 20px;
	background: #008a88;
	color: #ffffff;
	display: inline-block;
	line-height: 27px;
	vertical-align: middle;
	border: 1px solid #008a88;
	text-decoration: none;
	font-weight: bold;
}

.module-cookies-alert-container-wrapper a.buttons:hover {
	border: 1px solid #404040;
	color: #ffffff;
	background: #404040;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.module-cookies-alert-container-wrapper .title {
		font-size: 24px;
		line-height: 32px;
	}
}

.button_wrapper {
	width: 100%;
	text-align: center;
}

details {
	background: rgb(237, 237, 237);
	margin-bottom: 2rem;
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	margin: 0;
}

summary {
	cursor: pointer;
}

summary svg,
summary b {
	vertical-align: middle;
	display: inline-block;
}

.cookie-category-checkbox {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#privacy-settings-icon {
	width: 2rem;
}

#btn-cookie {
	width: 100%;
}

#btn-cookie-reject {
	background-color: #e8e6e6;
	color: #404040;
	width: 100%;
	border: 1px solid #bdbbbb;
	margin-top: 1rem;
}

#btn-cookie-reject:hover {
	background-color: #404040;
	border: 1px solid #404040;
	color: white;
}

.cookie_categories_checkboxes .checker {
	border: 2px solid gray !important;
}

.cookie_categories_checkboxes #optional_cookies .checked {
	background: url(../../static/img/checkturquoise.png) no-repeat center center !important;
}

.cookie-policy-link:link {
	color: #008a88;
}

.cookie-policy-link:visited {
	color: #008a88;
}

.cookie-policy-link:hover {
	color: #008a88;
}

.cookie-policy-link:active {
	color: #008a88;
}
