/* _content/Pennino/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-u36omp8a4b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u36omp8a4b] {
    flex: 1;
}

.sidebar[b-u36omp8a4b] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u36omp8a4b] {
    background-color: var(--color-purple); 
    border-bottom: 1px solid #d6d5d5; 
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}


    .top-row[b-u36omp8a4b]  a, .top-row[b-u36omp8a4b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-u36omp8a4b]  a:hover, .top-row[b-u36omp8a4b]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-u36omp8a4b]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-u36omp8a4b] {
        justify-content: space-between;
    }

        .top-row[b-u36omp8a4b]  a, .top-row[b-u36omp8a4b]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-u36omp8a4b] {
        flex-direction: row;
    }

    .sidebar[b-u36omp8a4b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u36omp8a4b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-u36omp8a4b]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-u36omp8a4b], article[b-u36omp8a4b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-u36omp8a4b] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-u36omp8a4b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Pennino/Components/Layout/TopNavBar.razor.rz.scp.css */

.menu-slide[b-u4ic3s4aft] {
    transform: translateX(-100%); 
    transition: transform 100ms ease-in-out;
    position: fixed;
    top: 0;
    left: 0; 
    width: 55%; 
    height: 100%;
    background-color: #f8f9fa;
    z-index: 1050; 
}

@media(min-width: 768px){
    .menu-slide[b-u4ic3s4aft] {
        transform: translateX(-100%);
        transition: transform 100ms ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        width: 30%;
        height: 100%;
        background-color: #f8f9fa;
        z-index: 1050;
    }
}
    
.menu-slide.active[b-u4ic3s4aft] {
    transform: translateX(0); 
}

/* Mostra il link Donate */
.hide-under-450[b-u4ic3s4aft] {
    display: inline-flex;
}

.show-under-450[b-u4ic3s4aft] {
    display: none;
}

@media (max-width: 455px) {
    .hide-under-450[b-u4ic3s4aft] {
        display: none !important;
    }

    .show-under-450[b-u4ic3s4aft] {
        display: inline-flex !important;
    }
}

/* _content/Pennino/Components/Pages/Elements/Conversazione.razor.rz.scp.css */
.container-notifiche:hover[b-pgm3jbgxzs] {
    background-color: #f2f2f2;
}
.truncate-text[b-pgm3jbgxzs] {
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-size: 15px; 
    line-height: 1.2; 
    max-height: 60px;
}
.commento-icon[b-pgm3jbgxzs] {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}




/* _content/Pennino/Components/Pages/Elements/Notifica.razor.rz.scp.css */
.container-notifiche:hover[b-gniczh33m4] {
    background-color: #f2f2f2;
}
.truncate-text[b-gniczh33m4] {
    display: -webkit-box; /* Abilita il comportamento per il line clamp */
    -webkit-box-orient: vertical; /* Orientamento verticale */
    overflow: hidden; /* Nasconde il testo oltre il limite */
    -webkit-line-clamp: 3; /* Limita il contenuto a 2 righe */
    text-overflow: ellipsis; /* Aggiunge i puntini di sospensione */
    font-size: 15px; 
    line-height: 1.2; /* Regola l'altezza delle righe per il testo */
    max-height: 60px; /* Calcola l'altezza massima per 2 righe */
}
.commento-icon[b-gniczh33m4] {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Aggiunge un'ombra leggera */
}


/* _content/Pennino/Pages/Approvazione.razor.rz.scp.css */

.fs-titolo-preview[b-iw5yth7al3]{
    font-size: 24px;
}
.max-w-contenuto-preview[b-iw5yth7al3] {
    width: 100% !important;
}


@media(max-width: 576px) {
    .card-w-preview[b-iw5yth7al3] {
        width: 100% !important;
    }
    .fs-titolo-preview[b-iw5yth7al3] {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .max-w-contenuto-preview[b-iw5yth7al3] {
        max-width: 500px;
        min-width: 500px;
    }
    .card-w-preview[b-iw5yth7al3] {
        min-width: 360px;
        max-width: 360px;
    }
}
@media(min-width: 768px) {
    .max-w-contenuto-preview[b-iw5yth7al3] {
        max-width: 700px;
        min-width: 700px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .card-w-preview[b-iw5yth7al3] {
        min-width: 360px;
        max-width: 360px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media(min-width: 992px) {
    .card-w-preview[b-iw5yth7al3] {
        min-width: 400px;
        max-width: 400px;
    }
}

@media (min-width: 1200px) {
  
}

@media (min-width: 1400px) {
}
/* _content/Pennino/Pages/Autori.razor.rz.scp.css */
.container-autori[b-x6nldmn4v6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 340px));
    justify-items: center !important;
    gap: 10px;
}

@media (max-width: 576px){
    .w-searchbar[b-x6nldmn4v6]{
        width: 100% !important;
   }
    .container-autori[b-x6nldmn4v6] {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .w-searchbar[b-x6nldmn4v6] {
        width: 375px !important;
    }
}
@media (min-width: 768px) {
    .w-searchbar[b-x6nldmn4v6] {
        width: 50% !important;
    }
}
/* _content/Pennino/Pages/BackOffice/Layout/BO_Layout.razor.rz.scp.css */
.page[b-ub2c7relms] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ub2c7relms] {
    flex: 1;
}

.sidebar[b-ub2c7relms] {
    background: var(--dark-blue);
}
    .sidebar .nav-item .nav-link[b-ub2c7relms] {
        color: white !important;
    }

.top-row[b-ub2c7relms] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ub2c7relms]  a, .top-row[b-ub2c7relms]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ub2c7relms]  a:hover, .top-row[b-ub2c7relms]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ub2c7relms]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ub2c7relms] {
        justify-content: space-between;
    }

    .top-row[b-ub2c7relms]  a, .top-row[b-ub2c7relms]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ub2c7relms] {
        flex-direction: row;
    }

    .sidebar[b-ub2c7relms] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ub2c7relms] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ub2c7relms]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ub2c7relms], article[b-ub2c7relms] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ub2c7relms] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ub2c7relms] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Pennino/Pages/BackOffice/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-13aablepm4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-13aablepm4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-13aablepm4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-13aablepm4] {
    font-size: 1.1rem;
}

.bi[b-13aablepm4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-13aablepm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-13aablepm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-13aablepm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-13aablepm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-13aablepm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-13aablepm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-13aablepm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-13aablepm4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-13aablepm4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-13aablepm4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-13aablepm4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-13aablepm4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-13aablepm4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-13aablepm4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-13aablepm4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-13aablepm4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-13aablepm4] {
        display: none;
    }

    .nav-scrollable[b-13aablepm4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Pennino/Pages/BackOffice/Pages/BO_Utente.razor.rz.scp.css */
@media (max-width: 600px) {
    .dialog-wrapper[b-qn5shj4tdy] {
        max-width: 90%;
    }

    .green-btn[b-qn5shj4tdy], .main-btn[b-qn5shj4tdy] {
        width: 100%;
        margin-bottom: 1rem;
    }

    .rz-p-sm-12[b-qn5shj4tdy] {
        width: 100%;
    }
}
/* _content/Pennino/Pages/Contattaci.razor.rz.scp.css */

h1[b-tw2vk2lktk] {
    font-weight: bolder;
    display: flex;
    align-items: center;
}


.content a:hover[b-tw2vk2lktk] {
    text-decoration: underline;
}

@media (min-width: 375px) and (max-width: 767px){
    

    h1[b-tw2vk2lktk] {
        font-size: 24px;
    }       
}

@media (max-width: 768px) {
    h1[b-tw2vk2lktk] {
        font-size: 30px;
    }

}
/* _content/Pennino/Pages/Critici.razor.rz.scp.css */
.container-autori[b-4du4k7df0v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    gap: 10px;
}

@media (max-width: 576px){
    .w-searchbar[b-4du4k7df0v]{
        width: 100% !important;
   }
    .container-autori[b-4du4k7df0v] {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .w-searchbar[b-4du4k7df0v] {
        width: 375px !important;
    }
}
@media (min-width: 768px) {
    .w-searchbar[b-4du4k7df0v] {
        width: 50% !important;
    }
}
/* _content/Pennino/Pages/DettaglioCritico.razor.rz.scp.css */
.margin-top-info[b-3yhjxy4fhs]{
    margin-top:40px;
}

.w-bio[b-3yhjxy4fhs] {
    min-width: 25.625rem;
    max-width: 25.625rem;
}

.h-bio[b-3yhjxy4fhs] {
    min-height: 400px;
}

.img-pos[b-3yhjxy4fhs] {
    bottom: -10px;
    left: 0px;
    /*Simone*/
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.max-w-contenuto-owner[b-3yhjxy4fhs] {
    width: 100% !important
}

.img-do[b-3yhjxy4fhs] {
    width: 75px;
    height: 75px;
}
.img-seguace[b-3yhjxy4fhs] {
    width: 64px;
    height: 64px;
}
.c-avatar[b-3yhjxy4fhs] {
    position: relative;
    display: inline-block;
}

.c-status-online[b-3yhjxy4fhs] {
    background: #99CC00;
}

.c-status-offline[b-3yhjxy4fhs] {
    background: lightgray;
}


@media (min-width: 576px) {
    .w-text-opere[b-3yhjxy4fhs] {
        max-width: 390px !important;
    }
    .w-critica[b-3yhjxy4fhs] {
        max-width: 375px;
        min-width: 375px !important;
    }
}
@media (max-width: 576px) {
    
    .w-critica[b-3yhjxy4fhs] {
        max-width: 375px !important;
        min-width: 360px !important;
    }
    .img-do[b-3yhjxy4fhs] {
        width: 60px;
        height: 60px;
    }
    .img-seguace[b-3yhjxy4fhs] {
        width: 60px;
        height: 60px;
    }
    .img-pos[b-3yhjxy4fhs] {
        bottom: -20px;
    }

    .margin-top-info[b-3yhjxy4fhs] {
        margin-top: 25px;
    }

    .c-status[b-3yhjxy4fhs] {
        width: 12px;
        height: 12px;
        border: 2px solid white;
        position: absolute;
        bottom: 10%;
        right: 10%;
        border-radius: 100%;
    }

    .w-biografia[b-3yhjxy4fhs] {
        max-width: 100% !important;
    }

    .w-text-opere[b-3yhjxy4fhs] {
        max-width: 360px !important;
    }
}

@media (max-width: 992px) {
    .max-w-contenuto-owner[b-3yhjxy4fhs] {
        width: 100% !important;
    }
    .p-critica[b-3yhjxy4fhs] {
        padding-right: 10px;
    }

}
@media (min-width: 992px) {

    .text-justify[b-3yhjxy4fhs] {
        text-align: justify !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .img-do[b-3yhjxy4fhs] {
        width: 80px;
        height: 80px;
    }
    .img-seguace[b-3yhjxy4fhs] {
        width: 60px;
        height: 60px;
    }
    .w-biografia[b-3yhjxy4fhs] {
        min-width: 500px;
        max-width: 500px;
    }
    .img-pos[b-3yhjxy4fhs] {
        bottom: -30px;
    }

    .margin-top-info[b-3yhjxy4fhs]{
        margin-top: 30px;
    }

    .c-status[b-3yhjxy4fhs] {
        width: 14px;
        height: 14px;
        border: 2px solid white;
        position: absolute;
        bottom: 10%;
        right: 10%;
        border-radius: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .w-critica[b-3yhjxy4fhs] {
        max-width: 360px;
        min-width: 360px !important;
    }
    .img-do[b-3yhjxy4fhs] {
        width: 103px;
        height: 103px;
    }
    .img-seguace[b-3yhjxy4fhs] {
        width: 64px;
        height: 64px;
    }
    .w-biografia[b-3yhjxy4fhs] {
        min-width: 500px;
        max-width: 500px;
    }
    .img-pos[b-3yhjxy4fhs] {
        bottom: -35px;
        left: 0px;
    }

    .margin-top-info[b-3yhjxy4fhs]{
        margin-top: 35px;
    }

    .c-status[b-3yhjxy4fhs] {
        width: 17px;
        height: 17px;
        border: 2px solid white;
        position: absolute;
        bottom: 10%;
        right: 10%;
        border-radius: 100%;
    }
}
@media (min-width: 992px){
    .w-critica[b-3yhjxy4fhs] {
        max-width: 400px;
        min-width: 400px !important;
    }
    .opere-container[b-3yhjxy4fhs]{
        overflow-y:auto;
    }
}
@media (max-width: 992px) {
    .bio-container[b-3yhjxy4fhs] {
        min-height: auto !important;
    }
    .opere-container[b-3yhjxy4fhs] {
        height: auto !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .max-w-contenuto-owner[b-3yhjxy4fhs] {
        max-width: 900px;
        min-width: 900px;
    }
    .w-biografia[b-3yhjxy4fhs] {
        min-width: 350px;
        max-width: 350px;
    }
    .img-do[b-3yhjxy4fhs] {
        width: 90px;
        height: 90px;
    }
    .img-seguace[b-3yhjxy4fhs] {
        width: 60px;
        height: 60px;
    }
    .img-pos[b-3yhjxy4fhs] {
        bottom: -30px;
    }

    .margin-top-info[b-3yhjxy4fhs]{
        margin-top:35px;
    }

    .c-status[b-3yhjxy4fhs] {
        width: 15px;
        height: 15px;
        border: 2px solid white;
        position: absolute;
        bottom: 10%;
        right: 10%;
        border-radius: 100%;
    }
}

@media (min-width: 1200px) {
    .max-w-contenuto-owner[b-3yhjxy4fhs] {
        max-width: 1200px;
        min-width: 1200px;
    }
    .w-biografia[b-3yhjxy4fhs] {
        min-width: 500px;
        max-width: 500px;
    }
    .img-do[b-3yhjxy4fhs] {
        width: 125px;
        height: 125px;
    }
    .img-seguace[b-3yhjxy4fhs] {
        width: 64px;
        height: 64px;
    }
    .img-seguace[b-3yhjxy4fhs] {
        width: 64px;
        height: 64px;
    }
    .img-pos[b-3yhjxy4fhs] {
        bottom: -35px;
    }

    .c-status[b-3yhjxy4fhs] {
        width: 20px;
        height: 20px;
        border: 2px solid white;
        position: absolute;
        bottom: 10%;
        right: 10%;
        border-radius: 100%;
    }
}

@media (min-width: 1400px) {
    .img-do[b-3yhjxy4fhs] {
        width: 125px;
        height: 125px;
    }
    .img-seguace[b-3yhjxy4fhs] {
        width: 64px;
        height: 64px;
    }
    .img-pos[b-3yhjxy4fhs] {
        bottom: -35px;
        left: 0px;
    }
}

.opere-section[b-3yhjxy4fhs] {
    width: 300px;
    margin-left: 2rem;
}

@media (max-width: 768px) {
    .opere-section[b-3yhjxy4fhs] {
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 769px) {
    .flex-row-responsive[b-3yhjxy4fhs] {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .flex-row-responsive[b-3yhjxy4fhs] {
        flex-direction: column-reverse;
    }
}
/* _content/Pennino/Pages/DettaglioOwner.razor.rz.scp.css */

.margin-top-info[b-olwe5lvre2] {
    margin-top: 40px;
}

.w-bio[b-olwe5lvre2] {
    min-width: 25.625rem;
    max-width: 25.625rem;
}

.h-bio[b-olwe5lvre2] {
    min-height: 400px;
}

.img-pos[b-olwe5lvre2] {
    bottom: -10px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.max-w-contenuto-owner[b-olwe5lvre2] {
    width: 100% !important
}



/*.img-do {
    width: 75px;
    height: 75px;
}*/
.img-seguace[b-olwe5lvre2] {
    width: 60px;
    height: 60px;
}
.c-avatar[b-olwe5lvre2] {
    position: relative;
    display: inline-block;
}

.c-status-online[b-olwe5lvre2] {
    background: #99CC00;
}

.c-status-offline[b-olwe5lvre2] {
    background: lightgray;
}


@media (min-width: 576px) {
    .w-text-opere[b-olwe5lvre2] {
        max-width: 390px !important;
    }
}
@media (max-width: 576px) { /* TUTTI I TELEFONI */
    .img-do[b-olwe5lvre2] {
        /*width: 60px;
        height: 60px;*/
        width: calc(var(--avatarW) * 48 / 100);
        height: calc(var(--avatarH) * 48 / 100);
    }
    .img-seguace[b-olwe5lvre2] {
        width: calc(var(--avatarW) * 48 / 100);
        height: calc(var(--avatarH) * 48 / 100);
    }
    .img-pos[b-olwe5lvre2] {
        bottom: -20px;
    }

    .margin-top-info[b-olwe5lvre2] {
        margin-top: 25px;
    }

    .c-status[b-olwe5lvre2] {
        width: 12px;
        height: 12px;
        border: 2px solid white;
        position: absolute;
        bottom: 4%;
        right: 4%;
        border-radius: 100%;
    }

    .w-biografia[b-olwe5lvre2] {
        max-width: 100% !important;
    }

    .w-text-opere[b-olwe5lvre2] {
        max-width: 360px !important;
    }
}

@media (max-width: 992px) {
    .max-w-contenuto-owner[b-olwe5lvre2] {
        width: 100% !important;
    }


}
@media (min-width: 992px) {

    .text-justify[b-olwe5lvre2] {
        text-align: justify !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) { /* TRA TELEFONO E TABLET */
    .img-do[b-olwe5lvre2] {
        /* width: 80px;
        height: 80px;*/
        width: calc(var(--avatarW) * 64 / 100);
        height: calc(var(--avatarH) * 64 / 100);
    }
    .img-seguace[b-olwe5lvre2] {
        /*width: 60px;
        height: 60px;*/
        width: calc(var(--avatarW) * 64 / 100);
        height: calc(var(--avatarH) * 64 / 100);
    }
    .w-biografia[b-olwe5lvre2] {
        min-width: 500px;
        max-width: 500px;
    }
    .img-pos[b-olwe5lvre2] {
        bottom: -30px;
    }

    .margin-top-info[b-olwe5lvre2]{
        margin-top: 30px;
    }

    .c-status[b-olwe5lvre2] {
        width: 14px;
        height: 14px;
        border: 2px solid white;
        position: absolute;
        bottom: 6%;
        right: 6%;
        border-radius: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991px) { /* TABLET */
    .img-do[b-olwe5lvre2] {
        /*width: 103px;
        height: 103px;*/
        width: calc(var(--avatarW) * 82 / 100);
        height: calc(var(--avatarH) * 82 / 100);
    }
    .img-seguace[b-olwe5lvre2] {
        /*width: 64px;
        height: 64px;*/
        width: calc(var(--avatarW) * 53 / 100);
        height: calc(var(--avatarH) * 53 / 100);
    }
    .w-biografia[b-olwe5lvre2] {
        min-width: 500px;
        max-width: 500px;
    }
    .img-pos[b-olwe5lvre2] {
        bottom: -35px;
        left: 0px;
    }

    .margin-top-info[b-olwe5lvre2]{
        margin-top: 35px;
    }

    .c-status[b-olwe5lvre2] {
        width: 17px;
        height: 17px;
        border: 2px solid white;
        position: absolute;
        bottom: 7%;
        right: 7%;
        border-radius: 100%;
    }
}
@media (min-width: 992px){
    .opere-container[b-olwe5lvre2]{
        overflow-y:auto;
    }
}
@media (max-width: 992px) {
    .bio-container[b-olwe5lvre2] {
        min-height: auto !important;
    }
    .opere-container[b-olwe5lvre2] {
        height: auto !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) { /* LAPTOP */
    .max-w-contenuto-owner[b-olwe5lvre2] {
        max-width: 900px;
        min-width: 900px;
    }

    .w-biografia[b-olwe5lvre2] {
        min-width: 350px;
        max-width: 350px;
    }
    .img-do[b-olwe5lvre2] {
        /*width: 90px;
        height: 90px;*/
        width: calc(var(--avatarW) * 74 / 100);
        height: calc(var(--avatarH) * 74 / 100);
    }
    .img-seguace[b-olwe5lvre2] {
        /*width: 64px;
        height: 64px;*/
        width: calc(var(--avatarW) * 53 / 100);
        height: calc(var(--avatarH) * 53 / 100);
    }
    .img-pos[b-olwe5lvre2] {
        bottom: -30px;
    }

    .margin-top-info[b-olwe5lvre2]{
        margin-top:35px;
    }

    .c-status[b-olwe5lvre2] {
        width: 15px;
        height: 15px;
        border: 2px solid white;
        position: absolute;
        bottom: 7%;
        right: 7%;
        border-radius: 100%;
    }
}

@media (min-width: 1200px) { /* PC */
    .max-w-contenuto-owner[b-olwe5lvre2] {
        max-width: 1200px;
        min-width: 1200px;
    }

    .w-biografia[b-olwe5lvre2] {
        min-width: 500px;
        max-width: 500px;
    }
    .img-do[b-olwe5lvre2] {
        /*width: 125px;
        height: 125px;*/
        width: calc(var(--avatarW) * 100 / 100);
        height: calc(var(--avatarH) * 100 / 100);
    }
    .img-seguace[b-olwe5lvre2] {
        /* width: 64px;
        height: 64px;*/
        width: calc(var(--avatarW) * 53 / 100);
        height: calc(var(--avatarH) * 53 / 100);
    }
    .img-pos[b-olwe5lvre2] {
        bottom: -35px;
    }

    .c-status[b-olwe5lvre2] {
        width: 20px;
        height: 20px;
        border: 2px solid white;
        position: absolute;
        bottom: 7%;
        right: 7%;
        border-radius: 100%;
    }
}


.opere-section[b-olwe5lvre2] {
    width: 300px;
    margin-left: 2rem;
}

@media (max-width: 768px) {
    .opere-section[b-olwe5lvre2] {
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 769px) {
    .flex-row-responsive[b-olwe5lvre2] {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .flex-row-responsive[b-olwe5lvre2] {
        flex-direction: column-reverse;
    }
}
/* _content/Pennino/Pages/DettaglioRisorsa.razor.rz.scp.css */
.fs-titolo-dr[b-u09l9yd93h] {
    font-size: 18px !important;
}
.w-text-owner[b-u09l9yd93h] {
    max-width: 200px;
}
.dots-pos[b-u09l9yd93h] {
    position: absolute;
    top: 5px;
    right: 5px;
}
.h-content[b-u09l9yd93h] {
    height: 620px;
}

[contenteditable=true]:empty[b-u09l9yd93h]:before {
    content: attr(placeholder);
    display: block; /* For Firefox */
}

#scrivi-commento[b-u09l9yd93h]::-webkit-scrollbar-thumb,
#scrivi-commento[b-u09l9yd93h]::-webkit-scrollbar-track {
    border-radius: 0 0.5rem 0 0;
}

.loggati[b-u09l9yd93h] {
    text-decoration: none;
    color: rgb(64, 192, 87);
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

@media(min-width: 375px) and (max-width: 576px) {
    .fs-sm[b-u09l9yd93h] {
        font-size: 11px;
    }

    .svg-sm[b-u09l9yd93h] {
        width: 14px;
        height: 14px;
    }

   
}
@media (min-width: 576px) and (max-width: 767px) {
    .fs-titolo-dr[b-u09l9yd93h] {
        font-size: 24px !important;
    }
    .w-text-owner[b-u09l9yd93h] {
        max-width: 350px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fs-titolo-dr[b-u09l9yd93h] {
        font-size: 32px !important;
    }
    .w-text-owner[b-u09l9yd93h] {
       max-width: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fs-titolo-dr[b-u09l9yd93h] {
        font-size: 32px !important;
    }
    .w-text-owner[b-u09l9yd93h] {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .fs-titolo-dr[b-u09l9yd93h] {
        font-size: 32px !important;
    }
    .w-text-owner[b-u09l9yd93h] {
        max-width: 300px;
    }
}

@media (max-width: 1200px) {
    .h-content[b-u09l9yd93h] {
        height: auto;
    }

}
@media (max-width: 576px) {
    .dots-pos[b-u09l9yd93h] {
        top: 2px;
        right: 2px;
    }
}
/* _content/Pennino/Pages/DettaglioRisorsaVideo.razor.rz.scp.css */
.fs-titolo-dr[b-q07jh0txo6] {
    font-size: 18px !important;
}
.w-text-owner[b-q07jh0txo6] {
    max-width: 200px;
}
.dots-pos[b-q07jh0txo6] {
    position: absolute;
    top: 5px;
    right: 5px;
}
.h-content[b-q07jh0txo6] {
    height: 620px;
}

[contenteditable=true]:empty[b-q07jh0txo6]:before {
    content: attr(placeholder);
    display: block; /* For Firefox */
}

#scrivi-commento[b-q07jh0txo6]::-webkit-scrollbar-thumb,
#scrivi-commento[b-q07jh0txo6]::-webkit-scrollbar-track {
    border-radius: 0 0.5rem 0 0;
}

.loggati[b-q07jh0txo6] {
    text-decoration: none;
    color: rgb(64, 192, 87);
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

@media(min-width: 375px) and (max-width: 576px) {
    .fs-sm[b-q07jh0txo6] {
        font-size: 11px;
    }

    .svg-sm[b-q07jh0txo6] {
        width: 14px;
        height: 14px;
    }

   
}
@media (min-width: 576px) and (max-width: 767px) {
    .fs-titolo-dr[b-q07jh0txo6] {
        font-size: 24px !important;
    }
    .w-text-owner[b-q07jh0txo6] {
        max-width: 350px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fs-titolo-dr[b-q07jh0txo6] {
        font-size: 32px !important;
    }
    .w-text-owner[b-q07jh0txo6] {
       max-width: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fs-titolo-dr[b-q07jh0txo6] {
        font-size: 32px !important;
    }
    .w-text-owner[b-q07jh0txo6] {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .fs-titolo-dr[b-q07jh0txo6] {
        font-size: 32px !important;
    }
    .w-text-owner[b-q07jh0txo6] {
        max-width: 300px;
    }
}

@media (max-width: 1200px) {
    .h-content[b-q07jh0txo6] {
        height: auto;
    }

}
@media (max-width: 576px) {
    .dots-pos[b-q07jh0txo6] {
        top: 2px;
        right: 2px;
    }
}
/* _content/Pennino/Pages/DiventaScrittore.razor.rz.scp.css */
.fs-40[b-97ugn82bn8] {
    font-size: 40px;
}

.price-card[b-97ugn82bn8] {
    width: 300px;
    height: 460px;
    margin: 10px;
    border-radius: 10px;
    border: 3px solid rgb(64, 192, 87);
}

.cards-container-iscriviti[b-97ugn82bn8] {
    flex-wrap: wrap;
    padding: 5px;
}

.carousel-inner img[b-97ugn82bn8] {
    height: 500px;
    object-fit: cover;
}

.carousel-control-prev[b-97ugn82bn8],
.carousel-control-next[b-97ugn82bn8] {
    opacity: 1;
    transition: none;
}

    .carousel-control-prev:hover[b-97ugn82bn8],
    .carousel-control-next:hover[b-97ugn82bn8] {
        opacity: 1;
    }

.s2[b-97ugn82bn8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 10px;
}
@media (max-width: 575px) {
    .home-text[b-97ugn82bn8] {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cards-container-iscriviti[b-97ugn82bn8] {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }
}

@media(max-width: 1199px) {
}


@media (max-width: 992px) {
    .s2[b-97ugn82bn8] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
   

    .home-img[b-97ugn82bn8] {
        width: 250px !important;
        height: 250px !important;
    }
}

@media (min-width: 1200px) {
    .home-img[b-97ugn82bn8] {
        width: 300px !important;
        height: 300px !important;
    }
    .home-text[b-97ugn82bn8] {
        font-size: 18px;
    }
}
/* _content/Pennino/Pages/Elements/Autore.razor.rz.scp.css */
@media (max-width: 575px) {
    .w-card-autore[b-56tr8r6fbn] {
        max-width: 375px !important;
        min-width: 360px !important;
    }
}

@media (min-width: 576px) {
    .w-card-autore[b-56tr8r6fbn] {
        max-width: 300px;
        min-width: 300px !important;
    }
}

@media (max-width: 992px) {
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .w-card-autore[b-56tr8r6fbn] {
        max-width: 360px;
        min-width: 360px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 992px) {
    .w-card-autore[b-56tr8r6fbn] {
        max-width: 300px;
        min-width: 300px !important;
    }
}

@media (min-width: 1400px) {
}
/* _content/Pennino/Pages/Elements/CommentoDettaglio.razor.rz.scp.css */
#reagisci-commento .dropdown-menu[b-bx6ixafhp7] {
    transform: translate(-35%, -105%) !important;
    border-radius: 16px;
}

[contenteditable=true]:empty[b-bx6ixafhp7]:before {
    content: attr(placeholder);
    display: block; /* For Firefox */
}

#scrivi-replica[b-bx6ixafhp7]::-webkit-scrollbar-thumb,
#scrivi-replica[b-bx6ixafhp7]::-webkit-scrollbar-track {
    border-radius: 0 0.5rem 0 0;
}

@media (max-width: 576px) 
{
    #reagisci-commento .dropdown-menu[b-bx6ixafhp7] {
        transform: translate(-40%, -105%) !important;
    }
}
@media (max-width: 376px) {
    #reagisci-commento .dropdown-menu[b-bx6ixafhp7] {
        transform: translate(35%, -105%) !important;
    }
}

#reagisci-commento .dropdown-toggle[b-bx6ixafhp7]::after {
    display: none;
}

.emoji[b-bx6ixafhp7] {
    transition: transform 0.2s ease;
    border: 0;
    padding: 0;
}

.emoji:hover[b-bx6ixafhp7] {
    transform: scale(1.2)
}

/* Tooltip */
.emoji[b-bx6ixafhp7]::after {
    content: attr(data-title); /* Prende il testo dal data-title */
    position: absolute;
    bottom: 90%; /* Posiziona sopra l'emoji */
    left: 50%;
    transform: translateX(-50%);
    background-color: #252525;
    color: white;
    padding: 4px;
    border-radius: 7px;
    font-size: 9px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.emoji:hover[b-bx6ixafhp7]::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px); /* Si sposta leggermente verso l'alto */
}
/* _content/Pennino/Pages/Elements/CookieBanner.razor.rz.scp.css */
.wrapper[b-hsfljb2hh5] {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    background: var(--dark-blue);
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 100000;
}

    .wrapper.show[b-hsfljb2hh5] {
        right: 20px;
    }

    .wrapper header[b-hsfljb2hh5] {
        display: flex;
        align-items: center;
        column-gap: 15px;
    }



header h2[b-hsfljb2hh5] {
    font-weight: 500;
}


/* _content/Pennino/Pages/Elements/CriticaDettaglio.razor.rz.scp.css */
#reagisci-critica .dropdown-menu[b-mh028ue6cy] {
    transform: translate(-35%, -105%) !important;
    border-radius: 16px;
}

@media (max-width: 576px) 
{
    #reagisci-critica .dropdown-menu[b-mh028ue6cy] {
        transform: translate(-40%, -105%) !important;
    }
}
@media (max-width: 376px) {
    #reagisci-critica .dropdown-menu[b-mh028ue6cy] {
        transform: translate(35%, -105%) !important;
    }
}

#reagisci-critica .dropdown-toggle[b-mh028ue6cy]::after {
    display: none;
}

.emoji[b-mh028ue6cy] {
    transition: transform 0.2s ease;
    border: 0;
    padding: 0;
}

.emoji:hover[b-mh028ue6cy] {
    transform: scale(1.2)
}

/* Tooltip */
.emoji[b-mh028ue6cy]::after {
    content: attr(data-title); /* Prende il testo dal data-title */
    position: absolute;
    bottom: 90%; /* Posiziona sopra l'emoji */
    left: 50%;
    transform: translateX(-50%);
    background-color: #252525;
    color: white;
    padding: 4px;
    border-radius: 7px;
    font-size: 9px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.emoji:hover[b-mh028ue6cy]::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px); /* Si sposta leggermente verso l'alto */
}
/* _content/Pennino/Pages/Elements/Risorsa.razor.rz.scp.css */
@media (max-width: 575px) {
    .w-card[b-wwjqtyd55x] {
        max-width: 375px !important;
        min-width: 360px !important;
    }
}

@media (min-width: 576px) {
    .w-card[b-wwjqtyd55x] {
        max-width: 375px;
        min-width: 375px !important;
    }
}

@media (max-width: 992px) {

}

@media (min-width: 576px) and (max-width: 767px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .w-card[b-wwjqtyd55x] {
        max-width: 360px;
        min-width: 360px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  
}

@media (min-width: 992px) {
    .w-card[b-wwjqtyd55x] {
        max-width: 400px;
        min-width: 400px !important;
    }

}

@media (min-width: 1400px) {
    
}


.card-video[b-wwjqtyd55x] {
    position: relative;
    overflow: hidden; /* evita che l’immagine esca */
}

.card-video[b-wwjqtyd55x]::before {
    content: "";
    position: absolute;
    inset: 0; /* = top:0; bottom:0; left:0; right:0 */
    background-image: url("isvideo.png"); /* oppure @immagineRisorsa */
    background-size: 120px; /* dimensione immagine */
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.15; /* trasparenza immagine */
    pointer-events: none; /* non interferisce coi click */
    z-index: 1;
}

.card-video > *[b-wwjqtyd55x] {
    position: relative;
    z-index: 2; /* il contenuto resta sopra */
}
/* _content/Pennino/Pages/Elements/UnsplashBrowser.razor.rz.scp.css */
.scroll-container-unsplash[b-cl08mffibb] {
    height: 435px;
    overflow-y: scroll;

}
    .scroll-container-unsplash[b-cl08mffibb]::-webkit-scrollbar {
        display: none; 
    }



.image-container-unsplash[b-cl08mffibb] {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.image-unsplash[b-cl08mffibb] {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-unsplash[b-cl08mffibb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    
}

.image-container-unsplash:hover .overlay-unsplash[b-cl08mffibb] {
    background-color: rgba(255,255,255,0.3);
}
.form-control:focus[b-cl08mffibb] {
    border-color: lightgray;
    box-shadow: none;
}

.header-container[b-cl08mffibb] {
    
    z-index: 1000;
    background-color: white;
}
@media (min-width: 370px) and (max-width: 499px) {

    .w-images-container[b-cl08mffibb] {
        max-width: 327px;
        min-width: 327px;
    }
}

@media(min-width:500px) and (max-width:767px) {

    .w-images-container[b-cl08mffibb] {
        max-width: 500px;
        min-width: 500px;
    }
   
}

@media(min-width: 768px) {

    .w-images-container[b-cl08mffibb] {
        max-width: 700px;
        min-width: 700px;
    }
  
}
/* _content/Pennino/Pages/Elements/VideoPlayer.razor.rz.scp.css */
.video-wrapper[b-v0apldsegx] {
    position: relative;
    width: 100%;
    max-width: 960px;
    /*margin: 0 auto;*/
    aspect-ratio: 16/9;
    /*margin-bottom: 1.25rem*/
}

.video-iframe[b-v0apldsegx],
.video-tag[b-v0apldsegx] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}
/* _content/Pennino/Pages/Esplora.razor.rz.scp.css */
.dropdown-menu .active[b-yeuznr6zze] {
    background-color: var(--light-green);
}
@media (max-width: 576px) {
    .w-searchbar[b-yeuznr6zze]{
        width: 100% !important;
   }
}
@media (min-width: 576px) and (max-width: 767px) {
    .w-searchbar[b-yeuznr6zze] {
        width: 375px !important;
    }
}
@media (min-width: 768px) {
    .w-searchbar[b-yeuznr6zze] {
        width: 50% !important;
    }
}
/* _content/Pennino/Pages/Home/Elements/Carousel.razor.rz.scp.css */
.carousel[b-j68vp5qb44] {
    height: 250px;
    width: 98%;
    position: relative;
   
}
.carousel .left[b-j68vp5qb44]{
    position: absolute;

}
.carousel .left[b-j68vp5qb44],
.carousel .right[b-j68vp5qb44] {
    color: black;
    font-weight: bold;
    height: 100%;
    width: 45px;
    line-height: 250px;
    font-size: 25px;
    text-align: center;
    top: 0;
    z-index: 3;
    cursor: pointer;
}
    

    .carousel .left[b-j68vp5qb44] {
        position: absolute;
        left: 0px;
    }
.carousel .right[b-j68vp5qb44] {
    position: absolute;
    right: 0px;
}
.carousel-box[b-j68vp5qb44] {
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    text-align: center;
    padding-bottom: 10px !important;
    gap: 0.5rem;
    align-items: center;
    border-radius: 0.75rem;
    
}
.carousel-box-pc[b-j68vp5qb44] {
    overflow: hidden;
    display: flex;
    text-align: center;
    padding-bottom: 10px !important;
    gap: 0.5rem;
    align-items: center;
    border-radius: 0.75rem;
}
    .carousel-box[b-j68vp5qb44]::-webkit-scrollbar {
        width: 0; /* Chrome, Safari, and Opera */
    }

.carousel-box .inner[b-j68vp5qb44] {
    transition: 0.5s ease;
    z-index: 2;
}


/* _content/Pennino/Pages/Home/Elements/CarouselLikeMese.razor.rz.scp.css */
.no-select[b-gtx8jc1mc9] {
    user-select: none; /* Standard */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}


.carousel-inner img[b-gtx8jc1mc9] {
    height: 500px;
    object-fit: cover;
}

.carousel-control-prev[b-gtx8jc1mc9],
.carousel-control-next[b-gtx8jc1mc9] {
    opacity: 1;
    transition: none;
}
    .carousel-control-prev:hover[b-gtx8jc1mc9],
    .carousel-control-next:hover[b-gtx8jc1mc9] {
        opacity: 1;
    }

.s2[b-gtx8jc1mc9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 10px;
}

.show-more[b-gtx8jc1mc9] {
    text-decoration: none;
    color: rgb(64, 192, 87);
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 575px) {
    .home-text[b-gtx8jc1mc9] {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
 
}

@media(max-width: 1199px) {
}


@media (max-width: 992px) {
    .s2[b-gtx8jc1mc9] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
   

    .home-img[b-gtx8jc1mc9] {
        width: 150px !important;
        height: 150px !important;
    }
}

@media (min-width: 1200px) {
    .home-img[b-gtx8jc1mc9] {
        width: 200px !important;
        height: 200px !important;
    }
    .home-text[b-gtx8jc1mc9] {
        font-size: 18px;
    }
}


/* _content/Pennino/Pages/Home/Elements/CarouselLikeWeek.razor.rz.scp.css */
.no-select[b-haba10mshe] {
    user-select: none; /* Standard */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}


.carousel-inner img[b-haba10mshe] {
    height: 500px;
    object-fit: cover;
}

.carousel-control-prev[b-haba10mshe],
.carousel-control-next[b-haba10mshe] {
    opacity: 1;
    transition: none;
}
    .carousel-control-prev:hover[b-haba10mshe],
    .carousel-control-next:hover[b-haba10mshe] {
        opacity: 1;
    }

.s2[b-haba10mshe] {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 10px;
}

.show-more[b-haba10mshe] {
    text-decoration: none;
    color: rgb(64, 192, 87);
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 575px) {
    .home-text[b-haba10mshe] {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
 
}

@media(max-width: 1199px) {
}


@media (max-width: 992px) {
    .s2[b-haba10mshe] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
   

    .home-img[b-haba10mshe] {
        width: 150px !important;
        height: 150px !important;
    }
}

@media (min-width: 1200px) {
    .home-img[b-haba10mshe] {
        width: 200px !important;
        height: 200px !important;
    }
    .home-text[b-haba10mshe] {
        font-size: 18px;
    }
}


/* _content/Pennino/Pages/Home/Elements/CarouselRecenti.razor.rz.scp.css */
.no-select[b-ts0s5ikaxt] {
    user-select: none; /* Standard */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}


.carousel-inner img[b-ts0s5ikaxt] {
    height: 500px;
    object-fit: cover;
}

.carousel-control-prev[b-ts0s5ikaxt],
.carousel-control-next[b-ts0s5ikaxt] {
    opacity: 1;
    transition: none;
}
    .carousel-control-prev:hover[b-ts0s5ikaxt],
    .carousel-control-next:hover[b-ts0s5ikaxt] {
        opacity: 1;
    }

.s2[b-ts0s5ikaxt] {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 10px;
}

.show-more[b-ts0s5ikaxt] {
    text-decoration: none;
    color: rgb(64, 192, 87);
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 575px) {
    .home-text[b-ts0s5ikaxt] {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
 
}

@media(max-width: 1199px) {
}


@media (max-width: 992px) {
    .s2[b-ts0s5ikaxt] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
   

    .home-img[b-ts0s5ikaxt] {
        width: 150px !important;
        height: 150px !important;
    }
}

@media (min-width: 1200px) {
    .home-img[b-ts0s5ikaxt] {
        width: 200px !important;
        height: 200px !important;
    }
    .home-text[b-ts0s5ikaxt] {
        font-size: 18px;
    }
}


/* _content/Pennino/Pages/Home/Elements/CarouselSceltiPerTe.razor.rz.scp.css */
.no-select[b-qmqgrnr5rt] {
    user-select: none; /* Standard */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}


.carousel-inner img[b-qmqgrnr5rt] {
    height: 500px;
    object-fit: cover;
}

.carousel-control-prev[b-qmqgrnr5rt],
.carousel-control-next[b-qmqgrnr5rt] {
    opacity: 1;
    transition: none;
}
    .carousel-control-prev:hover[b-qmqgrnr5rt],
    .carousel-control-next:hover[b-qmqgrnr5rt] {
        opacity: 1;
    }

.s2[b-qmqgrnr5rt] {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 10px;
}

.show-more[b-qmqgrnr5rt] {
    text-decoration: none;
    color: rgb(64, 192, 87);
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 575px) {
    .home-text[b-qmqgrnr5rt] {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
 
}

@media(max-width: 1199px) {
}


@media (max-width: 992px) {
    .s2[b-qmqgrnr5rt] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
   

    .home-img[b-qmqgrnr5rt] {
        width: 150px !important;
        height: 150px !important;
    }
}

@media (min-width: 1200px) {
    .home-img[b-qmqgrnr5rt] {
        width: 200px !important;
        height: 200px !important;
    }
    .home-text[b-qmqgrnr5rt] {
        font-size: 18px;
    }
}


/* _content/Pennino/Pages/Home/Elements/CarouselTopLike.razor.rz.scp.css */
.no-select[b-7jqz0zhndb] {
    user-select: none; /* Standard */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}


.carousel-inner img[b-7jqz0zhndb] {
    height: 500px;
    object-fit: cover;
}

.carousel-control-prev[b-7jqz0zhndb],
.carousel-control-next[b-7jqz0zhndb] {
    opacity: 1;
    transition: none;
}
    .carousel-control-prev:hover[b-7jqz0zhndb],
    .carousel-control-next:hover[b-7jqz0zhndb] {
        opacity: 1;
    }

.s2[b-7jqz0zhndb] {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 10px;
}

.show-more[b-7jqz0zhndb] {
    text-decoration: none;
    color: rgb(64, 192, 87);
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 575px) {
    .home-text[b-7jqz0zhndb] {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
 
}

@media(max-width: 1199px) {
}


@media (max-width: 992px) {
    .s2[b-7jqz0zhndb] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
   

    .home-img[b-7jqz0zhndb] {
        width: 150px !important;
        height: 150px !important;
    }
}

@media (min-width: 1200px) {
    .home-img[b-7jqz0zhndb] {
        width: 200px !important;
        height: 200px !important;
    }
    .home-text[b-7jqz0zhndb] {
        font-size: 18px;
    }
}


/* _content/Pennino/Pages/Home/Elements/CarouselTopView.razor.rz.scp.css */
.no-select[b-1iwyk1ut3w] {
    user-select: none; /* Standard */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}


.carousel-inner img[b-1iwyk1ut3w] {
    height: 500px;
    object-fit: cover;
}

.carousel-control-prev[b-1iwyk1ut3w],
.carousel-control-next[b-1iwyk1ut3w] {
    opacity: 1;
    transition: none;
}
    .carousel-control-prev:hover[b-1iwyk1ut3w],
    .carousel-control-next:hover[b-1iwyk1ut3w] {
        opacity: 1;
    }

.s2[b-1iwyk1ut3w] {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 10px;
}

.show-more[b-1iwyk1ut3w] {
    text-decoration: none;
    color: rgb(64, 192, 87);
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 575px) {
    .home-text[b-1iwyk1ut3w] {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
 
}

@media(max-width: 1199px) {
}


@media (max-width: 992px) {
    .s2[b-1iwyk1ut3w] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
   

    .home-img[b-1iwyk1ut3w] {
        width: 150px !important;
        height: 150px !important;
    }
}

@media (min-width: 1200px) {
    .home-img[b-1iwyk1ut3w] {
        width: 200px !important;
        height: 200px !important;
    }
    .home-text[b-1iwyk1ut3w] {
        font-size: 18px;
    }
}


/* _content/Pennino/Pages/Home/Elements/homeUser.razor.rz.scp.css */
.no-select[b-dn72xlzx5p] {
    user-select: none; /* Standard */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}


.carousel-inner img[b-dn72xlzx5p] {
    height: 500px;
    object-fit: cover;
}

.carousel-control-prev[b-dn72xlzx5p],
.carousel-control-next[b-dn72xlzx5p] {
    opacity: 1;
    transition: none;
}
    .carousel-control-prev:hover[b-dn72xlzx5p],
    .carousel-control-next:hover[b-dn72xlzx5p] {
        opacity: 1;
    }

.s2[b-dn72xlzx5p] {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 10px;
}

.show-more[b-dn72xlzx5p] {
    text-decoration: none;
    color: rgb(64, 192, 87);
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 575px) {
    .home-text[b-dn72xlzx5p] {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
 
}

@media(max-width: 1199px) {
}


@media (max-width: 992px) {
    .s2[b-dn72xlzx5p] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
   

    .home-img[b-dn72xlzx5p] {
        width: 150px !important;
        height: 150px !important;
    }
}

@media (min-width: 1200px) {
    .home-img[b-dn72xlzx5p] {
        width: 200px !important;
        height: 200px !important;
    }
    .home-text[b-dn72xlzx5p] {
        font-size: 18px;
    }
}


/* _content/Pennino/Pages/Home/Elements/SkeletonRisorsa.razor.rz.scp.css */
.pulse[b-ccc55s5oo8] {
    animation: pulse-b-ccc55s5oo8 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-b-ccc55s5oo8 {
    0%, 100%

    {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

}


@media (min-width: 375px) and (max-width: 575px) {
    .w-card[b-ccc55s5oo8] {
        max-width: 375px !important;
        min-width: 360px !important;
    }
}

@media (min-width: 576px) {
    .w-card[b-ccc55s5oo8] {
        max-width: 375px;
        min-width: 375px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .w-card[b-ccc55s5oo8] {
        max-width: 360px;
        min-width: 360px !important;
    }
}

@media (min-width: 992px) {
    .w-card[b-ccc55s5oo8] {
        max-width: 400px;
        min-width: 400px !important;
    }
}

/* _content/Pennino/Pages/Home/Home.razor.rz.scp.css */
.fs-32[b-jtcbca66su] {
    font-size: 32px;
}
.footer-link[b-jtcbca66su] {
    color: #212529BF; 
    text-decoration: underline; 
    border: none;
}
.s2[b-jtcbca66su]{
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 10px;
}
.mockup[b-jtcbca66su] {
    width: 350px !important;
}
@media(max-width: 1199px) {
}
@media (max-width: 575px) {
    .mockup[b-jtcbca66su] {
        width: 300px !important;
    }
    .h-section1[b-jtcbca66su]{
        height : calc(98vh - 56px);
    }
    .container[b-jtcbca66su] {
        min-width: 98%;
        max-width: 98%;
    }

    .home-text[b-jtcbca66su] { 
        font-size: 13px !important;
    }
}

@media (max-width: 992px) {
    .s2[b-jtcbca66su] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
    .section-height[b-jtcbca66su] {
        height: auto !important;
    }
    .home-img[b-jtcbca66su] {
        width: 250px !important;
        height: 250px !important;
    }
}

@media (min-width: 1200px) {
    .section-height[b-jtcbca66su] {
        min-height: 400px !important;
        max-height: 400px !important;
    }
    .home-text[b-jtcbca66su] {
        font-size: 18px;
    }
    .home-img[b-jtcbca66su] {
        width: 300px !important;
        height: 300px !important;
    }
}
/* _content/Pennino/Pages/Iscriviti.razor.rz.scp.css */
.fs-40[b-ab0mq9142y] {
    font-size: 40px;
}

.cards-container-iscriviti[b-ab0mq9142y] {
    flex-wrap: wrap;
    padding: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cards-container-iscriviti[b-ab0mq9142y] {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }
}
/* _content/Pennino/Pages/Manutenzione/Manutenzione.razor.rz.scp.css */
/* Schermi grandi (default) - min 750px */
@media (min-width: 750px) {
    .section-width[b-l8nhcg78u5] {
        width: 700px;
    }

    .titolo[b-l8nhcg78u5] {
        font-size: 1.5rem; /* 24px */
        margin-bottom: 1.25rem; /* 20px */
    }

    .sottotitolo[b-l8nhcg78u5] {
        font-size: 1.25rem; /* 20px */
        margin-top: 1.25rem; /* 20px */
    }
}

/* Schermi medi (max 749px) */
@media (max-width: 749px) and (min-width: 601px) {
    .section-width[b-l8nhcg78u5] {
        width: 550px;
    }

    .titolo[b-l8nhcg78u5] {
        font-size: 1.25rem; /* 20px */
        margin-bottom: 1rem; /* 16px */
    }

    .sottotitolo[b-l8nhcg78u5] {
        font-size: 1rem; /* 16px */
        margin-top: 1rem; /* 16px */
    }
}

/* Schermi tra 440px e 600px */
@media (max-width: 600px) and (min-width: 440px) {
    .section-width[b-l8nhcg78u5] {
        width: 400px;
    }

    .titolo[b-l8nhcg78u5] {
        font-size: 1.2rem; /* 19px */
        margin-bottom: 0.9rem; /* 14px */
    }

    .sottotitolo[b-l8nhcg78u5] {
        font-size: 0.9rem; /* 14px */
        margin-top: 0.9rem; /* 14px */
    }
}

/* Schermi piccoli (max 439px) */
@media (max-width: 439px) {
    .section-width[b-l8nhcg78u5] {
        width: 300px;
    }

    .titolo[b-l8nhcg78u5] {
        font-size: 1.1rem; /* 18px */
        margin-bottom: 0.8rem; /* 13px */
    }

    .sottotitolo[b-l8nhcg78u5] {
        font-size: 0.8rem; /* 13px */
        margin-top: 0.8rem; /* 13px */
    }
}
/* _content/Pennino/Pages/Manutenzione/ManutenzioneLayout.razor.rz.scp.css */
.page[b-3e0i5fibwx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3e0i5fibwx] {
    flex: 1;
}

.sidebar[b-3e0i5fibwx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3e0i5fibwx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3e0i5fibwx]  a, .top-row[b-3e0i5fibwx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3e0i5fibwx]  a:hover, .top-row[b-3e0i5fibwx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3e0i5fibwx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3e0i5fibwx] {
        justify-content: space-between;
    }

    .top-row[b-3e0i5fibwx]  a, .top-row[b-3e0i5fibwx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3e0i5fibwx] {
        flex-direction: row;
    }

    .sidebar[b-3e0i5fibwx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3e0i5fibwx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3e0i5fibwx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3e0i5fibwx], article[b-3e0i5fibwx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3e0i5fibwx] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3e0i5fibwx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Pennino/Pages/ProfiloUtente/Pages/Elements/ModificaCritico.razor.rz.scp.css */
.margin-top-info[b-1emny2ug3j]{
    margin-top: 55px;
}

.h-bio[b-1emny2ug3j] {
    min-height: 400px;
}
#p-opere[b-1emny2ug3j] {
    min-width: 330px;
    max-width: 330px;
}
.img-pos[b-1emny2ug3j] {
    bottom: -10px;
    left: 0px;
    /*Simone*/
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.max-w-contenuto-owner[b-1emny2ug3j] {
    width: 100% !important
}

.img-do[b-1emny2ug3j] {
    width: 75px;
    height: 75px;
}
.w-biografia[b-1emny2ug3j] {
    width: 100% !important;
}
.w-opere[b-1emny2ug3j] {
    width: 100% !important;
}
.w-btn-profilo[b-1emny2ug3j] {
    width: 40px;
    height: 40px;
}
.flex-section[b-1emny2ug3j] {
    flex-direction: column;
}

@media(min-width: 1600px){
    .flex-section[b-1emny2ug3j]{
        flex-direction: row;
    }

}
@media (min-width: 576px) {
    #p-opere[b-1emny2ug3j] {
        width: 390px !important;
    }
    .w-critica[b-1emny2ug3j] {
        max-width: 375px;
        min-width: 375px !important;
    }
}
@media (max-width: 576px) {
    .w-critica[b-1emny2ug3j] {
        max-width: 375px !important;
        min-width: 360px !important;
    }
    .img-do[b-1emny2ug3j] {
        width: 57px;
        height: 57px;
    }
    .dio > .w-card[b-1emny2ug3j] {
        max-width: 330px !important;
        min-width: 330px !important;
    }
    .img-pos[b-1emny2ug3j] {
        bottom: -41px;
    }

    .margin-top-info[b-1emny2ug3j]{
        margin-top: 30px;
    }
    .w-btn-profilo[b-1emny2ug3j] {
        width: 25px;
        height: 25px;
    }

}

@media (min-width: 992px) {
    .opere-container[b-1emny2ug3j] {
        overflow-y: auto;
    }
    .w-critica[b-1emny2ug3j] {
        max-width: 400px;
        min-width: 400px !important;
    }
}
@media (max-width: 992px) {
   
    .img-pos[b-1emny2ug3j] {
        bottom: -25px;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .img-do[b-1emny2ug3j] {
        width: 75px;
        height: 75px;
    }
    .w-biografia[b-1emny2ug3j] {
        min-width: 500px;
        max-width: 500px;
    }
    .w-opere[b-1emny2ug3j] {
        min-width: 500px;
        max-width: 500px;
    }
    .img-pos[b-1emny2ug3j] {
        bottom: -25px;
    }

    .margin-top-info[b-1emny2ug3j]{
        margin-top: 35px;
    }
    .w-btn-profilo[b-1emny2ug3j] {
        width: 30px;
        height: 30px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .w-critica[b-1emny2ug3j] {
        max-width: 360px;
        min-width: 360px !important;
    }
    .img-do[b-1emny2ug3j] {
        width: 99px;
        height: 99px;
    }

    .img-pos[b-1emny2ug3j] {
        bottom: -35px;
        left: 0px;
    }

    .w-biografia[b-1emny2ug3j] {
        min-width: 500px;
        max-width: 500px;
    }
    .w-opere[b-1emny2ug3j] {
        min-width: 500px;
        max-width: 500px;
    }

    .margin-top-info[b-1emny2ug3j]{
        margin-top: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .max-w-contenuto-owner[b-1emny2ug3j] {
        max-width: 900px;
        min-width: 900px;
    }

    .w-biografia[b-1emny2ug3j] {
        min-width: 450px;
        max-width: 450px;
    }
    .w-opere[b-1emny2ug3j] {
        min-width: 450px;
        max-width: 450px;
    }

    .img-do[b-1emny2ug3j] {
        width: 96px;
        height: 96px;
    }

    .img-pos[b-1emny2ug3j] {
        bottom: -35px;
    }

    .margin-top-info[b-1emny2ug3j]{
        margin-top:40px;
    }
}

@media (min-width: 1200px) {
    .max-w-contenuto-owner[b-1emny2ug3j] {
        max-width: 1200px;
        min-width: 1200px;
    }
    .w-biografia[b-1emny2ug3j] {
        min-width: 500px;
        max-width: 500px;
    }
    .w-opere[b-1emny2ug3j] {
        min-width: 500px;
        max-width: 500px;
    }
    .img-do[b-1emny2ug3j] {
        width: 125px;
        height: 125px;
    }

    .img-pos[b-1emny2ug3j] {
        bottom: -45px;
    }
    .container-critico[b-1emny2ug3j] {
        max-height: 714px !important;
    }
}

@media (min-width: 1400px) {
    .img-do[b-1emny2ug3j] {
        width: 125px;
        height: 125px;
    }

    .img-pos[b-1emny2ug3j] {
        bottom: -45px;
        left: 0px;
    }
}




/* _content/Pennino/Pages/ProfiloUtente/Pages/Elements/ModificaOwner.razor.rz.scp.css */
.margin-top-info[b-iornhw2lqe]{
    margin-top: 55px;
}

.h-bio[b-iornhw2lqe] {
    min-height: 400px;
}
#p-opere[b-iornhw2lqe] {
    min-width: 330px;
    max-width: 330px;
}
.img-pos[b-iornhw2lqe] {
    bottom: -10px;
    left: 0px;
    /*Simone*/
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.max-w-contenuto-owner[b-iornhw2lqe] {
    width: 100% !important
}

.w-biografia[b-iornhw2lqe] {
    width: 100% !important;
}
.w-opere[b-iornhw2lqe] {
    width: 100% !important;
}
.w-btn-profilo[b-iornhw2lqe] {
    width: 40px;
    height: 40px;
}
.flex-section[b-iornhw2lqe] {
    flex-direction: column;
}

@media(min-width: 1600px){
    .flex-section[b-iornhw2lqe]{
        flex-direction: row;
    }

}
@media (min-width: 576px) {
    #p-opere[b-iornhw2lqe] {
        width: 390px !important;
    }
    .w-critica[b-iornhw2lqe] {
        max-width: 375px;
        min-width: 375px !important;
    }
}
@media (max-width: 576px) {
    .w-critica[b-iornhw2lqe] {
        max-width: 375px !important;
        min-width: 360px !important;
    }
    .img-do[b-iornhw2lqe] {
        /*width: 57px;
        height: 57px;*/
        width: calc(var(--avatarW) * 48 / 100);
        height: calc(var(--avatarH) * 48 / 100);
    }
    .dio > .w-card[b-iornhw2lqe] {
        max-width: 330px !important;
        min-width: 330px !important;
    }
    .img-pos[b-iornhw2lqe] {
        bottom: -41px;
    }

    .margin-top-info[b-iornhw2lqe]{
        margin-top: 30px;
    }
    .w-btn-profilo[b-iornhw2lqe] {
        width: 25px;
        height: 25px;
    }

}

@media (min-width: 992px) {
    .opere-container[b-iornhw2lqe] {
        overflow-y: auto;
    }
    .w-critica[b-iornhw2lqe] {
        max-width: 400px;
        min-width: 400px !important;
    }
}
@media (max-width: 992px) {
   
    .img-pos[b-iornhw2lqe] {
        bottom: -25px;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .img-do[b-iornhw2lqe] {
        /*width: 75px;
        height: 75px;*/
        width: calc(var(--avatarW) * 64 / 100);
        height: calc(var(--avatarH) * 64 / 100);
    }
    .w-biografia[b-iornhw2lqe] {
        min-width: 500px;
        max-width: 500px;
    }
    .w-opere[b-iornhw2lqe] {
        min-width: 500px;
        max-width: 500px;
    }
    .img-pos[b-iornhw2lqe] {
        bottom: -25px;
    }

    .margin-top-info[b-iornhw2lqe]{
        margin-top: 35px;
    }
    .w-btn-profilo[b-iornhw2lqe] {
        width: 30px;
        height: 30px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .w-critica[b-iornhw2lqe] {
        max-width: 360px;
        min-width: 360px !important;
    }
    .img-do[b-iornhw2lqe] {
        /*width: 99px;
        height: 99px;*/
        width: calc(var(--avatarW) * 82 / 100);
        height: calc(var(--avatarH) * 82 / 100);
    }

    .img-pos[b-iornhw2lqe] {
        bottom: -35px;
        left: 0px;
    }

    .w-biografia[b-iornhw2lqe] {
        min-width: 500px;
        max-width: 500px;
    }
    .w-opere[b-iornhw2lqe] {
        min-width: 500px;
        max-width: 500px;
    }

    .margin-top-info[b-iornhw2lqe]{
        margin-top: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .max-w-contenuto-owner[b-iornhw2lqe] {
        max-width: 900px;
        min-width: 900px;
    }

    .w-biografia[b-iornhw2lqe] {
        min-width: 450px;
        max-width: 450px;
    }
    .w-opere[b-iornhw2lqe] {
        min-width: 450px;
        max-width: 450px;
    }

    .img-do[b-iornhw2lqe] {
        /*width: 96px;
        height: 96px;*/
        width: calc(var(--avatarW) * 74 / 100);
        height: calc(var(--avatarH) * 74 / 100);
    }

    .img-pos[b-iornhw2lqe] {
        bottom: -35px;
    }

    .margin-top-info[b-iornhw2lqe]{
        margin-top:40px;
    }
}

@media (min-width: 1200px) {
    .max-w-contenuto-owner[b-iornhw2lqe] {
        max-width: 1200px;
        min-width: 1200px;
    }
    .w-biografia[b-iornhw2lqe] {
        min-width: 500px;
        max-width: 500px;
    }
    .w-opere[b-iornhw2lqe] {
        min-width: 500px;
        max-width: 500px;
    }
    .img-do[b-iornhw2lqe] {
        /*width: 125px;
        height: 125px;*/
        width: calc(var(--avatarW) * 100 / 100);
        height: calc(var(--avatarH) * 100 / 100);
    }

    .img-pos[b-iornhw2lqe] {
        bottom: -45px;
    }
    .container-critico[b-iornhw2lqe] {
        max-height: 714px !important;
    }
}
/*
@media (min-width: 1400px) {
    .img-do {
        width: 125px;
        height: 125px;
    }

    .img-pos {
        bottom: -45px;
        left: 0px;
    }
}*/




/* _content/Pennino/Pages/ProfiloUtente/Pages/ProfiloUtente.razor.rz.scp.css */


.container-autori[b-zoaefduf80] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 10px;
}
.h-bio[b-zoaefduf80] {
    min-height: 400px;
}

.max-w-contenuto-profilo[b-zoaefduf80] {
    width: 100% !important
}

.img-do[b-zoaefduf80] {
    width: 75px;
    height: 75px;
}

@media (max-width: 576px) {
    .img-do[b-zoaefduf80] {
        width: 60px;
        height: 60px;
    }
    .container-autori[b-zoaefduf80] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .max-w-contenuto-profilo[b-zoaefduf80] {
        width: 100% !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .img-do[b-zoaefduf80] {
        width: 80px;
        height: 80px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .img-do[b-zoaefduf80] {
        width: 103px;
        height: 103px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .max-w-contenuto-profilo[b-zoaefduf80] {
        max-width: 900px;
        min-width: 900px;
    }

    .img-do[b-zoaefduf80] {
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 1200px) {
    .max-w-contenuto-profilo[b-zoaefduf80] {
        max-width: 1200px;
        min-width: 1200px;
    }

    .img-do[b-zoaefduf80] {
        width: 125px;
        height: 125px;
    }

    .img-pos[b-zoaefduf80] {
        bottom: -91px;
    }
}

@media (min-width: 1400px) {
    .img-do[b-zoaefduf80] {
        width: 125px;
        height: 125px;
    }
}
/* _content/Pennino/Pages/Progetto.razor.rz.scp.css */

h1[b-lbhi91zxio] {
    font-weight: bolder;
    display: flex;
    align-items: center;
}

@media (min-width: 375px) and (max-width: 767px){
   

    h1[b-lbhi91zxio] {
        font-size: 20px;
    }
    .p-sm[b-lbhi91zxio] {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    

    h1[b-lbhi91zxio] {
        font-size: 30px;
    }
}
/* _content/Pennino/Pages/Pubblicazione/Elements/Preview.razor.rz.scp.css */

.fs-titolo-preview[b-upu6ajkpgw] {
    font-size: 18px !important;
}

@media(max-width: 576px) {
    .card-w-preview[b-upu6ajkpgw] {
        width: 100% !important;
    }
    .max-w-contenuto-preview[b-upu6ajkpgw] {
        width: 100% !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .max-w-contenuto-preview[b-upu6ajkpgw] {
        max-width: 500px;
        min-width: 500px;
    }

    .card-w-preview[b-upu6ajkpgw] {
        min-width: 360px;
        max-width: 360px;
    }
    .fs-titolo-preview[b-upu6ajkpgw] {
        font-size: 24px !important;
    }
}

@media(min-width: 767px) {
    .max-w-contenuto-preview[b-upu6ajkpgw] {
        max-width: 700px;
        min-width: 700px;
    }
    .border-preview[b-upu6ajkpgw] {
        border: 1px solid lightgray;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-w-preview[b-upu6ajkpgw] {
        min-width: 360px;
        max-width: 360px;
    }
    .fs-titolo-preview[b-upu6ajkpgw] {
        font-size: 32px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fs-titolo-preview[b-upu6ajkpgw] {
        font-size: 32px !important;
    }
}

@media(min-width: 992px) {
    .card-w-preview[b-upu6ajkpgw] {
        min-width: 400px;
        max-width: 400px;
    }
}
@media (min-width: 1200px) {
    .fs-titolo-preview[b-upu6ajkpgw] {
        font-size: 32px !important;
    }
}
/* _content/Pennino/Pages/Pubblicazione/Layout/PubblicaLayout.razor.rz.scp.css */
.page[b-quvugj5nes] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-quvugj5nes] {
    flex: 1;
}

.sidebar[b-quvugj5nes] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-quvugj5nes] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-quvugj5nes]  a, .top-row[b-quvugj5nes]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-quvugj5nes]  a:hover, .top-row[b-quvugj5nes]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-quvugj5nes]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-quvugj5nes] {
        justify-content: space-between;
    }

    .top-row[b-quvugj5nes]  a, .top-row[b-quvugj5nes]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-quvugj5nes] {
        flex-direction: row;
    }

    .sidebar[b-quvugj5nes] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-quvugj5nes] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-quvugj5nes]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-quvugj5nes], article[b-quvugj5nes] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-quvugj5nes] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-quvugj5nes] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Pennino/Pages/Pubblicazione/Pubblica1.razor.rz.scp.css */
.fs-titolo-p1[b-6at4gjbsd1] {
    font-size: 18px !important;
}

@media(max-width: 576px) {
}

@media (min-width: 576px) and (max-width: 767px) {
    .fs-titolo-p1[b-6at4gjbsd1] {
        font-size: 24px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fs-titolo-p1[b-6at4gjbsd1] {
        font-size: 32px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fs-titolo-p1[b-6at4gjbsd1] {
        font-size: 32px !important;
    }
}

@media (min-width: 1200px) {
    .fs-titolo-p1[b-6at4gjbsd1] {
        font-size: 32px !important;
    }
}

@media (min-width: 1400px) {
}
/* _content/Pennino/Pages/Pubblicazione/Pubblica2.razor.rz.scp.css */
.fs-titolo-p2[b-zeuf1esug7] {
    font-size: 18px !important;
}
@media(max-width: 576px){
    
}
@media (min-width: 576px) and (max-width: 767px) {
    .fs-titolo-p2[b-zeuf1esug7] {
        font-size: 24px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fs-titolo-p2[b-zeuf1esug7] {
        font-size: 32px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fs-titolo-p2[b-zeuf1esug7] {
        font-size: 32px !important;
    }
}

@media (min-width: 1200px) {
    .fs-titolo-p2[b-zeuf1esug7] {
        font-size: 32px !important;
    }
}

@media (min-width: 1400px) {
    
}
