/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout root (scoped, no longer overriding every .container-fluid) */
.layout-root[b-6btkyuxcq2] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Row container */
.layout-root > .row[b-6btkyuxcq2] {
    flex: 1;
    min-height: 100vh;
}

.page[b-6btkyuxcq2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6btkyuxcq2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.sidebar[b-6btkyuxcq2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    min-height: 100vh;
}

.top-row[b-6btkyuxcq2] {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    height: 3.5rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    z-index: 10; /* modest stacking just above content */
}

.top-row[b-6btkyuxcq2]  a,
.top-row[b-6btkyuxcq2]  .btn-link {
    color: #1b6ec2;
    white-space: nowrap;
}

.content[b-6btkyuxcq2] {
    padding-top: 0.25rem;
    flex: 1;
}

@media (min-width: 641px) {
    .sidebar[b-6btkyuxcq2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    .top-row[b-6btkyuxcq2] {
        position: sticky;
        top: 0;
    }
}

/* Blazor error UI */
#blazor-error-ui[b-6btkyuxcq2] {
    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-6btkyuxcq2] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
:root[b-8ljhiwxq0t] {
    --nav-bg: rgba(10, 10, 10, 0.88);
    --nav-scroll-bg: rgba(22, 28, 36, 0.36);
    --nav-group-bg: rgba(255,255,255,0.02);
    --nav-group-border: rgba(255,255,255,0.04);
    --top-row-bg: rgba(0, 0, 0, 0.70);
    --muted: #d7d7d7;
    --muted-opaque: rgba(215,215,215,0.12);
    --accent: #4f9fff;
    --accent-opaque: rgba(79,159,255,0.18);
    --surface-radius: 8px;
    --nav-width: 14.5rem;
    --icon-size: 1.25rem;
    --row-height: 3rem;
    --transition-fast: 160ms ease;
}

/* Container top bar */
.top-row[b-8ljhiwxq0t] {
    min-height: 3.5rem;
    background: linear-gradient(180deg, var(--top-row-bg), rgba(0,0,0,0.55));
    display: flex;
    align-items: center;
    padding: 0 1rem;
    box-shadow: 0 1px 0 rgba(255,255,255,0.02) inset;
}

/* Brand */
.navbar-brand[b-8ljhiwxq0t] {
    font-size: 1.05rem;
    font-weight: 600;
    color: white;
    letter-spacing: 0.2px;
}

/* Toggler (small screens) */
.navbar-toggler[b-8ljhiwxq0t] {
    appearance: none;
    cursor: pointer;
    width: 3.25rem;
    height: 2.25rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.10);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28215,215,215,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem rgba(255,255,255,0.04);
    background-color: transparent;
    transition: background-color var(--transition-fast), transform var(--transition-fast);
}

.navbar-toggler:checked[b-8ljhiwxq0t] {
    background-color: var(--muted-opaque);
    transform: translateY(0px);
}

/* Scrollable container for the menu */
.nav-scrollable[b-8ljhiwxq0t] {
    display: none;
    width: var(--nav-width);
    padding: 0.5rem;
    border-radius: 0 0 var(--surface-radius) var(--surface-radius);
    border-left: 1px solid rgba(255,255,255,0.03);
    box-shadow: none;
    /* fallback background � overwritten inside Syncfusion wrappers */
    background: transparent;
}

/* Keep sidebar visible on wide screens and allow scrolling */
@media (min-width: 641px) {
    .navbar-toggler[b-8ljhiwxq0t] { display: none; }

    .nav-scrollable[b-8ljhiwxq0t] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding: 0.75rem;
    }
}

/* --- Syncfusion menu styling: make menu dark, subtle and elegant --- */
/* Main menu container */
.nav-syncfusion[b-8ljhiwxq0t] {
    width: 100%;
    display: block;
    padding: 0;
}

/* The actual UL rendered by SfMenu: give it the dark surface */
.nav-syncfusion .e-ul[b-8ljhiwxq0t],
.nav-syncfusion .e-menu[b-8ljhiwxq0t] {
    background: linear-gradient(180deg, var(--nav-scroll-bg), rgba(8,10,12,0.92));
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.03);
    padding: 0.35rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.45);
    margin: 0;
}

/* Remove the default white popup background for submenus */
.nav-syncfusion .e-popup[b-8ljhiwxq0t],
.nav_syncfusion .e-popup .e-ul[b-8ljhiwxq0t],
.nav_syncfusion .e-menu .e-popup[b-8ljhiwxq0t] {
    background: transparent;
    box-shadow: none;
    border: none;
}

/* Menu item wrapper */
.nav-syncfusion .e-menu-item[b-8ljhiwxq0t] {
    list-style: none;
    border-radius: 6px;
    margin: 0.12rem 0;
    transition: transform var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast);
}

/* Link text and spacing */
.nav-syncfusion .e-menu-item .e-menu-text[b-8ljhiwxq0t] {
    color: var(--muted);
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.6rem 0.45rem;
    display: inline-block;
}

/* Icon */
.nav-syncfusion .e-menu-item .e-menu-icon[b-8ljhiwxq0t],
.nav_syncfusion .e-menu-item .e-menu-icon img[b-8ljhiwxq0t] {
    width: var(--icon-size);
    height: var(--icon-size);
    margin-right: 0.6rem;
    vertical-align: middle;
    opacity: 0.95;
    filter: drop-shadow(0 1px 0 rgba(0,0,0,0.35));
}

/* Hover / focus: subtle lift and darker overlay */
.nav-syncfusion .e-menu-item:hover[b-8ljhiwxq0t],
.nav_syncfusion .e-menu-item:focus[b-8ljhiwxq0t],
.nav_syncfusion .e-menu-item.e-hover[b-8ljhiwxq0t] {
    background-color: rgba(255,255,255,0.03);
    color: white;
    transform: translateX(3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.36);
}

/* Active / selected item */
.nav-syncfusion .e-menu-item.e-active[b-8ljhiwxq0t],
.nav_syncfusion .e-menu-item.e-selected[b-8ljhiwxq0t],
.nav_syncfusion .e-menu-item.e-active > .e-menu-text[b-8ljhiwxq0t] {
    background: linear-gradient(90deg, rgba(79,159,255,0.06), rgba(79,159,255,0.03));
    color: var(--accent);
    box-shadow: inset 0 0 0 2px rgba(79,159,255,0.03);
}

/* Submenu indicator (chevron) color */
.nav-syncfusion .e-menu-item .e-icons[b-8ljhiwxq0t],
.nav_syncfusion .e-menu-item .e-icons[b-8ljhiwxq0t]::before {
    color: var(--muted);
    opacity: 0.95;
}

/* Make nested lists align and inherit the dark surface */
.nav_syncfusion .e-menu-item .e-ul[b-8ljhiwxq0t] {
    background: transparent;
    padding-left: 0.5rem;
}

/* Improve contrast of scrollbar on dark surface */
.nav_syncfusion .e-ul[b-8ljhiwxq0t]::-webkit-scrollbar { width: 10px; }
.nav_syncfusion .e-ul[b-8ljhiwxq0t]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.10);
    border-radius: 8px;
}

/* Fallbacks for account block or non-Syncfusion nav items */
.account-block .nav-link[b-8ljhiwxq0t] {
    color: var(--muted);
    padding-left: 0;
}
.account-block .nav-link:hover[b-8ljhiwxq0t] {
    color: white;
}

/* Ensure default nav-item styles still apply elsewhere */
.nav-item[b-8ljhiwxq0t] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
}
.nav-item:first-of-type[b-8ljhiwxq0t] { padding-top: 0.75rem; }
.nav-item:last-of-type[b-8ljhiwxq0t] { padding-bottom: 0.75rem; }

/* Scoped deep rule to reach Blazor-generated links (preserved) */
.nav-item[b-8ljhiwxq0t]  .nav-link {
    color: var(--muted);
    background: transparent;
    border: none;
    border-radius: 8px;
    height: var(--row-height);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0 0.5rem;
    width: 100%;
    line-height: var(--row-height);
    text-decoration: none;
    transition: background-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
    font-weight: 500;
}

/* Compact helpers for tighter screens */
@media (max-width: 640px) {
    .nav-scrollable[b-8ljhiwxq0t] { width: 100%; padding: 0.5rem; border-radius: 0 0 6px 6px; }
    .navbar-brand[b-8ljhiwxq0t] { padding-left: 0.25rem; }
}

/* Lightweight divider row (if used inside layout) */
.nav-divider[b-8ljhiwxq0t] {
    height: 1px;
    background: rgba(255,255,255,0.06);
    margin: 0.5rem 0;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c9tmw0yb3o],
.components-reconnect-repeated-attempt-visible[b-c9tmw0yb3o],
.components-reconnect-failed-visible[b-c9tmw0yb3o],
.components-pause-visible[b-c9tmw0yb3o],
.components-resume-failed-visible[b-c9tmw0yb3o],
.components-rejoining-animation[b-c9tmw0yb3o] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-c9tmw0yb3o],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-c9tmw0yb3o],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-c9tmw0yb3o],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-c9tmw0yb3o],
#components-reconnect-modal.components-reconnect-retrying[b-c9tmw0yb3o],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-c9tmw0yb3o],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-c9tmw0yb3o],
#components-reconnect-modal.components-reconnect-failed[b-c9tmw0yb3o],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-c9tmw0yb3o] {
    display: block;
}


#components-reconnect-modal[b-c9tmw0yb3o] {
    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-c9tmw0yb3o 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-c9tmw0yb3o 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-c9tmw0yb3o 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-c9tmw0yb3o]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-c9tmw0yb3o 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-c9tmw0yb3o {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-c9tmw0yb3o {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-c9tmw0yb3o {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-c9tmw0yb3o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-c9tmw0yb3o] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-c9tmw0yb3o] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-c9tmw0yb3o] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-c9tmw0yb3o] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-c9tmw0yb3o] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-c9tmw0yb3o] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-c9tmw0yb3o 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-c9tmw0yb3o] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-c9tmw0yb3o {
    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/Auctions.razor.rz.scp.css */
/* Center Syncfusion dialogs for this component via CssClass="centered-dialog" */
.centered-dialog[b-ngw4rkqc5a] {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 2000 !important;
}

/* Ensure overlay sits behind the dialog */
.e-dlg-overlay[b-ngw4rkqc5a] {
  z-index: 1995 !important;
}

/* Tweak for the smaller confirm/delete dialog */
.centered-confirm-dialog[b-ngw4rkqc5a] {
  width: 400px !important;
  max-width: 90% !important;
}
/* /Components/Shared/WizardDialog.razor.rz.scp.css */
