﻿body.no-scroll {
	height: 100vh;
	overflow: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

cookie-consent dialog {
	border: 0;
	padding: 0;
}

body.no-scroll::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.cookieConsentWrapper, .cookieConsentOperations {
	font-size: 14px;
}

button.cookieConsentToggle {
	width: 40px;
	height: 40px;
	position: fixed;
	will-change: transform;
	padding: 9px;
	border: 1px solid #767676;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: white;
	border-radius: 50%;
	bottom: 20px;
	left: 20px;
	transition: 200ms;
	opacity: .9;
	z-index: 98;
	color: black;
}

	.cookieConsentToggle:hover, .cookieConsentToggle:focus {
		opacity: 0.9;
		color: white;
		background: black;
	}

	.cookieConsentToggle * {
		fill: currentColor;
	}

.cookieConsentWrapper {
	z-index: 99990;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	color: white;
	padding: 20px;
	transition: 200ms;
	box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.65);
}

.cookieConsent {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.cookieConsent__Content {
	margin-right: 40px;
}

.cookieConsent__Title {
	margin: 0 0 1em;
	font-size: 1.1em;
	font-weight: bold;
}

.cookieConsent p {
	margin: 0 0 1em;
}

.cookieConsent__Description p:last-child {
	margin-bottom: 0;
}

	.cookieConsent__Description a {
		color: white;
		text-decoration: underline;
	}

		.cookieConsent__Description a:hover {
			text-decoration: none;
		}

		.cookieConsent__Description a:focus-visible {
			outline: 2px solid white;
		}

.cookieConsent__Right {
	display: flex;
	align-items: baseline;
}

.cookieConsentOperations {
	padding: 2em;
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .6);
}

.cookieConsentOperations::backdrop {
	background: rgba(0, 0, 0, 0.8);
}

	.cookieConsentOperations .cookieConsentOperations__List {
		transform: scale(1);
	}


.cookieConsentOperations__List {
  background: white;
  color: black;
  max-width: 500px;
  margin: auto;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
  transition: 200ms transform;
  will-change: transform;
  transform: scale(0.95);
  padding:0;
}


.cookieConsentOperations__Heading {
	font-size: 1.5em;
	margin: 0 0 2em;
	font-weight: bold;
	display: block;
}

.cookieConsentOperations__Item {
	display: block;
	margin-bottom: 20px;
}

	.cookieConsentOperations__Item.disabled label {
		color: #767676;
	}

		.cookieConsentOperations__Item.disabled label::after {
			opacity: 0.3;
		}

	.cookieConsentOperations__Item input {
	}

	.cookieConsentOperations__Item label {
		align-items: center;
		font-size: 1.2em;
		font-weight: bold;
		display: inline-block;
		position: relative;
	}

.cookieConsentOperations__ItemLabel {
display: block;
}

.cookieConsent__Button {
	padding: 15px 40px;
	display: block;
	background: #ddd;
	color: #000;
	white-space: nowrap;
	border: 0;
	font-size: 1.2em;
	margin-left: 10px;
	cursor: pointer;
	transition: 200ms;
}

.cookieConsent__Button:hover {
	background: #fff;
}

.cookieConsent__Right .cookieConsent_Button--primary {
	background-color: #b80e0f;
	color: white;
}

.cookieConsent__Right .cookieConsent_Button--primary:hover {
	background-color: #d51011;
}


.cookieConsent__Button--Close {
	background: black;
	color: white;
	margin: 40px auto 0;
	padding: 15px 60px;
}

.cookieConsent__Button--Close:hover {
	background: #333;
}

.cookieConsent__Button--Close:focus-visible {
	outline-offset: 2px;
}

@media only screen and (max-width: 400px) {
	.cookieConsent__Title {
		margin: 0 0 .25em;
	}
}

.cookieConsentAlert, .cookieConsentOperations__ItemRequired span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.cookieConsentTooltip {
	background-color: transparent;
	position: fixed;
	bottom: 0;
	left: 30px;
	padding: 10px;
	z-index: 100001;
	white-space: nowrap;
}

.cookieConsentToggle:hover .cookieConsentTooltip span,
.cookieConsentToggle:focus .cookieConsentTooltip span {
	background-color: black;
	color: white;
}

.cookieConsentTooltip span {
	opacity: 1;
	background-color: #fff;
	border: 1px solid black;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding: 5px;
}

.cookieConsentSrOnly {
	position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media only screen and (max-width: 900px) {
	.cookieConsentWrapper {
		padding: 10px;
	}

	.cookieConsent__Content {
		margin: 0;
	}

	.cookieConsent p {
		margin: 0;
	}

	.cookieConsent {
		display: block;
	}

	.cookieConsent__Right {
		margin-top: 10px;
	}

	.cookieConsent__Right  .cookieConsent__Button {
		width: 50%;
		margin: 0;
		padding: 15px 20px;
	}

	.cookieConsent__Right  .cookieConsent__Button:not(:last-child) {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 900px) {
	.cookieConsent__Right .cookieConsent__Button {
		width: 50%;
		margin: 0;
		padding: 15px 10px;
	}

}

.cookieConsentOperations__ItemRequired:before  {
	content: '*';
	content: '*'/'';
	color: #D00;
	margin-left: 3px;
}

