@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Layout/CFooter.razor.rz.scp.css */
.fixed-bottom[b-rd196p9q35] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.footer-static[b-rd196p9q35] {
    padding: 1rem 0;
}
/* /Layout/Custom/CNavbar.razor.rz.scp.css */
/* Topbar */
#nav-topbar[b-ifiq4qoqx0] {
    position: fixed;
    height: 60px;
    background-color: var(--deloitte-black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    color: white;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999 !important; 
}


.toggle-sidebar[b-ifiq4qoqx0] {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1.2rem;
}
.vertical-line[b-ifiq4qoqx0] {
    height: 12px;
    width: 1px;
    background-color: #8b949e;
    margin-right: 10px;
    margin-left: 10px;
}
ul[b-ifiq4qoqx0] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-actions .dropdown[b-ifiq4qoqx0] {
    position: relative; 
}

.header-actions .dropdown-menu[b-ifiq4qoqx0] {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: -webkit-fill-available;
    z-index: 1000;
}
.header-profile-actions[b-ifiq4qoqx0] {
    margin: 0;
    padding: .8rem 0;
}
.header-profile-actions a:hover[b-ifiq4qoqx0] {
    background: var(--deloitte-green);
    color: #ffffff;
}

.header-profile-actions a[b-ifiq4qoqx0] {
    border-bottom: 1px dotted rgba(1, 118, 192, 0.1);
    padding: .5rem 1rem;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    color: #2e323c;
    font-size: .8rem;
    font-weight: 400;
}
/* Mostra il menu al passaggio del mouse */
.header-actions .dropdown:hover .dropdown-menu[b-ifiq4qoqx0] {
    display: block;
}

.header-actions > li > a.user-settings[b-ifiq4qoqx0] {
    padding: .315rem 1rem .315rem 1rem;
    text-decoration: none;
}

.header-actions > li > a.user-settings > div[b-ifiq4qoqx0] {
    display: grid;
    margin-right: 10px;
    text-align: right;
}

.header-actions > li > a[b-ifiq4qoqx0] {
    padding: 1rem;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.header-actions > li > a.user-settings span.user-name[b-ifiq4qoqx0] {
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
    font-size: .825rem;
    display: inline-block;
    max-width: 100%;
    font-weight: 100;
    text-transform: capitalize;
}

.header-actions > li > a.user-settings div.user-profile[b-ifiq4qoqx0] {
    display: flex;
    align-items: center;
    font-size: 0.690rem;
}

/* /Layout/Custom/History.razor.rz.scp.css */

.profile-container[b-0oo2ci2i1j] {
    padding: 8px;
    margin-top: 4px;
}

.profile-header[b-0oo2ci2i1j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-info[b-0oo2ci2i1j] {
    display: flex;
    align-items: center;
}

.profile-icon[b-0oo2ci2i1j] {
    border-radius: 50%;
    background-color: var(--deloitte-green);
    margin-right: 10px;
}

.profile-details .profile-name[b-0oo2ci2i1j] {
    font-weight: bold;
    font-size: 18px;
}

.profile-details .profile-taxCode[b-0oo2ci2i1j] {
    font-size: 14px;
    color: #888;
}

.profile-date[b-0oo2ci2i1j] {
    font-size: 14px;
    color: #888;
}

.profile-line[b-0oo2ci2i1j] {
    margin: 6px 0;
    border-top: 2px solid #4CAF50;
}

.profile-stats[b-0oo2ci2i1j] {
    margin-top: 10px;
}

.stat[b-0oo2ci2i1j] {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.stat-title[b-0oo2ci2i1j] {
    font-size: 14px;
    color: #333;
}

.stat-value[b-0oo2ci2i1j] {
    font-weight: bold;
    font-size: 16px;
}
/* /Layout/DashMenu.razor.rz.scp.css */
.page[b-bsjs54kks4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bsjs54kks4] {
    flex: 1;
}

.sidebar[b-bsjs54kks4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bsjs54kks4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-bsjs54kks4]  a, .top-row[b-bsjs54kks4]  .btn-link {
white-space: nowrap;
margin-left: 1.5rem;
text-decoration: none;
}

.top-row[b-bsjs54kks4]  a:hover, .top-row[b-bsjs54kks4]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-bsjs54kks4]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-bsjs54kks4] {
        justify-content: space-between;
    }

        .top-row[b-bsjs54kks4]  a, .top-row[b-bsjs54kks4]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-bsjs54kks4] {
        flex-direction: row;
    }

    .sidebar[b-bsjs54kks4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bsjs54kks4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-bsjs54kks4]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-bsjs54kks4], article[b-bsjs54kks4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bsjs54kks4] {
    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-bsjs54kks4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.main-content[b-bsjs54kks4] {
    margin-top: 60px;
    width: 100%;
    
    overflow-y: auto;
    background-color: #f8f9fa;
    transition: margin-left 0.3s ease; /* Aggiungi una transizione per il cambiamento */
}


.content-wrapper[b-bsjs54kks4] {
    padding: 1.5rem; 
}
/* /Layout/Navbar.razor.rz.scp.css */
.navbar-toggler[b-3ei6l4uats] {
    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-3ei6l4uats] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-3ei6l4uats] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3ei6l4uats] {
    font-size: 1.1rem;
}

.bi[b-3ei6l4uats] {
    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-3ei6l4uats] {
    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-3ei6l4uats] {
    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-3ei6l4uats] {
    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");
}

.nav-item[b-3ei6l4uats] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3ei6l4uats] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3ei6l4uats] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3ei6l4uats]  .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-3ei6l4uats]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3ei6l4uats]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-3ei6l4uats] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3ei6l4uats] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3ei6l4uats] {
        display: none;
    }

    .nav-scrollable[b-3ei6l4uats] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Dashboard/InfoGenerali.razor.rz.scp.css */
.company-info[b-74mzk8q23g] {
    display: grid;
}
.company-info .company-name[b-74mzk8q23g] {
    font-size: 1.6rem;
}


.statistic-card span.stat-value[b-74mzk8q23g] {
    font-weight: bold;
    font-size: 1.8rem;
}
.statistic-card span.stat-valtype[b-74mzk8q23g] {
    font-weight: bold;
    font-size: 1.2rem;
    margin-left: 5px;
    margin-bottom: 3px;
}
.statistic-card span.stat-sector[b-74mzk8q23g] {
    font-size: 0.8rem;
    color: #7cb96d;
    font-weight:bold;
}
.statistic-card span.stat-year[b-74mzk8q23g] {
    font-size: 0.7rem;
}


.card-container[b-74mzk8q23g] {
    position: relative;
    height: 500px; /* Altezza fissa del container */
}

#mytree[b-74mzk8q23g] {
    height: 75%;
    display: block;
}

/* Se in modalità full screen vuoi che l'albero occupi tutto lo schermo */
:fullscreen #treeContainer[b-74mzk8q23g],
:-webkit-full-screen #treeContainer[b-74mzk8q23g] {
    height: 100vh;
    width: 100vw;
}


.carousel-control-next[b-74mzk8q23g], .carousel-control-prev[b-74mzk8q23g] {
    background-color: rgba(34, 139, 34, 0.5) !important; /* Colore verde con opacità 50% */
    border-radius: 50% !important;
}

/* Stile di base per lo slider */
#zoomSlider[b-74mzk8q23g] {
    -webkit-appearance: none;
    width: 300px;
    height: 10px;
    border-radius: 5px;
    outline: none;
    background: #ddd;
    /* Lo sfondo verrà aggiornato dinamicamente */
}

    /* Stile per il thumb su Chrome, Safari, Edge */
    #zoomSlider[b-74mzk8q23g]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #008080; /* Colore del thumb */
        cursor: pointer;
        margin-top: -5px; /* Allinea verticalmente il thumb */
    }

    /* Stile per il thumb su Firefox */
    #zoomSlider[b-74mzk8q23g]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #008080;
        cursor: pointer;
    }

.nav-tabs[b-74mzk8q23g] {
    border-bottom: 1px #26890d !important;
}
