
.cookie-consent-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #343a40;
    color: white;
    padding: 10px;
    z-index: 1000;
}
.cookie-consent-bar .btn {
    color: #343a40;
}
.cookie-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #343a40;
    color: white;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    display: none;
    z-index: 1001;
}


/* Stili di base per il loader */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Sfondo semi-trasparente */
    display: none; /* Nascondi di default */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Assicurati che sia sopra tutti gli altri elementi */
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.spid-idp-button-link img{
    height: 45px !important;
}

.breadcrumb a{
    color: #0066CC !important;
}

