﻿/* HEADER - Stile coerente con il sito */
/*.top-header {
    background-color: #0066cc;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

    .top-header a {
        color: #ffffff;
        text-decoration: none;
    }

        .top-header a:hover {
            text-decoration: underline;
        }*/

/* SIDEBAR */
/*.sidebar {
    background-color: #004c99;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

    .sidebar .nav-item .nav-link {
        color: #ffffff;
        padding: 10px;
    }

        .sidebar .nav-item .nav-link:hover {
            background-color: #003366;
            border-radius: 5px;
        }*/

/* ERROR UI */
/*#blazor-error-ui {
    background-color: #ff4d4d;
    color: white;
    padding: 10px;
    text-align: center;
}

html, body {
    height: 100%;
    margin: 0;
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


main {
    flex: 1;
}


.footer {
    background-color: #f8f9fa;
    padding: 1rem 0;
    text-align: center;
    border-top: 1px solid #e7e7e7;
}

.footer .container {
    max-width: 960px;
    margin: 0 auto;
}

.footer p {
    margin: 0.5rem 0;
}

.footer a {
    color: #007bff;
    text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
}


.logo-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;*/ /* Assicurati che il logo sia sopra gli altri elementi */
/*}

.center-logo {
    max-width: 100%;
    height: auto;
    opacity: 0.1;*/ /* Imposta la trasparenza al 50% */
/*}

.image-section {
    bottom: 2%;
    padding: 20px;
    text-align: center;
    margin-top: auto;*/ /* Posiziona la sezione in fondo alla pagina */
/*}

    .image-section .row {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .image-section img {
        max-width: 10%;
        height: auto;
    }

    .image-section .side-image {
        height: auto;
        margin: 0 10px;
    }

.nav-menu {
    display: flex;
    justify-content: space-around;*/ /* Distribuisce i pulsanti in modo uniforme */
    /*align-items: center;
    padding: 10px;
}

.nav-menu .telerik-button {
    display: flex;
    align-items: center;
    margin: 0 10px;*/ /* Spazio tra i pulsanti */
/*}

.nav-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}*/

/* Rimuovi qualsiasi margine sinistro applicato al contenitore delle card */
/*.grid-layout {
    margin-left: 0 !important;
    padding-left: 0 !important;
}*/

/* Assicurati che il contenitore delle card sia centrato */
/*.k-card-deck {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

    .k-card-deck > div {
        flex: 1 1 calc(33.33% - 20px);*/ /* 3 card per linea con spazio tra di loro */
        /*margin: 10px;
        max-width: calc(33.33% - 20px);
    }

.k-card {
    width: 100%;
}*/

