/* /Shared/Footer.razor.rz.scp.css */
.bottom-row[b-tymjt72z37] {
    background-color: #f7f7f7; /* Colore di sfondo del footer */
    border-top: 1px solid #d6d5d5; /* Bordo superiore */
    height: 300px; /* Altezza del footer */
    display: flex; /* Usa flexbox per il layout del footer */
    gap: 1rem; /* Spaziatura tra gli elementi */
    align-items: center; /* Allinea gli elementi verticalmente al centro */
    justify-content: space-between; /* Spazia gli elementi orizzontalmente */
    width: 100%; /* Larghezza del footer */
    /* Rimuovi position e bottom */
}

.bottom-row img[b-tymjt72z37] {
    /*width: 50%;*/ /* Riduci la larghezza delle immagini al 50% */
    height: auto; /* Mantieni il rapporto di aspetto */
}
/* /Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-ywipiehi2t] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-ywipiehi2t] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-ywipiehi2t] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.header-navbar .navbar-brand[b-ywipiehi2t] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    box-shadow: none;
    align-self: stretch;
    margin-left: auto; /* Spinge l'elemento a destra */
    height: 3.5rem; /* Imposta l'altezza dell'immagine */
    width: auto; /* Mantiene il rapporto di aspetto */
}


.title[b-ywipiehi2t] {
    font-size: 1.0rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.title-logo[b-ywipiehi2t] {
    font-size: 1.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#f5333f;
    margin-left:auto;
    font-weight: 900;
}


@media (max-width: 350px) {
    .title[b-ywipiehi2t] {
        font-size: inherit;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
html[b-obeb8joike], body[b-obeb8joike] {
    height: 100%; /* Assicura che l'intera pagina occupi il 100% dell'altezza */
    margin: 0; /* Rimuovi margini per evitare comportamenti indesiderati */
}

.content[b-obeb8joike] {
    flex: 1; /* Permette al contenuto di occupare tutto lo spazio disponibile */
    padding: 1.1rem 2rem 0 2rem; /* Padding per il contenuto */
    overflow: auto; /* Aggiunge la possibilità di scrollare se il contenuto è troppo lungo */
}

.bottom-row[b-obeb8joike] {
    background-color: #f7f7f7; /* Colore di sfondo del footer */
    border-top: 1px solid #d6d5d5; /* Bordo superiore */
    height: 300px; /* Altezza del footer */
    display: flex; /* Usa flexbox per il layout del footer */
    gap: 1rem; /* Spaziatura tra gli elementi */
    align-items: center; /* Allinea gli elementi verticalmente al centro */
    justify-content: space-between; /* Spazia gli elementi orizzontalmente */
    width: 100%; /* Larghezza del footer */
    /* Rimuovi position e bottom */
}

.bottom-row img[b-obeb8joike] {
    width: 50%; /* Riduci la larghezza delle immagini al 50% */
    height: auto; /* Mantieni il rapporto di aspetto */
}

.page[b-obeb8joike] {
    height: 100%;
    overflow: auto;
    background-color: inherit;
    display: flex; /* Usa flexbox per disporre gli elementi */
    flex-direction: column; 
}
[b-obeb8joike] .page-layout,
[b-obeb8joike] .page-layout > .dxbl-gridlayout-root,
[b-obeb8joike] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-obeb8joike] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-obeb8joike] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-obeb8joike] .fit-width {
    max-width: 100%;
}

[b-obeb8joike] .mw-1100 {
    max-width: 1100px;
}

/*Select all a elements where parent is a .bottom-row*/
.footer-section[b-obeb8joike] {
    display: flex;
    font-size: 1.1rem;
}

/*This selector will also work: main article.content*/
main > .content[b-obeb8joike] {
    overflow-y: auto;
    margin-bottom: 3.5rem; /*This needs to be the same as bottom row height?*/
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-o3vbtj6ccy] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

.sidebar.collapse[b-o3vbtj6ccy] {
    display: none;
}

.sidebar.expand[b-o3vbtj6ccy] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-o3vbtj6ccy] {
        display: none;
    }

    .sidebar.expand[b-o3vbtj6ccy] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-o3vbtj6ccy] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

[b-o3vbtj6ccy] .app-sidebar .root-item > :first-child {
    --dxbl-treeview-font-weight: 600;
}

[b-o3vbtj6ccy] .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
    display: none;
}

@media (max-width: 1199.98px) {
    [b-o3vbtj6ccy] .app-sidebar {
        padding-bottom: 0;
    }
}
