
.mhcookie-dialog-wrapper, .mhcookie-functional-blocked {
	position: fixed;
	z-index: 2147483647;
	display: flex;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease;
}

.mhcookie-dialog-wrapper {
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
}

.mhcookie-dialog-wrapper.mhcookie-show, .mhcookie-functional-blocked.mhcookie-show {
	visibility: visible;
	opacity: 1;
	transition: all .8s ease;
}

.mhcookie-functional-blocked {
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	gap: 10px;
	width: 100vw;
	padding: 20px;
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	font-family: "Arial";
	font-size: 14px;
}

.mhcookie-functional-blocked .mhcookie-buttons {
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
}

.mhcookie-functional-blocked .mhcookie-btn {
	padding: 6px 12px;
	white-space: nowrap;
}

@media (min-width:992px) {
	.mhcookie-functional-blocked, .mhcookie-functional-blocked .mhcookie-buttons {
		flex-wrap: nowrap;
	}
}

.mhcookie-box {
	position: relative;
	background-color: #fff;
	color: #000;
	width: 600px;
	max-width: 100vw;
	max-height: 100vh;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	font-family: "Arial";
	font-size: 14px;
	animation: mhcookie_show 1s ease-in-out forwards;
}

.mhcookie-box label {
	margin: 0;
	font-family: inherit;
	font-weight: 800;
	font-size: 14px;
	text-transform: initial;
}

.mhcookie-box .mhcookie-dialog-logo-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}

#mhcookie-dialog-logo {
	display: block;
	max-height: 50px;
	width: auto;
	margin: 0 auto 20px;
}

.mhcookie-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.mhcookie-title {
	margin: 0;
	font-family: inherit;
	font-size: 20px;
	font-weight: 600;
	text-transform: initial;
	color: #000;
}

.mhcookie-close {
	position: absolute;
	top: 1em;
	right: 1em;
	background: none;
	color: #d6d6d6;
	border: none;
	font-family: inherit;
	font-weight: 400;
	font-size: 22px;
	cursor: pointer;
	text-decoration: none;
	line-height: 0;
}

.mhcookie-details-wrapper {
	height: 300px;
	max-height: 40vh;
	overflow-y: scroll;
	padding-bottom: 20px;
}

.mhcookie-details-after {
	content: "";
	display: block;
	position: sticky;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
	transform: translateY(-100%);
}

.mhcookie-text {
	margin: 0 0 30px;
	font-family: inherit;
	font-weight: 400;
	font-size: 13px;
	text-transform: initial;
}

.mhcookie-text a {
	text-decoration: underline;
}

.mhcookie-details {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mhcookie-group-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mhcookie-group {
	display: flex;
	align-items: center;
	gap: 20px;
}

.mhcookie-group-inner {
	display: flex;
	flex-direction: column;
	font-family: "Arial";
	font-weight: 400;
	font-size: 13px;
	text-transform: initial;
}

.mhcookie-group-inner label {
	font-weight: 800;
	cursor: pointer;
}

.mhcookie-box input[type="checkbox"] {
	accent-color: #d6d6d6;
}

.mhcookie-group-show-details {
	text-decoration: none;
	font-size: .85em;
	align-self: center;
	margin: 5px 0 10px;
	color: #d6d6d6;
}

.mhcookie-group-details {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s ease;
}

.mhcookie-group-details-open {
	max-height: 300px;
}

.mhcookie-group--list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 10px 0 30px;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .025);
}

.mhcookie-group--list-item {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
	font-size: .9em;
	padding-bottom: 10px;
	font-style: italic;
}

.mhcookie-group--list-item:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.mhcookie-group--list-name {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.mhcookie-entity-info {
	opacity: .8;
}

.mhcookie-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}

.mhcookie-btn {
	display: block;
	background: transparent;
	border: 1px solid #d6d6d6;
	color: #d6d6d6;
	padding: 10px 20px;
	border-radius: 5px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-transform: initial;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}

.mhcookie-btn:hover, .mhcookie-btn:active, .mhcookie-btn:focus {
	color: #d6d6d6;
	opacity: .75;
}

.mhcookie-btn-primary {
	background: #d6d6d6;
	color: #fff;
}

.mhcookie-btn-primary:hover, .mhcookie-btn-primary:active, .mhcookie-btn-primary:focus {
	color: #fff;
	opacity: .75;
}

.mhcookie-checkbox, .mhcookie-iab-vendor-checkbox {
	display: none !important;
}

.mhcookie-pseudo-checkbox {
	display: block;
	min-width: 16px;
	min-height: 16px;
	aspect-ratio: 1;
	border: 2px solid #000;
	background: #fff;
	position: relative;
	transition: opacity .2s ease;
	cursor: pointer;
	box-sizing: border-box;
}

.mhcookie-pseudo-checkbox::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjAuMjg1IDYuNzFhMSAxIDAgMCAxIDAgMS40MmwtMTAgMTBhMSAxIDAgMCAxLTEuNDIgMGwtNS01YTEgMSAwIDAgMSAxLjQyLTEuNDJsNC4yOSA0LjI5TDE4Ljg3IDYuNzFhMSAxIDAgMCAxIDEuNDE1IDB6IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
	mask-size: contain;
	mask-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: opacity .6s ease;
}

:checked + .mhcookie-pseudo-checkbox, span.mhcookie-pseudo-checkbox {
	background: #d6d6d6;
	border-color: #d6d6d6;
}

:checked + .mhcookie-pseudo-checkbox::before, span.mhcookie-pseudo-checkbox::before {
	display: inline-block;
	opacity: 1;
}

[disabled] + .mhcookie-pseudo-checkbox, span.mhcookie-pseudo-checkbox {
	filter: grayscale(1);
	opacity: .75;
}

.mhcookie-dialog-wrapper .mhcookie-consent-history {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0 10px;
}

.mhcookie-dialog-wrapper .mhcookie-consent-history-element {
	font-weight: 800;
	font-size: 12px;
}

.mhcookie-consent-date, .mhcookie-deviceID {
	font-weight: 400;
	font-size: 12px;
}

.mhcookie-hidden {
	display: none !important;
}

.mhcookie-privacy-policy-wrapper {
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
	font-size: .85em;
}

.mhcookie-privacy-policy-wrapper a {
	color: #d6d6d6;
}

[data-mhcookie-host] {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

html body .mhcookie-iframe-loading {
	display: none !important;
}

.mhcookie-banner {
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2147483647;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	gap: 20px;
	padding: 10px 20px;
	width: 100%;
	background: #fff;
	color: #1d2327;
	font-family: "Arial";
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	visibility: hidden;
	opacity: 0;
}

.mhcookie-banner[data-position="top"] {
	bottom: unset;
	top: 0;
}

.mhcookie-banner.mhcookie-show {
	visibility: visible;
	opacity: 1;
	transition: all .8s ease;
}

.mhcookie-banner .mhcookie-text {
	margin: 0;
	width: 100%;
}

@media (min-width:992px) {
	.mhcookie-banner[data-position="bottom-left"] {
		bottom: 20px;
		left: 20px;
		width: 33%;
		min-width: 400px;
	}
	
	.mhcookie-banner[data-position="bottom-right"] {
		bottom: 20px;
		left: unset;
		right: 20px;
		width: 33%;
		min-width: 400px;
	}
	
	.mhcookie-banner[data-position="bottom-left"] .mhcookie-text, .mhcookie-banner[data-position="bottom-right"] .mhcookie-text {
		width: 100%;
	}
	
	.mhcookie-banner .mhcookie-text {
		width: 66%;
		min-width: 300px;
	}
}

.mhcookie-banner .mhcookie-buttons {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}

.mhcookie-banner .mhcookie-btn {
	width: 100%;
}

@media (min-width:768px) {
	.mhcookie-banner .mhcookie-btn {
		width: auto;
	}
}

.mhcookie-banner .mhcookie-btn {
	padding: 3px 16px;
	border: 1px solid #880d2c;
	color: #880d2c;
}

.mhcookie-banner .mhcookie-btn:hover, .mhcookie-banner .mhcookie-btn:active, .mhcookie-banner .mhcookie-btn:focus {
	color: #880d2c;
	opacity: .75;
}

.mhcookie-banner .mhcookie-btn-primary {
	background: #880d2c;
	color: #fff;
}

.mhcookie-banner .mhcookie-btn-primary:hover, .mhcookie-banner .mhcookie-btn-primary:active, .mhcookie-banner .mhcookie-btn-primary:focus {
	color: #fff;
	opacity: .75;
}
