/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-page[b-4ezh3dn025] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #1c2a4a 0%, #5d2761 100%);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-m5vea9lfyq] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

main[b-m5vea9lfyq] {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.sidebar[b-m5vea9lfyq] {
    background-image: linear-gradient(180deg, #1c2a4a 0%, #5d2761 70%);
}

.top-row[b-m5vea9lfyq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row-brand[b-m5vea9lfyq] {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    white-space: nowrap;
}

.top-row-brand:hover[b-m5vea9lfyq] {
    text-decoration: none !important;
    opacity: 0.85;
}

.top-row-end[b-m5vea9lfyq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .top-row[b-m5vea9lfyq]  a, .top-row[b-m5vea9lfyq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-m5vea9lfyq]  a:hover, .top-row[b-m5vea9lfyq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-m5vea9lfyq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-m5vea9lfyq]  a, .top-row[b-m5vea9lfyq]  .btn-link {
        margin-left: 0;
    }

    .top-row-brand[b-m5vea9lfyq] {
        font-size: 1rem;
        flex-shrink: 1;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row-end[b-m5vea9lfyq] {
        gap: 0.25rem;
        flex-shrink: 0;
    }

    .top-row-end .input-group[b-m5vea9lfyq] {
        max-width: 7rem;
        flex-shrink: 0;
    }

    .top-row-end .input-group .form-select[b-m5vea9lfyq] {
        max-width: 4.5rem;
        min-width: 0;
        font-size: 0.75rem;
        padding-right: 1.25rem;
        text-overflow: ellipsis;
    }

    .top-row-end .input-group .input-group-text[b-m5vea9lfyq] {
        padding: 0.2rem 0.4rem;
    }
}

@media (min-width: 641px) {
    .page[b-m5vea9lfyq] {
        flex-direction: row;
    }

    .sidebar[b-m5vea9lfyq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m5vea9lfyq] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row.auth[b-m5vea9lfyq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-m5vea9lfyq], article[b-m5vea9lfyq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-m5vea9lfyq] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-m5vea9lfyq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3pmh7g9t29] {
    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-3pmh7g9t29] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-3pmh7g9t29] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3pmh7g9t29] {
    font-size: 1.1rem;
}

.navbar-logo[b-3pmh7g9t29] {
    max-height: 3.0rem;
    width: auto;
    filter: brightness(0) invert(1);
}

.nav-icon[b-3pmh7g9t29] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-module-icon[b-3pmh7g9t29] {
    display: inline-block;
    width: 1.25rem;
    margin-right: 0.75rem;
    font-size: 1.1rem;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.nav-icon-home[b-3pmh7g9t29] {
    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");
}

.nav-item[b-3pmh7g9t29] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3pmh7g9t29] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3pmh7g9t29] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3pmh7g9t29]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        min-height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1.3;
        padding: 0.5rem 0.5rem;
        width: 100%;
    }

.nav-item[b-3pmh7g9t29]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3pmh7g9t29]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-icon-permissions[b-3pmh7g9t29] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625 11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263 63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0m0 5a1.5 1.5 0 0 1 .5 2.915l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99A1.5 1.5 0 0 1 8 5'/%3E%3C/svg%3E");
}

.nav-icon-languages[b-3pmh7g9t29] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4.545 6.714 4.11 8H3l1.862-5h1.284L8 8H6.833l-.435-1.286zm1.634-.736L5.5 3.956h-.049l-.679 2.022z'/%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v3h3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm7.138 9.995q.289.451.63.846c-.748.575-1.673 1.001-2.768 1.292.178.217.451.635.555.867 1.125-.359 2.08-.844 2.886-1.494.777.665 1.739 1.165 2.93 1.472.133-.254.414-.673.629-.89-1.125-.253-2.057-.694-2.82-1.284.681-.747 1.222-1.651 1.621-2.757H14V8h-3v1.047h.765c-.318.844-.74 1.546-1.272 2.13a6 6 0 0 1-.415-.492 2 2 0 0 1-.94.31'/%3E%3C/svg%3E");
}

.nav-icon-modules[b-3pmh7g9t29] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5zM2.5 2a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5zm6.5.5A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5zM1 10.5A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5zm6.5.5A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
}

.nav-section-title[b-3pmh7g9t29] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-sub-section-title[b-3pmh7g9t29] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding-top: 0.5rem;
    padding-bottom: 0.15rem;
}

/* Collapsible sections */
.nav-section-collapsible[b-3pmh7g9t29] {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s ease;
    border-radius: 4px;
}

    .nav-section-collapsible:hover[b-3pmh7g9t29] {
        background-color: rgba(255, 255, 255, 0.05);
    }

.nav-section-label[b-3pmh7g9t29] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-section-chevron[b-3pmh7g9t29] {
    font-size: 0.6rem;
    transition: transform 0.2s ease;
    margin-right: 0.25rem;
    flex-shrink: 0;
}

.nav-section-collapsible.expanded .nav-section-chevron[b-3pmh7g9t29] {
    transform: rotate(90deg);
}

.nav-section-children[b-3pmh7g9t29] {
    overflow: hidden;
}

    .nav-section-children .nav-item:first-of-type[b-3pmh7g9t29] {
        padding-top: 0.25rem;
    }

    .nav-section-children .nav-item:last-of-type[b-3pmh7g9t29] {
        padding-bottom: 0.25rem;
    }

/* Search box */
.nav-search-box[b-3pmh7g9t29] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 1;
    background: inherit;
}

.nav-search-wrapper[b-3pmh7g9t29] {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-search-icon[b-3pmh7g9t29] {
    position: absolute;
    left: 0.6rem;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
    pointer-events: none;
    z-index: 2;
}

.nav-search-input[b-3pmh7g9t29] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    font-size: 0.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 6px;
}

    .nav-search-input[b-3pmh7g9t29]::placeholder {
        color: rgba(255, 255, 255, 0.35);
    }

    .nav-search-input:focus[b-3pmh7g9t29] {
        background-color: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow: none;
        color: white;
    }

.nav-search-clear[b-3pmh7g9t29] {
    position: absolute;
    right: 0.4rem;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
    cursor: pointer;
    padding: 0.15rem 0.3rem;
    line-height: 1;
    z-index: 2;
}

    .nav-search-clear:hover[b-3pmh7g9t29] {
        color: white;
    }

.nav-search-results[b-3pmh7g9t29] {
    margin-top: 0.5rem;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.3);
}

.nav-search-result-item[b-3pmh7g9t29] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #d7d7d7;
    text-decoration: none;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border-radius: 4px;
}

    .nav-search-result-item:hover[b-3pmh7g9t29] {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
        text-decoration: none;
    }

    .nav-search-result-item i[b-3pmh7g9t29] {
        flex-shrink: 0;
        color: rgba(255, 255, 255, 0.6);
    }

.nav-search-result-text[b-3pmh7g9t29] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.nav-search-result-name[b-3pmh7g9t29] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-search-result-path[b-3pmh7g9t29] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.35);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-search-no-results[b-3pmh7g9t29] {
    padding: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.8rem;
    text-align: center;
    font-style: italic;
}

/* Favorites section */
.nav-favorites-section[b-3pmh7g9t29] {
    padding-bottom: 0.25rem;
}

.nav-favorites-title[b-3pmh7g9t29] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.nav-favorites-title-icon[b-3pmh7g9t29] {
    font-size: 0.65rem;
    color: rgba(255, 193, 7, 0.7);
}

.nav-favorite-item[b-3pmh7g9t29] {
    position: relative;
}

/* Star toggle button */
.nav-item-with-star[b-3pmh7g9t29],
.nav-favorite-item[b-3pmh7g9t29] {
    position: relative;
    display: flex;
    align-items: center;
}

    .nav-item-with-star[b-3pmh7g9t29]  .nav-link,
    .nav-favorite-item[b-3pmh7g9t29]  .nav-link {
        flex: 1;
        min-width: 0;
    }

.nav-favorite-star[b-3pmh7g9t29] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.15);
    font-size: 0.75rem;
    cursor: pointer;
    padding: 0.2rem 0.15rem 0.2rem 0;
    line-height: 1;
    flex-shrink: 0;
    transition: color 0.15s ease, transform 0.15s ease;
    opacity: 0;
    align-self: center;
}

.nav-item-with-star:hover .nav-favorite-star[b-3pmh7g9t29],
.nav-favorite-item:hover .nav-favorite-star[b-3pmh7g9t29],
.nav-favorite-star.is-favorite[b-3pmh7g9t29] {
    opacity: 1;
}

.nav-favorite-star:hover[b-3pmh7g9t29] {
    color: rgba(255, 193, 7, 0.9);
    transform: scale(1.2);
}

.nav-favorite-star.is-favorite[b-3pmh7g9t29] {
    color: rgba(255, 193, 7, 0.85);
}

    .nav-favorite-star.is-favorite:hover[b-3pmh7g9t29] {
        color: rgba(255, 193, 7, 1);
    }

.nav-scrollable[b-3pmh7g9t29] {
    display: none;
}

.nav-scrollable .nav[b-3pmh7g9t29] {
    padding-bottom: 2rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3pmh7g9t29] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3pmh7g9t29] {
        display: none;
    }

    .nav-scrollable[b-3pmh7g9t29] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8kjwuveyne],
.components-reconnect-repeated-attempt-visible[b-8kjwuveyne],
.components-reconnect-failed-visible[b-8kjwuveyne],
.components-pause-visible[b-8kjwuveyne],
.components-resume-failed-visible[b-8kjwuveyne],
.components-rejoining-animation[b-8kjwuveyne] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8kjwuveyne],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8kjwuveyne],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8kjwuveyne],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8kjwuveyne],
#components-reconnect-modal.components-reconnect-retrying[b-8kjwuveyne],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8kjwuveyne],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8kjwuveyne],
#components-reconnect-modal.components-reconnect-failed[b-8kjwuveyne],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8kjwuveyne] {
    display: block;
}


#components-reconnect-modal[b-8kjwuveyne] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-8kjwuveyne 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8kjwuveyne 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8kjwuveyne 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8kjwuveyne]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8kjwuveyne 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8kjwuveyne {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8kjwuveyne {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8kjwuveyne {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8kjwuveyne] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8kjwuveyne] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8kjwuveyne] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8kjwuveyne] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8kjwuveyne] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8kjwuveyne] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8kjwuveyne] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8kjwuveyne 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8kjwuveyne] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8kjwuveyne {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
.login-card[b-b71vgcis19] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    padding: 2.5rem;
    width: 100%;
    max-width: 420px;
}

.login-logo[b-b71vgcis19] {
    display: block;
    margin: 0 auto 1.25rem;
    max-width: 198px;
    height: auto;
}

.login-header[b-b71vgcis19] {
    text-align: center;
    margin-bottom: 2rem;
}

    .login-header h1[b-b71vgcis19] {
        font-size: 1.8rem;
        margin-bottom: 0.25rem;
    }

.login-subtitle[b-b71vgcis19] {
    color: #5a5a5a;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.login-body[b-b71vgcis19] {
    margin-bottom: 1.5rem;
}

.login-body .form-label[b-b71vgcis19] {
    font-weight: 500;
    color: #5a5a5a;
}

.login-body .form-control[b-b71vgcis19] {
    padding: 0.6rem 0.75rem;
}

.login-body .form-control:focus[b-b71vgcis19] {
    border-color: #7076b6;
    box-shadow: 0 0 0 0.2rem rgba(112, 118, 182, 0.25);
}

.login-domain-info[b-b71vgcis19] {
    text-align: center;
    margin-top: 1rem;
    color: #5a5a5a;
}

.login-footer[b-b71vgcis19] {
    text-align: center;
    color: #adb5bd;
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
}

.country-select[b-b71vgcis19] {
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
}
/* /Components/Pages/Acquisti/GiacPrincScorta.razor.rz.scp.css */
.table-scroll-container[b-ns1onyfiqr] {
    max-height: calc(100vh - 11rem);
    overflow: auto;
}

.table-scroll-container thead th[b-ns1onyfiqr] {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
    box-shadow: inset 0 -2px 0 #dee2e6;
}

.sortable-header[b-ns1onyfiqr] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.sortable-header:hover[b-ns1onyfiqr] {
    color: #0d6efd;
}

.filter-input[b-ns1onyfiqr] {
    font-size: 0.78rem;
    padding: 0.15rem 0.35rem;
    min-width: 80px;
}
/* /Components/Pages/Acquisti/ProgrammProduz.razor.rz.scp.css */
.ppw-dashboard[b-egxuo5oa43] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ppw-page-header[b-egxuo5oa43] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}

.ppw-panel[b-egxuo5oa43] {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8ecf0;
    transition: box-shadow 0.2s;
}

    .ppw-panel:hover[b-egxuo5oa43] {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    }

    .ppw-panel h2[b-egxuo5oa43] {
        margin: 0 0 1rem 0;
        font-size: 1.1rem;
        color: #1e3a5f;
    }

.ppw-panel-header[b-egxuo5oa43] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

    .ppw-panel-header h2[b-egxuo5oa43] {
        margin: 0;
    }

.ppw-panel-running[b-egxuo5oa43] {
    border-left: 4px solid #0d6efd;
}

.ppw-panel-success[b-egxuo5oa43] {
    border-left: 4px solid #198754;
}

.ppw-panel-error[b-egxuo5oa43] {
    border-left: 4px solid #dc3545;
}

.ppw-status-badge[b-egxuo5oa43] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ppw-badge-running[b-egxuo5oa43] {
    background: #cfe2ff;
    color: #0a58ca;
}

.ppw-badge-success[b-egxuo5oa43] {
    background: #d1e7dd;
    color: #0f5132;
}

.ppw-badge-error[b-egxuo5oa43] {
    background: #f8d7da;
    color: #842029;
}

.ppw-badge-active[b-egxuo5oa43] {
    background: #d1e7dd;
    color: #0f5132;
}

.ppw-badge-inactive[b-egxuo5oa43] {
    background: #e2e3e5;
    color: #41464b;
}

.ppw-status-text[b-egxuo5oa43] {
    font-size: 1rem;
    margin: 0.5rem 0;
    color: #495057;
}

.ppw-status-details[b-egxuo5oa43] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin: 0.75rem 0;
    font-size: 0.9rem;
    color: #6c757d;
}

.ppw-panels-row[b-egxuo5oa43] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

@media (max-width: 768px) {
    .ppw-panels-row[b-egxuo5oa43] {
        grid-template-columns: 1fr;
    }
}

/* Console Live */

.ppw-panel-console[b-egxuo5oa43] {
    border-left: 4px solid #0dcaf0;
}

.ppw-console-output[b-egxuo5oa43] {
    background: #1e1e2e;
    color: #cdd6f4;
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', 'Courier New', monospace;
    font-size: 0.8rem;
    line-height: 1.6;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    max-height: 350px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

    .ppw-console-output[b-egxuo5oa43]::-webkit-scrollbar {
        width: 6px;
    }

    .ppw-console-output[b-egxuo5oa43]::-webkit-scrollbar-thumb {
        background: #45475a;
        border-radius: 3px;
    }

    .ppw-console-output[b-egxuo5oa43]::-webkit-scrollbar-track {
        background: transparent;
    }

.ppw-console-line[b-egxuo5oa43] {
    white-space: pre-wrap;
    word-break: break-all;
    padding: 1px 0;
}

.ppw-console-error[b-egxuo5oa43] {
    color: #f38ba8;
}

.ppw-console-ok[b-egxuo5oa43] {
    color: #a6e3a1;
}

.ppw-console-warn[b-egxuo5oa43] {
    color: #fab387;
}

.ppw-console-cursor[b-egxuo5oa43] {
    color: #89b4fa;
    animation: ppw-blink-b-egxuo5oa43 1s step-end infinite;
}

@keyframes ppw-blink-b-egxuo5oa43 {
    50% {
        opacity: 0;
    }
}

.ppw-console-indicator[b-egxuo5oa43] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #dc3545;
    animation: ppw-pulse-b-egxuo5oa43 1.5s ease-in-out infinite;
}

@keyframes ppw-pulse-b-egxuo5oa43 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

/* Log Table */

.ppw-log-table td[b-egxuo5oa43] {
    vertical-align: top;
    font-size: 0.85rem;
}

.ppw-log-success[b-egxuo5oa43] {
    border-left: 3px solid #198754;
}

.ppw-log-error[b-egxuo5oa43] {
    border-left: 3px solid #dc3545;
    background: #fff5f5;
}

.ppw-log-details[b-egxuo5oa43] {
    background: #f8f9fa;
    padding: 0.5rem;
    border-radius: 4px;
    font-size: 0.78rem;
    max-width: 400px;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-all;
    margin: 0.25rem 0 0 0;
}
/* /Components/Pages/Acquisti/ProgrammProduzSettings.razor.rz.scp.css */
.ppws-dashboard[b-ls63v8upa3] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ppws-page-header[b-ls63v8upa3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}

.ppws-panel[b-ls63v8upa3] {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8ecf0;
    transition: box-shadow 0.2s;
}

    .ppws-panel:hover[b-ls63v8upa3] {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    }

    .ppws-panel h2[b-ls63v8upa3] {
        margin: 0 0 1rem 0;
        font-size: 1.1rem;
        color: #1e3a5f;
    }

.ppws-input-wide[b-ls63v8upa3] {
    max-width: 600px;
}

.ppws-btn-test-email[b-ls63v8upa3] {
    background: linear-gradient(135deg, #6f42c1, #5a32a3);
    color: white;
    border: none;
}

    .ppws-btn-test-email:hover:not(:disabled)[b-ls63v8upa3] {
        background: linear-gradient(135deg, #5a32a3, #4a2889);
        box-shadow: 0 2px 8px rgba(111, 66, 193, 0.3);
        color: white;
    }

    .ppws-btn-test-email:disabled[b-ls63v8upa3] {
        opacity: 0.6;
        color: white;
    }
/* /Components/Pages/Analisi/AnalisiFunzionari/MonitoraggioTutteCampionature.razor.rz.scp.css */
/* Spinner visibile immediatamente (puro HTML/CSS), prima che Blazor si inizializzi.
   Nascosto via JS in OnAfterRenderAsync(firstRender). */
.pre-circuit-loader[b-44oygqmyb2] {
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.loading-overlay[b-44oygqmyb2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-popup[b-44oygqmyb2] {
    background: #fff;
    border-radius: 12px;
    padding: 2.5rem 3rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.table-scroll-container[b-44oygqmyb2] {
    max-height: calc(100vh - 14rem);
    overflow: auto;
}

.table-scroll-container thead th[b-44oygqmyb2] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f8f9fa;
    white-space: nowrap;
    font-size: 0.75rem;
    padding: 0.35rem 0.5rem;
    vertical-align: top;
}

.table-scroll-container tbody td[b-44oygqmyb2] {
    white-space: nowrap;
    font-size: 0.78rem;
    padding: 0.25rem 0.5rem;
    vertical-align: middle;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sortable-header[b-44oygqmyb2] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.filter-input[b-44oygqmyb2] {
    min-width: 60px;
    max-width: 120px;
    font-size: 0.72rem;
    padding: 0.15rem 0.3rem;
    height: auto;
}

.filtro-label[b-44oygqmyb2] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
}

.filtri-top .btn-sm[b-44oygqmyb2] {
    font-size: 0.78rem;
}

.edit-cell[b-44oygqmyb2] {
    min-width: 150px;
    max-width: 220px;
    padding: 0.1rem 0.3rem !important;
}

.edit-cell select[b-44oygqmyb2] {
    min-width: 130px;
    font-size: 0.75rem;
    padding: 0.1rem 0.25rem;
    height: auto;
}

.undo-toast[b-44oygqmyb2] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    background: #198754;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    z-index: 9999;
    animation: fadeInUp-b-44oygqmyb2 0.3s ease;
}

@keyframes fadeInUp-b-44oygqmyb2 {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* /Components/Pages/Analisi/AnalisiFunzionari/MonitoraggioTutteOfferte.razor.rz.scp.css */
/* Spinner visibile immediatamente (puro HTML/CSS), prima che Blazor si inizializzi.
   Nascosto via JS in OnAfterRenderAsync(firstRender). */
.pre-circuit-loader[b-t6bwvp13cf] {
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.loading-overlay[b-t6bwvp13cf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-popup[b-t6bwvp13cf] {
    background: #fff;
    border-radius: 12px;
    padding: 2.5rem 3rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.table-scroll-container[b-t6bwvp13cf] {
    max-height: calc(100vh - 14rem);
    overflow: auto;
}

.table-scroll-container thead th[b-t6bwvp13cf] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f8f9fa;
    white-space: nowrap;
    font-size: 0.75rem;
    padding: 0.35rem 0.5rem;
    vertical-align: top;
}

.table-scroll-container tbody td[b-t6bwvp13cf] {
    white-space: nowrap;
    font-size: 0.78rem;
    padding: 0.25rem 0.5rem;
    vertical-align: middle;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sortable-header[b-t6bwvp13cf] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.filter-input[b-t6bwvp13cf] {
    min-width: 60px;
    max-width: 120px;
    font-size: 0.72rem;
    padding: 0.15rem 0.3rem;
    height: auto;
}

.filtro-label[b-t6bwvp13cf] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
}

.filtri-top .btn-sm[b-t6bwvp13cf] {
    font-size: 0.78rem;
}

.edit-cell[b-t6bwvp13cf] {
    min-width: 150px;
    max-width: 220px;
    padding: 0.1rem 0.3rem !important;
}

.edit-cell select[b-t6bwvp13cf] {
    min-width: 130px;
    font-size: 0.75rem;
    padding: 0.1rem 0.25rem;
    height: auto;
}

.undo-toast[b-t6bwvp13cf] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    background: #198754;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    z-index: 9999;
    animation: fadeInUp-b-t6bwvp13cf 0.3s ease;
}

@keyframes fadeInUp-b-t6bwvp13cf {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* /Components/Pages/Analisi/Comm/MonCampPag.razor.rz.scp.css */
.loading-overlay[b-8575atsodj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-popup[b-8575atsodj] {
    background: #fff;
    border-radius: 12px;
    padding: 2.5rem 3rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.table-scroll-container[b-8575atsodj] {
    max-height: calc(100vh - 11rem);
    overflow: auto;
}

.table-scroll-container thead th[b-8575atsodj] {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
    box-shadow: inset 0 -2px 0 #dee2e6;
}

.sortable-header[b-8575atsodj] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.sortable-header:hover[b-8575atsodj] {
    color: #0d6efd;
}

.filter-input[b-8575atsodj] {
    font-size: 0.78rem;
    padding: 0.15rem 0.35rem;
    min-width: 80px;
}
/* /Components/Pages/Analisi/StatProd.razor.rz.scp.css */
.table-scroll-container[b-wfjdxopv1p] {
    max-height: calc(100vh - 11rem);
    overflow: auto;
}

.table-scroll-container thead th[b-wfjdxopv1p] {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
    box-shadow: inset 0 -2px 0 #dee2e6;
}

.sortable-header[b-wfjdxopv1p] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.sortable-header:hover[b-wfjdxopv1p] {
    color: #0d6efd;
}

.filter-input[b-wfjdxopv1p] {
    font-size: 0.78rem;
    padding: 0.15rem 0.35rem;
    min-width: 80px;
}
/* /Components/Pages/Analisi/StatProdFunzRi.razor.rz.scp.css */
.table-scroll-container[b-uf4fyyj9xw] {
    max-height: calc(100vh - 11rem);
    overflow: auto;
}

.table-scroll-container thead th[b-uf4fyyj9xw] {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
    box-shadow: inset 0 -2px 0 #dee2e6;
}

.sortable-header[b-uf4fyyj9xw] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.sortable-header:hover[b-uf4fyyj9xw] {
    color: #0d6efd;
}

.filter-input[b-uf4fyyj9xw] {
    font-size: 0.78rem;
    padding: 0.15rem 0.35rem;
    min-width: 80px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Hero Banner */
.home-hero[b-wctoc6itwt] {
    background: linear-gradient(135deg, var(--brand-blu) 0%, var(--brand-viola) 100%);
    border-radius: 1rem;
    padding: 2.5rem 2rem 2rem 2rem;
    margin-bottom: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.home-hero-content[b-wctoc6itwt] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.home-hero-brand[b-wctoc6itwt] {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1;
    color: #ffffff;
}

.home-hero-brand .hero-biessse[b-wctoc6itwt] {
    color: #ffffff;
}

.home-hero-brand .hero-one[b-wctoc6itwt] {
    color: #c8a8e0;
}

.home-hero-sub[b-wctoc6itwt] {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.75);
    font-weight: 400;
    letter-spacing: 0.3px;
}

.home-hero-datetime[b-wctoc6itwt] {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.55);
    text-transform: capitalize;
    margin-top: 0.2rem;
}

/* Section titles */
.home-areas-title[b-wctoc6itwt] {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--brand-lilla);
    margin-bottom: 0.85rem;
}

/* Area cards grid */
.home-areas[b-wctoc6itwt] {
    margin-bottom: 2rem;
}

.home-cards-grid[b-wctoc6itwt] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.home-card[b-wctoc6itwt] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    border: 1px solid #e8e8f0;
    border-radius: 0.75rem;
    padding: 1rem 1rem 1rem 1rem;
    text-decoration: none !important;
    color: inherit;
    transition: box-shadow 0.18s, transform 0.18s, border-color 0.18s;
    cursor: pointer;
}

.home-card:hover[b-wctoc6itwt] {
    box-shadow: 0 4px 20px rgba(92, 39, 97, 0.13);
    border-color: var(--brand-lilla);
    transform: translateY(-2px);
    text-decoration: none !important;
    color: inherit;
}

.home-card-icon[b-wctoc6itwt] {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
}

.home-card-body[b-wctoc6itwt] {
    flex: 1;
    min-width: 0;
}

.home-card-title[b-wctoc6itwt] {
    font-weight: 600;
    font-size: 0.97rem;
    color: var(--brand-blu);
    margin-bottom: 0.15rem;
}

.home-card-desc[b-wctoc6itwt] {
    font-size: 0.8rem;
    color: #888;
    line-height: 1.3;
}

.home-card-arrow[b-wctoc6itwt] {
    color: #ccc;
    font-size: 0.85rem;
    flex-shrink: 0;
    transition: color 0.15s;
}

.home-card:hover .home-card-arrow[b-wctoc6itwt] {
    color: var(--brand-lilla);
}

/* Quick links */
.home-quicklinks[b-wctoc6itwt] {
    margin-bottom: 2rem;
}

.home-quicklinks-grid[b-wctoc6itwt] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.home-ql[b-wctoc6itwt] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #f4f4f8;
    border: 1px solid #e0e0ea;
    border-radius: 2rem;
    padding: 0.38rem 0.9rem;
    font-size: 0.82rem;
    color: var(--brand-blu);
    text-decoration: none !important;
    font-weight: 500;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.home-ql:hover[b-wctoc6itwt] {
    background: var(--brand-viola);
    border-color: var(--brand-viola);
    color: #fff;
    text-decoration: none !important;
}

.home-ql i[b-wctoc6itwt] {
    font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 640px) {
    .home-hero[b-wctoc6itwt] {
        padding: 1.5rem 1rem;
    }

    .home-hero-brand[b-wctoc6itwt] {
        font-size: 1.75rem;
    }

    .home-cards-grid[b-wctoc6itwt] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Ict/Gestione/TicketDashboard.razor.rz.scp.css */
.loading-overlay[b-2whnd4b5di] {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.loading-popup[b-2whnd4b5di] {
    background: #fff;
    border-radius: .75rem;
    padding: 2rem 3rem;
    text-align: center;
    box-shadow: 0 .5rem 2rem rgba(0,0,0,.15);
}

.cursor-pointer[b-2whnd4b5di] {
    cursor: pointer;
}

.cursor-pointer:hover td[b-2whnd4b5di] {
    background-color: rgba(var(--bs-primary-rgb), .06) !important;
}

.filter-dropdown[b-2whnd4b5di] {
    position: relative;
}

.filter-dropdown .dropdown-menu[b-2whnd4b5di] {
    max-height: 280px;
    overflow-y: auto;
    box-shadow: 0 .25rem 1rem rgba(0,0,0,.15);
    z-index: 1060;
}

.filter-dropdown .form-check[b-2whnd4b5di] {
    padding: .25rem .5rem .25rem 1.75rem;
    border-radius: .25rem;
    transition: background-color .15s;
}

.filter-dropdown .form-check:hover[b-2whnd4b5di] {
    background-color: rgba(var(--bs-primary-rgb), .06);
}

.filter-dropdown .form-check-label[b-2whnd4b5di] {
    cursor: pointer;
    font-size: .875rem;
}
/* /Components/Pages/Ict/Gestione/TicketManage.razor.rz.scp.css */
.loading-overlay[b-ahlpy1xsb0] {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.loading-popup[b-ahlpy1xsb0] {
    background: #fff;
    border-radius: .75rem;
    padding: 2rem 3rem;
    text-align: center;
    box-shadow: 0 .5rem 2rem rgba(0,0,0,.15);
}

.whitespace-prewrap[b-ahlpy1xsb0] {
    white-space: pre-wrap;
}

.timeline-item[b-ahlpy1xsb0] {
    border-left: 3px solid var(--bs-border-color);
    padding-left: 1rem;
}

.timeline-item:last-child[b-ahlpy1xsb0] {
    margin-bottom: 0 !important;
}

dl dt[b-ahlpy1xsb0] {
    font-size: .85rem;
    color: #6c757d;
    margin-top: .5rem;
}

dl dd[b-ahlpy1xsb0] {
    margin-bottom: 0;
}

.timer-widget[b-ahlpy1xsb0] {
    white-space: nowrap;
}

.timer-display[b-ahlpy1xsb0] {
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 1.15rem;
    font-weight: 600;
    padding: .35rem .75rem;
    border-radius: .5rem;
    background: var(--bs-light, #f8f9fa);
    border: 1px solid var(--bs-border-color, #dee2e6);
    min-width: 5.5rem;
    text-align: center;
    display: inline-flex;
    align-items: center;
}

.timer-display.timer-active[b-ahlpy1xsb0] {
    background: #fff3cd;
    border-color: #ffc107;
    color: #856404;
    animation: timer-pulse-b-ahlpy1xsb0 1.5s ease-in-out infinite;
}

@keyframes timer-pulse-b-ahlpy1xsb0 {
    0%, 100% { opacity: 1; }
    50% { opacity: .75; }
}

.preview-overlay[b-ahlpy1xsb0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1060;
    padding: 1.5rem;
}

.preview-container[b-ahlpy1xsb0] {
    background: #fff;
    border-radius: .75rem;
    width: 90vw;
    max-width: 1100px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .25);
    overflow: hidden;
}

.preview-header[b-ahlpy1xsb0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1.25rem;
    background: #343a40;
    color: #fff;
    gap: 1rem;
}

.preview-body[b-ahlpy1xsb0] {
    flex: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    min-height: 300px;
}

.preview-image[b-ahlpy1xsb0] {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.preview-frame[b-ahlpy1xsb0] {
    width: 100%;
    height: 80vh;
    border: none;
}

.preview-video[b-ahlpy1xsb0] {
    max-width: 100%;
    max-height: 80vh;
}

/* Chat */
.chat-container[b-ahlpy1xsb0] {
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.chat-bubble-row[b-ahlpy1xsb0] {
    display: flex;
}

.chat-bubble-row.chat-own[b-ahlpy1xsb0] {
    justify-content: flex-end;
}

.chat-bubble-row.chat-other[b-ahlpy1xsb0] {
    justify-content: flex-start;
}

.chat-bubble[b-ahlpy1xsb0] {
    max-width: 75%;
    padding: .5rem .75rem;
    border-radius: .75rem;
    word-wrap: break-word;
}

.bubble-own[b-ahlpy1xsb0] {
    background-color: #d1e7fd;
    border-bottom-right-radius: .2rem;
}

.bubble-other[b-ahlpy1xsb0] {
    background-color: #f0f0f0;
    border-bottom-left-radius: .2rem;
}

.chat-sender[b-ahlpy1xsb0] {
    font-weight: 600;
    font-size: .78rem;
    color: #495057;
    margin-bottom: .15rem;
}

.chat-text[b-ahlpy1xsb0] {
    white-space: pre-wrap;
    font-size: .875rem;
}

.chat-time[b-ahlpy1xsb0] {
    font-size: .7rem;
    color: #6c757d;
    text-align: right;
    margin-top: .2rem;
}

.chat-input-area textarea[b-ahlpy1xsb0] {
    resize: none;
}
/* /Components/Pages/Ict/IctAiAssistant.razor.rz.scp.css */
.ai-chat-container[b-h4q1dm9gfd] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 120px);
    min-height: 500px;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    overflow: hidden;
    background: #fff;
}

.ai-chat-messages[b-h4q1dm9gfd] {
    flex: 1;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.ai-chat-input[b-h4q1dm9gfd] {
    flex-shrink: 0;
    background: #fff;
}

.ai-bubble-user[b-h4q1dm9gfd] {
    max-width: 75%;
    word-wrap: break-word;
    font-size: .93rem;
}

.ai-bubble-assistant[b-h4q1dm9gfd] {
    max-width: 80%;
    word-wrap: break-word;
    font-size: .93rem;
    line-height: 1.6;
}

/* Typing animation */
.typing-dots[b-h4q1dm9gfd] {
    display: flex;
    gap: 4px;
    align-items: center;
    height: 20px;
}

.typing-dots span[b-h4q1dm9gfd] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #adb5bd;
    animation: typingBounce-b-h4q1dm9gfd 1.2s infinite ease-in-out;
}

.typing-dots span:nth-child(2)[b-h4q1dm9gfd] { animation-delay: .2s; }
.typing-dots span:nth-child(3)[b-h4q1dm9gfd] { animation-delay: .4s; }

@keyframes typingBounce-b-h4q1dm9gfd {
    0%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-8px); }
}
/* /Components/Pages/Ict/IctStrategistChat.razor.rz.scp.css */
.typing-dots[b-jaislkr098] {
    display: flex;
    gap: 4px;
    align-items: center;
    height: 20px;
}

.typing-dots span[b-jaislkr098] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #adb5bd;
    animation: typingBounce-b-jaislkr098 1.2s infinite ease-in-out;
}

.typing-dots span:nth-child(2)[b-jaislkr098] { animation-delay: .2s; }
.typing-dots span:nth-child(3)[b-jaislkr098] { animation-delay: .4s; }

@keyframes typingBounce-b-jaislkr098 {
    0%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-8px); }
}

.strategist-layout[b-jaislkr098] {
    min-height: 500px;
}
/* /Components/Pages/Ict/TicketDetail.razor.rz.scp.css */
.loading-overlay[b-mdek8ww1el] {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.loading-popup[b-mdek8ww1el] {
    background: #fff;
    border-radius: .75rem;
    padding: 2rem 3rem;
    text-align: center;
    box-shadow: 0 .5rem 2rem rgba(0,0,0,.15);
}

.whitespace-prewrap[b-mdek8ww1el] {
    white-space: pre-wrap;
}

.timeline-item[b-mdek8ww1el] {
    border-left: 3px solid var(--bs-border-color);
    padding-left: 1rem;
}

.timeline-item:last-child[b-mdek8ww1el] {
    margin-bottom: 0 !important;
}

dl dt[b-mdek8ww1el] {
    font-size: .85rem;
    color: #6c757d;
    margin-top: .5rem;
}

dl dd[b-mdek8ww1el] {
    margin-bottom: 0;
}

/* Chat */
.chat-container[b-mdek8ww1el] {
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.chat-bubble-row[b-mdek8ww1el] {
    display: flex;
}

.chat-bubble-row.chat-own[b-mdek8ww1el] {
    justify-content: flex-end;
}

.chat-bubble-row.chat-other[b-mdek8ww1el] {
    justify-content: flex-start;
}

.chat-bubble[b-mdek8ww1el] {
    max-width: 75%;
    padding: .5rem .75rem;
    border-radius: .75rem;
    word-wrap: break-word;
}

.bubble-own[b-mdek8ww1el] {
    background-color: #d1e7fd;
    border-bottom-right-radius: .2rem;
}

.bubble-other[b-mdek8ww1el] {
    background-color: #f0f0f0;
    border-bottom-left-radius: .2rem;
}

.chat-sender[b-mdek8ww1el] {
    font-weight: 600;
    font-size: .78rem;
    color: #495057;
    margin-bottom: .15rem;
}

.chat-text[b-mdek8ww1el] {
    white-space: pre-wrap;
    font-size: .875rem;
}

.chat-time[b-mdek8ww1el] {
    font-size: .7rem;
    color: #6c757d;
    text-align: right;
    margin-top: .2rem;
}

.chat-input-area textarea[b-mdek8ww1el] {
    resize: none;
}
/* /Components/Pages/Ict/TicketList.razor.rz.scp.css */
.loading-overlay[b-dbut4tprbt] {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.loading-popup[b-dbut4tprbt] {
    background: #fff;
    border-radius: .75rem;
    padding: 2rem 3rem;
    text-align: center;
    box-shadow: 0 .5rem 2rem rgba(0,0,0,.15);
}

.cursor-pointer[b-dbut4tprbt] {
    cursor: pointer;
}

.cursor-pointer:hover td[b-dbut4tprbt] {
    background-color: rgba(var(--bs-primary-rgb), .06) !important;
}
/* /Components/Pages/Ict/TicketNew.razor.rz.scp.css */
.loading-overlay[b-6y20ko1t65] {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.loading-popup[b-6y20ko1t65] {
    background: #fff;
    border-radius: .75rem;
    padding: 2rem 3rem;
    text-align: center;
    box-shadow: 0 .5rem 2rem rgba(0,0,0,.15);
}
/* /Components/Pages/Logistica/GestMovMag.razor.rz.scp.css */
.table-scroll-container[b-xy7sk4tlsj] {
    max-height: calc(100vh - 14rem);
    overflow: auto;
}

.table-scroll-container thead th[b-xy7sk4tlsj] {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
    box-shadow: inset 0 -2px 0 #dee2e6;
}

.sortable-header[b-xy7sk4tlsj] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.sortable-header:hover[b-xy7sk4tlsj] {
    color: #0d6efd;
}

.filter-input[b-xy7sk4tlsj] {
    font-size: 0.78rem;
    padding: 0.15rem 0.35rem;
    min-width: 80px;
}

.loading-overlay[b-xy7sk4tlsj] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-popup[b-xy7sk4tlsj] {
    text-align: center;
    padding: 2rem;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 .25rem 1rem rgba(0,0,0,.15);
}

/* Nasconde frecce spinner nell'input numero pagina */
input[type="number"].paginator-input[b-xy7sk4tlsj]::-webkit-outer-spin-button,
input[type="number"].paginator-input[b-xy7sk4tlsj]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"].paginator-input[b-xy7sk4tlsj] {
    -moz-appearance: textfield;
    appearance: textfield;
    width: 80px;
}
/* /Components/Pages/ManGen/CheckArtUso.razor.rz.scp.css */
.loading-overlay[b-xhqwsskvjv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-popup[b-xhqwsskvjv] {
    background: #fff;
    border-radius: 12px;
    padding: 2.5rem 3rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.table-scroll-container[b-xhqwsskvjv] {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
}

.table-scroll-container thead th[b-xhqwsskvjv] {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
    box-shadow: inset 0 -2px 0 #dee2e6;
}
/* /Components/Pages/ManGen/ConfGiacMag.razor.rz.scp.css */
.loading-overlay[b-dmoejaf23c] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-popup[b-dmoejaf23c] {
    background: #fff;
    border-radius: 12px;
    padding: 2.5rem 3rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.sortable-header[b-dmoejaf23c] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.sortable-header:hover[b-dmoejaf23c] {
    color: #0d6efd;
}

.filter-input[b-dmoejaf23c] {
    font-size: 0.78rem;
    padding: 0.15rem 0.35rem;
    min-width: 80px;
}

.multiselect-dropdown[b-dmoejaf23c] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 180px;
    max-height: 260px;
    display: flex;
    flex-direction: column;
}

.multiselect-actions[b-dmoejaf23c] {
    font-size: 0.78rem;
    flex-shrink: 0;
}

.multiselect-items[b-dmoejaf23c] {
    overflow-y: auto;
    flex: 1;
}

.multiselect-items label[b-dmoejaf23c] {
    cursor: pointer;
    font-size: 0.82rem;
    margin: 0;
}

.multiselect-items label:hover[b-dmoejaf23c] {
    background-color: #f8f9fa;
}
/* /Components/Pages/ManGen/ConfGiacMagProd.razor.rz.scp.css */
.loading-overlay[b-xf0fzhx510] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-popup[b-xf0fzhx510] {
    background: #fff;
    border-radius: 12px;
    padding: 2.5rem 3rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.sortable-header[b-xf0fzhx510] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.sortable-header:hover[b-xf0fzhx510] {
    color: #0d6efd;
}

.filter-input[b-xf0fzhx510] {
    font-size: 0.78rem;
    padding: 0.15rem 0.35rem;
    min-width: 80px;
}

.multiselect-dropdown[b-xf0fzhx510] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 180px;
    max-height: 260px;
    display: flex;
    flex-direction: column;
}

.multiselect-actions[b-xf0fzhx510] {
    font-size: 0.78rem;
    flex-shrink: 0;
}

.multiselect-items[b-xf0fzhx510] {
    overflow-y: auto;
    flex: 1;
}

.multiselect-items label[b-xf0fzhx510] {
    cursor: pointer;
    font-size: 0.82rem;
    margin: 0;
}

.multiselect-items label:hover[b-xf0fzhx510] {
    background-color: #f8f9fa;
}
/* /Components/Pages/ManGen/FixQtaSpedizione.razor.rz.scp.css */
input[b-f454fu3jk5]::placeholder {
    color: #b0b8c1;
    font-style: italic;
    font-weight: 400;
}
/* /Components/Pages/ManGen/ManConfArt.razor.rz.scp.css */
.loading-overlay[b-cxafcaqngm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-popup[b-cxafcaqngm] {
    background: #fff;
    border-radius: 12px;
    padding: 2.5rem 3rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.table-scroll-container[b-cxafcaqngm] {
    max-height: calc(100vh - 13rem);
    overflow-y: auto;
    overflow-x: auto;
}

.table-scroll-container thead th[b-cxafcaqngm] {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
    box-shadow: inset 0 -2px 0 #dee2e6;
}

.sortable-header[b-cxafcaqngm] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.sortable-header:hover[b-cxafcaqngm] {
    color: #0d6efd;
}

.filter-input[b-cxafcaqngm] {
    font-size: 0.78rem;
    padding: 0.15rem 0.35rem;
    min-width: 80px;
}

.edit-cell[b-cxafcaqngm] {
    min-width: 160px;
}

.edit-cell select[b-cxafcaqngm],
.edit-cell input[b-cxafcaqngm] {
    min-width: 140px;
}

.undo-toast[b-cxafcaqngm] {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: #323232;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    z-index: 9999;
    animation: slideUp-b-cxafcaqngm 0.3s ease-out;
    white-space: nowrap;
}

.btn-close-sm[b-cxafcaqngm] {
    font-size: 0.65rem;
}

@keyframes slideUp-b-cxafcaqngm {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}
/* /Components/Shared/ProfileMenu.razor.rz.scp.css */
/* Wrapper */
.profile-menu-wrapper[b-nqf44b92b8] {
    position: relative;
    display: flex;
    align-items: center;
}

/* Trigger button */
.profile-trigger[b-nqf44b92b8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    color: inherit;
    transition: background-color 0.15s;
}

    .profile-trigger:hover[b-nqf44b92b8] {
        background-color: rgba(0,0,0,0.05);
    }

/* Avatar piccolo nella top bar */
.profile-avatar-sm[b-nqf44b92b8] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .profile-avatar-sm img[b-nqf44b92b8] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .profile-avatar-sm svg[b-nqf44b92b8] {
        width: 100%;
        height: 100%;
    }

.profile-name[b-nqf44b92b8] {
    font-size: 0.875rem;
    white-space: nowrap;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-chevron[b-nqf44b92b8] {
    font-size: 0.65rem;
    opacity: 0.6;
}

/* Overlay trasparente per chiudere il dropdown */
.profile-overlay[b-nqf44b92b8] {
    position: fixed;
    inset: 0;
    z-index: 1050;
}

/* Dropdown menu */
.profile-dropdown-menu[b-nqf44b92b8] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1051;
    min-width: 220px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    padding: 0.25rem 0;
    margin-top: 0.25rem;
}

.profile-dropdown-item[b-nqf44b92b8] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1rem;
    background: none;
    border: none;
    color: #212529;
    font-size: 0.875rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s;
}

    .profile-dropdown-item:hover[b-nqf44b92b8] {
        background-color: #f8f9fa;
        color: #212529;
        text-decoration: none;
    }

.profile-dropdown-divider[b-nqf44b92b8] {
    height: 0;
    margin: 0.25rem 0;
    border-top: 1px solid #dee2e6;
}

/* Modal backdrop e dialog */
.profile-modal-backdrop[b-nqf44b92b8] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1060;
}

.profile-modal[b-nqf44b92b8] {
    position: fixed;
    inset: 0;
    z-index: 1061;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.profile-modal-dialog[b-nqf44b92b8] {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
    width: 100%;
    max-width: 400px;
    overflow: hidden;
}

.profile-modal-header[b-nqf44b92b8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
}

    .profile-modal-header h5[b-nqf44b92b8] {
        margin: 0;
        font-size: 1.1rem;
    }

.profile-modal-body[b-nqf44b92b8] {
    padding: 1.5rem 1.25rem;
}

/* Anteprima avatar grande nel modal */
.profile-avatar-preview[b-nqf44b92b8] {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .profile-avatar-preview img[b-nqf44b92b8] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.profile-avatar-placeholder-lg[b-nqf44b92b8] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .profile-avatar-placeholder-lg svg[b-nqf44b92b8] {
        width: 80%;
        height: 80%;
    }
