@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /SET/Components/Anagrafica.razor.rz.scp.css */

.anagrafica-container[b-oxzdkcwfwu] {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: space-between;
}

.anagrafica-content[b-oxzdkcwfwu] {
    width: 100%;
    height: 0;
    flex: 1;

    display: flex;
    flex-direction: var(--direction, column);
 }
/* /SET/Components/ButtonList.razor.rz.scp.css */
[b-emtcyyscil] *:is(h1, h2, h3, h4, h5, h6, p) {
    margin: 0;
    width: 100%;

    overflow: hidden;
    text-overflow: ellipsis;
}

.button-list-container[b-emtcyyscil] {
    width: 100%;
    height: 100%;
}

.button-list-container.horizontal[b-emtcyyscil] {
    height: auto;
}

[b-emtcyyscil] .header {
    display: flex;
    flex-direction: row;

    align-items: center; 
    justify-content: space-between; 
    
    width: 100%; 
    height: 50px; 
    
    padding-inline: 10px;
    border-bottom: 1px solid var(--ds-border);
}

[b-emtcyyscil] .buttons-list {
    width: 100%;
    height: calc(100% - 50px);

    padding-inline: 10px;
    padding-top: 10px;

    overflow-y: auto;
}

[b-emtcyyscil] .buttons-list.horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: flex-start;
    height: auto;
    padding-bottom: 10px;
}

[b-emtcyyscil] .buttons-list > * {
    width: 100%;
    min-height: 70px;

    display: flex;
    flex-direction: row;
    align-items: center;

    margin-bottom: var(--gap);

    background: var(--ds-surface-alt);

    border-radius: 5px;
    border: 1px solid var(--ds-border);
    cursor: pointer;
}

[b-emtcyyscil] .buttons-list.horizontal > * {
    width: auto;
    min-width: 140px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: var(--gap);
}

[b-emtcyyscil] .buttons-list > *:hover {
    border: 1px solid var(--accent-fill-rest);
}

[b-emtcyyscil] .buttons-list > *:active {
    background: rgb(240, 240, 240);
}

[b-emtcyyscil] .buttons-list > *.active {
    border: 2px solid var(--accent-fill-rest);
}

[b-emtcyyscil] .texts {
    align-items: center; 
    justify-content: center; 
    text-align: center;

    flex: 1;
}

[b-emtcyyscil] .texts > p {
    color: var(--ds-text-muted);
}

[b-emtcyyscil] .action-icons {
    margin-right: 10px;
}

[b-emtcyyscil] .action-icons > fluent-button {
    border-radius: 50%;
}

[b-emtcyyscil] .action-icons > fluent-button::part(control) {
    background: transparent;
}

[b-emtcyyscil] .action-icons > fluent-button::part(control):hover {
    background: var(--ds-border);
}

[b-emtcyyscil] .action-icons > fluent-button::part(control):active {
    box-shadow: inset 0px 1px 3px 0px gray;
}
/* /SET/Components/ButtonSelector.razor.rz.scp.css */
.filter-buttons[b-msgaj701i1] {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: row;

    align-items: center;
    justify-content: space-evenly;

    border-radius: 5px;

    background-color: whitesmoke;
    border: none;
}

[b-msgaj701i1] fluent-button {
    height: 100%;
    flex: 1;

    margin: 0;
    padding: 0;

    border-radius: 0;
    border: none;
}

[b-msgaj701i1] fluent-button::part(control) {
    border: none;
}

[b-msgaj701i1] fluent-button.active::part(control) {
    background: #a7d5ff;
}

[b-msgaj701i1] fluent-button:hover {
    outline: 1px solid var(--accent-fill-rest);
}

[b-msgaj701i1] fluent-button::part(content) {
    height: 100%;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

[b-msgaj701i1] fluent-button.active {
    outline: 2px solid var(--accent-fill-rest);
    font-weight: 600;
}

[b-msgaj701i1] .counterbadge-container:not(:last-child) > fluent-button {
    margin-right: 2px;
}

[b-msgaj701i1] .counterbadge-container:first-child > fluent-button  {
    border-radius: 8px 0 0 8px;
}

[b-msgaj701i1] .counterbadge-container:last-child > fluent-button  {
    border-radius: 0 8px 8px 0;
}

[b-msgaj701i1] fluent-button {
    font-size: x-large;
}

[b-msgaj701i1] .wrapper {
    cursor: pointer;
}

[b-msgaj701i1] .counterbadge-container {
    width: 100%;
    height: 100%;
    display: flex;
}

[b-msgaj701i1] .counterbadge.hidden {
    display: none !important;
}

[b-msgaj701i1] .counterbadge {
    bottom: calc(100% - 23px) !important;
}
/* /SET/Components/CMS/PagePermissionsDialog.razor.rz.scp.css */
.ppd-table[b-s9fzwv8rhd] {
    width: 100%;
    border-collapse: collapse;
    font-size: .85rem;
}

.ppd-th[b-s9fzwv8rhd] {
    border-bottom: 2px solid #dee2e6;
    color: #495057;
}

.ppd-th-group[b-s9fzwv8rhd] {
    text-align: left;
    padding: 6px 10px 6px 10px;
    min-width: 120px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: bottom;
}

.ppd-th-code[b-s9fzwv8rhd] {
    width: 44px;
    text-align: center;
    vertical-align: bottom;
    padding: 4px 2px 6px;
}

.ppd-th-label[b-s9fzwv8rhd] {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ppd-tr:nth-child(even)[b-s9fzwv8rhd] { background: #f8f9fa; }

.ppd-td[b-s9fzwv8rhd] {
    padding: 5px 8px;
    border-bottom: 1px solid #e9ecef;
}

.ppd-td-name[b-s9fzwv8rhd] {
    font-weight: 600;
    color: #212529;
    padding-left: 10px;
}

.ppd-td-check[b-s9fzwv8rhd] {
    text-align: center;
    width: 44px;
}
/* /SET/Components/CMS/PropsJsonEditor.razor.rz.scp.css */
.label-small[b-ezo3v3y23x] {
    font-size: .75rem;
    font-weight: 600;
    color: #495057;
    display: block;
    margin-bottom: 2px;
}
/* /SET/Components/CMS/SpPermissionsDialog.razor.rz.scp.css */
.spd-table[b-9s9xb5y1rz] {
    width: 100%;
    border-collapse: collapse;
    font-size: .85rem;
}

.spd-th[b-9s9xb5y1rz] {
    border-bottom: 2px solid #dee2e6;
    color: #495057;
}

.spd-th-sp[b-9s9xb5y1rz] {
    text-align: left;
    padding: 6px 10px 6px 10px;
    min-width: 180px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: bottom;
}

.spd-th-code[b-9s9xb5y1rz] {
    width: 48px;
    text-align: center;
    vertical-align: bottom;
    padding: 4px 2px 6px;
}

.spd-th-label[b-9s9xb5y1rz] {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.spd-tr:nth-child(even)[b-9s9xb5y1rz] { background: #f8f9fa; }

.spd-td[b-9s9xb5y1rz] {
    padding: 5px 8px;
    border-bottom: 1px solid #e9ecef;
}

.spd-td-name[b-9s9xb5y1rz] {
    font-family: monospace;
    font-size: .82rem;
    font-weight: 600;
    color: #212529;
    padding-left: 10px;
}

.spd-td-check[b-9s9xb5y1rz] {
    text-align: center;
    width: 48px;
}

.spd-th-anon[b-9s9xb5y1rz], .spd-td-anon[b-9s9xb5y1rz] {
    border-left: 2px solid #dee2e6;
}
/* /SET/Components/CMS/SpPickerDialog.razor.rz.scp.css */
dialog[b-zt9a6ushbn]::backdrop {
    background: rgba(0, 0, 0, 0.45);
}

.label-small[b-zt9a6ushbn] {
    font-size: .75rem;
    font-weight: 600;
    color: #495057;
    display: block;
    margin-bottom: 2px;
}
/* /SET/Components/MLTitle.razor.rz.scp.css */
.title[b-mf9yu01386] {
    width: 100%;
    display: flex;
    height: 50px;
    align-items: center;
    padding-left: 10px;
    text-align: end;
}

.title h4:not(:last-child)[b-mf9yu01386] {
    color: var(--neutral-base-color);
}

.title > *[b-mf9yu01386] {
    margin-right: 10px;
}

h3[b-mf9yu01386], h4[b-mf9yu01386] {
    margin-bottom: .35rem;
}
/* /SET/Components/NavMenu/NavMenu.razor.rz.scp.css */
.navbar-background[b-ncp20rfmbd] {
    background: white;
    border-right: 2px solid lightgray;
    display: flex; 

    height: 100vh;
    width: fit-content;

    display: flex;
    flex-direction: column;

    padding-top: 5px;
}

[b-ncp20rfmbd] .navbar-container {
    overflow-y: auto;
}

[b-ncp20rfmbd] #expander {
    display: flex;
    flex-direction: row;
    justify-content: center;

    width: 100%;

    border-radius: 5px;
    height: 35px;

    background-color: var(--neutral-fill-stealth-rest);
}

[b-ncp20rfmbd] #expander:hover {
    background-color: var(--neutral-fill-secondary-rest);
}

[b-ncp20rfmbd] .navbar-container:not(.collapsed) > #expander {
    background-image: url("images/webapp.png");

    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 70% 100%;

    justify-content: end;
    
    padding-right: 5px;
    padding-top: 1px;
}

.navbar-footer[b-ncp20rfmbd] {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: end;
    max-width: var(--w);
}

.logo[b-ncp20rfmbd] {
    height: 35px;
    padding-block: 5px;
    padding-left: 19px;
    border-radius: 5px;
    background-color: #fbfbfb;
    transition: padding 0.2s;
}

.collapsed .logo[b-ncp20rfmbd] {
    width: 35px;
    padding: 5px;
    background-color: #fbfbfb;
    transition: padding 0.2s;
    align-self: center;
}

.logo:hover[b-ncp20rfmbd] {
    padding-top: 2px;
    background-color: #efefef;
}

.nav-links[b-ncp20rfmbd] {
    overflow: auto;
}

[b-ncp20rfmbd] .nav-links .fluent-nav-group {
    margin-top: 10px;
}

.footer-row[b-ncp20rfmbd] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 3px;
    
    margin-bottom: 10px;
}

.collapsed .footer-row[b-ncp20rfmbd] {
    display: contents;
}

[b-ncp20rfmbd] .navbar-footer.collapsed .fluent-nav-item {
    width: 35px;
    padding: 5px;
    background-color: #fbfbfb;
    transition: padding 0.2s;
    align-self: center;
    margin-bottom: 10px;
}

[b-ncp20rfmbd] .navbar-footer .fluent-nav-item {
    border-radius: 5px;
    padding-block: 2px;
    width: 70%;
    background-color: var(--neutral-fill-stealth-rest);
}

[b-ncp20rfmbd] .navbar-footer .positioning-region {
    width: 100%;
}

[b-ncp20rfmbd] .navbar-footer .content-region {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

[b-ncp20rfmbd] .navbar-footer .fluent-nav-item:hover {
    background-color: var(--neutral-fill-secondary-rest);
}

[b-ncp20rfmbd] .navbar-footer .fluent-nav-text {
    display: flex;
    flex: 1;

    justify-content: center;
}

[b-ncp20rfmbd] .navbar-footer.collapsed .fluent-nav-icon {
    margin: 0;
    padding: 0;
}

[b-ncp20rfmbd]  .navbar-footer.collapsed .fluent-nav-link {
    justify-content: center;
    display: flex;
}

[b-ncp20rfmbd] .footer-row .fluent-nav-icon,
[b-ncp20rfmbd] .footer-row .fluent-nav-text {
    margin-left: 0px;
}

[b-ncp20rfmbd] .navbar-flag {
    align-self: center;
    min-width: 30px;
     width: 30px; 
    height: 23px;
    cursor: pointer;
    margin-left: 10px;
}

[b-ncp20rfmbd] .positioning-region {
    padding-inline-start: 0;
}

[b-ncp20rfmbd] .collapsed .navbar-flag {
    margin: 0;
}

[b-ncp20rfmbd] .fluent-nav-item a {
    width: 100%;
    height: 100%;
}

[b-ncp20rfmbd] .fluent-nav-icon {
    margin-left: -20px;
}


[b-ncp20rfmbd] .navbar-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

[b-ncp20rfmbd] div[title] {
    font-weight: bold;
}

@media (max-width: 641px) {
    .navbar-background[b-ncp20rfmbd] {
        height: auto;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        border-right: none;
        border-bottom: 2px solid lightgray;
    }

    .navbar-background:has(>.collapsed)[b-ncp20rfmbd] {
        flex-direction: row;
    }

    /* Il menu espanso occupava tutta l'altezza dello schermo spingendo il
       contenuto fuori dal viewport: qui cede altezza e scorre al proprio interno.
       Lo stato collassato resta una barra di icone e non ha bisogno del cap. */
    [b-ncp20rfmbd] .navbar-container:not(.collapsed) {
        max-height: 40vh;
        overflow-y: auto;
    }

    .navbar-footer[b-ncp20rfmbd] {
        flex-direction: row;
        align-items: center;
    }

    [b-ncp20rfmbd] .navbar-flag {
        width: 40px;
        height: 28px;
        cursor: pointer;
    }

    [b-ncp20rfmbd] .navbar-container{
        width: 100%!important;
        max-width: 100vw;
        display: flex;
    }

    [b-ncp20rfmbd] .navbar-container.collapsed{
        flex-direction: row;
    }

    [b-ncp20rfmbd] .navbar-container.collapsed .fluent-nav-item {
        display: block;
        width: 40px;
        margin-left: 10px;
        margin-bottom: 0;
    }

    [b-ncp20rfmbd] .navbar-footer.collapsed .fluent-nav-item {
        margin-left: 10px;
        margin-bottom: 0px;
    }

    [b-ncp20rfmbd] .collapsed {
        width: 100%;
    }
}
/* /SET/Components/NavMenu/NavMenuItem.razor.rz.scp.css */
.no-icon a[b-xu3uufab3i],
[b-xu3uufab3i] .no-icon a {
    grid-template-columns: 0 auto 40px;
}
/* /SET/Components/OldTable/CustomModal.razor.rz.scp.css */
.custom-body[b-o90faemol4] {
    display: flex;
    flex-direction: row;
    overflow: auto;
    height: 100%;
}

[b-o90faemol4] .label {
    font-weight: 500;
}

.modal-field[b-o90faemol4] {
    width: 100%;
}

.modal-col[b-o90faemol4] {
    height: 100%;
    width: 100%;
}

.modal-col:not(:last-child)[b-o90faemol4]
{
    border-right: 2px solid whitesmoke;
    margin-right: 10px;
    padding-right: 10px;
}
/* /SET/Components/OldTable/CustomTable.razor.rz.scp.css */
.custom-table[b-z8gxmb9757] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.table-skelly[b-z8gxmb9757] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 100%;
    flex-wrap: wrap-reverse;
    overflow: hidden;
}

[b-z8gxmb9757] .no-data {
    width: 100%; 
    height: 100%;

    display: flex; 
    justify-content: center; 
    align-items: center;

    padding: 10px;
}

[b-z8gxmb9757] .no-data > * {
    color: gray;
    font-weight: normal;
}

[b-z8gxmb9757] .header-button::part(content) {
    text-align: start;
}

[b-z8gxmb9757] td.custom-cell {
    padding:0;
}
[b-z8gxmb9757] th.custom-cell {
    width: 100%;
    text-align: left;
}

.custom-td-content[b-z8gxmb9757]{
    padding: 6px 16px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.header[b-z8gxmb9757] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    min-height: 50px;

    padding-inline: 5px;

    border-bottom: 1px solid lightgray;
}

.header *:is(h1, h2, h3, h4, h5, h6, p)[b-z8gxmb9757] {
    margin: 15px;
    display: flex;
    align-items: center;
}

.buttons[b-z8gxmb9757] {
    display: flex;
    flex-direction: row;
}

[b-z8gxmb9757] .buttons fluent-button {
    height: 40px;
    width: 40px;
}

[b-z8gxmb9757] .buttons fluent-button::part(control) {
    box-shadow: 0px 0px 1px 0px lightgray;
}

[b-z8gxmb9757] .buttons fluent-button:hover::part(control) {
    box-shadow: 1px 1px 1px 0px lightgray;
}

[b-z8gxmb9757] .buttons fluent-button:active::part(control) {
    box-shadow: inset 0px 1px 1px 0px gray;
}

.data-grid-container[b-z8gxmb9757] {
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
}

[b-z8gxmb9757] .data-grid {
    min-height: 7rem;
    /* min-width: fit-content; */
    text-overflow: ellipsis;
    width: fit-content;
    height: auto;
    min-width: 100%;
}

[b-z8gxmb9757] .row-hover:hover:not(:active) td {
    background-color: #ffebc9;
}

[b-z8gxmb9757] .active-row td,
[b-z8gxmb9757] .row-hover:active td {
    background-color: #ffdb9e;
}

[b-z8gxmb9757] fluent-data-grid-cell {
    min-width: 100px;
    height: 100%;
    position: relative;
}

[b-z8gxmb9757] .multiline fluent-data-grid-cell {
    white-space: normal;
    word-break: auto-phrase;
    height: var(--h);
}

[b-z8gxmb9757] fluent-text-field.dyn-field {
    width: 100%;
}

[b-z8gxmb9757] .header-button::part(control) {
    border: none;
}

[b-z8gxmb9757] .header-badge {
    position: absolute;
    left: 20px;
    top: 8px;
}

[b-z8gxmb9757] .header-badge::part(control) {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
    border: none;
}


[b-z8gxmb9757] .header-title {
    flex: 1;
}

[b-z8gxmb9757] .header-title::part(control) {
    border: none;
    justify-content: start;
    font-weight: 600;
    font-size: 0.95rem;
}

[b-z8gxmb9757] .excel-button::part(control) {
    padding: 8px;
}
/* /SET/Components/PannelloOperatore/PanelButton.razor.rz.scp.css */
[b-ewqqfgrol9] .panel-button,
[b-ewqqfgrol9] .panel-button::part(control) {
    outline: none;
    border: none;
    border-radius: 0;
}

[b-ewqqfgrol9] .panel-button
{
    outline: 1px solid lightgray;
}

.icon-container[b-ewqqfgrol9] {
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

[b-ewqqfgrol9] .icon-container > * {
    width: auto !important;
    height: var(--icon-size, 80%);
}

.text-container[b-ewqqfgrol9] {
    width: 100%;
    height: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 70%;
    left: 0;

    color: black;
    font-weight: 500;
    font-size: var(--text-size, 1rem);

    white-space: wrap;
    text-transform: uppercase;
}

.big .text-container[b-ewqqfgrol9] {
    font-size: calc(var(--text-size, 1rem) + 0.3rem);
}
/* /SET/Components/PannelloOperatore/PannelloOperatore.razor.rz.scp.css */
.panel-container[b-mt7yauqdzi] {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: row;

    align-items: center;
    justify-content: space-between;

    --gap: 10px;
}

.panel-container > div[b-mt7yauqdzi] {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: space-between;
}

.panel-container > div:first-child[b-mt7yauqdzi] {
    width: 70%;
    height: 100%;
}

.panel-container > div:last-child[b-mt7yauqdzi] {
    width: calc(30% - var(--gap));
    height: 100%;
}


[b-mt7yauqdzi] .main-panel {
    padding: 0;
    width: 100%;
    height: calc(80% - var(--gap) / 2);

    flex-grow: 0;
    flex-shrink: 1;

    position: relative;
}

[b-mt7yauqdzi] .main-panel > h1 {
    color: var(--accent-fill-rest);
    position: absolute;
    left: 25px;
    top: 20px;
}

[b-mt7yauqdzi] .toolbar {
    padding: 0;
    width: 100%;
    height: calc(20% - var(--gap) / 2);

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    flex-grow: 0;
    flex-shrink: 1;
}

[b-mt7yauqdzi] .toolbar-buttons-container {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 50% 50%;
    grid-template-columns: auto;

    width: max-content;
    height: 100%;
}

/* --- buttons tailwind classes --- */

[b-mt7yauqdzi] .toolbar .big {
    grid-row: 1/ span 2;
    grid-column: var(--column, auto);

    height: 100%;
    aspect-ratio: 1;

    border-right: 1px solid var(--ds-border);
}

[b-mt7yauqdzi] .toolbar .normal {
    grid-row: var(--row, auto);
    grid-column: var(--column, auto);

    height: 100%;
    aspect-ratio: 1;
    border-right: 1px solid var(--ds-border);
}

/* -------------------------------- */

[b-mt7yauqdzi] .toolbar-info {
    flex: 1;
    height: 100%;

    display: grid;
    grid-template-rows: 40px 1fr;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

[b-mt7yauqdzi] .toolbar-info > *:not(:nth-last-child(2), :nth-last-child(1)) {
    border-right: 1px solid var(--ds-border);
}

[b-mt7yauqdzi] .toolbar-info-header {
    padding-inline: 10px;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 1px solid var(--ds-border);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

[b-mt7yauqdzi] .toolbar-info-content {
    width: 100%;
    height: 100%;

    grid-row: 2;

    font-weight: 600;
    color: var(--ds-text-muted);
    padding: 10px;
}

[b-mt7yauqdzi] .panel-info {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    flex-grow: 0;
    flex-shrink: 1;

    padding: 0;
}

[b-mt7yauqdzi] .panel-info-header {
    width: 100%;
    height: 60px;

    font-weight: 600;
    font-size: 1.3rem;

    display: flex;
    flex-direction: row;

    align-items: center;
    padding: 10px;

    border-bottom: 1px solid var(--ds-border);
}

[b-mt7yauqdzi] .panel-info-content {
    width: 100%;
    height: calc(100% - 60px);

    padding: 10px;

    flex: 1;

    display: grid;
    grid-template-columns: minmax(max-content, 1fr) 2fr;
    grid-template-rows: repeat(auto-fit, 1fr);

    justify-content: space-evenly;

    font-size: 1.4rem;
}

[b-mt7yauqdzi] .panel-info-content > div:nth-child(odd) {
    color: var(--ds-text-muted);
    grid-column: 1;
}

[b-mt7yauqdzi] .panel-info-content > div:nth-child(even) {
    color: var(--accent-fill-rest);
    font-weight: 500;
    grid-column: 2;
    padding-left: 10px;
}

[b-mt7yauqdzi] .logo {
    max-width: 100%;
    max-height: 100px;
}

/* ---------------------------------------------------------------------------
   Responsive: sotto il breakpoint tablet lo split 70/30 non regge (il pannello
   laterale scenderebbe sotto i 120px). I due pannelli si impilano e cedono
   l'altezza fissa in favore del contenuto.
   Breakpoint allineati a design-system.css (md 1000px / sm 641px).
   --------------------------------------------------------------------------- */
@media (max-width: 1000px) {
    .panel-container[b-mt7yauqdzi] {
        flex-direction: column;
        align-items: stretch;
        max-height: none;
        gap: var(--gap);
    }

    .panel-container > div:first-child[b-mt7yauqdzi],
    .panel-container > div:last-child[b-mt7yauqdzi] {
        width: 100%;
        height: auto;
    }

    [b-mt7yauqdzi] .main-panel {
        height: auto;
        min-height: 320px;
    }

    [b-mt7yauqdzi] .panel-info {
        height: auto;
    }

    [b-mt7yauqdzi] .panel-info-content {
        height: auto;
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
        font-size: 1.1rem;
    }
}

@media (max-width: 641px) {
    [b-mt7yauqdzi] .main-panel > h1 {
        position: static;
        padding: var(--sp-2) var(--sp-3) 0;
    }

    [b-mt7yauqdzi] .toolbar {
        height: auto;
        flex-wrap: wrap;
        row-gap: var(--sp-2);
    }

    /* I bottoni della toolbar scrollano invece di sfondare il pannello. */
    [b-mt7yauqdzi] .toolbar-buttons-container {
        grid-template-rows: auto;
        grid-auto-flow: column;
        max-width: 100%;
        overflow-x: auto;
    }

    [b-mt7yauqdzi] .toolbar .big,
    [b-mt7yauqdzi] .toolbar .normal {
        grid-row: auto;
        height: 48px;
    }

    [b-mt7yauqdzi] .toolbar-info {
        flex: 1 1 100%;
        grid-template-rows: auto 1fr;
    }

    [b-mt7yauqdzi] .panel-info-content {
        grid-template-columns: 1fr;
        font-size: 1rem;
    }

    [b-mt7yauqdzi] .panel-info-content > div:nth-child(odd),
    [b-mt7yauqdzi] .panel-info-content > div:nth-child(even) {
        grid-column: 1;
        padding-left: 0;
    }
}
/* /SET/Components/Table/CustomModal.razor.rz.scp.css */

.grid-wrapper[b-b79x16jwrs] {
    --col: 1;
    --gap: 10px;

    width: 100%;
    height: 100%;
    max-height: 70vh;
    min-width: min(500px, 92vw);

    display: grid;
    grid-template-columns: repeat(var(--col), 1fr);

    overflow-y: auto;
    overflow-x: hidden;

    gap: var(--gap);
}

/* Sotto il breakpoint mobile i campi si impilano sempre: con --col > 1 le
   colonne scenderebbero sotto la larghezza minima intrinseca dei controlli
   Radzen/Fluent. Su desktop la media query non e' attiva: nessuna regressione. */
@media (max-width: 641px) {
    .grid-wrapper[b-b79x16jwrs] {
        grid-template-columns: 1fr;
        max-height: 75vh;
    }
}

.cell[b-b79x16jwrs] {
    width: 100%;
    height: 100%;

    --direction: column;

    display: flex;
    flex-direction: var(--direction);
}

[b-b79x16jwrs] .cell > * {
    min-width: 60%;
}

[b-b79x16jwrs] .cell > label {
    min-width: 40%;
}

[b-b79x16jwrs] .cell *:has(> input[readonly]) {
    background: var(--ds-surface-alt);
}

[b-b79x16jwrs] .cell *:has(> input[readonly]),
[b-b79x16jwrs] .cell * > input[readonly] {
    cursor: not-allowed;
}
/* /SET/Components/Table/CustomTable.razor.rz.scp.css */
[b-mksbo0uqp6] .rz-data-grid {
    height: auto;
    border-inline: none;
    flex: 1;
    max-width: 100%;
}

/* Lo scroll orizzontale della griglia resta dentro la griglia: senza questo,
   su viewport stretti la somma delle colonne (--min-col-width per colonna)
   spinge in overflow l'intera pagina. */
[b-mksbo0uqp6] .rz-data-grid-data {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.header[b-mksbo0uqp6] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    height: auto;
    min-height: 50px;

    border-bottom: 1px solid var(--ds-border);
}


.header-title[b-mksbo0uqp6] {
    height: 100%;
    padding-inline: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.header-content[b-mksbo0uqp6] {
    height: 100%;

    display: flex;
    align-items: center;

    flex: 1;
}

.header-buttons[b-mksbo0uqp6] {
    height: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;

    padding-right: 10px;
}

[b-mksbo0uqp6] .header-buttons > *
{
    margin-left: 10px;
    order: 999;
}

.buttons[b-mksbo0uqp6] {
    display: flex;
    flex-direction: row;
}

[b-mksbo0uqp6] .rz-data-grid-data {
    outline: none;
}

[b-mksbo0uqp6] .rz-grid-table {
    table-layout: auto;
}

[b-mksbo0uqp6] .rz-grid-table col,
[b-mksbo0uqp6] .rz-grid-table td,
[b-mksbo0uqp6] .rz-grid-table th  {
    max-width: var(--max-col-width, 400px);
    min-width: var(--min-col-width, 100px);
}
/* /SET/Components/Toolbar.razor.rz.scp.css */
.toolbar-container[b-en2lvjmphi] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    width: var(--width, 100%);
    height: var(--height, 100%);

    padding-right: 20px;
}

.toolbar[b-en2lvjmphi] {
    height: 100%;
    width: calc(100% - 65px);

    flex-grow: 1;

    display: grid;
    grid-template-columns: repeat(4, max-content 3fr);
    grid-auto-rows: 40px;
    gap: 2px 20px;

    align-items: center;
    justify-content: start;
}

[b-en2lvjmphi] .toolbar label {
    width: 100%;

    --pad-left: 20px;

    display: block;
    overflow: hidden;
    text-overflow: ellipsis;

    padding-left: var(--pad-left);

    font-size: 1rem;
    margin: 0;
}

[b-en2lvjmphi] .toolbar > *:has(input:not([type="checkbox"])) {
    min-width: unset;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
}

[b-en2lvjmphi] .toolbar .active {
    outline: 2px solid var(--accent-fill-rest);
    outline-offset: 2px;
    border-radius: 2px;
}

[b-en2lvjmphi] .clear-filters {
    margin-left: 20px;
    width: 40px;
    height: 40px;
}

/* ::deep .rz-dropdown-label {
    line-height: 100%
} */

/* ::deep .rz-dropdown {
    --rz-input-height: 35px;
} */
/* 
@media (max-width: 1800px) {
    .toolbar {
        grid-template-columns: repeat(2, 2fr 3fr);
    }
} */

@media (max-width: 1500px) {
    .toolbar[b-en2lvjmphi] {
        grid-template-columns: repeat(2, 2fr 3fr);
    }
}

@media (max-width: 1000px) {
    .toolbar[b-en2lvjmphi] {
        grid-template-columns: repeat(1, 2fr 3fr);
    }
}
/* /SET/Condotta/Dialogs/DialogAvvitatura.razor.rz.scp.css */

[b-dr9cijyflk] > * > * {
    width: 100%;
    min-width: 100px;
}

[b-dr9cijyflk] > * > *:not(label) {
    margin-bottom: 10px;
}
/* /SET/Condotta/Dialogs/DialogBlocco.razor.rz.scp.css */

[b-hdn74shxpk] > * > * {
    width: 100%;
    min-width: 100px;
}

[b-hdn74shxpk] > * > *:not(label) {
    margin-bottom: 10px;
}
/* /SET/Condotta/Dialogs/DialogConsumo.razor.rz.scp.css */

[b-aqco605wrv] > * > * {
    width: 100%;
    min-width: 100px;
}

[b-aqco605wrv] > * > *:not(label) {
    margin-bottom: 10px;
}
/* /SET/Condotta/Dialogs/DialogIngresso.razor.rz.scp.css */

[b-czowadbfft] > * > * {
    width: 100%;
    min-width: 100px;
}

[b-czowadbfft] > * > *:not(label) {
    margin-bottom: 10px;
}
/* /SET/Condotta/Dialogs/DialogStampa.razor.rz.scp.css */

[b-oic4zgsiia] > * > * {
    width: 100%;
    min-width: 100px;
}

[b-oic4zgsiia] > * > *:not(label) {
    margin-bottom: 10px;
}
/* /SET/Condotta/Dialogs/PPDispPanel.razor.rz.scp.css */
.list-container[b-bzutq56rn3] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 2px;
}


[b-bzutq56rn3] .entry-list {
    width: 100%;
    height: 100%;

    overflow: hidden;
    overflow-y: auto;
}

[b-bzutq56rn3] .entry-list > * {
    --fluent-sortable-list-item-height: 50px;

}

[b-bzutq56rn3] .sortable-grab {
    flex: 0;
    min-width: 40px;
}

[b-bzutq56rn3] .sortable-item {
    margin-bottom: 10px!important;
}

[b-bzutq56rn3] .entry {
    width: 100%;

    display: flex;
    flex-direction: row;

    align-items: center;
}

[b-bzutq56rn3] .sortable-item:has(.warning) {
    outline: 2px solid red;
}

[b-bzutq56rn3] .entry * {
    margin: 0;
    padding: 0;
    line-height: 40px;
}

[b-bzutq56rn3] .entry p {
    font-size: smaller;
    font-style: italic;
}

[b-bzutq56rn3] .box-number {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    
}


.action-icons[b-bzutq56rn3] {
    display: flex;
    flex-direction: row;
    align-self: center;
}

[b-bzutq56rn3] .action-icons > fluent-button {
    background: transparent;
    border: none;
    border-radius: 50%;
    transition: all 0.1s;
}

[b-bzutq56rn3] .action-icons > fluent-button::part(control) {
    border: none;
    background: transparent;
    transition: all 0.1s;
}

[b-bzutq56rn3] .action-icons > fluent-button:hover::part(control) {
    background: lightgray;
}

[b-bzutq56rn3] .action-icons > fluent-button:active::part(control) {
    background: gainsboro;
}

[b-bzutq56rn3] #dragHandles {
    border: none;
}

[b-bzutq56rn3] .no-data {
    width: 100%; 
    height: 100%;

    display: flex; 
    justify-content: center; 
    align-items: center;

    padding: 10px;
}

[b-bzutq56rn3] .no-data > * {
    color: gray;
    font-weight: normal;
}
/* /SET/Condotta/PowerPoint.razor.rz.scp.css */
.pp-container[b-tm2cheb44m] {
    width: 100%;
    height: 100%;
    background: transparent;

    display: flex;
    flex-direction: row;

    outline: none;
}

.dialog-popover[b-tm2cheb44m] {
    border: 1px solid lightgray;
    padding: 20px;
    background: white;
    border-radius: 2%;
    display: flex;
    flex-direction: column;
    width: 300px;
    position: absolute;
    left: var(--x);
    top: var(--y);
}
/* /SET/Condotta/PowerPointComponent.razor.rz.scp.css */
.pp-component:hover[b-dzz5yzdaf5] {
    cursor: move;
}

[b-dzz5yzdaf5] .pp-component * {
    user-select: none;
}

.drag-point:hover[b-dzz5yzdaf5] {
    cursor: grab;
}

.drag-point:active[b-dzz5yzdaf5] {
    cursor: grabbing;
}

[b-dzz5yzdaf5] .selected {
    outline: 2px dashed lightgray;
}
/* /SET/Condotta/PowerPointToolbar.razor.rz.scp.css */
.tool-bar[b-1jmc4qh42c] {
    width: 50px;
    height: 100%;
    padding: 2px;
    background-color: rgb(22, 22, 26);
    display: flex;
    flex-direction: column;
    border-radius: 0 5px 5px 0;

    box-shadow: -1px 0px 3px 0px darkgray;
}

.tool-button[b-1jmc4qh42c],
[b-1jmc4qh42c] .tool-button {
    background-color: rgb(22, 22, 26);
    margin-top: 2px;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    min-width: 0;
    min-height: 0;
}

.center-icons[b-1jmc4qh42c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tool-spacer[b-1jmc4qh42c] {
    --gap: 0px;
    height: 0;
    width: 0;
    margin-top: var(--gap);
}

.tool-spacer-fill[b-1jmc4qh42c] {
    flex: 1;
}

.thin-border[b-1jmc4qh42c],
[b-1jmc4qh42c] .thin-border {
    border: 1px solid gray;
}

.color[b-1jmc4qh42c] {
    visibility: hidden;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: 0px;
    height: 0px;
}

.group[b-1jmc4qh42c] {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: 3px;
    padding: 2px;

    transition: all 0.2s;
}

[b-1jmc4qh42c] .group-expander {
    border: 1px solid white;
}

.group.collapsed[b-1jmc4qh42c] {
    height: 0px;
    min-width: 100%;
}

[b-1jmc4qh42c] .group  * {
    transition: all 0.2s;
}

[b-1jmc4qh42c] .group.collapsed * {
    aspect-ratio: unset;
    display: none;
}

/* #palpha {
    -webkit-appearance: none;
    height: 8px;
    width: 100%;
    border-radius: 10px;
}

#palpha::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    background-color: lightgray;
} 

::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 100%;
    width: 10px;
    background: gray;
}
*/
/* /SET/Condotta/PowerPointVisualizer.razor.rz.scp.css */
.v-container[b-22kotw6c9p] {
    position: relative;

    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
}

[b-22kotw6c9p] .title {
    margin-top: 10px;
    margin-left: 19px;
}

[b-22kotw6c9p] .title :is(h1, h2, h3, h4, h5, h6) {
    color: var(--accent-fill-rest);
    font-weight: bold;
    margin: 0;
}

[b-22kotw6c9p] .title p {
    color: gray;
    font-size: 1.5rem;
    margin: 0;
}

[b-22kotw6c9p] .flip {
    position: absolute;
    align-self: center;

    --h: 70px;

    height: var(--h);
    width: 40px;

    top: calc(50% - var(--h) / 2);
}

[b-22kotw6c9p] .flip::part(control) {
    height: 100%;
}

[b-22kotw6c9p] .count {
    color: gray;

    margin: 0;
    
    font-size: 1.2rem;
    font-weight: 600;

    position: absolute;
    right: 10px;
    bottom: 10px;

    opacity: 0.5;
}
/* /SET/Condotta/Shapes/PPText.razor.rz.scp.css */
.pptext[b-jmz5wo9wjp],
[b-jmz5wo9wjp] .pptext {
    width: 100%;
    height: 100%;
}

.pptext[b-jmz5wo9wjp]::part(control),
[b-jmz5wo9wjp] .pptext::part(control) {
    width: 100%;
    height: 100%;
    font-size: inherit;
    line-height: 100%;
    overflow: hidden;
    padding-top: 0;
    text-align: start;
    background: transparent;
    cursor: inherit;
}
/* /SET/Layouts/CMS/AssociationLayout.razor.rz.scp.css */
.assoc-row[b-ajmkmdj8y4] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 12px;
    overflow: hidden;
}

.assoc-left[b-ajmkmdj8y4] {
    flex: 0 0 35%;
    height: 95%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid lightgray;
    border-radius: 5px;
    background-color: var(--background);
    padding: 8px;
}

.assoc-right[b-ajmkmdj8y4] {
    flex: 1;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

/* Override del background grigio di FluentDropZone (Droppable=true) */
[b-ajmkmdj8y4] .assoc-zone {
    height: 49%;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid lightgray;
    border-radius: 5px;
    background-color: var(--background);
}

[b-ajmkmdj8y4] fluent-listbox {
    flex: 1;
    min-height: 0;
}

[b-ajmkmdj8y4] fluent-listbox > div > fluent-option {
    width: 98%;
}
/* /SET/Layouts/EmptyLayout.razor.rz.scp.css */
#layout-container[b-9nipl8rx1v] {
    display: flex;
    flex-direction: row;

    width: 100vw;
    height: 100vh;

    overflow-x: hidden;
    overflow-y: auto;
    
    column-gap: 0;
    

    transition: height 0.1s linear;
}

main[b-9nipl8rx1v] {
    flex: 1;
}

article[b-9nipl8rx1v] {
    width: 100%;
    height: 100%;
}

@media (min-width: 641px) {
    #layout-container[b-9nipl8rx1v] {
        flex-direction: row;
        height: 100vh;
    }
}
/* /SET/Layouts/MainLayoutClient.razor.rz.scp.css */
#layout-container[b-9ih7gg60xc] {
    display: flex;
    flex-direction: row;

    width: 100vw;
    height: 100vh;

    overflow-x: hidden;
    overflow-y: auto;

    column-gap: 0;
    

    transition: all 0.1s linear;
}

.page[b-9ih7gg60xc] {
    position: relative;
    display: flex;
    flex-direction: row;
    
    width: 100vw;
    height: 100vh;
}

main[b-9ih7gg60xc] {
    height: 100vh;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.body[b-9ih7gg60xc] {
    flex: 1;
}


@media (max-width: 641px) {
    #layout-container[b-9ih7gg60xc] {
        flex-direction: column;
    }

    .page[b-9ih7gg60xc] {
        flex-direction: column;
    }

    main[b-9ih7gg60xc] {
        height: 100%;
        width: 100vw;
        flex: 1;
    }
}
/* /SET/Pages/BasePages/ExampleClientPage.razor.rz.scp.css */
/* /SET/Pages/BasePages/Index.razor.rz.scp.css */
.logo-container[b-g1x0wvpcly] {
    width: 100%;
    height: 100%;
    display: flex;
    perspective: 1000px;
    justify-content: center;
    align-items: center;  
    overflow: hidden;   
}
  
.logo-animated[b-g1x0wvpcly] {
    max-height: 230px;
    max-width: 950px;
    width: 80%;
    animation: vertical-rotation-b-g1x0wvpcly 4s cubic-bezier(0.4, 0, 0.2, 1) 1s infinite;
    transform-style: preserve-3d;
}

@keyframes vertical-rotation-b-g1x0wvpcly {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
/* /SET/Pages/CMS/CmsRegionEditor.razor.rz.scp.css */
.label-small[b-6yeenawsof] {
    font-size: .75rem;
    font-weight: 600;
    color: #495057;
    display: block;
    margin-bottom: 2px;
}

.cms-native-select[b-6yeenawsof] {
    width: 100%;
    height: 32px;
    font-size: .875rem;
    font-family: inherit;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 0 6px;
    background: #fff;
    color: inherit;
    cursor: pointer;
}

.cms-native-select:focus[b-6yeenawsof] {
    outline: 2px solid #0078d4;
    outline-offset: -1px;
    border-color: transparent;
}

.cms-drag-handle[b-6yeenawsof],
.cms-resize-handle[b-6yeenawsof] {
    touch-action: none;
}

.cms-region-card[b-6yeenawsof] {
    -webkit-user-select: none;
    user-select: none;
}

.livedit-btn[b-6yeenawsof] {
    cursor: pointer;
    padding: 1px 5px;
    border-radius: 3px;
    background: rgba(255,255,255,.82);
    font-size: .8rem;
    font-weight: 700;
    color: #0d6efd;
    display: inline-block;
    line-height: 1.5;
    user-select: none;
}

.livedit-btn:hover[b-6yeenawsof] {
    background: rgba(255,255,255,1);
}

.livedit-btn--danger[b-6yeenawsof] {
    color: #dc3545;
}
/* /SET/Pages/Information.razor.rz.scp.css */
.page-with-title[b-yrnga2nzd1] {
    display: flex;
    flex-direction: row;
    height: 100%;
    overflow: hidden;
}

/* COLONNA SINISTRA */
.manuale-container[b-yrnga2nzd1] {
    width: 70%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    padding: 5px;
    margin: 5px;
}

[b-yrnga2nzd1] .manuale-container > fluent-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

/* COLONNA DESTRA */
.information-container[b-yrnga2nzd1] {
    width: 30%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 5px;
    margin: 5px;
    gap: 20px;
}

/* COLONNA DESTRA */
.information-container[b-yrnga2nzd1] {
    width: 30%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 5px;
    margin: 5px;
    gap: 20px;
}

[b-yrnga2nzd1] .information-container > fluent-card:first-child {
    flex: 6;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

[b-yrnga2nzd1] .information-container > fluent-card:last-child {
    flex: 4;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

/* header icona + titolo */
.info-section-header[b-yrnga2nzd1] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 12px;
}

.info-section-header h3[b-yrnga2nzd1] {
    margin: 0;
    text-align: left;
}

/* body con le righe dati */
.info-section-body[b-yrnga2nzd1] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    min-height: 0;
}

.info-row[b-yrnga2nzd1] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 5px;
}

.info-label[b-yrnga2nzd1] {
    font-size: 0.78rem;
    color: var(--neutral-foreground-hint, gray);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.info-value[b-yrnga2nzd1] {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--neutral-foreground-rest);
}

.info-actions[b-yrnga2nzd1] {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

embed[b-yrnga2nzd1] {
    flex: 1;
    min-height: 0;
    display: block;
    border-radius: 4px;
}
/* /SET/Pages/Login.razor.rz.scp.css */
/* Tema blu condiviso con Registrazione.razor.css (gli scoped CSS non si condividono
   tra componenti: vanno tenuti allineati a mano). Contrasti verificati su sfondo scuro. */

.login-page[b-5hbjei017o] {
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    padding: var(--sp-4);
    box-sizing: border-box;
    background: linear-gradient(135deg, #0b1f3a 0%, #14365f 45%, #2a6fb0 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0b1f3a;
}

#login-form[b-5hbjei017o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(330px, 100%);
    box-sizing: border-box;
    height: auto;
    min-height: 300px;
    justify-content: center;
    border-radius: 12px;
    padding: 28px 26px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

#login-form form[b-5hbjei017o] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-logo[b-5hbjei017o] {
    width: 72%;
    margin-bottom: 8px;
}

.input-container[b-5hbjei017o] {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: transparent;
    overflow: visible;
}

.input-block[b-5hbjei017o] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
}

.input-block input[b-5hbjei017o] {
    flex: 1;
    height: 42px;
    border: none;
    padding-left: 12px;
    font-size: .95rem;
    color: #14233a;
    background-color: #eef3f8;
}

.input-block input[b-5hbjei017o]::placeholder {
    color: #5a6b7a;
}

[b-5hbjei017o] .input-icon {
    width: 42px;
    height: 42px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dbe6f1;
    border: none;
}

[b-5hbjei017o] .login-button {
    width: 100%;
    height: 46px;
    margin-top: 4px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: #15509c;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
    transition: background .15s ease;
}

[b-5hbjei017o] .login-button:hover:not(:disabled) {
    background: #1b62bd;
}

[b-5hbjei017o] .login-button:disabled {
    opacity: .6;
    cursor: default;
}

[b-5hbjei017o] .login-button b {
    letter-spacing: 1.5px;
    color: whitesmoke;
}

.validation[b-5hbjei017o] {
    color: #ffb3b3;
    margin: 0;
}

.login-error[b-5hbjei017o] {
    margin-top: 10px;
    color: #ffb3b3;
    font-weight: 600;
    font-size: .85rem;
    text-align: center;
}

.login-register[b-5hbjei017o] {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    font-size: .85rem;
}

.login-register-link[b-5hbjei017o] {
    color: #9ecbff;
}

[b-5hbjei017o] .login-button .ds-spinner-inline {
    color: whitesmoke;
}
/* /SET/Pages/ManageGroupMenu.razor.rz.scp.css */
.row-container[b-ofqhtkbqqq] {
    width: 100%;
    height: 99%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

h1[b-ofqhtkbqqq] {
    margin-left: 5px;
}

h3[b-ofqhtkbqqq] {
    margin-left: 5px;
    text-align: center;
    font-weight: bolder;
}

[b-ofqhtkbqqq] .thin-border {
    border: 1px solid lightgray;
    border-radius: 5px;
    background-color: var(--background);
}

[b-ofqhtkbqqq] .list-container {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-inline: 8px;
}

[b-ofqhtkbqqq] .drag-container {
    width: 100%;
    flex: 1;
}

[b-ofqhtkbqqq] .drag-container > div {
    height: 100%;
    margin-bottom: 20px;
}

[b-ofqhtkbqqq] fluent-listbox > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-ofqhtkbqqq] fluent-listbox > div > fluent-option {
    width: 98%;
}

[b-ofqhtkbqqq] .deactivated-item {
    color: gray;
    text-decoration: line-through;
}
/* /SET/Pages/ManageMenu.razor.rz.scp.css */
.page-container[b-stux65kjdi] {
    justify-content: space-evenly;
    align-items: center;
}

h1[b-stux65kjdi] {
    margin-left: 5px;
}

h3[b-stux65kjdi] {
    margin-left: 5px;
    text-align: center;
    font-weight: bolder;
}

[b-stux65kjdi] .thin-border {
    border: 1px solid lightgray;
    border-radius: 5px;
}

[b-stux65kjdi] .list-container {
    height: 98%;
    display: flex;
    flex-direction: column;
    background-color: var(--background);
}
/* /SET/Pages/ManageUtenti.razor.rz.scp.css */
.row-container[b-9qxqawvfab] {
    width: 100%;
    height: 99%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

h1[b-9qxqawvfab] {
    margin-left: 5px;
}

h3[b-9qxqawvfab] {
    margin-left: 5px;
    text-align: center;
    font-weight: bolder;
}

[b-9qxqawvfab] .thin-border {
    border: 1px solid lightgray;
    border-radius: 5px;
    background-color: var(--background);
}

[b-9qxqawvfab] .list-container {
    margin-inline: 8px;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

[b-9qxqawvfab] .drag-container {
    width: 100%;
    flex: 1;
}

[b-9qxqawvfab] .drag-container > div {
    height: 100%;
    margin-bottom: 20px;
}

[b-9qxqawvfab] .users-container {
    height: 49%;
}

[b-9qxqawvfab] fluent-listbox > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-9qxqawvfab] fluent-listbox > div > fluent-option {
    width: 98%;
}
/* /SET/Pages/RecuperoPassword.razor.rz.scp.css */
/* Tema blu allineato a Login.razor.css / Registrazione.razor.css (scoped CSS non
   condivisibile tra componenti). #login-form ad altezza automatica per ospitare gli
   step con piu' campi (OTP, password). */

.login-page[b-nhy5xeb4h5] {
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    padding: var(--sp-4);
    box-sizing: border-box;
    background: linear-gradient(135deg, #0b1f3a 0%, #14365f 45%, #2a6fb0 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0b1f3a;
}

#login-form[b-nhy5xeb4h5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(330px, 100%);
    box-sizing: border-box;
    height: auto;
    min-height: 300px;
    justify-content: center;
    border-radius: 12px;
    padding: 26px 26px 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

#login-form form[b-nhy5xeb4h5] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-logo[b-nhy5xeb4h5] {
    width: 72%;
    margin-bottom: 8px;
}

.input-container[b-nhy5xeb4h5] {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: transparent;
    overflow: visible;
}

.input-block[b-nhy5xeb4h5] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
}

.input-block input[b-nhy5xeb4h5] {
    flex: 1;
    height: 42px;
    border: none;
    padding-left: 12px;
    font-size: .95rem;
    color: #14233a;
    background-color: #eef3f8;
}

.input-block input[b-nhy5xeb4h5]::placeholder {
    color: #5a6b7a;
}

[b-nhy5xeb4h5] .input-icon {
    width: 42px;
    height: 42px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dbe6f1;
    border: none;
}

[b-nhy5xeb4h5] .login-button {
    width: 100%;
    height: 46px;
    margin-top: 4px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: #15509c;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
    transition: background .15s ease;
}

[b-nhy5xeb4h5] .login-button:hover:not(:disabled) {
    background: #1b62bd;
}

[b-nhy5xeb4h5] .login-button:disabled {
    opacity: .6;
    cursor: default;
}

[b-nhy5xeb4h5] .login-button b {
    letter-spacing: 1.5px;
    color: whitesmoke;
}

[b-nhy5xeb4h5] .login-button .ds-spinner-inline {
    color: whitesmoke;
}

.reg-intro[b-nhy5xeb4h5] {
    text-align: center;
    font-size: .9rem;
    margin-bottom: 10px;
    color: whitesmoke;
    overflow-wrap: anywhere;
}

.reg-otp-input[b-nhy5xeb4h5] {
    text-transform: uppercase;
    letter-spacing: 4px;
}

.reg-message[b-nhy5xeb4h5] {
    margin-top: 10px;
    font-size: .85rem;
    text-align: center;
    font-weight: 600;
}

.reg-message.error[b-nhy5xeb4h5] {
    color: #ffb3b3;
}

.reg-message.success[b-nhy5xeb4h5] {
    color: #9ff0c4;
}

.reg-resend[b-nhy5xeb4h5] {
    margin-top: 10px;
    background: none;
    border: none;
    color: #9ecbff;
    font-size: .85rem;
    cursor: pointer;
    width: 100%;
    text-decoration: underline;
}

.reg-done[b-nhy5xeb4h5] {
    text-align: center;
    font-size: .95rem;
    margin: 10px 0 20px;
    color: #9ff0c4;
}

.login-register[b-nhy5xeb4h5] {
    margin-top: 16px;
    text-align: center;
    font-size: .85rem;
}

.login-register-link[b-nhy5xeb4h5] {
    color: #9ecbff;
}
/* /SET/Pages/Registrazione.razor.rz.scp.css */
/* Tema blu allineato a Login.razor.css (scoped CSS non condivisibile tra componenti).
   #login-form ad altezza automatica per ospitare gli step con piu' campi (OTP, password). */

.login-page[b-dv40w2jv29] {
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    padding: var(--sp-4);
    box-sizing: border-box;
    background: linear-gradient(135deg, #0b1f3a 0%, #14365f 45%, #2a6fb0 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0b1f3a;
}

#login-form[b-dv40w2jv29] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(330px, 100%);
    box-sizing: border-box;
    height: auto;
    min-height: 300px;
    justify-content: center;
    border-radius: 12px;
    padding: 26px 26px 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

#login-form form[b-dv40w2jv29] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-logo[b-dv40w2jv29] {
    width: 72%;
    margin-bottom: 8px;
}

.input-container[b-dv40w2jv29] {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: transparent;
    overflow: visible;
}

.input-block[b-dv40w2jv29] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
}

.input-block input[b-dv40w2jv29] {
    flex: 1;
    height: 42px;
    border: none;
    padding-left: 12px;
    font-size: .95rem;
    color: #14233a;
    background-color: #eef3f8;
}

.input-block input[b-dv40w2jv29]::placeholder {
    color: #5a6b7a;
}

[b-dv40w2jv29] .input-icon {
    width: 42px;
    height: 42px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dbe6f1;
    border: none;
}

[b-dv40w2jv29] .login-button {
    width: 100%;
    height: 46px;
    margin-top: 4px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: #15509c;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
    transition: background .15s ease;
}

[b-dv40w2jv29] .login-button:hover:not(:disabled) {
    background: #1b62bd;
}

[b-dv40w2jv29] .login-button:disabled {
    opacity: .6;
    cursor: default;
}

[b-dv40w2jv29] .login-button b {
    letter-spacing: 1.5px;
    color: whitesmoke;
}

[b-dv40w2jv29] .login-button .ds-spinner-inline {
    color: whitesmoke;
}

.reg-intro[b-dv40w2jv29] {
    text-align: center;
    font-size: .9rem;
    margin-bottom: 10px;
    color: whitesmoke;
    overflow-wrap: anywhere;
}

.reg-otp-input[b-dv40w2jv29] {
    text-transform: uppercase;
    letter-spacing: 4px;
}

.reg-message[b-dv40w2jv29] {
    margin-top: 10px;
    font-size: .85rem;
    text-align: center;
    font-weight: 600;
}

.reg-message.error[b-dv40w2jv29] {
    color: #ffb3b3;
}

.reg-message.success[b-dv40w2jv29] {
    color: #9ff0c4;
}

.reg-resend[b-dv40w2jv29] {
    margin-top: 10px;
    background: none;
    border: none;
    color: #9ecbff;
    font-size: .85rem;
    cursor: pointer;
    width: 100%;
    text-decoration: underline;
}

.reg-done[b-dv40w2jv29] {
    text-align: center;
    font-size: .95rem;
    margin: 10px 0 20px;
    color: #9ff0c4;
}

.login-register[b-dv40w2jv29] {
    margin-top: 16px;
    text-align: center;
    font-size: .85rem;
}

.login-register-link[b-dv40w2jv29] {
    color: #9ecbff;
}
