/* /Components/Layout/KnowledgeTeams/NavigationMenu.razor.rz.scp.css */
/* NavigationMenu.razor.css */

[b-tqsc4lwie0] .header-menu.e-menu-wrapper {
    background: transparent;
    border: none;
}

[b-tqsc4lwie0] .header-menu .e-menu-item .e-menu-link {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    color: #495057;
    font-weight: 500;
    transition: all 0.2s;
}

[b-tqsc4lwie0] .header-menu .e-menu-item:hover .e-menu-link {
    background: #f8f9fa;
    color: #212529;
}

[b-tqsc4lwie0] .header-menu .e-menu-item.e-selected .e-menu-link {
    background: #e7f1ff;
    color: #0d6efd;
}

[b-tqsc4lwie0] .header-menu .e-menu-popup {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    min-width: 200px;
    z-index:10;
}

    [b-tqsc4lwie0] .header-menu .e-menu-popup .e-menu-item .e-menu-link {
        color: #495057;
    }

    [b-tqsc4lwie0] .header-menu .e-menu-popup .e-menu-item:hover .e-menu-link {
        background: #f8f9fa;
        color: #0d6efd;
    }

[b-tqsc4lwie0] .header-menu .e-menu-hamburger {
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem;
}
/* /Components/Layout/KnowledgeTeams/NavigationMenuMobile.razor.rz.scp.css */
/* NavigationMenu.razor.css */

/* Desktop Menu */
.e-menu-wrapper[b-ajl9871fjx], .e-menu-container[b-ajl9871fjx] {
    background: rgba(0,0,0,0);
    padding: 5px 0px;
}

[b-ajl9871fjx] .desktop-menu.e-menu-wrapper {
    background: transparent;
    border: none;
}

[b-ajl9871fjx] .desktop-menu .e-menu-item .e-menu-link {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    color: #495057;
    font-weight: 500;
    transition: all 0.2s;
}

[b-ajl9871fjx] .desktop-menu .e-menu-item:hover .e-menu-link {
    background: #f8f9fa;
    color: #212529;
}

[b-ajl9871fjx] .desktop-menu .e-menu-item.e-selected .e-menu-link {
    background: #e7f1ff;
    color: #0d6efd;
}

[b-ajl9871fjx] .desktop-menu .e-menu-popup {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    min-width: 200px;
}

    [b-ajl9871fjx] .desktop-menu .e-menu-popup .e-menu-item .e-menu-link {
        color: #495057;
    }

    [b-ajl9871fjx] .desktop-menu .e-menu-popup .e-menu-item:hover .e-menu-link {
        background: #f8f9fa;
        color: #0d6efd;
    }

/* Mobile Overlay */
.mobile-overlay[b-ajl9871fjx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    animation: fadeIn-b-ajl9871fjx 0.3s ease;
}

@keyframes fadeIn-b-ajl9871fjx {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Mobile Sidebar */
.mobile-sidebar[b-ajl9871fjx] {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.15);
    transition: left 0.3s ease;
}

    .mobile-sidebar.show[b-ajl9871fjx] {
        left: 0;
    }

/* Sidebar Header */
.sidebar-header[b-ajl9871fjx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e9ecef;
}

/* User Info */
.sidebar-user-info[b-ajl9871fjx] {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

    .sidebar-user-info img[b-ajl9871fjx] {
        object-fit: cover;
        border: 2px solid #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

/* Sidebar Menu */
.sidebar-menu[b-ajl9871fjx] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0;
}

[b-ajl9871fjx] .mobile-menu.e-menu-wrapper {
    border: none;
    background: transparent;
}

[b-ajl9871fjx] .mobile-menu .e-menu-item {
    margin: 0.25rem 0.75rem;
}

    [b-ajl9871fjx] .mobile-menu .e-menu-item .e-menu-link {
        padding: 0.875rem 1rem;
        border-radius: 0.5rem;
        color: #495057;
        font-size: 0.9375rem;
        transition: all 0.2s;
        background: transparent;
    }

    [b-ajl9871fjx] .mobile-menu .e-menu-item:hover .e-menu-link {
        background: #f8f9fa;
        color: #212529;
    }

    [b-ajl9871fjx] .mobile-menu .e-menu-item.e-selected .e-menu-link,
    [b-ajl9871fjx] .mobile-menu .e-menu-item.e-focused .e-menu-link {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
    }

.menu-item-wrapper[b-ajl9871fjx] {
    display: flex;
    align-items: center;
}

    .menu-item-wrapper i[b-ajl9871fjx] {
        font-size: 1.125rem;
        width: 20px;
    }

    .menu-item-wrapper .badge[b-ajl9871fjx] {
        font-size: 0.7rem;
        padding: 0.25em 0.5em;
    }

/* Submenu */
[b-ajl9871fjx] .mobile-menu .e-menu-popup {
    position: relative !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 0 0 2rem !important;
    background: transparent !important;
}

    [b-ajl9871fjx] .mobile-menu .e-menu-popup .e-menu-item .e-menu-link {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }

/* Sidebar Footer */
.sidebar-footer[b-ajl9871fjx] {
    border-top: 1px solid #e9ecef;
    margin-top: auto;
}

/* Scrollbar */
.sidebar-menu[b-ajl9871fjx]::-webkit-scrollbar {
    width: 6px;
}

.sidebar-menu[b-ajl9871fjx]::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.sidebar-menu[b-ajl9871fjx]::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 3px;
}

/* Remove ripple */
[b-ajl9871fjx] .e-ripple-container {
    display: none;
}

/* Responsive */
@media (max-width: 575.98px) {
    .mobile-sidebar[b-ajl9871fjx] {
        width: 90%;
        left: -280px;
    }
}
/* /Components/Layout/KnowledgeTeams/UserMenu.razor.rz.scp.css */
/* UserMenu.razor.css */

/* User Dropdown Button */
[b-f4k5esdhu9] .user-dropdown .e-btn-icon {
    display:none;
}

/* Avatar */
[b-f4k5esdhu9] .user-dropdown img {
    object-fit: cover;
    border: 2px solid #e9ecef;
}

/* Dropdown Popup */
[b-f4k5esdhu9] .user-dropdown + .e-dropdown-popup {
    border: 1px solid #dee2e6 !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    min-width: 240px;
    padding: 0.5rem;
    background: #fff;
    margin-top: 0.5rem;
}

/* Dropdown Items */
[b-f4k5esdhu9] .user-dropdown .e-item {
    padding: 0.625rem 1rem;
    color: #212529;
    font-family: var(--bs-font-sans-serif);
    font-size: 0.875rem;
    border: none;
    background: transparent;
    border-radius: 0.375rem;
    transition: all 0.15s;
}

    [b-f4k5esdhu9] .user-dropdown .e-item:hover {
        background-color: #f8f9fa;
        color: #212529;
    }

    [b-f4k5esdhu9] .user-dropdown .e-item .e-menu-icon {
        margin-right: 0.75rem;
        color: #6c757d;
        font-size: 1rem;
        width: 20px;
        text-align: center;
    }

    [b-f4k5esdhu9] .user-dropdown .e-item:hover .e-menu-icon {
        color: #495057;
    }

    /* Logout Item (Red) */
    [b-f4k5esdhu9] .user-dropdown .e-item:last-child {
        color: #dc3545;
    }

        [b-f4k5esdhu9] .user-dropdown .e-item:last-child:hover {
            background-color: #fff5f5;
            color: #dc3545;
        }

        [b-f4k5esdhu9] .user-dropdown .e-item:last-child .e-menu-icon {
            color: #dc3545;
        }

/* Separator */
[b-f4k5esdhu9] .user-dropdown .e-separator {
    height: 1px;
    background-color: #e9ecef;
    margin: 0.5rem 0;
    border: none;
}

/* Remove ripple effect */
[b-f4k5esdhu9] .user-dropdown .e-ripple-container {
    display: none;
}

/* Responsive */
@media (max-width: 767.98px) {
    [b-f4k5esdhu9] .user-dropdown.e-dropdown-btn {
        padding: 0.25rem 0.5rem;
    }

    [b-f4k5esdhu9] .user-dropdown + .e-dropdown-popup {
        min-width: 200px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout.razor.css */

/* Layout Structure - Fixed Header/Footer, Scrollable Content */
.layout-container[b-vccz9wowzx] {
    display: flex !important;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

/* Header - Fixed at Top */
.layout-header[b-vccz9wowzx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.brand[b-vccz9wowzx] {
    color: #212529;
    font-size: 1.25rem;
}

    .brand:hover[b-vccz9wowzx] {
        opacity: 0.8;
    }

/* Main Content - Scrollable */
.layout-main[b-vccz9wowzx] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 70px;
    margin-bottom: 60px;
    background: #f8f9fa;
    position: relative;
    z-index: 1;
}

.content-wrapper[b-vccz9wowzx] {
    min-height: 100%;
    padding: 1.5rem;
}

/* Footer - Fixed at Bottom */
.layout-footer[b-vccz9wowzx] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    border-top: 1px solid #dee2e6;
    z-index: 1000;
}

    .layout-footer .nav-link[b-vccz9wowzx] {
        font-size: 0.875rem;
        transition: color 0.15s;
    }

        .layout-footer .nav-link:hover[b-vccz9wowzx] {
            color: var(--bs-primary) !important;
        }

/* Custom Scrollbar */
.layout-main[b-vccz9wowzx]::-webkit-scrollbar {
    width: 8px;
}

.layout-main[b-vccz9wowzx]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.layout-main[b-vccz9wowzx]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

    .layout-main[b-vccz9wowzx]::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }

.layout-container.mobile-menu-active .layout-main[b-vccz9wowzx] {
    z-index: 0;
}

.layout-container.mobile-menu-active .content-wrapper[b-vccz9wowzx] {
    z-index: 0;
}
/* Responsive */
@media (max-width: 767.98px) {
    .layout-header[b-vccz9wowzx] {
        height: 60px;
        z-index: 1000;
    }

    .layout-main[b-vccz9wowzx] {
        margin-top: 60px;
        margin-bottom: 50px;
    }

    .layout-footer[b-vccz9wowzx] {
        height: 50px;
    }

    .content-wrapper[b-vccz9wowzx] {
        padding: 1rem;
    }

    .layout-footer .row[b-vccz9wowzx] {
        padding: 0.5rem 0;
    }
}

@media (max-width: 575.98px) {
    .brand[b-vccz9wowzx] {
        font-size: 1.125rem;
    }

    .layout-footer .nav[b-vccz9wowzx] {
        gap: 1rem !important;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qkv9fe5emj],
.components-reconnect-repeated-attempt-visible[b-qkv9fe5emj],
.components-reconnect-failed-visible[b-qkv9fe5emj],
.components-pause-visible[b-qkv9fe5emj],
.components-resume-failed-visible[b-qkv9fe5emj],
.components-rejoining-animation[b-qkv9fe5emj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qkv9fe5emj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qkv9fe5emj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qkv9fe5emj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qkv9fe5emj],
#components-reconnect-modal.components-reconnect-retrying[b-qkv9fe5emj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qkv9fe5emj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qkv9fe5emj],
#components-reconnect-modal.components-reconnect-failed[b-qkv9fe5emj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qkv9fe5emj] {
    display: block;
}


#components-reconnect-modal[b-qkv9fe5emj] {
    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-qkv9fe5emj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qkv9fe5emj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qkv9fe5emj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qkv9fe5emj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qkv9fe5emj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qkv9fe5emj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qkv9fe5emj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qkv9fe5emj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qkv9fe5emj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qkv9fe5emj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qkv9fe5emj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qkv9fe5emj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qkv9fe5emj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qkv9fe5emj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qkv9fe5emj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qkv9fe5emj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qkv9fe5emj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qkv9fe5emj {
    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;
    }
}
