/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Main Layout Styles */
#canvas[b-o49ez3320n] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#box_wrapper[b-o49ez3320n] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

main[b-o49ez3320n] {
    flex: 1;
}

/* Header styles */
.page_header[b-o49ez3320n] {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Error UI */
#blazor-error-ui[b-o49ez3320n] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-o49ez3320n] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu Styles - Horizontal Navigation */
[b-obg5e4eoed] .b-bar {
    background-color: transparent !important;
}

[b-obg5e4eoed] .b-bar-item > .b-bar-link,
[b-obg5e4eoed] .b-bar-dropdown-toggle {
    color: #333 !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
}

[b-obg5e4eoed] .b-bar-item > .b-bar-link:hover,
[b-obg5e4eoed] .b-bar-dropdown-toggle:hover {
    color: #0d6efd !important;
}

[b-obg5e4eoed] .b-bar-item > .b-bar-link[disabled],
[b-obg5e4eoed] .b-bar-dropdown-toggle[disabled] {
    color: #999 !important;
    cursor: not-allowed;
}

[b-obg5e4eoed] .b-bar-dropdown-menu {
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

[b-obg5e4eoed] .b-bar-dropdown-item {
    padding: 0.5rem 1rem;
    color: #333;
}

[b-obg5e4eoed] .b-bar-dropdown-item:hover {
    background-color: #f8f9fa;
    color: #0d6efd;
}

[b-obg5e4eoed] .b-bar-dropdown-item[disabled] {
    color: #999 !important;
    background-color: transparent;
}
