:root {
    --purple: #FFF;
    --red: #e52f3c;
}

.gdpr-container {
    margin: 0 auto;
    max-width: 550px;
}

.gdpr-container .highlight {
    background: rgba(255,215,0,0.115);
}

.gdpr-container h1 {
    color: var(--red);
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}

.gdpr-container h3 {
    font-size: 21px;
    font-weight: 500;
    color: var(--red);
    margin-bottom: 20px;
}

.gdpr-container p,
.gdpr-container ul {
    margin-bottom: 20px;
}

.gdpr-container li {
    list-style: none;
    margin-bottom: 10px;
}

.gdpr-container li:last-child {
    margin-bottom: 0;
}

.gdpr-container input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}

.gdpr-container label {
    display: inline-block;
    max-width: 90%;
}

.gdpr-container code {
    color: var(--red);
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

.gdpr-container button#ihavecookiesBtn {
    margin-left: 0px !important;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    left: 20px;
    bottom: 20px;
    max-width: 320px;
    background-color: var(--purple);
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

#gdpr-cookie-message h4 {
    color: var(--red);
	color: #333;
    font-size: 12px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

#gdpr-cookie-message h5 {
    color: var(--red);
	color: #333;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
	text-transform: initial;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: #666;
    font-size: 12px;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: left;
}

#gdpr-cookie-message li {
    width: 50%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: var(--red);
    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: var(--red);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #FF6600;
    color: white;
    font-size: 12px;
	font-weight: 600;
    padding: 7px 15px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
	border: 1px solid #FF6600;
}

#gdpr-cookie-message button:nth-child(odd) {
	margin-left: 0px;
}

#gdpr-cookie-message button:hover {
    background: #1f386e;
    transition: all 0.3s ease-in;
	border: 1px solid #1f386e;
}

button#gdpr-cookie-advanced {
    background:  #1f386e;
    color: #FFF;
	border: 1px solid #1f386e;
}

button#gdpr-cookie-advanced:hover {
    background: #FF6600;
    color: #FFF;
    transition: all 0.3s ease-in;
	border: 1px solid #ff6570;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
	border: 1px solid #1f386e;
	cursor: not-allowed;
}

#gdpr-cookie-message button:disabled:hover {
    background: #1f386e;
	color: #FFF;
	opacity: 0.3;
	border: 1px solid #1f386e;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: left;
    margin-top: 0;
    margin-right: 5px;
}



/* Custom CSS */
/* Model */
#gdpr-cookie-message h4 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

#gdpr-cookie-message h4:after {
	position: absolute;
	content: "";
	background-color: #FF6600;
	height: 3px;
	width: 40px;
	bottom: -1px;
	left: 0;
}

#gdpr-cookie-message p {
	text-align: justify;
}

#gdpr-cookie-message a {
	display: none;
}

#gdpr-cookietype-preferences,
#gdpr-cookietype-analytics,
#gdpr-cookietype-marketing {
	accent-color: #4474B9;
}

/* Floating setting */
.gdpr-container {
	bottom: 85px;
	position: fixed;
	right: 15px;
	width: 50px;
	height: 50px;
	background-color: #1f386e;
	border-radius: 100%;
	padding: 13px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
	transition: all 0.3s;
	border: 0px solid #FFF;
	cursor: pointer;
}

.gdpr-container:hover {
	background-color: #FF6600;
	transition: all 0.3s;
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.gdpr-container button {
	background: transparent !important;
	color: unset !important;
	padding: 0px !important;
	border-radius: 0px !important;
	border: none !important;
}

.gdpr-container img {
	outline: 0px;
}

.gdpr-container img {
	outline: 0px;
}