/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-anonymous[b-4rnj8vftcp] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 1.5rem;
    box-sizing: border-box;
    background: linear-gradient(180deg, #273c31 0%, #1e3330 100%);
}

.page[b-4rnj8vftcp] {
    display: flex;
    min-height: 100vh;
    background: #fff;
}

.sidebar[b-4rnj8vftcp] {
    width: 260px;
    min-width: 260px;
    background: linear-gradient(160deg, var(--color-green-2) 0%, var(--color-green-1) 100%);
    color: #e2e8f0;
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.main-wrapper[b-4rnj8vftcp] {
    margin-left: 260px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: #f0ede6;
}

.page-header-bar[b-4rnj8vftcp] {
    background: #f9f8f5;
    border-bottom: 1px solid #d0dbd9;
    padding: 0.85rem 2rem;
    display: flex;
    align-items: center;
    min-height: 3.5rem;
    position: sticky;
    top: 0;
    z-index: 50;
}

.page-header-bar--hidden[b-4rnj8vftcp] {
    display: none;
}

.main-content[b-4rnj8vftcp] {
    flex: 1;
    padding: 1.5rem 2rem;
    max-width: 1000px;
}

/* --- Mobile header (hidden on desktop) --- */
.mobile-header[b-4rnj8vftcp] {
    display: none;
}

.hamburger-btn[b-4rnj8vftcp] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #e2e8f0;
}

.hamburger-btn svg[b-4rnj8vftcp] {
    width: 24px;
    height: 24px;
}

.mobile-logo img[b-4rnj8vftcp] {
    height: 28px;
    width: auto;
}

.sidebar-overlay[b-4rnj8vftcp] {
    display: none;
}

/* --- Responsive: mobile (<768px) --- */
@media (max-width: 767.98px) {
    .page[b-4rnj8vftcp] {
        flex-direction: column;
    }

    .mobile-header[b-4rnj8vftcp] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 1rem;
        background: linear-gradient(160deg, var(--color-green-2) 0%, var(--color-green-1) 100%);
        border-bottom: 1px solid #334155;
        position: sticky;
        top: 0;
        z-index: 90;
    }

    .sidebar[b-4rnj8vftcp] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 260px;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        z-index: 100;
    }

    .sidebar.open[b-4rnj8vftcp] {
        transform: translateX(0);
    }

    .sidebar-overlay[b-4rnj8vftcp] {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 99;
    }

    .main-wrapper[b-4rnj8vftcp] {
        margin-left: 0;
    }

    .page-header-bar[b-4rnj8vftcp] {
        padding: 0.75rem 1rem;
        position: sticky;
        top: 44px; /* below mobile-header */
    }

    .main-content[b-4rnj8vftcp] {
        margin-left: 0;
        padding: 1rem;
        max-width: 100%;
    }
}

#blazor-error-ui[b-4rnj8vftcp] {
    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-4rnj8vftcp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-logo[b-kq60l0qvaq] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1rem;
}

.sidebar-logo-link[b-kq60l0qvaq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.sidebar-logo-img[b-kq60l0qvaq] {
    width: 28%;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.sidebar-logo-text[b-kq60l0qvaq] {
    display: flex;
    flex-direction: column;
}

.sidebar-logo-title[b-kq60l0qvaq] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #f8fafc;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.2rem;
}

.sidebar-logo-subtitle[b-kq60l0qvaq] {
    font-size: 0.75rem;
    font-weight: 400;
    color: #a8c5c0;
    letter-spacing: 0.03em;
}

.sidebar-nav[b-kq60l0qvaq] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem 0;
}

.sidebar-footer[b-kq60l0qvaq] {
    border-top: 1px solid #3d6b5e;
    padding: 0.75rem 1rem;
}

.sidebar-account-link[b-kq60l0qvaq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 0.5rem;
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    transition: background-color 0.15s;
}

    .sidebar-account-link:hover[b-kq60l0qvaq] {
        background-color: rgba(255,255,255,0.12);
        color: #f8fafc;
    }

.nav-icon[b-kq60l0qvaq] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.sidebar-logout-form[b-kq60l0qvaq] {
    margin: 0;
}

.sidebar-logout-button[b-kq60l0qvaq] {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
}

[b-kq60l0qvaq] .nav-menu-group {
    margin-bottom: 0.25rem;
}

[b-kq60l0qvaq] .nav-direct-link {
    display: flex;
    align-items: center;
    padding: 0.45rem 1rem 0.45rem 1rem;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;
    gap: 0.5rem;
    transition: background-color 0.15s, color 0.15s;
}

[b-kq60l0qvaq] .nav-direct-link:hover {
    background-color: rgba(255,255,255,0.12);
    color: #f8fafc;
}

[b-kq60l0qvaq] .nav-group-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.6rem 1rem;
    border: none;
    background: none;
    color: #fff;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    gap: 0.5rem;
    transition: background-color 0.15s;
}

    [b-kq60l0qvaq] .nav-group-toggle:hover {
        background-color: rgba(255,255,255,0.12);
        color: #f8fafc;
    }

[b-kq60l0qvaq] .nav-group-title {
    flex: 1;
    text-align: left;
}

[b-kq60l0qvaq] .nav-group-chevron {
    transition: transform 0.2s;
    font-size: 0.8rem;
}

    [b-kq60l0qvaq] .nav-group-chevron.expanded {
        transform: rotate(90deg);
    }

[b-kq60l0qvaq] .nav-group-items {
    display: flex;
    flex-direction: column;
}

    [b-kq60l0qvaq] .nav-group-items a {
        padding: 0.45rem 1rem 0.45rem 2.75rem;
        color: #fff;
        text-decoration: none;
        font-family: inherit;
        font-size: 0.875rem;
        font-weight: 400;
        transition: background-color 0.15s, color 0.15s;
    }

        [b-kq60l0qvaq] .nav-group-items a:hover {
            background-color: rgba(255,255,255,0.12);
            color: #f8fafc;
        }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xbe28uj6q9],
.components-reconnect-repeated-attempt-visible[b-xbe28uj6q9],
.components-reconnect-failed-visible[b-xbe28uj6q9],
.components-pause-visible[b-xbe28uj6q9],
.components-resume-failed-visible[b-xbe28uj6q9],
.components-rejoining-animation[b-xbe28uj6q9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xbe28uj6q9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xbe28uj6q9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xbe28uj6q9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xbe28uj6q9],
#components-reconnect-modal.components-reconnect-retrying[b-xbe28uj6q9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xbe28uj6q9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xbe28uj6q9],
#components-reconnect-modal.components-reconnect-failed[b-xbe28uj6q9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xbe28uj6q9] {
    display: block;
}


#components-reconnect-modal[b-xbe28uj6q9] {
    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-xbe28uj6q9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xbe28uj6q9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xbe28uj6q9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xbe28uj6q9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xbe28uj6q9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xbe28uj6q9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xbe28uj6q9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xbe28uj6q9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xbe28uj6q9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xbe28uj6q9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xbe28uj6q9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xbe28uj6q9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xbe28uj6q9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xbe28uj6q9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xbe28uj6q9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xbe28uj6q9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xbe28uj6q9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xbe28uj6q9 {
    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/Customers/CustomerEdit.razor.rz.scp.css */
.related-list[b-qpmwm99u09] {
    border: 1px solid #d9e2df;
    border-radius: 8px;
    overflow: hidden;
}

.related-item[b-qpmwm99u09] {
    padding: 0.7rem 0.85rem;
    border-bottom: 1px solid #e4ece9;
}

.related-item:last-child[b-qpmwm99u09] {
    border-bottom: none;
}

.related-item:nth-child(even)[b-qpmwm99u09] {
    background-color: #f7faf9;
}

.related-title[b-qpmwm99u09] {
    font-weight: 700;
    color: #1f2937;
    line-height: 1.25;
}

.related-description[b-qpmwm99u09] {
    margin-top: 0.2rem;
    color: #6b7280;
    font-size: 0.82rem;
    line-height: 1.35;
}
/* /Components/Shared/ConfirmDialog.razor.rz.scp.css */
.confirm-dialog-backdrop[b-w8n5inhcso] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
    box-sizing: border-box;
}

.confirm-dialog[b-w8n5inhcso] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 24rem;
    padding: 1.5rem;
    box-sizing: border-box;
    animation: confirm-dialog-pop-b-w8n5inhcso 0.15s ease-out;
}

@keyframes confirm-dialog-pop-b-w8n5inhcso {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.confirm-dialog-title[b-w8n5inhcso] {
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
}

.confirm-dialog-message[b-w8n5inhcso] {
    margin: 0 0 1.5rem 0;
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.5;
}

.confirm-dialog-actions[b-w8n5inhcso] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.confirm-dialog-actions .btn[b-w8n5inhcso] {
    flex: 1;
    justify-content: center;
}

@media (max-width: 480px) {
    .confirm-dialog[b-w8n5inhcso] {
        max-width: none;
        width: 100%;
        margin: 0 0.5rem;
    }

    .confirm-dialog-backdrop[b-w8n5inhcso] {
        align-items: flex-end;
        padding: 0 0 1rem 0;
    }

    .confirm-dialog-actions[b-w8n5inhcso] {
        flex-direction: column-reverse;
    }

    .confirm-dialog-actions .btn[b-w8n5inhcso] {
        width: 100%;
    }
}
