/* /Components/Layout/LanguageSelector.razor.rz.scp.css */
.language-selector[b-jhyqokq3by] {
    position: relative;
    display: inline-block;
}

.language-selector .btn-outline-light[b-jhyqokq3by] {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background-color: transparent;
    font-weight: 500;
}

.language-selector .btn-outline-light:hover[b-jhyqokq3by] {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: white;
    color: white;
    transform: translateY(-2px);
}

.language-dropdown-menu[b-jhyqokq3by] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 180px;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.95rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.language-dropdown-menu.show[b-jhyqokq3by] {
    display: block;
    animation: slideDown-b-jhyqokq3by 0.2s ease;
}

@keyframes slideDown-b-jhyqokq3by {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.language-dropdown-item[b-jhyqokq3by] {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.language-dropdown-item:hover[b-jhyqokq3by],
.language-dropdown-item:focus[b-jhyqokq3by] {
    color: #1e2125;
    background-color: #e9ecef;
}

.language-dropdown-item.active[b-jhyqokq3by] {
    background-color: var(--secondary-teal, #2dd4bf);
    color: white;
}

.language-dropdown-item.active:hover[b-jhyqokq3by] {
    background-color: #1fb8a0;
    color: white;
}

@media (max-width: 992px) {
    .language-selector[b-jhyqokq3by] {
        width: 100%;
    }

    .language-selector .btn-outline-light[b-jhyqokq3by] {
        width: 100%;
        justify-content: center;
    }

    .language-dropdown-menu[b-jhyqokq3by] {
        left: 0;
        right: 0;
        width: 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Blazor error UI styling */
#blazor-error-ui[b-dvjx9vvdqv] {
    color-scheme: light only;
    background: #fff3cd;
    border-top: 3px solid #ffc107;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.8rem 1.5rem 0.8rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #856404;
    font-weight: 500;
}

#blazor-error-ui .dismiss[b-dvjx9vvdqv] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.75rem;
    font-size: 1.25rem;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

#blazor-error-ui .dismiss:hover[b-dvjx9vvdqv] {
    opacity: 1;
}

#blazor-error-ui .reload[b-dvjx9vvdqv] {
    color: #856404;
    text-decoration: underline;
}

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ozydkjyc87] {
    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.2);
    border-radius: 6px;
    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.1);
    transition: all 0.3s ease;
}

.navbar-toggler:checked[b-ozydkjyc87] {
    background-color: rgba(255, 255, 255, 0.25);
}

.navbar-toggler:hover[b-ozydkjyc87] {
    background-color: rgba(255, 255, 255, 0.15);
}

.top-row[b-ozydkjyc87] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
}

.navbar-brand[b-ozydkjyc87] {
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
    letter-spacing: 0.5px;
}

.bi[b-ozydkjyc87] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ozydkjyc87] {
    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");
}

.bi-plus-square-fill-nav-menu[b-ozydkjyc87] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ozydkjyc87] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ozydkjyc87] {
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-ozydkjyc87] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-ozydkjyc87] {
    padding-bottom: 1rem;
}

.nav-item[b-ozydkjyc87]  .nav-link {
    color: rgba(255, 255, 255, 0.85);
    background: none;
    border: none;
    border-radius: 8px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    transition: all 0.3s ease;
    font-weight: 500;
}

.nav-item[b-ozydkjyc87]  a.active {
    background-color: rgba(45, 212, 191, 0.2);
    color: white;
    border-left: 4px solid var(--secondary-teal, #2dd4bf);
    padding-left: 0.75rem;
}

.nav-item[b-ozydkjyc87]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    transform: translateX(5px);
}

.nav-scrollable[b-ozydkjyc87] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ozydkjyc87] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ozydkjyc87] {
        display: none;
    }

    .nav-scrollable[b-ozydkjyc87] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-scrollable[b-ozydkjyc87]::-webkit-scrollbar {
        width: 8px;
    }

    .nav-scrollable[b-ozydkjyc87]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    .nav-scrollable[b-ozydkjyc87]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
    }

    .nav-scrollable[b-ozydkjyc87]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7kuzpsvmcb],
.components-reconnect-repeated-attempt-visible[b-7kuzpsvmcb],
.components-reconnect-failed-visible[b-7kuzpsvmcb],
.components-pause-visible[b-7kuzpsvmcb],
.components-resume-failed-visible[b-7kuzpsvmcb],
.components-rejoining-animation[b-7kuzpsvmcb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7kuzpsvmcb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7kuzpsvmcb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7kuzpsvmcb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7kuzpsvmcb],
#components-reconnect-modal.components-reconnect-retrying[b-7kuzpsvmcb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7kuzpsvmcb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7kuzpsvmcb],
#components-reconnect-modal.components-reconnect-failed[b-7kuzpsvmcb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7kuzpsvmcb] {
    display: block;
}


#components-reconnect-modal[b-7kuzpsvmcb] {
    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-7kuzpsvmcb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7kuzpsvmcb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7kuzpsvmcb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7kuzpsvmcb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7kuzpsvmcb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7kuzpsvmcb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7kuzpsvmcb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7kuzpsvmcb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7kuzpsvmcb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7kuzpsvmcb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7kuzpsvmcb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7kuzpsvmcb] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7kuzpsvmcb] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7kuzpsvmcb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7kuzpsvmcb] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7kuzpsvmcb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7kuzpsvmcb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7kuzpsvmcb {
    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/Layout/TopNavbar.razor.rz.scp.css */
.top-navbar[b-jzojalcv66] {
    background: linear-gradient(135deg, var(--primary-blue, #1a3a52) 0%, #0f2537 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
}

.navbar-container[b-jzojalcv66] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
}

.navbar-brand-section[b-jzojalcv66] {
    display: flex;
    align-items: center;
}

.navbar-brand[b-jzojalcv66] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease;
}

.navbar-brand:hover[b-jzojalcv66] {
    transform: scale(1.05);
    color: white;
}

.brand-icon[b-jzojalcv66] {
    width: 32px;
    height: 32px;
}

.brand-text[b-jzojalcv66] {
    font-size: 1.5rem;
    font-weight: 700;
}

.navbar-toggler[b-jzojalcv66] {
    display: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 0.5rem;
    cursor: pointer;
    color: white;
    transition: all 0.3s ease;
}

.navbar-toggler:hover[b-jzojalcv66] {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon[b-jzojalcv66] {
    display: block;
    width: 24px;
    height: 2px;
    background-color: white;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-toggler-icon[b-jzojalcv66]::before,
.navbar-toggler-icon[b-jzojalcv66]::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: white;
    position: absolute;
    transition: all 0.3s ease;
}

.navbar-toggler-icon[b-jzojalcv66]::before {
    top: -8px;
}

.navbar-toggler-icon[b-jzojalcv66]::after {
    top: 8px;
}

.navbar-menu[b-jzojalcv66] {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex: 1;
    justify-content: space-between;
    margin: 0 3rem;
}

.navbar-nav[b-jzojalcv66] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    flex: 1;
    flex-wrap: nowrap;
}

.nav-link[b-jzojalcv66] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 1rem;
    white-space: nowrap;
    display: inline-block;
}

.nav-link:hover[b-jzojalcv66] {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    transform: translateY(-2px);
}

.nav-link.active[b-jzojalcv66] {
    background-color: rgba(45, 212, 191, 0.2);
    color: white;
    border-bottom: 2px solid var(--secondary-teal, #2dd4bf);
}

.navbar-actions[b-jzojalcv66] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.auth-buttons[b-jzojalcv66] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.auth-buttons .btn[b-jzojalcv66] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.auth-buttons .btn-outline-primary[b-jzojalcv66] {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    background-color: transparent;
}

.auth-buttons .btn-outline-primary:hover[b-jzojalcv66] {
    border-color: white;
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    transform: translateY(-2px);
}

.auth-buttons .btn-primary[b-jzojalcv66] {
    background-color: var(--secondary-teal, #2dd4bf);
    border-color: var(--secondary-teal, #2dd4bf);
    color: white;
}

.auth-buttons .btn-primary:hover[b-jzojalcv66] {
    background-color: #1fb8a0;
    border-color: #1fb8a0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 212, 191, 0.4);
}

/* Responsive */
@media (max-width: 992px) {
    .navbar-container[b-jzojalcv66] {
        flex-wrap: wrap;
        padding: 0 1rem;
    }

    .navbar-toggler[b-jzojalcv66] {
        display: block;
    }

    .navbar-menu[b-jzojalcv66] {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem 0;
        align-items: stretch;
    }

    .navbar-menu.show[b-jzojalcv66] {
        display: flex;
    }

    .navbar-nav[b-jzojalcv66] {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
    }

    .nav-link[b-jzojalcv66] {
        width: 100%;
        text-align: center;
        padding: 0.75rem 1rem;
    }

    .navbar-actions[b-jzojalcv66] {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }

    .auth-buttons[b-jzojalcv66] {
        width: 100%;
        justify-content: center;
    }

    .auth-buttons .btn[b-jzojalcv66] {
        flex: 1;
    }
}

@media (max-width: 576px) {
    .navbar-container[b-jzojalcv66] {
        padding: 0 1rem;
    }

    .brand-text[b-jzojalcv66] {
        font-size: 1.25rem;
    }

    .brand-icon[b-jzojalcv66] {
        width: 28px;
        height: 28px;
    }

    .auth-buttons[b-jzojalcv66] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .auth-buttons .btn[b-jzojalcv66] {
        width: 100%;
    }
}
