<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CUSTOM PAGINATION */

#pagination_links {
	text-align: center;
	font-size: 18px;
	line-height: 1.555;
	margin-top: 10px;
	margin-bottom: 20px;
}

#pagination_links .page-numbers ul{
	list-style: none;
}

#pagination_links .page-numbers li{
	display:inline;
	margin-right: 5px;

}

#pagination_links .page-numbers {

}

#pagination_links .page-numbers .current {
	color: #5d7083;
	border: 1px solid #5d7083;
	border-radius: 5px;
	padding:  6.75px 13.5px 6.75px 13.5px ;
	margin: 5px;
}

/* STILI PERSONALIZZATI */

.bg-banner-persone {
	background-color: #f5f5f5;
}

.card.card-avatar .card-avatar-img {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin: 0 12px 0 0;
	border-radius: 50%;
	overflow: hidden;
}

.color-invert {
	filter: brightness(0%) invert(100%);
}

.chip-selected {
	background: #30475f !important;
	border-color: #30475f !important;
	color: #ffffff;
}

.chip-selected a {
	color: #ffffff;
}

.chip-label a {
	text-decoration: none !important;
}

.menutree {

}

.menutree a {
	text-decoration: none;
}

.menutree ul {
}

.menutree ul li {

}

.box_change_map_lang {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.it-brand-title h1.h3 {
	font-size: 1em !important;
}

.it-brand-tagline {
	font-size: 1em !important;
}
</pre></body></html>