/* _content/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-wb9gaz3x0h] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    /*justify-content: flex-start;*/
    justify-content: space-between;
}

.header-navbar .navbar-toggler[b-wb9gaz3x0h] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-wb9gaz3x0h] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-wb9gaz3x0h] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-wb9gaz3x0h] {
        font-size: inherit;
    }
}
/* _content/Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-n0goj7eqdf] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-n0goj7eqdf] .page-layout,
[b-n0goj7eqdf] .page-layout > .dx-gridlayout-root,
[b-n0goj7eqdf] .layout-item {
    background-color: inherit;
}

[b-n0goj7eqdf] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-n0goj7eqdf] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-n0goj7eqdf] .fit-width {
    max-width: 100%;
}

[b-n0goj7eqdf] .mw-1100 {
    max-width: 1100px;
}
/* _content/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-p82mfppjfa] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: inherit;
}

.sidebar.collapse[b-p82mfppjfa] {
    display: none;
}

.sidebar.expand[b-p82mfppjfa] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-p82mfppjfa] {
        display: none;
    }

    .sidebar.expand[b-p82mfppjfa] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-p82mfppjfa] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-p82mfppjfa] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-p82mfppjfa] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-p82mfppjfa] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}
[b-p82mfppjfa] .app-sidebar,
[b-p82mfppjfa] .app-sidebar > .nav-pills,
[b-p82mfppjfa] .app-sidebar > .nav-pills > .nav-item,
[b-p82mfppjfa] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
    background-color: inherit;
}

@media (max-width: 1199.98px) {
    [b-p82mfppjfa] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
/* _content/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-97fkpxhf86] {
    position: relative;
    display: inline-block;
/*    border-bottom: 1px dotted black;*/
    cursor: help;
}

span[b-97fkpxhf86] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-97fkpxhf86]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-97fkpxhf86] {
    visibility: visible;
}
/* _content/Shared/VisitorChip.razor.rz.scp.css */
.chip[b-maxng5car6] {
    display: inline-block;
    padding: 10px 20px;
    /*height: 40px;*/
    font-size: 16px;
    border-radius: 25px;
    background-color: #f1f1f1;
}
    .chip.lh[b-maxng5car6] {
        /*line-height: 50px;*/
    }

    .chip img[b-maxng5car6] {
        float: left;
        margin: 0 10px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.closebtn[b-maxng5car6] {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

    .closebtn:hover[b-maxng5car6] {
        color: #000;
    }


/*.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.closebtn:hover {
    color: #000;
}
*/
/* _content/Shared/VisitVisitorListControl.razor.rz.scp.css */
.partecipant-container[b-w5zmyshvyc] {
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: clip;
}
