@import '_content/BlazorSortableList/BlazorSortableList.nyb42hwjlt.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/Category/CategoryDiagramView.razor.rz.scp.css */
.diagram-container[b-kpfva3pcbf] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.diagram-toolbar[b-kpfva3pcbf] {
    flex-shrink: 0;
}

[b-kpfva3pcbf] .diagram-canvas-container {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 500px;
}

.diagram-loading[b-kpfva3pcbf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.gap-2[b-kpfva3pcbf] {
    gap: 8px;
}
/* /Components/Category/CategoryEditDrawer.razor.rz.scp.css */
.drawer-container[b-pw8p3xkhai] {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.drawer-body[b-pw8p3xkhai] {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-y: auto;
}
/* /Components/Category/CategoryInfoDrawer.razor.rz.scp.css */

.drawer-header[b-tcrvsinkfx] {
    flex-shrink: 0;
}

.drawer-body[b-tcrvsinkfx] {
    /*flex: 1; significa */  
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    /*overflow-y: auto;*/
    min-height: 0;
}

.drawer-body-content[b-tcrvsinkfx] {
    padding: 0 1rem;
    width: 100%;
    /************/
    height: 100%; /* AGGIUNGI QUESTA RIGA */
    display: flex; /* AGGIUNGI QUESTA RIGA */
    flex-direction: column; /* AGGIUNGI QUESTA RIGA */
}

.drawer-footer[b-tcrvsinkfx] {
    flex-shrink: 0;
}
/* /Components/Category/CategoryNavTreeView.razor.rz.scp.css */

/* /Components/Category/CategoryNode.razor.rz.scp.css */
/*.light-theme.category-node {*/
    /*--background-color: rgb(235, 235, 215);*/
    /*--background-color: red;
}

.dark-theme.category-node {*/
    /*--background-color: rgb(70, 70, 55);*/
    /*--background-color: green;
}

.category-node {
    background-color: var(--background-color);
    min-width: 180px;
    max-width: 250px;
    cursor: zoom-in;
}*/


.node-content[b-s92x1sasr7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
/* /Components/Category/CategoryViewPanel.razor.rz.scp.css */


.buttons-area[b-38uvidoaf9] {
    /*padding: 1rem 1rem;*/
    flex-shrink: 0;
}

.buttons-wrapper[b-38uvidoaf9] {
    display: flex;
    justify-content: center;
}

.buttons-grid-2col[b-38uvidoaf9] {
    /*padding: 1rem;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.buttons-grid-3col[b-38uvidoaf9] {
    /*padding: 1rem;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}


.body[b-38uvidoaf9] {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    overflow-y: auto;
    min-height: 0;
}

.body-content[b-38uvidoaf9] {
    /*padding-top: 1rem;*/
    width: 100%;
}

/* /Components/Entity/EntityViewPanel.razor.rz.scp.css */
.evp-content[b-2000fi2rw2] {
    flex: 1 1 auto;
    min-width: 0;
}

.evp-actions[b-2000fi2rw2] {
    flex: 0 0 auto;
    align-self: flex-start;
    display: flex;
    align-items: center;
    gap: 4px;
}

.evp-summary[b-2000fi2rw2] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 4px;
}

.evp-summary-row[b-2000fi2rw2] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px 6px;
    border-radius: 6px;
}

    .evp-summary-row:hover[b-2000fi2rw2] {
        background-color: rgba(128, 128, 128, 0.12);
    }

.evp-category[b-2000fi2rw2] {
    flex: 0 0 auto;
    min-width: 84px;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    opacity: 0.55;
    white-space: nowrap;
}

.evp-title[b-2000fi2rw2] {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.evp-title--empty[b-2000fi2rw2] {
    font-weight: 400;
    font-style: italic;
    opacity: 0.45;
}

.evp-meta[b-2000fi2rw2] {
    font-size: 0.75rem;
    opacity: 0.7;
}
/* /Components/PropertyKey/PropertyKeyDrawer.razor.rz.scp.css */
.drawer-container[b-c8d9hxfbx4] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.drawer-body[b-c8d9hxfbx4] {
    flex: 1;
    display: flex;
    align-items: flex-start;
    width: 100%;
    overflow-y: auto;
    padding-top: 1rem;
}
/* /Components/PropertyKey/PropertyKeyViewPanel.razor.rz.scp.css */
/* Cella di contenuto di una riga PropertyKey */
.pk-cell[b-6fu50oo6u2] {
    padding: 4px 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* Separatore della colonna azioni (drag/edit/delete) — sempre visibile */
.pk-actions-sep[b-6fu50oo6u2] {
    display: flex;
    padding: 0;
    border-right: 1px solid var(--mud-palette-divider);
}

/* Separatori verticali tra le celle: solo nel layout orizzontale (md+, 960px).
   Su schermo stretto le celle sono impilate, quindi niente bordi laterali. */
@media (min-width: 960px) {
    .pk-cell-sep[b-6fu50oo6u2] {
        border-left: 1px solid var(--mud-palette-divider);
    }
}
/* /Components/PropertySet/PropertySetDrawer.razor.rz.scp.css */
.drawer-container[b-f5ngc9dcak] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.drawer-body[b-f5ngc9dcak] {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-y: auto;
}
/* /Components/PropertySet/PropertySetViewPanel.razor.rz.scp.css */
[b-tkvksxi957] .handler-icon-btn {
    margin-left: -8px !important;
}

[b-tkvksxi957] .add-icon-btn {
    margin-left: -8px !important;
}

[b-tkvksxi957] .chkbox {
    margin-left: -8px !important;
}
