#cmplz-cookiebanner-container {
	display: none;
}

.cmplz-cookiebanner {
	max-height: calc(100vh - 20px);
	position: fixed;
	height: auto;
	z-index: 99999;
	grid-gap: 10px;
	display: block;
	width: 100% !important;
	margin: 0 !important;
	left: 0;
	bottom: 0;
	padding: 20px max((100vw - 1200px) / 2, 15px);
	border-radius: 0 !important;
	border-top: 2px solid rgba(78, 152, 243, 1);
	box-shadow: 0px 0px 24px rgba(153, 153, 153, .25) !important;
	background: #f7f9fe;
	transform: none !important;
	color: rgba(49, 48, 51, 1);
	font-size: 14px;
	line-height: 18px;
}

.cmplz-cookiebanner .cmplz-message a {
	color: rgba(78, 152, 243, 1);
	font-weight: 600;
}
.cmplz-cookiebanner .cmplz-message a:hover {
	color: rgba(78, 152, 243, 0.8);
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	cursor: pointer;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
	color: #ffffff;
	padding: 10px;
}

.cmplz-cookiebanner .cmplz-body {
	width: 100%;
	grid-column: span 3;
	overflow-y: auto;
	overflow-x: hidden;
}

body .cmplz-cookiebanner .cmplz-body {
	grid-column-start: none !important;
	grid-row-start: none !important;
	grid-column: none !important;
}

.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
	background-color: transparent;
}

.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}

.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb {
	background-color: #1E73BE;
	border-radius: 10px;
}

body .cmplz-cookiebanner .cmplz-buttons {
	grid-column-start: none !important;
	grid-row-start: none !important;
	grid-column: none !important;
	display: block;
	text-align: center;
	margin-top: 20px;
}


.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	margin: initial;
	width: 100%;
	cursor: pointer;
}


body .cmplz-cookiebanner .cmplz-categories-custom {
	grid-column-start: none !important;
	grid-row-start: none !important;
	grid-column: none !important;
}


body .cmplz-cookiebanner .cmplz-category {
	margin-bottom: 10px;
	height: 22px;
}

body .cmplz-cookiebanner .cmplz-always-active {
	font-size: 0px;
}

body .cmplz-cookiebanner .cmplz-banner-checkbox {
	height: 22px;
	display: inline-flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: rgba(49, 48, 51, 1);
	cursor: pointer;
}

body .cmplz-cookiebanner .cmplz-always-active .cmplz-banner-checkbox {
	font-size: 14px;
}

body .cmplz-cookiebanner .cmplz-banner-checkbox>* {
	cursor: pointer;
}

body .cmplz-cookiebanner .cmplz-consent-checkbox {
	margin-right: 10px;
	margin-top: 0;
	width: 16px;
	height: 16px;
	accent-color: rgba(78, 152, 243, 1);
}

body .cmplz-cookiebanner .cmplz-label {
	padding-bottom: 0;
}

body .cmplz-cookiebanner .cmplz-buttons span {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(49, 48, 51, 1);
	margin-bottom: 10px;
	display: inline-block;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	cursor: pointer;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	margin: initial;
	width: 100%;
	cursor: pointer;
}


body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	white-space: normal;
	height: auto;
}

body .cmplz-cookiebanner .cmplz-btn.cmplz-accept {
	background: rgba(49, 48, 51, 1);
	border: none !important;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}
body .cmplz-cookiebanner .cmplz-btn.cmplz-accept:hover {
	background: rgba(49, 48, 51, 0.9);
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
	color: #ffffff;
	padding: 12px;
}

body .cmplz-cookiebanner .cmplz-btn.cmplz-deny.cmplz-btn.cmplz-deny,
body .cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences.cmplz-btn.cmplz-save-preferences {
	border: 3px solid rgba(49, 48, 51, 1);
	border-radius: 10px;
	padding: 12px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: rgba(49, 48, 51, 1);
	margin-bottom: 10px;
}

body .cmplz-cookiebanner .cmplz-btn.cmplz-deny.cmplz-btn.cmplz-deny:disabled,
body .cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences.cmplz-btn.cmplz-save-preferences:disabled {
	opacity: .3;
}

@media (min-width: 768px) {
	body .cmplz-cookiebanner .cmplz-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	body .cmplz-cookiebanner .cmplz-body {
		max-height: 370px;
		width: 55%;
	}

	body .cmplz-cookiebanner .cmplz-buttons {
		width: 42%;
		margin-left: auto;
		margin-top: 0;
	}

	body .cmplz-cookiebanner .cmplz-categories-custom {
		position: absolute;
		right: 0;
		top: 234px;
		width: 42%;
	}
}

@media (min-width: 788px) {
	body .cmplz-cookiebanner .cmplz-categories-custom {
		top: 222px;
	}
}

@media (min-width: 874px) {
	body .cmplz-cookiebanner .cmplz-categories-custom {
		top: 208px;
	}
}

@media (min-width: 992px) {
	body .cmplz-cookiebanner .cmplz-body {
		width: 62%;
	}

	body .cmplz-cookiebanner .cmplz-buttons {
		width: 32%;
		min-height: 330px;
	}

	body .cmplz-cookiebanner .cmplz-categories-custom {
		position: static;
		margin-bottom: -29%;
		transform: translateY(-100%);
		margin-left: auto;
		margin-bottom: -140px;
		width: 32%;
	}
}

@media (max-width: 1154px) {
	body .cmplz-cookiebanner .cmplz-categories-custom {
		margin-bottom: -128px;
	}
}

@media (max-width: 1041px) {
	body .cmplz-cookiebanner .cmplz-categories-custom {
		margin-bottom: -112px;
	}

	body .cmplz-cookiebanner .cmplz-category {
		margin-bottom: 4px;
	}
}

@media (min-width: 1024px) {
	.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
		min-width: 250px;
		width: 100%;
	}

	.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
		min-width: 250px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	body .cmplz-cookiebanner .cmplz-wrapper {
		max-height: calc(50vh - 20px);
		overflow-y: auto;
		padding-right: 10px;
	}

	body .cmplz-cookiebanner .cmplz-wrapper::-webkit-scrollbar-track {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
		background-color: transparent;
	}

	body .cmplz-cookiebanner .cmplz-wrapper::-webkit-scrollbar {
		width: 5px;
		background-color: transparent;
	}

	body .cmplz-cookiebanner .cmplz-wrapper::-webkit-scrollbar-thumb {
		background-color: #1E73BE;
		border-radius: 10px;
	}
}

@media (max-width: 425px) {
	.cmplz-cookiebanner .cmplz-message {
		margin-right: 5px;
	}
}