#gdpr-cookie-message {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 5px;
	max-width: 375px;
	background-color: rgba(59,54,70,1.00);
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
	font-family: system-ui;
	z-index: 99999;
}

#gdpr-cookie-message h4 {
	color: rgba(238,75,90,1.00);
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
	color: rgba(238,75,90,1.00);
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message p, 
#gdpr-cookie-message ul {
	color: rgba(255,255,255,1.00);
	font-size: 15px;
	line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 49%;
	display: inline-block;
}
#gdpr-cookie-message a {
	color: rgba(238,75,90,1.00);
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255,255,255,0.75);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
	color: white;
	border-bottom-color: rgba(238,75,90,1.00);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
	border: none;
	background: rgba(238,75,90,1.00);
	color: white;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	padding: 7px;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
	background: white;
	color: rgba(238,75,90,1.00);
	transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
	background: rgba(0,0,0,0.30);
	color: rgba(238,75,90,1.00);
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}

#gdpr-cookie-delete H5 {
}

.css-gdpr-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

.css-gdpr-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:1.2em;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:12px;
	vertical-align:middle;
	cursor:pointer;

}

.css-gdpr-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

label.css-label {
	color: rgba(255,255,255,1.00);
	background-image:url('checkbox_15x15.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

#gdpr-cookie-advanced {
}

#gdpr-cookie-types {
	padding-top: 10px;
	padding-bottom: 15px;
}

#gdpr-cookie-delete {
	float: right;
	color: rgba(238,75,90,1.00);
	cursor: pointer;
}

#gdpr-cookie-adjust {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 5px;
	max-width: 375px;
	background-color: rgba(59,54,70,1.00);
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
	font-family: system-ui;
	z-index: 99999;
}

#gdpr-cookie-adjust h4 {
	color: rgba(238,75,90,1.00);
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	font-weight: 500;
	padding: 0;
	cursor: pointer;
}
#gdpr-cookie-adjust h4:hover {
	color: rgba(255,255,255,1.00);
}

#gdpr-dialog {
	background-color: rgba(59,54,70,1.00);
	color: rgba(255,255,255,1.00);
}