/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-usqvm9nplj] {
    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-usqvm9nplj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.drawer-container[b-usqvm9nplj] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.drawer-header[b-usqvm9nplj] {
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0.25rem 0 0.25rem;
}

.drawer-top[b-usqvm9nplj] {
    flex: 1 1 auto;
    overflow-y: auto;
}

.drawer-bottom[b-usqvm9nplj] {
    flex: 0 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.5rem;
}

.app-shell[b-usqvm9nplj] {
    min-height: 100vh;
}

.app-main-content[b-usqvm9nplj] {
    min-height: 100vh;
    padding-bottom: 110px;
    box-sizing: border-box;
}

/* Članovi “Kartica člana” tab (and any page that sets HideStickyFooter) — drop reserved footer space */
.app-main-content--no-sticky-footer[b-usqvm9nplj] {
    padding-bottom: 1rem;
}

.app-brand-logo-shell[b-usqvm9nplj] {
    height: 60px;
    display: flex;
    align-items: center;
    margin: 2px 8px;
    padding: 2px 6px;
    border-radius: 6px;
    box-sizing: border-box;
}

.app-brand-logo-shell--white-bg[b-usqvm9nplj] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.app-brand-logo[b-usqvm9nplj] {
    height: 100%;
    width: auto;
    max-width: min(42vw, 260px);
    object-fit: contain;
    display: block;
}

.app-footer[b-usqvm9nplj] {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.65rem 1rem 0.85rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    width: 100%;
    box-sizing: border-box;
}

.app-footer-container[b-usqvm9nplj] {
    --app-footer-right-inset: 16px;
    position: fixed !important;
    left: 0;
    right: var(--app-footer-right-inset);
    bottom: 0;
    /* Below MudDrawer / overlay (default theme z-index 1100); avoids covering the nav drawer when z-index ties. */
    z-index: 1000;
    pointer-events: none;
}

.app-footer-container > *[b-usqvm9nplj] {
    pointer-events: auto;
}

/* Below md: non-fixed footer (scrolls with page), less bottom padding, compact bar. */
@media (max-width: 959px) {
    .app-shell[b-usqvm9nplj] {
        display: flex;
        flex-direction: column;
    }

    /*
     * Footer is a sibling *after* .mud-layout. Later in-flow siblings paint on top of earlier ones,
     * which hid the bottom of the overlay drawer (nav text on the left). Put the whole layout
     * (drawer + overlay) in a higher stacking layer than the footer.
     */
    .app-shell > .mud-layout[b-usqvm9nplj] {
        flex: 1 1 auto;
        min-height: 0;
        position: relative;
        z-index: 2;
    }

    .app-footer-container[b-usqvm9nplj] {
        /* relative keeps normal flow like static but allows z-index to sit below .mud-layout */
        position: relative !important;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 0;
    }

    /*
     * Desktop uses left: 56px / 256px on the fixed footer for drawer-mini / drawer-open.
     * Below md the footer is in-flow; without the same inset, logos and text sit under the mini rail.
     */
    .app-footer-container--drawer-mini[b-usqvm9nplj] {
        padding-left: 56px;
        box-sizing: border-box;
    }

    /* Overlay drawer on small screens: no persistent side column — keep footer full width. */
    .app-footer-container--drawer-open[b-usqvm9nplj] {
        padding-left: 0;
    }

    .app-main-content:not(.app-main-content--no-sticky-footer)[b-usqvm9nplj] {
        padding-bottom: 1rem;
    }

    .app-footer[b-usqvm9nplj] {
        box-shadow: none;
        padding: 0.5rem 0.75rem 0.65rem;
    }

    .app-footer-logo[b-usqvm9nplj] {
        height: 36px;
        max-width: min(28vw, 108px);
    }

    .app-footer-logos[b-usqvm9nplj] {
        gap: 0.5rem;
    }
}

@media (min-width: 960px) {
    .app-footer-container--drawer-open[b-usqvm9nplj] {
        left: 256px;
    }

    .app-footer-container--drawer-mini[b-usqvm9nplj] {
        left: 56px;
    }
}

.app-footer-logos[b-usqvm9nplj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.app-footer-logo[b-usqvm9nplj] {
    height: 60px;
    width: auto;
    max-width: min(30vw, 170px);
    object-fit: contain;
    display: block;
}

.app-footer-text[b-usqvm9nplj] {
    text-align: center;
    white-space: pre-wrap;
}

@media (max-width: 600px) {
    .app-brand-logo-shell[b-usqvm9nplj] {
        height: 60px;
        margin: 2px 6px;
        padding: 1px 4px;
    }

    .app-brand-logo[b-usqvm9nplj] {
        max-width: min(48vw, 185px);
    }

    .app-footer[b-usqvm9nplj] {
        padding: 0.45rem 0.65rem 0.55rem;
        gap: 0.3rem;
    }

    .app-footer-logos[b-usqvm9nplj] {
        gap: 0.5rem;
    }

    .app-footer-logo[b-usqvm9nplj] {
        height: 28px;
        max-width: min(26vw, 92px);
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.mud-nav-link[b-n9oyc20rf5] {
    border-radius: 8px;
}
/* /Components/Shared/EsingMemberFileUploadTrigger.razor.rz.scp.css */
/* Label + hidden native input: robust file dialog trigger without default browser chrome. */
.esing-member-file-upload-anchor[b-pl58ifpmf5] {
    position: relative;
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
}

.esing-member-file-upload-input[b-pl58ifpmf5] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.esing-member-file-upload-btn[b-pl58ifpmf5] {
    pointer-events: none;
}
