/* /Pages/EventManager/Components/QuickMenuComponent.razor.rz.scp.css */
.navigation-container[b-2i668fm2vp] {
    position: sticky;
    top: 80px;
    height: calc(100vh - 260px + (var(--scroll, 0.0) * min(25vh, calc((35vh - 230px) / 2))));
    padding: 40px 0 0;
    display: flex;
    transition: height 0.1s ease-out;
}

.button-group[b-2i668fm2vp] {
    height: auto;
    gap: 16px;
    margin: 0 auto;
}

.divider-segment[b-2i668fm2vp] {
    width: 2px;
    height: 100%;
    background-color: var(--mud-palette-divider);
    flex: 1;
    margin: 8px 0;
}
/* /Pages/EventManager/Components/Tickets/CreateTicketOptionComponent.razor.rz.scp.css */
.my-select .mud-popover[b-4uqhis0tyt] {
    z-index: 1300 !important;
}
/* /Pages/Events/Components/EventDashboardCardComponent.razor.rz.scp.css */
[b-divw4pz139] .event-card {
    position: relative;
    height: 100%;
}

[b-divw4pz139] .event-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[b-divw4pz139] .event-details {
    display: flex;
}

[b-divw4pz139] .event-description {
    line-height: 2.5ex;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

[b-divw4pz139] .event-actions {
    position: absolute;
    bottom: 0;
    width: 100%
}
/* /Pages/Events/Components/ParticipatesComponent.razor.rz.scp.css */
.participants-container[b-vy9hzluii1] {
    position: relative;
    display: none;
}

.participants-container.showing[b-vy9hzluii1] {
    display: block;
}

.participants-container .overlay[b-vy9hzluii1] {
    position: absolute;
    z-index: 999;
    top: 10px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

[b-vy9hzluii1] .list {
    max-height: 350px;
    overflow-y: auto;
}

@-moz-document url-prefix() {
    [b-vy9hzluii1] .list {
        scrollbar-width: thin;
        padding-right: 1rem !important;
    }
}

.participants-container .overlay .header[b-vy9hzluii1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.participants-container .overlay .header > div:nth-child(1)[b-vy9hzluii1] {
     margin-right: 10px;
}

@media (max-width: 800px) {
    .participants-container[b-vy9hzluii1] {
        position: unset;
    }
    
    [b-vy9hzluii1] .list {
        max-height: 100%;
        overflow-y: scroll;
    }

    .overlay[b-vy9hzluii1] {
        position: fixed !important;
        top: 80px !important;
        overflow: hidden;
        bottom: 30px;
        left: 30px;
        right: 30px;
        height: calc(100vh - 120px);
        padding: 30px !important;
    }
}
/* /Pages/Events/ParticipantsPage.razor.rz.scp.css */
@media print {
    [b-alkkodjc8r] .no-print, .no-print[b-alkkodjc8r] {
        display: none !important;
    }

    [b-alkkodjc8r] .mud-table, .mud-table[b-alkkodjc8r] {
        border: none !important;
        box-shadow: none !important;
    }
    [b-alkkodjc8r] .mud-table thead tr:first-child th, .mud-table thead tr:first-child th[b-alkkodjc8r] {
        border-top: none !important;
    }
    [b-alkkodjc8r] .mud-table tbody tr:last-child td, .mud-table tbody tr:last-child td[b-alkkodjc8r] {
        border-bottom: none !important;
    }
    [b-alkkodjc8r] .mud-table tbody tr td:first-child,
    .mud-table tbody tr td:first-child[b-alkkodjc8r],
    [b-alkkodjc8r] .mud-table thead tr th:first-child,
    .mud-table thead tr th:first-child[b-alkkodjc8r] {
        border-left: none !important;
    }
    [b-alkkodjc8r] .mud-table tbody tr td:last-child,
    .mud-table tbody tr td:last-child[b-alkkodjc8r],
    [b-alkkodjc8r] .mud-table thead tr th:last-child,
    .mud-table thead tr th:last-child[b-alkkodjc8r] {
        border-right: none !important;
    }

}
/* /Pages/Events/SignUpPage.razor.rz.scp.css */
[b-783hrxzrcw] .member {
    background-color: rgba(0, 0, 0, 0.1);
}
/* /Pages/UserInfo/Components/PartnerSelectorTypeComponent.razor.rz.scp.css */
.custom-inline-chipset .mud-chip-container[b-g9ad164nrd] {
    display: inline-block;
}
/* /Shared/MainLayout.razor.rz.scp.css */
@media print {
    [b-ubnqyzciap] .no-print, .no-print[b-ubnqyzciap] {
        display: none !important;
    }
    
    [b-ubnqyzciap] .print-no-spacings, .print-no-spacings[b-ubnqyzciap] {
        padding: 0 !important;
        margin: 0 !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
@media print {
    [b-ifa374qr4l] .no-print, .no-print[b-ifa374qr4l] {
        display: none !important;
    }
}
