/* /Pages/AdminDashboard/Dashboard.razor.rz.scp.css */
.dashboard-shell[b-z5lcfgtr1e] {
    padding: 24px 8px 40px;
}

.dashboard-header[b-z5lcfgtr1e] {
    margin-bottom: 18px;
}

.dashboard-filter[b-z5lcfgtr1e],
.metric-card[b-z5lcfgtr1e],
.dashboard-panel[b-z5lcfgtr1e] {
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 10px;
    background: var(--mud-palette-surface);
}

.dashboard-panel[b-z5lcfgtr1e] {
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.metric-card[b-z5lcfgtr1e] {
    min-height: 150px;
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.dashboard-panel[b-z5lcfgtr1e] {
    min-height: 100%;
}

.promo-grid[b-z5lcfgtr1e] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.split-metric[b-z5lcfgtr1e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
    padding: 14px 16px;
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 8px;
    background: var(--mud-palette-background-grey);
}

@media (max-width: 600px) {
    .dashboard-shell[b-z5lcfgtr1e] {
        padding: 16px 0 28px;
    }

    .dashboard-header[b-z5lcfgtr1e] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .promo-grid[b-z5lcfgtr1e] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Subsidiary/DeliveryZoneMapEditor.razor.rz.scp.css */
.delivery-zone-editor[b-2ihnv82ei5] {
    margin-top: 16px;
    overflow: hidden;
}

.delivery-zone-toolbar[b-2ihnv82ei5] {
    padding: 6px 8px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    min-height: 44px;
}

.delivery-zone-map[b-2ihnv82ei5] {
    height: min(56vh, 560px);
    min-height: 420px;
    width: 100%;
    overflow: hidden;
    background: #eef1f4;
}

.delivery-zone-map[b-2ihnv82ei5]  > div,
.delivery-zone-map[b-2ihnv82ei5]  canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

@media (max-width: 720px) {
    .delivery-zone-map[b-2ihnv82ei5] {
        height: 460px;
        min-height: 360px;
    }

    .delivery-zone-toolbar[b-2ihnv82ei5] {
        flex-wrap: wrap;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8dwzaogxeh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8dwzaogxeh] {
    flex: 1;
}

.sidebar[b-8dwzaogxeh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8dwzaogxeh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8dwzaogxeh]  a, .top-row[b-8dwzaogxeh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8dwzaogxeh]  a:hover, .top-row[b-8dwzaogxeh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8dwzaogxeh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8dwzaogxeh] {
        display: none;
    }

    .top-row.auth[b-8dwzaogxeh] {
        justify-content: space-between;
    }

    .top-row[b-8dwzaogxeh]  a, .top-row[b-8dwzaogxeh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8dwzaogxeh] {
        flex-direction: row;
    }

    .sidebar[b-8dwzaogxeh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8dwzaogxeh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8dwzaogxeh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8dwzaogxeh], article[b-8dwzaogxeh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nx3432yljd] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nx3432yljd] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nx3432yljd] {
    font-size: 1.1rem;
}

.oi[b-nx3432yljd] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-nx3432yljd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nx3432yljd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nx3432yljd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nx3432yljd]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-nx3432yljd]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-nx3432yljd]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nx3432yljd] {
        display: none;
    }

    .collapse[b-nx3432yljd] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-nx3432yljd] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

