@import 'WebShop.Client.dz093830k0.bundle.scp.css';

/* _content/WebShop/Components/Layout/AdminLayout.razor.rz.scp.css */
/*body {
}
*/
/* _content/WebShop/Components/Layout/AdminMainTop.razor.rz.scp.css */
/*body {
}
*/
/* _content/WebShop/Components/Layout/Footer.razor.rz.scp.css */
/* _content/WebShop/Components/Layout/HeaderPasica.razor.rz.scp.css */
.header-pasica[b-9dg0dui8i7] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* left content and right icons */
    flex-wrap: wrap;
    gap: .5rem;
    padding: .5rem .5rem;
    margin: 0 0 .5rem 0; /* add a little more space below the header pasica */
    background-color: #004C25;
    color: #fff;
}

.hp-left[b-9dg0dui8i7] {
    display: inline-flex;
    gap: .75rem;
    align-items: center;
}

.hp-social[b-9dg0dui8i7] {
    display: inline-flex;
    gap: .75rem; /* increased spacing between social icons */
    align-items: center;
    margin-left: auto; /* push to the right */
}

.hp-icon[b-9dg0dui8i7] { display: block; }

/* Hide header pasica on small screens */
@media (max-width: 900px) {
    .header-pasica[b-9dg0dui8i7] {
        display: none;
    }
}

.hp-logo[b-9dg0dui8i7] {
    height: 40px; /* scales the logo reasonably */
    width: auto;
    margin: 8px 12px; /* some margin around */
    display: block;
}

.hp-tel[b-9dg0dui8i7], .hp-email[b-9dg0dui8i7], .hp-address[b-9dg0dui8i7] {
    margin-left: 8px;
    font-weight: 400;
    color: #fff;
    font-family: 'Lora', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

.hp-sep[b-9dg0dui8i7] {
    opacity: .5;
}
/* _content/WebShop/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-x299w2psqf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x299w2psqf] {
    flex: 1;
}

/* The sidebar container in MainLayout should not reserve space; NavMenu overlays */
.sidebar[b-x299w2psqf] {
    position: initial; /* keep element for component placement but don't size it */
}

.top-row[b-x299w2psqf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x299w2psqf]  a, .top-row[b-x299w2psqf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-x299w2psqf]  a:hover, .top-row[b-x299w2psqf]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-x299w2psqf]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-x299w2psqf] {
        justify-content: space-between;
    }

        .top-row[b-x299w2psqf]  a, .top-row[b-x299w2psqf]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-x299w2psqf] {
        flex-direction: row;
    }

    /* Remove fixed sidebar width so content doesn't shift; drawer overlays instead */
    .sidebar[b-x299w2psqf] {
        width: 0;
        height: 0;
    }

    .top-row[b-x299w2psqf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-x299w2psqf]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-x299w2psqf], article[b-x299w2psqf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-x299w2psqf] {
    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-x299w2psqf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebShop/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/WebShop/Components/Layout/SideNavMenu.razor.rz.scp.css */
.nav-toggle[b-tbxgtslwjy] {
    display: none;
}

/* Apply Inter font to the entire drawer and links */
.side-drawer[b-tbxgtslwjy], .menu-item[b-tbxgtslwjy]  .menu-link, .group-title[b-tbxgtslwjy] { 
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

.nav-header[b-tbxgtslwjy] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: .5rem .5rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-toggler[b-tbxgtslwjy] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

/* Backdrop overlay */
.backdrop[b-tbxgtslwjy] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease-in-out;
    z-index: 90;
}

    .backdrop.show[b-tbxgtslwjy] {
        opacity: 1;
        pointer-events: auto;
    }

/* Drawer */
.side-drawer[b-tbxgtslwjy] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 280px;
    transform: translateX(-100%);
    transition: transform .25s ease-in-out;
    /* Replace gradient background-image with solid brand color */
    background-color: #004C25;
    color: white;
    z-index: 110;
    display: flex;
    flex-direction: column;
}

    .side-drawer.open[b-tbxgtslwjy] {
        transform: translateX(0);
    }

.drawer-header[b-tbxgtslwjy] {
    display: flex;
    align-items: center;
    height: 3.5rem;
    padding: 0 1rem;
}

    .drawer-header .brand-link[b-tbxgtslwjy] {
        flex: 1;
    }

.brand-link[b-tbxgtslwjy] {
    font-size: 1.1rem;
    color: white;
    text-decoration: none;
}

    .brand-link:hover[b-tbxgtslwjy] {
        text-decoration: underline;
    }

.drawer-close[b-tbxgtslwjy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: .375rem;
    cursor: pointer;
    background: rgba(255,255,255,.08);
}

    .drawer-close:hover[b-tbxgtslwjy] {
        background: rgba(255,255,255,.14);
    }

.menu[b-tbxgtslwjy] {
    display: flex;
    flex-direction: column;
}

.menu-item[b-tbxgtslwjy] {
    font-size: 0.9rem;
    padding: 0 .75rem .5rem;
}

    .menu-item:first-of-type[b-tbxgtslwjy] {
        padding-top: 1rem;
    }

    .menu-item:last-of-type[b-tbxgtslwjy] {
        padding-bottom: 1rem;
    }

    .menu-item[b-tbxgtslwjy]  .menu-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .menu-item[b-tbxgtslwjy]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .menu-item[b-tbxgtslwjy]  .menu-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

/* Collapsible groups */
.menu-group[b-tbxgtslwjy] {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: .25rem;
    padding-top: .25rem;
}

.group-title[b-tbxgtslwjy] {
    width: 100%;
    background: none;
    border: 0;
    color: #fff;
    text-align: left;
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    .group-title:hover[b-tbxgtslwjy] {
        background: rgba(255,255,255,.08);
    }

.chevron[b-tbxgtslwjy] {
    width: .75rem;
    height: .75rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    transition: transform .15s ease-in-out;
}

    .chevron.open[b-tbxgtslwjy] {
        transform: rotate(45deg);
    }

.sub-menu[b-tbxgtslwjy] {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-in-out;
}

    .sub-menu.open[b-tbxgtslwjy] {
        max-height: 600px;
    }

/* indent sub links */
.sub-menu .menu-item[b-tbxgtslwjy] {
    padding-left: 1.5rem;
}

/* Icon base */
.bi[b-tbxgtslwjy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/* Existing icon images kept */
.bi-house-door-fill-nav-menu[b-tbxgtslwjy] {
}

.bi-plus-square-fill-nav-menu[b-tbxgtslwjy] {
}

.bi-list-nested-nav-menu[b-tbxgtslwjy] {
}

.nav-logo[b-tbxgtslwjy] {
    height: 40px;
    width: auto;
    margin-left: 1rem;
}
