@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.tw2xma3vzh.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3wwjypdg2m] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page.fullscreen-mode[b-3wwjypdg2m] {
    flex-direction: column;
}

.page.fullscreen-mode .sidebar[b-3wwjypdg2m] {
    display: none;
}

main[b-3wwjypdg2m] {
    flex: 1;
}

main.fullscreen-content[b-3wwjypdg2m] {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.sidebar[b-3wwjypdg2m] {
    background: linear-gradient(180deg, rgba(15, 12, 41, 0.95) 0%, rgba(48, 43, 99, 0.95) 50%, rgba(36, 36, 62, 0.95) 100%);
    backdrop-filter: blur(20px);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 4px 0 30px rgba(0, 0, 0, 0.3);
}

.top-row[b-3wwjypdg2m] {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.top-row:hover[b-3wwjypdg2m] {
    background: rgba(255, 255, 255, 0.05);
}

.top-row[b-3wwjypdg2m]  a, .top-row[b-3wwjypdg2m]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 50px;
}

.top-row[b-3wwjypdg2m]  a:hover, .top-row[b-3wwjypdg2m]  .btn-link:hover {
    text-decoration: none;
    background: rgba(102, 126, 234, 0.2);
    color: #a8b6ff;
    transform: translateY(-2px);
}

.top-row[b-3wwjypdg2m]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-3wwjypdg2m] {
        justify-content: space-between;
    }

    .top-row[b-3wwjypdg2m]  a, .top-row[b-3wwjypdg2m]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page:not(.fullscreen-mode)[b-3wwjypdg2m] {
        flex-direction: row;
    }

    .sidebar[b-3wwjypdg2m] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3wwjypdg2m] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3wwjypdg2m]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3wwjypdg2m], article:not(.p-0)[b-3wwjypdg2m] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3wwjypdg2m] {
    background: linear-gradient(135deg, rgba(240, 147, 251, 0.95) 0%, rgba(245, 87, 108, 0.95) 100%);
    backdrop-filter: blur(20px);
    bottom: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: 600;
    animation: slideUp-b-3wwjypdg2m 0.3s ease;
}

@keyframes slideUp-b-3wwjypdg2m {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

#blazor-error-ui .dismiss[b-3wwjypdg2m] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

#blazor-error-ui .dismiss:hover[b-3wwjypdg2m] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

#blazor-error-ui .reload[b-3wwjypdg2m] {
    color: white;
    text-decoration: underline;
    margin-left: 1rem;
    font-weight: 700;
    transition: opacity 0.2s ease;
}

#blazor-error-ui .reload:hover[b-3wwjypdg2m] {
    opacity: 0.8;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k2u5b6cg43] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    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.75%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.08);
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.navbar-toggler:hover[b-k2u5b6cg43] {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.navbar-toggler:checked[b-k2u5b6cg43] {
    background-color: rgba(102, 126, 234, 0.3);
    border-color: rgba(102, 126, 234, 0.5);
}

.top-row[b-k2u5b6cg43] {
    min-height: 3.5rem;
    background: rgba(15, 12, 41, 0.8);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-k2u5b6cg43] {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    transition: all 0.3s ease;
}

.navbar-brand:hover[b-k2u5b6cg43] {
    transform: scale(1.02);
}

.navbar-brand i[b-k2u5b6cg43] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.4rem;
}

.bi[b-k2u5b6cg43] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-k2u5b6cg43] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
    animation: slideInLeft-b-k2u5b6cg43 0.3s ease;
    animation-fill-mode: both;
}

@keyframes slideInLeft-b-k2u5b6cg43 {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.nav-item:nth-child(1)[b-k2u5b6cg43] {
    animation-delay: 0.05s;
}

.nav-item:nth-child(2)[b-k2u5b6cg43] {
    animation-delay: 0.1s;
}

.nav-item:nth-child(3)[b-k2u5b6cg43] {
    animation-delay: 0.15s;
}

.nav-item:nth-child(4)[b-k2u5b6cg43] {
    animation-delay: 0.2s;
}

.nav-item:nth-child(5)[b-k2u5b6cg43] {
    animation-delay: 0.25s;
}

.nav-item:nth-child(6)[b-k2u5b6cg43] {
    animation-delay: 0.3s;
}

.nav-item:nth-child(7)[b-k2u5b6cg43] {
    animation-delay: 0.35s;
}

.nav-item:first-of-type[b-k2u5b6cg43] {
    padding-top: 1.5rem;
}

.nav-item:last-of-type[b-k2u5b6cg43] {
    padding-bottom: 1.5rem;
}

.nav-item[b-k2u5b6cg43]  .nav-link {
    color: rgba(255, 255, 255, 0.85);
    background: none;
    border: none;
    border-radius: 12px;
    min-height: 3rem;
    display: flex;
    align-items: center;
    line-height: 1.4;
    width: 100%;
    padding: 0.75rem 1rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    font-weight: 500;
}

.nav-item[b-k2u5b6cg43]  .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.nav-item[b-k2u5b6cg43]  .nav-link:hover::before {
    transform: scaleY(1);
}

.nav-item[b-k2u5b6cg43]  a.active {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    color: white;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
    border: 1px solid rgba(102, 126, 234, 0.3);
}

.nav-item[b-k2u5b6cg43]  a.active::before {
    transform: scaleY(1);
}

.nav-item[b-k2u5b6cg43]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    transform: translateX(5px);
}

.nav-item[b-k2u5b6cg43]  .nav-link i {
    transition: transform 0.3s ease;
}

.nav-item[b-k2u5b6cg43]  .nav-link:hover i {
    transform: scale(1.15);
}

.nav-scrollable[b-k2u5b6cg43] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-k2u5b6cg43] {
    display: block;
    animation: slideDown-b-k2u5b6cg43 0.3s ease;
}

@keyframes slideDown-b-k2u5b6cg43 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-k2u5b6cg43] {
        display: none;
    }

    .nav-scrollable[b-k2u5b6cg43] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0.5rem;
    }

    /* Modern scrollbar for nav */
    .nav-scrollable[b-k2u5b6cg43]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-k2u5b6cg43]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
    }

    .nav-scrollable[b-k2u5b6cg43]::-webkit-scrollbar-thumb {
        background: rgba(102, 126, 234, 0.5);
        border-radius: 10px;
    }

    .nav-scrollable[b-k2u5b6cg43]::-webkit-scrollbar-thumb:hover {
        background: rgba(102, 126, 234, 0.7);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-86pkbnhu4h],
.components-reconnect-repeated-attempt-visible[b-86pkbnhu4h],
.components-reconnect-failed-visible[b-86pkbnhu4h],
.components-pause-visible[b-86pkbnhu4h],
.components-resume-failed-visible[b-86pkbnhu4h],
.components-rejoining-animation[b-86pkbnhu4h] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-86pkbnhu4h],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-86pkbnhu4h],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-86pkbnhu4h],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-86pkbnhu4h],
#components-reconnect-modal.components-reconnect-retrying[b-86pkbnhu4h],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-86pkbnhu4h],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-86pkbnhu4h],
#components-reconnect-modal.components-reconnect-failed[b-86pkbnhu4h],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-86pkbnhu4h] {
    display: block;
}


#components-reconnect-modal[b-86pkbnhu4h] {
    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-86pkbnhu4h 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-86pkbnhu4h 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-86pkbnhu4h 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-86pkbnhu4h]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-86pkbnhu4h 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-86pkbnhu4h {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-86pkbnhu4h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-86pkbnhu4h {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-86pkbnhu4h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-86pkbnhu4h] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-86pkbnhu4h] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-86pkbnhu4h] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-86pkbnhu4h] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-86pkbnhu4h] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-86pkbnhu4h] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-86pkbnhu4h 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-86pkbnhu4h] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-86pkbnhu4h {
    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/Events.razor.rz.scp.css */
.event-card-img[b-u6wcyutj2v]{object-fit:cover; height:220px;}
.event-card .card-body[b-u6wcyutj2v]{display:flex; flex-direction:column; gap:.25rem}
.event-card-excerpt[b-u6wcyutj2v]{display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden}
@media (min-width:992px){.event-card-img[b-u6wcyutj2v]{height:260px}}
.card-footer[b-u6wcyutj2v]{background-color:transparent}
.container[b-u6wcyutj2v]{max-width:1140px}
