body {
    font: 1em "Poppins", Sans-serif;
}
footer {
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: #324A6D;
}
.tbody tr td{
	padding-top: 0px;
	padding-bottom: 0px;
}
.nav-link{
    color: #324A6D;
	padding-top: 0px;
	padding-bottom: 0px;
}
.nav-link:hover{
    color: #324A6D;
}
.linkFooter{
    color: #324A6D;
    transition: color 0.3s;
    font-weight: 500;
}
.contattaciLink{
	text-decoration: none;
	color: #FFF;
}
.contattaciLink:hover{
	color: #EF4D3D;
}
.colBorded{
    border-style: solid;
    border-width: 0px 1px 0px 1px;
	border-color: #EF4D3D;
}
.btnArancione{
	font-weight: bold;
	background-color: #EF4D3D;
	border-color: #EF4D3D;
	color: #FFF;
}
.btnArancione:hover{
	border-color: #EF4D3D;
	color: #EF4D3D;
}
.divider-footer{
	border-block-start: 2px solid #EF4D3D;
}

/*	ZONA PAGINAZIONE */
.pagination .page-item .page-link{
	color: #EF4D3D;
}
.pagination .page-item.active .page-link{
	background-color: #EF4D3D;
	border-color: #EF4D3D;
	color: #FFF;
}

/*	ZONA LOADER ROTELLA DURANTE CARICAMENTI */
#loader{
	display: block;
	position: fixed;
	background-color: transparent;
	z-index: 100;
	width: 100%;
	height: 90vh;
}

/* Center the loader */
#loader .wheel {
	color: black;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 120px;
	height: 120px;
	margin: -76px 0 0 -76px;
	border: 16px solid #BFBFBF;
	border-radius: 50%;
	border-top: 16px solid black;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
