.cmplz-cookiebanner,
#cmplz-cookiebanner-container,
#wpadminbar {
	z-index: 999999999;
}

.cmplz-description {
	line-height: 1.3;
	padding-right: 2rem !important;
}

.cmplz-description a[data-toggle="collapse"] {
	float: right;
	margin-right: 20px !important;
	color: black;
	text-decoration: none !important;
	box-shadow: inset 0 0 0 var(--cmplz_shadow);
  transition: all .2s ease;	
}

.cmplz-description a[data-toggle="collapse"]:hover {
  text-decoration: none;
	box-shadow: inset 0 -8px 0 var(--cmplz_shadow);
}

.cmplz-description .table > :not(caption) > * > * {
	font-size: 12px;
	padding: .8rem;
}

.cmplz-description table {
	margin-top: 2rem;
	overflow: auto;
	width: 100%;
	display: block;
}

.cmplz-description table::-webkit-scrollbar {
  height: 3px;
	width: 3px;
}

.cmplz-description table::-webkit-scrollbar-track {
  background: white
}

.cmplz-description table::-webkit-scrollbar-thumb {
	background-color: var(--cmplz_slider_active_color);
	border-radius: 0;
}

#cmplz-manage-consent button.cmplz-manage-consent {
	right: 2rem;
	margin-bottom: 2rem;
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	min-width: 4rem;
	box-shadow: none;
	overflow: hidden;
	padding: 0;
	color: transparent;
	text-indent: 999px;
	background-image: url('../img/cookie.svg'); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 3rem;
	transition: transform .4s ease;
}

#cmplz-manage-consent button.cmplz-manage-consent:hover {
	transform: rotate(90deg);
}

.clear {
	clear: both;
}

.cmplz-cookiebanner .cmplz-body {
  max-height: 33vh !important;
}

.cmplz-message {
	padding-right: 10px;
}
.cmplz-cookiebanner.cmplz-show.cmplz-categories-visible .less {
	display: block;
}
.cmplz-cookiebanner.cmplz-show.cmplz-categories-visible .full {
	display: none;
}

.cmplz-cookiebanner .less {
	display: none;
}

.cmplz-message, 
.cmplz-categories {
	width: 100% !important;
}


.cmplz-cookiebanner {
	max-width: 530px !important;
}	

@media (max-width: 768px) {
	.cmplz-cookiebanner {
		max-width: 100% !important;
	}
}

.cmplz-header {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}


.cmplz-buttons .cmplz-btn {
	transition: all .2s ease;
}

.cmplz-buttons .cmplz-btn:hover {
  background-color: var(--cmplz_shadow) !important;
}

.cmplz-links .cmplz-link {
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: inset 0 0 0 var(--cmplz_shadow);
  transition: all .2s ease;
}

.cmplz-links .cmplz-link:hover {
  text-decoration: none;
	box-shadow: inset 0 -8px 0 var(--cmplz_shadow);
}

#cmplz-cookiebanner-container .cmplz-title {
	font-family: 'Sensa Wild Fill';
	font-size: 2.4rem !important;
	display: block !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-close svg {
	transition: all .2s ease;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-close:hover {
	font-size: 18px;
	line-height: 20px;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-close:hover svg {
  transform: rotate(1turn);
}
