/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1g493vwrx8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-1g493vwrx8] {
        justify-content: space-between;
    }

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

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

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

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

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

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

#blazor-error-ui[b-1g493vwrx8] {
    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-1g493vwrx8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kx6ndw9o7e] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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.1);
}

.navbar-toggler:checked[b-kx6ndw9o7e] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.nav-item[b-kx6ndw9o7e] {
    font-size: 0.925rem;
    padding-bottom: 0.25rem;
}

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

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

.nav-item[b-kx6ndw9o7e]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 6px;
    padding: 0.6rem 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    line-height: 1.2;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-item[b-kx6ndw9o7e]  .nav-link i.bi,
.nav-item[b-kx6ndw9o7e]  .nav-link span.bi {
    font-size: 1.25rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    flex-shrink: 0;
    text-align: center;
}

.nav-item[b-kx6ndw9o7e]  a.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 600;
}

.nav-item[b-kx6ndw9o7e]  .nav-link:hover,
.jewellery-group summary:hover[b-kx6ndw9o7e] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.jewellery-group summary[b-kx6ndw9o7e]::-webkit-details-marker {
    display: none;
}

.jewellery-group summary[b-kx6ndw9o7e] {
    list-style: none;
    user-select: none;
}

.jewellery-group .chevron-icon[b-kx6ndw9o7e] {
    transition: transform 0.2s ease-in-out;
}

.jewellery-group:not([open]) .chevron-icon[b-kx6ndw9o7e] {
    transform: rotate(-90deg);
}

.jewellery-group[open] .chevron-icon[b-kx6ndw9o7e] {
    transform: rotate(0deg);
}

.nav-scrollable[b-kx6ndw9o7e] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-kx6ndw9o7e] {
    display: block;
}

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

    .nav-scrollable[b-kx6ndw9o7e] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8adpyo4s1r],
.components-reconnect-repeated-attempt-visible[b-8adpyo4s1r],
.components-reconnect-failed-visible[b-8adpyo4s1r],
.components-pause-visible[b-8adpyo4s1r],
.components-resume-failed-visible[b-8adpyo4s1r],
.components-rejoining-animation[b-8adpyo4s1r] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8adpyo4s1r],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8adpyo4s1r],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8adpyo4s1r],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8adpyo4s1r],
#components-reconnect-modal.components-reconnect-retrying[b-8adpyo4s1r],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8adpyo4s1r],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8adpyo4s1r],
#components-reconnect-modal.components-reconnect-failed[b-8adpyo4s1r],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8adpyo4s1r] {
    display: block;
}


#components-reconnect-modal[b-8adpyo4s1r] {
    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-8adpyo4s1r 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8adpyo4s1r 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8adpyo4s1r 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8adpyo4s1r]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8adpyo4s1r 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8adpyo4s1r {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8adpyo4s1r {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8adpyo4s1r {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8adpyo4s1r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8adpyo4s1r] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8adpyo4s1r] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8adpyo4s1r] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8adpyo4s1r] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8adpyo4s1r] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8adpyo4s1r] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8adpyo4s1r 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8adpyo4s1r] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8adpyo4s1r {
    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/Blog.razor.rz.scp.css */
.blog-wrapper[b-8tycfgg17j] {
    --primary: #512bd4;
    --bg-color: #f8f9fa;
    --text-main: #212529;
    --text-muted: #6c757d;
    --border-color: #dee2e6;
    --code-bg: #1e1e1e;
    --code-text: #d4d4d4;

    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    color: var(--text-main);
    line-height: 1.5;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blog-wrapper.full-height-layout[b-8tycfgg17j] {
    height: 100vh;
    overflow: hidden;
}

.hero[b-8tycfgg17j] {
    background-color: white;
    padding: 1.5rem 1.5rem 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
    transition: all 0.25 ease;
}

.hero.hero-compact[b-8tycfgg17j] {
    padding: 0.75rem 1.5rem;
}

.hero-content[b-8tycfgg17j] {
    width: 100%;
    max-width: 100%;
}

.hero-title[b-8tycfgg17j] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
}

.hero.hero-compact .hero-title[b-8tycfgg17j] {
    font-size: 1.35rem;
}

.hero-subtitle[b-8tycfgg17j] {
    font-size: 1rem;
    color: var(--text-muted);
    margin: 0.35rem 0 0 0;
}

.search-bar-container[b-8tycfgg17j] {
    max-width: 500px;
}

.content-container[b-8tycfgg17j] {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 1rem 0 0 0;
    gap: 1.25rem;
    padding: 0 1.5rem 1.5rem 1.5rem;
    flex: 1;
    min-height: 0;
}

.full-height-layout .content-container[b-8tycfgg17j] {
    margin: 0.75rem 0 0 0;
    padding-bottom: 0.75rem;
    height: calc(100vh - 100px);
}

/* Sidebar Navigation */
.sidebar-wrapper[b-8tycfgg17j] {
    flex: 0 0 260px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    transition: all 0.25s ease;
}

.full-height-layout .sidebar-wrapper[b-8tycfgg17j] {
    overflow-y: auto;
}

.sidebar-wrapper.collapsed[b-8tycfgg17j] {
    flex: 0 0 auto;
    max-width: none;
}

.toggle-sidebar-btn[b-8tycfgg17j] {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 0.4rem 0.75rem;
    font-size: 0.85rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.toggle-sidebar-btn:hover[b-8tycfgg17j] {
    background-color: #401fa6;
}

.sidebar[b-8tycfgg17j] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: opacity 0.25s ease;
}

.sidebar.hidden-content[b-8tycfgg17j] {
    display: none;
}

.layer-btn[b-8tycfgg17j] {
    background: white;
    border: 1px solid var(--border-color);
    padding: 0.75rem 0.9rem;
    border-radius: 8px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.layer-btn:hover[b-8tycfgg17j] {
    border-color: var(--primary);
    transform: translateY(-1px);
}

.layer-btn.active[b-8tycfgg17j] {
    border-color: var(--primary);
    background-color: #f3f0ff;
    border-left: 4px solid var(--primary);
}

.layer-btn h3[b-8tycfgg17j] {
    margin: 0;
    font-size: 0.95rem;
}

.layer-btn p[b-8tycfgg17j] {
    margin: 0.15rem 0 0 0;
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* Content Panel */
.content-panel[b-8tycfgg17j] {
    flex: 1;
    min-width: 0;
    background: white;
    border-radius: 8px;
    padding: 1.5rem 1.75rem;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.full-height-layout .content-panel[b-8tycfgg17j] {
    overflow-y: auto;
}

.content-panel h2[b-8tycfgg17j] {
    color: var(--primary);
}

.code-container[b-8tycfgg17j] {
    background: var(--code-bg);
    border-radius: 6px;
    padding: 1rem;
    overflow-x: auto;
    max-height: 500px;
}

pre[b-8tycfgg17j] {
    margin: 0;
}

code[b-8tycfgg17j] {
    font-family: 'Consolas', 'Monaco', monospace;
    color: var(--code-text);
    font-size: 0.88rem;
    line-height: 1.45;
}

/* Utility */
.hidden[b-8tycfgg17j] {
    display: none !important;
}

.empty-state[b-8tycfgg17j] {
    text-align: center;
    color: var(--text-muted);
    padding: 4rem 0;
}

/* Copilot Chat-style Not Found Layout */
.copilot-container[b-8tycfgg17j] {
    max-width: 900px;
    margin: 10rem auto 2rem auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: white;
}

.copilot-heading[b-8tycfgg17j] {
    font-size: 2.3rem;
    font-weight: 350; /* Thinner, clean weight */
    color: #2c2c2c;
    margin-bottom: 2.2rem;
    font-family: 'Segoe UI', -apple-system, sans-serif;
    letter-spacing: -0.5px;
}

.copilot-input-group[b-8tycfgg17j] {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin-bottom: 1.5rem;
}

.copilot-input[b-8tycfgg17j] {
    width: 100%;
    padding: 0.95rem 3.25rem 0.95rem 3.25rem;
    font-size: 1rem;
    border-radius: 28px; /* Sleek pill shape */
    border: 1px solid #e3e3e3;
    outline: none;
    box-shadow: none; /* Flat style as shown in design */
    transition: border-color 0.2s ease;
    background-color: white;
    color: #1e1e1e;
}

.copilot-input[b-8tycfgg17j]::placeholder {
    color: #757575;
}

.copilot-input:focus[b-8tycfgg17j] {
    border-color: #c0c0c0;
}

.copilot-icon-left[b-8tycfgg17j] {
    position: absolute;
    left: 1.35rem;
    top: 50%;
    transform: translateY(-50%);
    color: #5f6368;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

.copilot-icon-right[b-8tycfgg17j] {
    position: absolute;
    right: 1.35rem;
    top: 50%;
    transform: translateY(-50%);
    color: #5f6368;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.copilot-chips[b-8tycfgg17j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-start;
    width: 100%;
    max-width: 760px;
    padding-left: 0.5rem;
}

.copilot-chip[b-8tycfgg17j] {
    padding: 0.5rem 1.1rem;
    font-size: 0.88rem;
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 10px; /* Non-pill rounded corner as shown in design */
    color: #5f6368;
    text-decoration: none;
    transition: all 0.2s ease;
}

.copilot-chip:hover[b-8tycfgg17j] {
    background-color: #f8f9fa;
    border-color: #d0d0d0;
    color: #202124;
}

/* --- Premium Animation & Transition Extensions --- */

@keyframes fadeInUp-b-8tycfgg17j {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn-b-8tycfgg17j {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Smooth Sidebar Transitions */
.sidebar-wrapper[b-8tycfgg17j] {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.sidebar-wrapper.collapsed[b-8tycfgg17j] {
    flex: 0 0 46px !important;
    width: 46px !important;
}

/* Layer item entry animations */
.layer-btn[b-8tycfgg17j] {
    animation: fadeInUp-b-8tycfgg17j 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Stagger list item animation delay */
.layer-btn:nth-child(1)[b-8tycfgg17j] { animation-delay: 0.05s; }
.layer-btn:nth-child(2)[b-8tycfgg17j] { animation-delay: 0.1s; }
.layer-btn:nth-child(3)[b-8tycfgg17j] { animation-delay: 0.15s; }
.layer-btn:nth-child(4)[b-8tycfgg17j] { animation-delay: 0.2s; }
.layer-btn:nth-child(5)[b-8tycfgg17j] { animation-delay: 0.25s; }
.layer-btn:nth-child(6)[b-8tycfgg17j] { animation-delay: 0.3s; }

/* Micro-interaction Scale Effects */
.layer-btn:active[b-8tycfgg17j] {
    transform: scale(0.98);
}

.layer-btn.active[b-8tycfgg17j] {
    box-shadow: 0 4px 12px rgba(81, 43, 212, 0.08);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Content loading transition */
.content-panel > div[b-8tycfgg17j] {
    animation: scaleIn-b-8tycfgg17j 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Copilot workspace entry elements */
.copilot-chip[b-8tycfgg17j] {
    animation: fadeInUp-b-8tycfgg17j 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.copilot-chip:nth-child(1)[b-8tycfgg17j] { animation-delay: 0.05s; }
.copilot-chip:nth-child(2)[b-8tycfgg17j] { animation-delay: 0.1s; }
.copilot-chip:nth-child(3)[b-8tycfgg17j] { animation-delay: 0.15s; }
.copilot-chip:nth-child(4)[b-8tycfgg17j] { animation-delay: 0.2s; }
.copilot-chip:nth-child(5)[b-8tycfgg17j] { animation-delay: 0.25s; }

/* AI Assistant Drawer Layout */
.ai-assistant-wrapper[b-8tycfgg17j] {
    flex: 0 0 320px;
    width: 320px;
    height: 100%;
    animation: fadeInUp-b-8tycfgg17j 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
    transition: all 0.3s ease;
}

.full-height-layout .ai-assistant-wrapper[b-8tycfgg17j] {
    height: calc(100vh - 120px);
}

.btn-close-xs[b-8tycfgg17j] {
    padding: 0.25rem;
    font-size: 0.65rem;
}
/* /Components/Pages/Compliance.razor.rz.scp.css */
.card[b-vy5dz24wxe] {
    border-radius: 12px;
}

.table th[b-vy5dz24wxe] {
    font-weight: 600;
}
/* /Components/Pages/Consignments.razor.rz.scp.css */
.card[b-jsw18li3n2] {
    border-radius: 12px;
}

.table th[b-jsw18li3n2] {
    font-weight: 600;
}
/* /Components/Pages/Counter.razor.rz.scp.css */
/* Counter page scoped styles */
h1[b-6kfexb53un] {
    font-size: 2rem;
}
/* /Components/Pages/Crm.razor.rz.scp.css */
.card[b-lp3shrnzbe] {
    border-radius: 12px;
}

.table th[b-lp3shrnzbe] {
    font-weight: 600;
}

.animate-pulse[b-lp3shrnzbe] {
    animation: pulse-b-lp3shrnzbe 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-b-lp3shrnzbe {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
}
/* /Components/Pages/Customer.razor.rz.scp.css */
.card[b-xfnt2nklti] {
    border-radius: 12px;
}

.table th[b-xfnt2nklti] {
    font-weight: 600;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.card[b-ys8zqhx8t3] {
    border-radius: 12px;
}
/* /Components/Pages/Error.razor.rz.scp.css */
/* Error page scoped styles */
h1[b-1s1oov52wp] {
    font-size: 2rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.lead[b-7si55hx4so] {
    font-size: 1.25rem;
}
/* /Components/Pages/Inventory.razor.rz.scp.css */
.card[b-fkaabr47rt] {
    border-radius: 12px;
}

.table th[b-fkaabr47rt] {
    font-weight: 600;
}
/* /Components/Pages/InvoiceDetails.razor.rz.scp.css */
@media print {
    /* Hide everything on the page */
    body *[b-niv9y46n22] {
        visibility: hidden !important;
    }

    /* Make only the printable invoice card and its contents visible */
    #printableInvoiceArea[b-niv9y46n22],
    #printableInvoiceArea *[b-niv9y46n22] {
        visibility: visible !important;
    }

    /* Position the printable area at the very top-left of the physical paper */
    #printableInvoiceArea[b-niv9y46n22] {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
        background: white !important;
    }

    /* Ensure interactive action buttons and non-printable elements are completely removed */
    .no-print[b-niv9y46n22],
    .sidebar[b-niv9y46n22],
    .top-row[b-niv9y46n22],
    nav[b-niv9y46n22],
    .navbar[b-niv9y46n22],
    .navbar-toggler[b-niv9y46n22],
    .nav-scrollable[b-niv9y46n22],
    #blazor-error-ui[b-niv9y46n22] {
        display: none !important;
    }

    body[b-niv9y46n22] {
        background: white !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.card[b-u8pmivcc0h] {
    border-radius: 12px;
}

.card-header[b-u8pmivcc0h] {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
/* /Components/Pages/LoginUsers.razor.rz.scp.css */
.card[b-mmgiilmjyy] {
    border-radius: 12px;
}

.table th[b-mmgiilmjyy] {
    font-weight: 600;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
/* NotFound Scoped Styles */
h3[b-yh0l0nkf5y] {
    color: #495057;
}
/* /Components/Pages/Permissions.razor.rz.scp.css */
.card[b-9pmtobt54h] {
    border-radius: 12px;
}

.table th[b-9pmtobt54h] {
    font-weight: 600;
}
/* /Components/Pages/Pos.razor.rz.scp.css */
.card[b-pu3nl15y7z] {
    border-radius: 12px;
}

.table th[b-pu3nl15y7z] {
    font-weight: 600;
}
/* /Components/Pages/Register.razor.rz.scp.css */
.card[b-pxa8q3o42i] {
    border-radius: 12px;
}

.card-header[b-pxa8q3o42i] {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
/* /Components/Pages/Repairs.razor.rz.scp.css */
.card[b-nlu6n0hc5h] {
    border-radius: 12px;
}

.table th[b-nlu6n0hc5h] {
    font-weight: 600;
}
/* /Components/Pages/Roles.razor.rz.scp.css */
.card[b-lseenhgk8x] {
    border-radius: 12px;
}

.hover-shadow-sm:hover[b-lseenhgk8x] {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.cursor-pointer[b-lseenhgk8x] {
    cursor: pointer;
}
/* /Components/Pages/Settings.razor.rz.scp.css */
/* Scaffolding for Settings styles */
/* /Components/Pages/Tenants.razor.rz.scp.css */
.card[b-qhof6ztmc2] {
    border-radius: 12px;
}
/* /Components/Pages/Weather.razor.rz.scp.css */
/* Weather page scoped styles */
.table th[b-crjq3jh98b] {
    font-weight: 600;
}
