#gdpr-cookie-message {
    color: #777;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 18px !important;	
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 375px;
    background-color: #25272c !important;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px; 
	line-height: 1.2em;
    overflow: auto;
    z-index: 999999;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul li {
	color: #777;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 18px !important;	
	
}

ul.cookies { 
	padding-left: 20px;
	list-style: none;
	margin: 10px 0 !important;
    list-style-type: none !important;		
} 

ul.cookies li {
	display: block !important;
	width: 100% !important;
    color: #777;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 18px !important;	
}

ul.cookies li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: white; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

ul.cookies i {
  color: #999;
}

.gdpr-back {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #00000054;
	z-index: 9999999999;
	display: block;
}


#gdpr-cookie-message h4 {
	color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
	color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: unset;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: center;
}
#gdpr-cookie-message li {
    width: 100%;
	display: block;
	margin: 5px;
}

#gdpr-cookie-message a {
    text-decoration: none;
    padding-bottom: 2px;
    transition: all 0.3s ease-in;
   	margin-top: 10px;
    display: block;
}
#gdpr-cookie-message a:hover {
    color: white !important;
    transition: all 0.3s ease-in;
}
.btn-cookie { 
	padding: 5px !important;
    height: unset;
    margin: 10px 0 !important;
    width: 100%;	
}

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

#gdpr-cookie-accept, #gdpr-cookie-advanced, #ihavecookiesBtn {
	border-radius: 0px;
	margin: 15px 5px;
	    margin-right: 5px;
	    margin-left: 5px;
	font-size: 0.8em !important;
	/*width: 100px;*/
	padding: 0.8em;
	background:#ee6932;
	color:#fff;
	line-height:12px;
}

/* nascondo i radio */ 

#gdpr-cookie-types {
	
	display: none;
	
}

.btn-mod-tris {
    width: 100% !important;
}

