.x-gdpr TABLE TD, .x-gdpr TABLE TH
{
	border-bottom: solid 1px;
	text-align:left;
}

#x-gdpr-banner 
{
    position: fixed;
    bottom: 20px; /* distanza dal bordo inferiore */
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 250px;
    background: #f9f9f9;
    padding-bottom: 5px;
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 8px;
    z-index: 9999;
}

#x-gdpr-banner *
{
	color:black;
	font-size: 14px;
    line-height: normal;
}

#x-gdpr-banner A
{
	text-decoration: underline;
}

.x-gdpr-doc h2
{
	margin-top:20px;
}

.x-gdpr-doc li
{
	margin:0px;
}

.x-gdpr-button
{
	padding: 8px 8px;
    background-color: #0073aa;
    color: white!important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left:3px;
	margin-right:3px;
	font-size:12px!important;
}

.x-gdpr-button-close
{
	position:absolute;
	top: 0px;
    right: -3px;
    width: 20px;
    height: 20px;
    font-size: 11px !important;
    padding: 0px;
}
.x-gdpr-banner-row
{
	width:100%;
	padding:10px;
	display: flex;
	justify-content: center; /* Allinea orizzontalmente */
	align-items: center;     /* Allinea verticalmente */
}

.x-gdpr-banner-category
{
	display:flex;
	justify-content: center; /* Allinea orizzontalmente */
	align-items: center;     /* Allinea verticalmente */
	margin-left:10px;
	margin-right:10px;
}
.x-gdpr-banner-category span
{
	margin-left:5px;
}
.x-gdpr-banner-category input
{
	width: 19px;
    height: 19px;
}


.x-gdpr-buttons
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}

.x-gdpr-categories
{
	position:absolute;
	bottom:50px;
	left:0px;
	width:100%;
}


.x-gdpr-mask 
{
	width:100%; 
	height:100%; 
	background:#eee; 
	display:flex; 
	align-items:center; 
	justify-content:center;
	color:black;
}
.x-gdpr-mask p
{
	text-align:center;
	color:black!important;
}
.x-gdpr-mask a
{
	text-decoration:underline!important;
	color:black!important;
}

.x-gdpr-banner-content
{
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:0px;
}

.x-gdpr-banner-icon div
{
	width:100%;
	font-size:10px!important;
}

.x-gdpr-banner-close
{
	display:none;
}

