button#consentButton {

    margin-left: 0px !important;

}

/* Cookie Dialog */

#consent-cookie-message {

    position: fixed;

    left: 20px;

    bottom: 10px;

    max-width: 800px;

    background-color: #f5f5f5;

    padding: 20px;

    border-radius: 5px;

    box-shadow: 0 3px 10px rgba(0,0,0,0.25);

    margin-left: 30px;

    font-family: system-ui;

    z-index: 2000;

    opacity: 0.97;

}
#consent-cookie-message button{
	line-height: normal;
	
    letter-spacing: normal;
	
    text-transform: none;
}

#consent-cookie-message label{
	display: initial;
	
    font-size: inherit;
	
    vertical-align: middle;
}
#consent-cookie-types {

overflow-y: scroll;

max-height: 400px;

background-color: #FFFFFF;

border-radius: 5px;

padding: 0 6px;

}

#consent-cookie-buttons {

margin-top: 16px;

}

#consent-cookie-message h4 {

    color: black;

    font-family: 'Poppins', sans-serif;

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 10px;

}

#consent-cookie-message h5 {

    color: #333333;

    font-family: 'Poppins', sans-serif;

    font-size: 15px;

    font-weight: bold;

    margin: 10px 4px;

}

#consent-cookie-message p{

    color: black;

	font-family: 'Poppins', sans-serif;

    font-size: 13px;

    line-height: 1.5em;

}

#consent-cookie-message p:last-child {

    margin-bottom: 0;

}

#consent-cookie-message #cookie-selection {

    margin-bottom: 10px;

	font-size: 16px;

}

#consent-cookie-message #cookie-description {

	font-size: 12px;

}

#consent-cookie-message a {

    color: #e24c44;

    text-decoration: none;

    font-size: 13px;

    padding-bottom: 2px;

    border-bottom: 1px dotted rgba(255,255,255,0.75);

    transition: all 0.3s ease-in;

}

#consent-cookie-message a:hover {

    color: #004466;

    border-bottom-color: #004466;

    transition: all 0.3s ease-in;

}

#consent-cookie-accept{

    background: #e24c44;

    color: white;

	border: 1px solid #e24c44;

    font-family: 'Quicksand', sans-serif;

    font-size: 15px;

    padding: 7px;

    border-radius: 3px;

	margin-bottom: 10px;

	margin-right: 10px;

    cursor: pointer;

    transition: all 0.3s ease-in;

    float: right;

}



#consent-cookie-message button:hover {

    background: white;

    color: #333333;

    transition: all 0.3s ease-in;

}

#consent-cookie-advanced,  #consent-cookie-decline {

    background: white;

    color: #e24c44;

	border: 1px solid #e24c44;

	font-family: 'Quicksand', sans-serif;

    font-size: 15px;

    padding: 7px;

    border-radius: 3px;

	margin-bottom: 10px;

	margin-right: 10px;

    cursor: pointer;

    transition: all 0.3s ease-in;

    float: right;

}



#consent-cookie-message button:disabled {

    opacity: 0.3;

}

#consent-cookie-message input[type="checkbox"] {

    float: none;

    margin-top: 0;

    

}



@media only screen and (max-width: 768px) {

	#consent-cookie-message {

		max-width: 96%;

		left: 2%;

		bottom: inherit;
		
		top: 50%;
		
		-ms-transform: translateY(-50%);
 		
		transform: translateY(-50%);
		
		margin-left: auto;
    	
		margin-right: auto;

	}

	#consent-cookie-types {

		max-height: 240px;

	}

	#consent-cookie-message button,

	#consentButton {

		width: 100%;

		margin-right: 0;

	}

	#consent-cookie-buttons {

		float: none;

	}

}



/*-----------------------------------CONSENT----------------------------------*/