@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* /Components/Management/ManagementLayout.razor.rz.scp.css */
.page[b-yp0fb0pccv] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

main[b-yp0fb0pccv] {
    flex: 1;
    padding-top: 80px; /* Account for fixed header */
}

/* Modern Header Styles */
.modern-header[b-yp0fb0pccv] {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
    height: 70px;
}

/* Footer Styles */
.footer-container[b-yp0fb0pccv] {
    margin-top: auto;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* User Menu Styles */
.user-menu .mud-menu[b-yp0fb0pccv] {
    min-width: 280px !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.user-menu-header[b-yp0fb0pccv] {
    background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.05) 0%, rgba(var(--mud-palette-secondary-rgb), 0.05) 100%);
    border-bottom: 1px solid rgba(var(--mud-palette-primary-rgb), 0.1);
}

/* Error UI Styles */
#blazor-error-ui[b-yp0fb0pccv] {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
    backdrop-filter: blur(10px);
    color-scheme: light;
}

.error-content[b-yp0fb0pccv] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%;
}

/* Dark Mode Support */
.mud-theme-dark .modern-header[b-yp0fb0pccv] {
    background: rgba(18, 18, 18, 0.95) !important;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.mud-theme-dark .footer-container[b-yp0fb0pccv] {
    background: rgba(18, 18, 18, 0.8);
    border-top-color: rgba(255, 255, 255, 0.1);
}

.mud-theme-dark .page[b-yp0fb0pccv] {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.mud-theme-dark .error-content[b-yp0fb0pccv] {
    background: var(--mud-palette-surface);
    border-color: rgba(255, 255, 255, 0.1);
}

.mud-theme-dark .user-menu .mud-menu[b-yp0fb0pccv] {
    border-color: rgba(255, 255, 255, 0.1);
}

/* Responsive Design */
@media (max-width: 960px) {
    main[b-yp0fb0pccv] {
        padding-top: 70px;
    }
    
    .modern-header[b-yp0fb0pccv] {
        height: 60px;
    }
    
    .user-menu .mud-menu[b-yp0fb0pccv] {
        min-width: 250px !important;
    }
}

@media (max-width: 600px) {
    main[b-yp0fb0pccv] {
        padding-top: 60px;
    }
    
    .modern-header[b-yp0fb0pccv] {
        height: 56px;
        padding: 0 1rem;
    }
    
    .error-content[b-yp0fb0pccv] {
        padding: 1.5rem;
        width: 95%;
    }
}

/* Animation and Transitions */
.modern-header[b-yp0fb0pccv],
.footer-container[b-yp0fb0pccv],
.user-menu .mud-menu[b-yp0fb0pccv] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Scrollbar Styling */
[b-yp0fb0pccv]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

[b-yp0fb0pccv]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

[b-yp0fb0pccv]::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

[b-yp0fb0pccv]::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

.mud-theme-dark [b-yp0fb0pccv]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.mud-theme-dark [b-yp0fb0pccv]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
}

.mud-theme-dark [b-yp0fb0pccv]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Enhanced Breadcrumb Styling */
.mud-breadcrumbs[b-yp0fb0pccv] {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 1rem;
}

.mud-theme-dark .mud-breadcrumbs[b-yp0fb0pccv] {
    background: rgba(18, 18, 18, 0.7);
    border-color: rgba(255, 255, 255, 0.1);
}

/* Organization Details Page Enhancements */
.organization-details-container .mud-card[b-yp0fb0pccv] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.organization-details-container .mud-card:hover[b-yp0fb0pccv] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

/* Button Hover Effects */
.mud-button:hover:not(:disabled)[b-yp0fb0pccv] {
    transform: translateY(-1px);
    transition: transform 0.2s ease;
}

.mud-button-filled-primary:hover:not(:disabled)[b-yp0fb0pccv] {
    box-shadow: 0 6px 20px rgba(var(--mud-palette-primary-rgb), 0.4);
}

.mud-button-filled-success:hover:not(:disabled)[b-yp0fb0pccv] {
    box-shadow: 0 6px 20px rgba(var(--mud-palette-success-rgb), 0.4);
}

/* Card Animations */
@keyframes slideInUp-b-yp0fb0pccv {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.organization-details-container .mud-card[b-yp0fb0pccv] {
    animation: slideInUp-b-yp0fb0pccv 0.3s ease-out;
}

/* Enhanced Focus States */
.mud-input-outlined:focus-within[b-yp0fb0pccv] {
    box-shadow: 0 0 0 2px rgba(var(--mud-palette-primary-rgb), 0.2);
}

.mud-theme-dark .mud-input-outlined:focus-within[b-yp0fb0pccv] {
    box-shadow: 0 0 0 2px rgba(var(--mud-palette-primary-rgb), 0.3);
}
/* /Components/Shared/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-aph2t6m1nu],
.components-reconnect-repeated-attempt-visible[b-aph2t6m1nu],
.components-reconnect-failed-visible[b-aph2t6m1nu],
.components-pause-visible[b-aph2t6m1nu],
.components-resume-failed-visible[b-aph2t6m1nu],
.components-rejoining-animation[b-aph2t6m1nu] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-aph2t6m1nu],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-aph2t6m1nu],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-aph2t6m1nu],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-aph2t6m1nu],
#components-reconnect-modal.components-reconnect-retrying[b-aph2t6m1nu],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-aph2t6m1nu],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-aph2t6m1nu],
#components-reconnect-modal.components-reconnect-failed[b-aph2t6m1nu],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-aph2t6m1nu] {
    display: block;
}


#components-reconnect-modal[b-aph2t6m1nu] {
    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-aph2t6m1nu 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-aph2t6m1nu 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-aph2t6m1nu 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-aph2t6m1nu]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-aph2t6m1nu 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-aph2t6m1nu {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-aph2t6m1nu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-aph2t6m1nu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-aph2t6m1nu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-aph2t6m1nu] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-aph2t6m1nu] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-aph2t6m1nu] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-aph2t6m1nu] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-aph2t6m1nu] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-aph2t6m1nu] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-aph2t6m1nu 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-aph2t6m1nu] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-aph2t6m1nu {
    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/WindowManager/CustomWindowManager.razor.rz.scp.css */
/* CustomWindowManager Component Styles */

.custom-window-manager[b-2bqejz9yb1] {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.custom-window-manager.desktop-view[b-2bqejz9yb1] {
    display: flex;
    flex-direction: column;
}

.dock-grid-container[b-2bqejz9yb1] {
    flex: 1;
    position: relative;
    overflow: hidden;
    padding: 4px;
}

/* Floating panes container - positioned above AppBar (1100) and Drawer (1200) */
.floating-panes-container[b-2bqejz9yb1] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1350;
    overflow: visible;
}

/* Mobile View */
.custom-window-manager.mobile-view[b-2bqejz9yb1] {
    display: flex;
    flex-direction: column;
}

.mobile-carousel[b-2bqejz9yb1] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.carousel-header[b-2bqejz9yb1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.carousel-content[b-2bqejz9yb1] {
    flex: 1;
    overflow: auto;
}

.carousel-indicators[b-2bqejz9yb1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.indicator[b-2bqejz9yb1] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dee2e6;
    cursor: pointer;
    transition: all 0.2s;
}

.indicator:hover[b-2bqejz9yb1] {
    background: #adb5bd;
}

.indicator.active[b-2bqejz9yb1] {
    width: 24px;
    border-radius: 4px;
    background: #2196f3;
}

/* Drag Preview - should be above floating panes */
.drag-preview[b-2bqejz9yb1] {
    position: fixed;
    padding: 12px;
    background: rgba(33, 150, 243, 0.2);
    border: 2px dashed #2196f3;
    border-radius: 8px;
    pointer-events: none;
    z-index: 10000;
}

/* Responsive */
@media (max-width: 768px) {
    .dock-grid-container[b-2bqejz9yb1] {
        padding: 4px;
    }
}

/* Dark Mode */
@media (prefers-color-scheme: dark) {
    .carousel-header[b-2bqejz9yb1],
    .carousel-indicators[b-2bqejz9yb1] {
        background: #2d2d2d;
        border-color: #333;
    }
}
/* /Components/WindowManager/DockGrid.razor.rz.scp.css */
/* DockGrid Component Styles */

.dock-grid[b-x94zuiup8g] {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.columns-layout[b-x94zuiup8g] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 8px;
}

.dock-column[b-x94zuiup8g] {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: background-color 0.2s ease;
}

.dock-column.empty[b-x94zuiup8g] {
    border: 2px dashed rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 0;
}

.dock-column.empty:hover[b-x94zuiup8g] {
    background: rgba(33, 150, 243, 0.05);
    border-color: rgba(33, 150, 243, 0.3);
}

.dock-column.hover[b-x94zuiup8g] {
    background: rgba(33, 150, 243, 0.1);
    border-color: rgba(33, 150, 243, 0.5);
}

.empty-column-indicator[b-x94zuiup8g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: 0.3;
    transition: opacity 0.2s;
}

.dock-column:hover .empty-column-indicator[b-x94zuiup8g] {
    opacity: 0.6;
}

/* Center Column Emphasis */
.dock-column--center[b-x94zuiup8g] {
    border-radius: 12px;
    background: rgba(var(--mud-palette-primary-rgb), 0.03);
    outline: 1px solid rgba(var(--mud-palette-primary-rgb), 0.22);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.dock-column--center:hover[b-x94zuiup8g] {
    background: rgba(var(--mud-palette-primary-rgb), 0.05);
    outline-color: rgba(var(--mud-palette-primary-rgb), 0.32);
}

.mud-theme-dark .dock-column--center[b-x94zuiup8g] {
    background: rgba(var(--mud-palette-primary-rgb), 0.06);
    outline-color: rgba(var(--mud-palette-primary-rgb), 0.28);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.mud-theme-dark .dock-column--center:hover[b-x94zuiup8g] {
    background: rgba(var(--mud-palette-primary-rgb), 0.08);
    outline-color: rgba(var(--mud-palette-primary-rgb), 0.38);
}

/* Responsive */
@media (max-width: 768px) {
    .columns-layout[b-x94zuiup8g] {
        flex-direction: column;
        gap: 12px;
        padding: 8px;
    }

    .dock-column[b-x94zuiup8g] {
        width: 100% !important;
        height: auto;
        min-height: 200px;
    }
}

/* Dark Mode */
.mud-theme-dark .dock-column.empty[b-x94zuiup8g] {
    border-color: rgba(255, 255, 255, 0.1);
}

.mud-theme-dark .dock-column.empty:hover[b-x94zuiup8g] {
    background: rgba(33, 150, 243, 0.05);
    border-color: rgba(33, 150, 243, 0.3);
}

.mud-theme-dark .dock-column.hover[b-x94zuiup8g] {
    background: rgba(33, 150, 243, 0.1);
    border-color: rgba(33, 150, 243, 0.5);
}
/* /Components/WindowManager/FloatingPane.razor.rz.scp.css */
/* FloatingPane Component Styles */

.floating-pane[b-t3xohr7xtj] {
    pointer-events: all;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: box-shadow 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    animation: fadeIn-b-t3xohr7xtj 0.2s ease-out;
    /* Base z-index will be controlled by Layout.ZIndex from Blazor */
    /* This ensures proper stacking of multiple floating panes */
}

    .floating-pane:hover[b-t3xohr7xtj] {
        box-shadow: 0 12px 48px rgba(0, 0, 0, 0.25);
    }

    .floating-pane.dragging[b-t3xohr7xtj],
    .floating-pane.resizing[b-t3xohr7xtj] {
        box-shadow: 0 16px 64px rgba(0, 0, 0, 0.35);
        transition: none;
        /* Temporarily boost z-index while dragging/resizing */
        z-index: 1260 !important;
    }

.floating-header[b-t3xohr7xtj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: linear-gradient(to bottom, #2196f3, #1976d2);
    color: white;
    cursor: move;
    user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.floating-title[b-t3xohr7xtj] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    font-weight: 500;
}

.floating-actions[b-t3xohr7xtj] {
    display: flex;
    gap: 4px;
}

.floating-content[b-t3xohr7xtj] {
    flex: 1;
    overflow: auto;
    padding: 12px;
    background: #ffffff;
}

/* Resize Handles - FIXED */
.resize-handle[b-t3xohr7xtj] {
    position: absolute;
    background: transparent;
    z-index: 1270;
    pointer-events: all;
}

    /* Make handles slightly larger and add hover effect for better visibility */
    .resize-handle:hover[b-t3xohr7xtj] {
        background: rgba(33, 150, 243, 0.2);
    }

    .resize-handle.top[b-t3xohr7xtj] {
        top: 0;
        left: 8px;
        right: 8px;
        height: 8px;
        cursor: n-resize;
    }

    .resize-handle.right[b-t3xohr7xtj] {
        top: 8px;
        right: 0;
        bottom: 8px;
        width: 8px;
        cursor: e-resize;
    }

    .resize-handle.bottom[b-t3xohr7xtj] {
        bottom: 0;
        left: 8px;
        right: 8px;
        height: 8px;
        cursor: s-resize;
    }

    .resize-handle.left[b-t3xohr7xtj] {
        top: 8px;
        left: 0;
        bottom: 8px;
        width: 8px;
        cursor: w-resize;
    }

    .resize-handle.corner-tl[b-t3xohr7xtj] {
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        cursor: nw-resize;
        z-index: 1271;
    }

    .resize-handle.corner-tr[b-t3xohr7xtj] {
        top: 0;
        right: 0;
        width: 16px;
        height: 16px;
        cursor: ne-resize;
        z-index: 1271;
    }

    .resize-handle.corner-bl[b-t3xohr7xtj] {
        bottom: 0;
        left: 0;
        width: 16px;
        height: 16px;
        cursor: sw-resize;
        z-index: 1271;
    }

    .resize-handle.corner-br[b-t3xohr7xtj] {
        bottom: 0;
        right: 0;
        width: 16px;
        height: 16px;
        cursor: se-resize;
        z-index: 1271;
    }

/* Dock Menu Popover */
[b-t3xohr7xtj] .dock-menu-popover .mud-paper {
    min-width: 200px;
}

/* Animations */
@keyframes fadeIn-b-t3xohr7xtj {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Dark Mode */
.mud-theme-dark .floating-pane[b-t3xohr7xtj] {
    background: #1e1e1e;
    color: #e0e0e0;
    border-color: rgba(255, 255, 255, 0.1);
}

.mud-theme-dark .floating-header[b-t3xohr7xtj] {
    background: linear-gradient(to bottom, #1976d2, #1565c0);
}

.mud-theme-dark .floating-content[b-t3xohr7xtj] {
    background: #1e1e1e;
}
/* /Components/WindowManager/PaneWrapper.razor.rz.scp.css */
/* PaneWrapper Component Styles */

.pane-wrapper[b-9xi3xgeuml] {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.pane-wrapper.docked-pane[b-9xi3xgeuml] {
    height: 100%;
}

.pane-header[b-9xi3xgeuml] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
    border-bottom: 1px solid #dee2e6;
    cursor: move;
    user-select: none;
}

.pane-title[b-9xi3xgeuml] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    font-weight: 500;
    color: #495057;
}

.drag-handle[b-9xi3xgeuml] {
    color: #6c757d;
    cursor: grab;
}

.pane-header:active .drag-handle[b-9xi3xgeuml] {
    cursor: grabbing;
}

.pane-actions[b-9xi3xgeuml] {
    display: flex;
    gap: 4px;
}

.pane-content[b-9xi3xgeuml] {
    flex: 1;
    overflow: auto;
    padding: 12px;
}

/* Mobile Pane */
.pane-wrapper.mobile-pane[b-9xi3xgeuml] {
    height: 100%;
}

.pane-wrapper.mobile-pane .pane-content[b-9xi3xgeuml] {
    padding: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .pane-content[b-9xi3xgeuml] {
        padding: 0px;
    }
    .messages-container[b-9xi3xgeuml] {
        padding-left: 1px;
        padding-right: 1px;
    }
}

/* Dark Mode */
.mud-theme-dark .pane-wrapper[b-9xi3xgeuml] {
    background: #1e1e1e;
    color: #e0e0e0;
    border-color: rgba(255, 255, 255, 0.1);
}

.mud-theme-dark .pane-header[b-9xi3xgeuml] {
    background: linear-gradient(to bottom, #2d2d2d, #252525);
    border-bottom-color: #333;
}

.mud-theme-dark .pane-title[b-9xi3xgeuml] {
    color: white;
}
/* /Components/WindowManager/ResizableSplitter.razor.rz.scp.css */
.column-splitter[b-651909ip2h] {
    width: 6px;
    cursor: col-resize;
    background: transparent;
    position: relative;
    z-index: 100;
    user-select: none;
    flex-shrink: 0;
}

.column-splitter:hover[b-651909ip2h] {
    background: rgba(var(--mud-palette-primary-rgb), 0.2);
}

.column-splitter:active[b-651909ip2h] {
    background: rgba(var(--mud-palette-primary-rgb), 0.4);
}

.splitter-handle[b-651909ip2h] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 40px;
    background: rgba(var(--mud-palette-divider-rgb), 0.5);
    border-radius: 2px;
    pointer-events: none;
}

.column-splitter:hover .splitter-handle[b-651909ip2h] {
    background: rgba(var(--mud-palette-primary-rgb), 0.8);
    width: 3px;
}
/* /Components/YohortView/MainLayout.razor.rz.scp.css */
.page[b-evg4k97a16] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-evg4k97a16] {
    flex: 1;
}

.sidebar[b-evg4k97a16] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-evg4k97a16] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-evg4k97a16]  a, .top-row[b-evg4k97a16]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-evg4k97a16]  a:hover, .top-row[b-evg4k97a16]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-evg4k97a16]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-evg4k97a16] {
        justify-content: space-between;
    }

    .top-row[b-evg4k97a16]  a, .top-row[b-evg4k97a16]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-evg4k97a16] {
        flex-direction: row;
    }

    .sidebar[b-evg4k97a16] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-evg4k97a16] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-evg4k97a16]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-evg4k97a16], article[b-evg4k97a16] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-evg4k97a16] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-evg4k97a16] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/YohortView/Pages/DockPage.razor.rz.scp.css */
