/* GDPR Cookie dialog */
.gdprcookie {
	position: fixed;
	font-size: .8em;
	line-height: 1.5em;
	right: 0;
	bottom: 0;
	max-width: 100%;
	padding: 2rem;
	background-color: #efefef;
	max-height: 100vh;
	overflow: auto;
	box-shadow: 1px -0.5rem 1rem rgba(0, 0, 0, .5) !important;
	width: 100%;
	max-height: 90vh;
}
.gdprcookie * {
	outline: none !important;
}
.gdprcookie,
.gdprcookie p {
	color: #000;
}

@media (min-width: 991px) {
	.gdprcookie {
		max-width: 800px;
		bottom: 1rem;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}

.gdprcookie p {
	font-size: 12px;
}

.gdprcookie p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #666;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.gdprcookie p a:hover {
	color: #FFFFFF;
	background: #666;
}

.gdprcookie .gdprcookie-intro>div, .gdprcookie h2 {
	font-size: 1.2em;
	margin-bottom: .5rem;
	color: #000;
	font-family: inherit;
	font-weight: bold;
}

.gdprcookie h2 {
	font-size: 1.2em;
	font-family: inherit;
}

.gdprcookie a {
	color: inherit;
}

.cookie-elements-wrapper {
	margin-bottom: .5rem !important;
}

.cookie-elements-wrapper .cookie-elements-item span {
	border-bottom: 1px solid #dee2e6;
	padding-bottom: .75rem;
}

.cookie-elements-wrapper .cookie-elements-item:last-child span {
	border-bottom: 0;
	padding-bottom: 0;
}

/* GDPR Cookie .gdprcookie-buttons */
.cookie-elements-wrapper {
	max-height: 80vh;
	overflow: auto;
}

.gdprcookie-types-wrapper .gdprcookie-types #cookie-accept-close {
	position: absolute;
	top: -13px;
	right: -13px;
	width: 30px;
	min-width: 30px;
	border-radius: 50%;
	height: 30px;
	line-height: 1;
	min-height: 30px;
	background: #666;
	color: #fff;
}
@media (min-width: 991px) {
	.gdprcookie-types-wrapper .gdprcookie-types .gdprcookie-button {
		margin-bottom: 0 !important;
	}
	.gdprcookie-types-wrapper .gdprcookie-types #cookie-accept-button {
		width: 100%;
		margin-top: 1rem !important;
	}
}

.gdprcookie-buttons {
	text-align: center;
	border-top: 1px solid #dee2e6 !important;
	padding-top: 20px;
}

.gdprcookie-button {
	display: block;
	padding: .4em .8em;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
	color: #212121;
	min-height: 34px;
	float: left;
	min-width: 33.33333333%;
}
#cookie-accept-button,
#cookie-accept-all-button {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

#cookie-accept-light-button {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
@media (max-width: 768px) {
	.gdprcookie-buttons .gdprcookie-button {
		float: left;
		width: 100%;
	}
}
@media (min-width: 768px) {
	#cookie-accept-button {
		margin: 0 !important;
	}
}

.gdprcookie-buttons .gdprcookie-button:disabled {
	color: rgba(255, 255, 255, .5);
}

/* GDPR Cookie types */
.gdprcookie-types ul {
	overflow: hidden;
	padding: 0;
	margin: 0 0 1rem;
}

.gdprcookie-types li {
	display: block;
	list-style: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 991px) {
	.gdprcookie-types li {
		width: 50%;
	}
}

.gdprcookie-types li div {
	font-size: 13px;
}

.gdprcookie-types input[type=checkbox] {
	margin: 0 .25rem 0 0;
	position: relative;
	top: 1px;
}

.gdprcookie-types .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(149, 149, 149, 0.5);
	border-color: #888;
}

.gdprcookie-types .custom-switch {
	padding-left: 20px;
	line-height: 23px;
}

.gdpr-cookie-info {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23343a40' d='M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
	margin-left: 4px;
	position: relative;
	top: -2px;
	width: 17px;
	height: 17px;
}
@media (max-width: 768px) {
	.gdprcookie-buttons .gdprcookie-button {
		min-width: 100%;
	}
	#cookie-accept-button {
		font-size: 16px;
		font-weight: 500;
	}
}
.cookie-elements-item {
	line-height: 1;
}
.cookie-elements-item label {
	display: inline-block;
}

#cookieadvancedbutton {
	display: block !important;
	min-height: 34px;
	color: #666;
	font-size: 11px;
}