/* /Components/Account/Settings.razor.rz.scp.css */
/* Styles specific to Settings page (scoped by Blazor)
   Using flex & grid semantics, no Bootstrap dependency */
.settings-container[b-pwcoqsv96e] {
    display: flex;
    justify-content: center;
    padding: var(--space-lg);
}
.settings-card[b-pwcoqsv96e] {
    width: 100%;
    max-width: 600px;
    border: 1px solid #ccc;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    background: #fff;
    display: flex;
    flex-direction: column;
}
.settings-header[b-pwcoqsv96e] {
    padding: var(--space-md);
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
}
.settings-body[b-pwcoqsv96e] {
    padding: var(--space-md);
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}
.settings-buttons[b-pwcoqsv96e] {
    display: flex;
    gap: var(--space-sm);
}
.settings-status[b-pwcoqsv96e] {
    color: #555;
    font-size: var(--text-sm);
}

/* Custom button styles */
.settings-btn[b-pwcoqsv96e] {
    background: transparent;
    color: #212529;
    padding: var(--space-sm) var(--space-md);
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.15s ease-in-out;
}

.settings-btn-primary[b-pwcoqsv96e] {
    background: var(--complementary);
    color: #fff;
    border-color: var(--complementary);
}

.settings-btn-secondary[b-pwcoqsv96e] {
    background: #ddd;
    color: #000;
    border-color: #ddd;
}

.settings-btn-warning[b-pwcoqsv96e] {
    background: #ffc107;
    color: #000;
    border-color: #ffc107;
}

.settings-btn:hover[b-pwcoqsv96e] {
    opacity: 0.9;
}

.settings-input[b-pwcoqsv96e] {
    padding: var(--space-sm);
    border: 1px solid #ccc;
    border-radius: var(--radius-sm);
    font-size: 1rem;
}
/* /Components/Common/Pager.razor.rz.scp.css */
/* Pager component styles */

.pagination-btn[b-j2bnzdtuma] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination-btn:disabled[b-j2bnzdtuma] {
    pointer-events: none;
    opacity: 0.65;
}

.pagination-btn-primary[b-j2bnzdtuma] {
    background: var(--complementary, #007bff);
    color: #fff;
    border-color: var(--complementary, #007bff);
}

.pagination-btn-secondary[b-j2bnzdtuma] {
    background: #ddd;
    color: #000;
    border-color: #ddd;
}

.pagination-btn-primary:hover[b-j2bnzdtuma],
.pagination-btn-secondary:hover[b-j2bnzdtuma] {
    opacity: 0.9;
}

.pagination-controls[b-j2bnzdtuma] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.pagination-controls button[b-j2bnzdtuma] {
    padding: 10px 20px;
    font-size: 16px;
    min-width: 50px;
}
/* /Components/Filters/Filters.razor.rz.scp.css */
.filter-sidebar[b-x873znow8y] {
    width: 250px;
    padding: 1rem;
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    height: 100%;
    overflow-y: auto;
}

.filter-group[b-x873znow8y] {
    margin-bottom: 1.5rem;
}

.filter-group label[b-x873znow8y] {
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
}

.filter-toggle[b-x873znow8y] {
    font-weight: bold;
    margin-bottom: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: inherit;
    text-align: left;
}

.filter-list[b-x873znow8y] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-list li[b-x873znow8y] {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
}

.filter-list input[type="checkbox"][b-x873znow8y],
.filter-list input[type="radio"][b-x873znow8y] {
    margin-right: 0.5rem;
}

.filter-list label[b-x873znow8y] {
    cursor: pointer;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-oh725ac5rm] {
    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-oh725ac5rm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jya16ba7qd],
.components-reconnect-repeated-attempt-visible[b-jya16ba7qd],
.components-reconnect-failed-visible[b-jya16ba7qd],
.components-pause-visible[b-jya16ba7qd],
.components-resume-failed-visible[b-jya16ba7qd],
.components-rejoining-animation[b-jya16ba7qd] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-jya16ba7qd {
    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/Nav/Auth/Auth.razor.rz.scp.css */
/* Styles for Auth */
img[b-fedtqo7k0w] {
  object-fit: contain;
  height: 100%;
}

.front-auth_btn[b-fedtqo7k0w] {
  display: inline-block;
  height: 1.8rem;
  width: auto;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

.front-auth_btn:hover[b-fedtqo7k0w] {
  background-color: lightgreen;

}

.modal-overlay[b-fedtqo7k0w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.modal-content[b-fedtqo7k0w] {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@keyframes authPopIn-b-fedtqo7k0w {
    from { transform: translateY(-30px) scale(0.98); opacity: 0; }
    to   { transform: translateY(0) scale(1); opacity: 1; }
}
.front-auth_x[b-fedtqo7k0w] {
 position: absolute;
    top: 1rem;
    font-size: 1.3rem;
    color: #888;
    cursor: pointer;
    background: #f4f8fb;
    border-radius: 50%;
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    transition: background 0.18s, color 0.18s;
    padding-right: 1.5rem;
}

.authorize[b-fedtqo7k0w] {
width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 1.2rem;
    margin-bottom: 0.7rem;
  }

/* .not-authorize {
  width: 100%;
} */

.front-auth_links[b-fedtqo7k0w], .logout[b-fedtqo7k0w] {
    display: block;
    width: 100%;
    text-align: left;
    background: #f4f8fb;
    color: #004DB3;
    border: none;
    border-radius: 0.6rem;
    padding: 0.6rem 1rem;
    margin-bottom: 0.3rem;
    font-size: 1.08rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
    cursor: pointer;
}
.front-auth_links:hover[b-fedtqo7k0w], .logout:hover[b-fedtqo7k0w] {
    background: #004DB3;
    color: #fff;
}

.logout[b-fedtqo7k0w] {
    background: #ffeaea;
    color: #b30000;
    margin-top: 0.5rem;
}
.logout:hover[b-fedtqo7k0w] {
    background: #b30000;
    color: #fff;
}

.mail[b-fedtqo7k0w] {
    margin-top: 1.2rem;
    color: #7a8ca7;
    font-size: 0.98rem;
    text-align: center;
    word-break: break-all;
}
/* @media (max-width: 500px) {
    .front-auth {
        padding: 1.2rem 0.5rem 1rem 0.5rem;
        min-width: 0;
    }
} */

.login-form[b-fedtqo7k0w] {
    display: grid;
    gap: 1rem;
    width: 100%;
}

.form-group[b-fedtqo7k0w] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.login-btn[b-fedtqo7k0w], .cancel-btn[b-fedtqo7k0w] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
}

.login-btn[b-fedtqo7k0w] {
    background-color: #007bff;
    color: white;
}

.cancel-btn[b-fedtqo7k0w] {
    background-color: #6c757d;
    color: white;
}

.error-message[b-fedtqo7k0w] {
    color: red;
    font-size: 0.9rem;
}

.auth-container[b-fedtqo7k0w] {
    position: relative;
    display: inline-block;
}

.dropdown-menu[b-fedtqo7k0w] {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 150px;
    padding: 0.5rem 0;
}

.dropdown-menu a[b-fedtqo7k0w], .dropdown-item[b-fedtqo7k0w] {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    border: none;
    background: none;
    text-align: left;
    width: 100%;
}

.dropdown-menu a:hover[b-fedtqo7k0w], .dropdown-item:hover[b-fedtqo7k0w] {
    background-color: #f0f0f0;
}

.dropdown-overlay[b-fedtqo7k0w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}
/* /Components/Nav/Auth/LoginForm.razor.rz.scp.css */
.login-form[b-iyp1l89l1c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    margin: 0 auto;
}

.login-form h3[b-iyp1l89l1c] {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
}

.login-btn[b-iyp1l89l1c], .cancel-btn[b-iyp1l89l1c] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
}

.login-btn[b-iyp1l89l1c] {
    background-color: #4285f4;
    color: white;
}

.login-btn:hover[b-iyp1l89l1c] {
    background-color: #3367d6;
}

.cancel-btn[b-iyp1l89l1c] {
    background-color: #f1f1f1;
    color: #333;
}

.cancel-btn:hover[b-iyp1l89l1c] {
    background-color: #e0e0e0;
}
/* /Components/Nav/Menu/Menu.razor.rz.scp.css */
/* Styles for Menu */
.menu_btn[b-zg3mjpj0qz] {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    transition: filter 0.2s;
}
.menu_btn:hover[b-zg3mjpj0qz] {
    filter: brightness(0.8);
}

main[style][b-zg3mjpj0qz] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.35);
    z-index: 2000;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
}

.pop[b-zg3mjpj0qz] {
    background: #fff;
    border-radius: 12px;
    margin: 2rem;
    min-width: 260px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 1.5rem 1.2rem 1.2rem 1.2rem;
    animation: menuIn-b-zg3mjpj0qz 0.2s;
}

@keyframes menuIn-b-zg3mjpj0qz {
    from { transform: translateY(-30px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

.menu-header[b-zg3mjpj0qz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.menu-title[b-zg3mjpj0qz] {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    color: #004DB3;
}

.close-btn[b-zg3mjpj0qz] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #888;
    cursor: pointer;
    transition: color 0.2s;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-btn:hover[b-zg3mjpj0qz] {
    color: #004DB3;
    background: #f0f4fa;
}

.links[b-zg3mjpj0qz] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.links a[b-zg3mjpj0qz] {
    text-decoration: none;
    color: #222;
    font-size: 1.08rem;
    padding: 0.5rem 0.8rem;
    border-radius: 6px;
    transition: background 0.18s, color 0.18s;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.links a:hover[b-zg3mjpj0qz] {
    background: #f0f4fa;
    color: #004DB3;
}
/* /Components/Nav/Nav.razor.rz.scp.css */
/* Styles for Nav */
nav[b-8gbyf14208] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    /* allow children to wrap when space is constrained */
    align-items: center;
  justify-content: space-between;

    padding: 10px 20px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    /* color: #1976d2; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* position: relative;
    z-index: 1000; */
    gap: 5px;
    transition: top 0.3s ease;
}
.menu-home[b-8gbyf14208] {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
}

.hamburger[b-8gbyf14208] {
    background: none;
    border: none;

    color: #1976d2;
    font-size: 22px;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    transition: background-color 0.3s, transform 0.08s;
}

.hamburger:hover[b-8gbyf14208] {
    background-color: rgba(25, 118, 210, 0.1);
}

.home-link[b-8gbyf14208] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 6px;
    color: #1976d2;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.18s, transform 0.12s, box-shadow 0.12s;
    background: linear-gradient(180deg, #ffffff 0%, #eaf6ff 100%);
    border: 1px solid rgba(25,118,210,0.12);
    box-shadow: 0 4px 12px rgba(25,118,210,0.06);
}

.home-link:hover[b-8gbyf14208] {
    background: linear-gradient(180deg, #e3f2fd 0%, #bbdefb 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(25,118,210,0.08);
}

.home-link .brand-icon[b-8gbyf14208] {
    width: 42px;
    height: 42px;
    color: #1976d2;
}
.nav-search[b-8gbyf14208] {
    flex: 1;
    max-width: 640px;
    min-width: 280px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.menu-home[b-8gbyf14208]{
    order: 1;
}
.cart-login[b-8gbyf14208]{
    order: 2;
}
.auth[b-8gbyf14208]{
    order: 3;
}
.nav-search[b-8gbyf14208]{
    order: 4;
}
@media (width > 500px) {
    .nav-search[b-8gbyf14208] {
        order: 2;
    }
}

/* /Components/Nav/NavCart/NavCart.razor.rz.scp.css */
/* Cart item row layout using grid and flexbox */
.cart-item-row[b-se6kgbj0ou] {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 12px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.cart-item-image[b-se6kgbj0ou] {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
    background: #fafafa;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.cart-item-details[b-se6kgbj0ou] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.item-info[b-se6kgbj0ou] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.item-name[b-se6kgbj0ou] {
    font-weight: 500;
    font-size: 1rem;
    color: #222;
}

.item-price[b-se6kgbj0ou] {
    font-size: 0.95rem;
    color: #4caf50;
    margin-left: 12px;
}

.item-controls[b-se6kgbj0ou] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.qty-btn[b-se6kgbj0ou], .delete-btn[b-se6kgbj0ou] {
    background: #f5f5f5;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}
.qty-btn:hover[b-se6kgbj0ou], .delete-btn:hover[b-se6kgbj0ou] {
    background: #e0e0e0;
}

.qty-display[b-se6kgbj0ou] {
    width: 36px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 1rem;
}
/* Styles for NavCart */
.cart[b-se6kgbj0ou] {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: inherit;
    border: 0;
    cursor: pointer;
    transition: transform 0.1s ease;
    /* Added subtle hover lift */
    /* height: 50px; */
    /* padding: 8px; */
    background: linear-gradient(135deg, #ffffff 0%, #f3f9ff 50%, #e3f2fd 100%);
    border: 2px solid rgba(25, 118, 210, 0.15);
    border-radius: 12px;

}

.cart:hover[b-se6kgbj0ou] {
    transform: scale(1.02);
}

.cart_img[b-se6kgbj0ou] {
    top: 4px;
    height: 2.1rem;
    width: 3.1rem;
    padding: .2rem;
    justify-self: end;
    z-index: 1;
    filter: drop-shadow(0 2px 6px rgba(0, 77, 179, 0.1));
    /* Enhanced shadow */
    transition: filter 0.1s ease;
}

.cart:hover .cart_img[b-se6kgbj0ou] {
    filter: drop-shadow(0 4px 12px rgba(0, 77, 179, 0.2));
}

.cart_qty[b-se6kgbj0ou] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    align-self: center;
    z-index: 2;
    background-color: #1976d2;
    /* Updated to modern blue */
    color: white;
    display: grid;
    padding: 0 2px;
    border-radius: .5rem;
    box-shadow: 0 4px 10px rgba(25, 118, 210, 0.2);
    /* Added shadow */
    animation: pulse-b-se6kgbj0ou 2s infinite;
    /* Subtle pulse for attention */
}

@keyframes pulse-b-se6kgbj0ou {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}





/* Cart view overlay */
.view-overlay[b-se6kgbj0ou] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    place-items: center;
    opacity: 1;
    z-index: 3;
    backdrop-filter: blur(4px);
    /* Added blur for modern feel */
}

.view[b-se6kgbj0ou] {
    width: 100%;
    height: 100%;
    max-width: 750px;
    display: grid;
    align-content: start;
    place-items: center;
    overflow: auto;
    background-color: #fff;
    padding: 8px;
    border-radius: 12px;
    /* Rounded corners */
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
    /* Enhanced shadow */
    border: 1px solid rgba(0, 0, 0, 0.05);
    /* Subtle border */
}

.view-x[b-se6kgbj0ou] {
    display: grid;
    grid-template-columns: 4fr 1fr;
    height: 3rem;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
    width: 100%;
    margin-bottom: 1rem;
}

.view-x span[b-se6kgbj0ou] {
    grid-column: 2/3;
    background-color: #f0f0f0;
    display: grid;
    place-items: center;
    border-radius: 8px;
    /* Rounded */
    transition: background 0.1s ease;
}

.view-x span:hover[b-se6kgbj0ou] {
    background-color: #e0e0e0;
}

.view h1[b-se6kgbj0ou] {
    text-align: center;
}

.view-wrapper[b-se6kgbj0ou] {
    width: 100%;
    display: grid;
    place-items: center;
}

.items[b-se6kgbj0ou] {
    display: grid;
    padding-top: 1rem;
    padding-bottom: 1rem;
    grid-column: 1/-1;
    grid-template-columns: 1fr;
    place-items: center;
    grid-gap: 10px;
    opacity: 2;
    width: 100%;
    background-color: #f8f8f8;
    /* border: solid 1px rgba(0, 0, 0, 0.2); */
    /* border-radius: 8px; */
    /* Rounded */
}

.item[b-se6kgbj0ou] {
    display: grid;
    place-items: center;
    grid-gap: 1rem;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.2);
    font-size: small;
    background: #ffffff;
    /* White background for contrast */
    border-radius: 8px;
    /* Rounded */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    /* Subtle shadow */
    transition: box-shadow 0.1s ease;
}

.item:hover[b-se6kgbj0ou] {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.item1[b-se6kgbj0ou],
.item2[b-se6kgbj0ou] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    grid-gap: 0.5em;
    width: 100%;
    font-size: small;
}

.item-img[b-se6kgbj0ou] {
    grid-column: 1/2;
    grid-row: 1/2;
}

.item-img img[b-se6kgbj0ou] {
    width: 100%;
    max-width: 100px;
    /* Increased from 80px to 100px */
    border-radius: 6px;
    /* Rounded image */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    /* Shadow */
}

.item-name[b-se6kgbj0ou] {
    grid-column: 2/3;
    grid-row: 1/2;
    color: #333333;
    font-size: 14px;
}

.item-qty[b-se6kgbj0ou] {
    width: 95%;
    height: 100%;
    max-width: 200px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    grid-column: 3/4;
    grid-row: 1/2;
}

.item-qty_minus[b-se6kgbj0ou],
.item-qty_input[b-se6kgbj0ou],
.item-qty_plus[b-se6kgbj0ou] {
    background-color: white;
    color: #333333;
    border: solid 1px rgba(0, 0, 0, 0.2);
    height: 2em;
    font-size: 1rem;
    border-radius: 6px;
    /* Rounded */
    transition: background 0.1s ease;
}

.item-qty_minus:hover[b-se6kgbj0ou],
.item-qty_plus:hover[b-se6kgbj0ou] {
    background-color: #f0f0f0;
}

.item-qty_minus[b-se6kgbj0ou] {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
}

.item-qty_input[b-se6kgbj0ou] {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 100%;
    text-align: center;
}

.item-qty_plus[b-se6kgbj0ou] {
    grid-column: 3/4;
    grid-row: 1/2;
    width: 100%;
}

.item-price[b-se6kgbj0ou] {
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 14px;
    /* Increased from 12px */
    font-weight: 700;
    /* Increased weight for noticeability */
    letter-spacing: 1px;
    color: #1976d2;
    /* Added color for emphasis */
}

.item-importe[b-se6kgbj0ou] {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 14px;
    /* Increased from 12px */
    font-weight: 700;
    /* Increased weight for noticeability */
    letter-spacing: 1px;
    color: #1976d2;
    /* Added color for emphasis */
}

.item-quitar[b-se6kgbj0ou] {
    grid-column: 3/4;
    grid-row: 2/3;
    width: 80%;
    border-radius: 0.3rem;
    border: solid 1px var(--cm);
    background-color: #fff;
    height: 100%;
    height: 1.5rem;
    transition: background 0.1s ease;
}

.item-quitar:hover[b-se6kgbj0ou] {
    background-color: #ffeaea;
}

.item3[b-se6kgbj0ou] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    grid-gap: 0.5em;
    width: 100%;
    font-size: small;
}

.parte-outer[b-se6kgbj0ou],
.clave-outer[b-se6kgbj0ou] {
    display: grid;
    place-items: center;
    grid-template-columns: 1fr 1fr;
}

.total[b-se6kgbj0ou] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-width: 400px;
}

.crear-outer[b-se6kgbj0ou] {
    display: grid;
    place-items: center;
    width: 100%;
    font-size: large;
}

.crear[b-se6kgbj0ou] {
    display: grid;
    place-items: center;
    background-color: #7cefc2;
    width: 100%;
    max-width: 400px;
    height: 100%;
    letter-spacing: 3px;
    font-size: 1.5rem;
    border: 0.05rem solid #0016ff47;
    border-radius: 0.5rem;
    box-shadow: 0 6px 16px rgba(124, 239, 194, 0.2);
    /* Added shadow */
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.crear:hover[b-se6kgbj0ou] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(124, 239, 194, 0.3);
}
.keep-outer[b-se6kgbj0ou] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    min-width: 400px;
    max-width: 600px;
    font-size: large;
}
.keep[b-se6kgbj0ou]{
        background-color: #7cefc2;
    /* width: 100%; */
    max-width: 400px;
    min-width: 150px;
    height: 100%;
    letter-spacing: 3px;
    font-size: 1.5rem;
    border: 0.05rem solid #0016ff47;
    border-radius: 0.5rem;
    box-shadow: 0 6px 16px rgba(124, 239, 194, 0.2);
    /* Added shadow */
    transition: transform 0.1s ease, box-shadow 0.1s ease;

}
.item5[b-se6kgbj0ou] {
    display: grid;
    place-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.precios[b-se6kgbj0ou] {
    font-weight: 700;
    color: #1976d2;
    /* Consistent color for prices */
}

@media (width <=590px) {
    .item-qty[b-se6kgbj0ou] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* Aligns along the main axis (horizontal by default) */
        align-items: center;
    }
}
/* /Components/Nav/SearchTerm/SearchTerm.razor.rz.scp.css */
/* Styles for SearchTem */
main[b-94nrpx50pn] {
    display: grid;
    grid-template-columns: 1fr auto ;  /* Updated to include a third column for the limit input */
    align-items: center;
    width: 100%;
    /* max-width: 480px; */
    gap: 0.4rem;
    box-shadow: 0 4px 16px rgba(25,118,210,0.08);
    border: 1.5px solid #e6eef9;
    border-radius: 0.7rem;
    margin-left: .3rem;
    background: #fff;
    padding: 0.18rem 0.3rem;
}

form[b-94nrpx50pn] {
    display: flex;
    align-items: center;
}
.csearch[b-94nrpx50pn] {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.csearch > input[b-94nrpx50pn] {
    width: 100%;
    height: 2.2rem;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.08rem;
    font-weight: 500;
    color: #0f172a;
    padding: 0 0.9rem;
    border-radius: 0.5rem;
    transition: box-shadow 0.14s, border 0.14s;
}

.csearch > input:focus[b-94nrpx50pn] {
    box-shadow: 0 0 0 2px #b6d4fa;
    background: #f8fafc;
}

.csearch > input[b-94nrpx50pn]::placeholder {
    color: #94a3b8;
    font-size: 1.08rem;
    font-weight: 500;
    opacity: 1;
}

button[b-94nrpx50pn] {
    height: 2.2rem;
    min-width: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #7cefc2 70%, #56d79a 100%);
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 2px 8px rgba(124,239,194,0.10);
    cursor: pointer;
    transition: background 0.14s, box-shadow 0.14s, transform 0.09s;
    padding: 0 0.7rem;
}

button:hover[b-94nrpx50pn] {
    background: linear-gradient(180deg, #56d79a 60%, #7cefc2 100%);
    box-shadow: 0 6px 18px rgba(124,239,194,0.18);
    transform: translateY(-1px) scale(1.04);
}

button img[b-94nrpx50pn] {
    width: 1.2rem;
    height: 1.2rem;
    filter: grayscale(0.1) brightness(0.7);
    transition: filter 0.14s;
}

button:hover img[b-94nrpx50pn] {
    filter: none;
}

.limit[b-94nrpx50pn] {  /* Added styles for the limit input to match the button */
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    background: #fff;
    border: 1px solid #e6eef9;
    border-radius: 0.5rem;
    padding: 0 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #0f172a;
    outline: none;
    transition: box-shadow 0.14s, border 0.14s;
}

.limit:focus[b-94nrpx50pn] {
    box-shadow: 0 0 0 2px #b6d4fa;
    background: #f8fafc;
}

@media (max-width: 600px) {
    main[b-94nrpx50pn] {
        max-width: 100%;
        padding: 0.08rem 0.1rem;
        gap: 0.2rem;
    }
    .csearch > input[b-94nrpx50pn] {
        font-size: 1rem;
        padding: 0 0.5rem;
        height: 2rem;
    }
    button[b-94nrpx50pn] {
        height: 2rem;
        min-width: 2rem;
        padding: 0 0.4rem;
    }
    button img[b-94nrpx50pn] {
        width: 1rem;
        height: 1rem;
    }
    .limit[b-94nrpx50pn] {  /* Responsive styles for limit input */
        height: 2rem;
        min-width: 2rem;
        padding: 0 0.4rem;
        font-size: 0.9rem;
    }
}
/* /Components/Pages/Checkout/Checkout.razor.rz.scp.css */
.checkout-container[b-rbcrij93dp] {
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.checkout-items[b-rbcrij93dp] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout-item[b-rbcrij93dp] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.item-name[b-rbcrij93dp] {
    font-weight: bold;
}

.item-qty[b-rbcrij93dp] {
    margin: 0 10px;
}

.item-price[b-rbcrij93dp] {
    font-weight: bold;
}

.checkout-total[b-rbcrij93dp] {
    display: flex;
    justify-content: flex-end;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 8px;
}

.place-order-btn[b-rbcrij93dp] {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 8px;
    justify-self: end;
    transition: background-color 0.3s;
}

.place-order-btn:hover[b-rbcrij93dp] {
    background-color: #218838;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-layout[b-82t5vn4kap] {
    display: flex;
    gap: var(--space-md);
}

.sidebar[b-82t5vn4kap] {
    width: 250px;
    flex-shrink: 0;
}

.main-content[b-82t5vn4kap] {
    flex: 1;
}

/* Product grid: clean, slim, responsive */
/* Product grid: clean, slim, responsive */
.product-list[b-82t5vn4kap] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
    margin-bottom: 2rem;
}

/* Force all product cards to have the same height */
.product-list > .product-card[b-82t5vn4kap] {
    height: 100%;
    min-height: 440px;
    max-height: 440px;
    display: flex;
    flex-direction: column;
}

/* ensure each card stretches to fill its grid cell */
.product-card[b-82t5vn4kap] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pagination-controls[b-82t5vn4kap] {
    margin-top: var(--space-md);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--space-sm);
}

.pagination-controls button[b-82t5vn4kap] {
    min-width: 2.5rem;
}

/* /Components/Pages/ProductComp/ProductComp.razor.rz.scp.css */
/* Inline label and value for product meta */
.text_data[b-apew41z3hw] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.25em;
}
.text_data .text[b-apew41z3hw] {
    font-weight: bold;
}
.text_data .data[b-apew41z3hw] {
    user-select: text;
    white-space: nowrap;
}
}
/* product card styling for ProductComp component */
/* Slim, modern product card */
.product-card[b-apew41z3hw] {
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    min-height: 440px;
    max-height: 440px;
    height: 100%;
    justify-content: flex-start;
    overflow: hidden;
}
.product-card h4[b-apew41z3hw] {
    margin: 0 0 0.5em 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 5.5em;
    min-height: 5.5em;
}
.product-card p[b-apew41z3hw], .product-card section[b-apew41z3hw] {
    margin: 0.25em 0;
}
.product-image[b-apew41z3hw] {
    width: 100%;
    height: 180px;
    object-fit: contain;
    border-radius: 6px;
    background: #fafafa;
    margin-bottom: 0.75em;
}
.add-btn[b-apew41z3hw] {
    margin-top: auto;
    width: 100%;
    padding: 0.5em 0;
    background: #1976d2;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}
.add-btn:hover[b-apew41z3hw] {
    background: #125ea2;
}
/* Inline label and value for product meta */
.text_data[b-apew41z3hw] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.25em;
}
.text_data .text[b-apew41z3hw] {
    font-weight: bold;
}
.text_data .data[b-apew41z3hw] {
    user-select: text;
    white-space: nowrap;
}
/* /Components/Pages/ProductFilters.razor.rz.scp.css */
/* simple sidebar styling */
.filter-sidebar[b-pb1nsrx663] {
    padding: var(--space-md);
    border-right: 1px solid #ccc;
    width: 250px;
}
.filter-group[b-pb1nsrx663] {
    margin-bottom: var(--space-md);
}
.filter-group label[b-pb1nsrx663] {
    display: block;
    margin-bottom: var(--space-xs);
    font-weight: var(--font-medium);
}
.filter-list[b-pb1nsrx663] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter-list li[b-pb1nsrx663] {
    margin-bottom: var(--space-xs);
    display: flex;
    align-items: center;
}
.filter-list input[b-pb1nsrx663] {
    margin-right: var(--space-xs);
}
.filter-list label[b-pb1nsrx663] {
    cursor: pointer;
}

.filter-list-horizontal[b-pb1nsrx663] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-md);
}
.filter-list-horizontal li[b-pb1nsrx663] {
    margin-bottom: 0;
}
/* /Components/Sales/EditSaleItemModal.razor.rz.scp.css */
.edit-modal-overlay[b-4vpq1kc76q] {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1100;
}

.edit-modal[b-4vpq1kc76q] {
  width: min(520px, 95vw);
  background: #fff;
  border: 1px solid #dce7f4;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
  padding: 1rem;
}

.edit-modal-header[b-4vpq1kc76q] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.modal-close[b-4vpq1kc76q] {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #455a75;
}

.edit-modal-body[b-4vpq1kc76q] {
  display: grid;
  gap: 0.85rem;
}

.form-row[b-4vpq1kc76q] {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.form-row label[b-4vpq1kc76q] {
  font-size: 0.9rem;
  color: #334155;
  font-weight: 600;
}

.form-row input[b-4vpq1kc76q],
.form-row textarea[b-4vpq1kc76q] {
  padding: 0.5rem;
  border: 1px solid #c9d6e8;
  border-radius: 6px;
  font-size: 0.95rem;
}

.edit-modal-footer[b-4vpq1kc76q] {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  margin-top: 1rem;
}

.btn-primary[b-4vpq1kc76q] {
  background: #0f5fcc;
  color: #fff;
  border: 1px solid #0f5fcc;
  border-radius: 6px;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
}

.btn-secondary[b-4vpq1kc76q] {
  background: #f4f5f9;
  color: #334155;
  border: 1px solid #c9d6e8;
  border-radius: 6px;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
}
/* /Components/Sales/OneSale.razor.rz.scp.css */
.one-sale-wrapper[b-ko5e5l00in] {
    max-width: 900px;
    margin: 0 auto;
    padding: 1.1rem;
    background-color: #ffffff;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.one-sale-wrapper h3[b-ko5e5l00in] {
    margin-bottom: 0.8rem;
    color: #1f2a44;
}

.order-summary[b-ko5e5l00in] {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.75rem;
    background: #f7fbff;
    border: 1px solid #d9e3f1;
    border-radius: 7px;
    margin-bottom: 1rem;
    color: #2d3b54;
    font-size: 0.95rem;
}

.sale-items-grid[b-ko5e5l00in] {
    display: grid;
    gap: 0.9rem;
}

.sale-item-card[b-ko5e5l00in] {
    display: grid;
    grid-template-rows: auto auto;
    gap: 0.6rem;
    border: 1px solid #e6edf8;
    border-radius: 8px;
    padding: 0.85rem;
    background: #fff;
}

.item-top[b-ko5e5l00in] {
    display: grid;
    grid-template-columns: 84px 1fr;
    align-items: center;
    gap: 0.7rem;
}

.item-image img[b-ko5e5l00in] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid #d7deea;
    background: #f8fbff;
}

.item-name[b-ko5e5l00in] {
    font-weight: 600;
    font-size: 1.05rem;
    color: #15315b;
}

.item-bottom[b-ko5e5l00in] {
    background: #f9fbff;
    border: 1px solid #dde7f7;
    border-radius: 7px;
    padding: 0.65rem;
}

.meta-row[b-ko5e5l00in] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #4b5f79;
    font-size: 0.93rem;
    flex-wrap: wrap;
}

.card-actions[b-ko5e5l00in] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.btn-card-edit[b-ko5e5l00in] {
    border: 1px solid #0f5fcc;
    background: #ffffff;
    color: #0f5fcc;
    padding: 0.35rem 0.65rem;
    border-radius: 5px;
    font-size: 0.88rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.btn-card-edit:hover[b-ko5e5l00in] {
    background: #0f5fcc;
    color: #fff;
}

.loading[b-ko5e5l00in],
.error[b-ko5e5l00in],
.no-items[b-ko5e5l00in] {
    padding: 1rem;
    border-radius: 8px;
}

.loading[b-ko5e5l00in] {
    background: #f2f6fb;
    border: 1px solid #dbe9f8;
    color: #546a84;
}

.error[b-ko5e5l00in] {
    background: #fef3f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.no-items[b-ko5e5l00in] {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e3a8a;
}

.btn-quote[b-ko5e5l00in] {
    background-color: #2328c0;
    color: #fff;
    border: 1px solid #1e27ab;
    border-radius: 6px;
    padding: 0.45rem 0.9rem;
    cursor: pointer;
    font-size: 0.87rem;
}

.btn-quote:hover[b-ko5e5l00in] {
    background-color: #1b22a5;
}

.quote-entry[b-ko5e5l00in] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.quote-entry input[b-ko5e5l00in] {
    padding: 0.4rem 0.5rem;
    border: 1px solid #c9d6e8;
    border-radius: 6px;
    min-width: 230px;
}

.quote-message[b-ko5e5l00in] {
    margin-top: 0.7rem;
    color: #0f4f91;
    font-weight: 600;
}

.edit-modal-overlay[b-ko5e5l00in] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.44);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.edit-modal[b-ko5e5l00in] {
    background: #ffffff;
    border: 1px solid #e1e8f2;
    border-radius: 10px;
    padding: 1rem;
    width: min(480px, 90vw);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
}

.btn-close-modal[b-ko5e5l00in] {
    margin-top: 0.75rem;
    border: 1px solid #9caac5;
    background: #f4f5f9;
    color: #334155;
    padding: 0.4rem 0.8rem;
    border-radius: 5px;
    cursor: pointer;
}
/* /Components/Sales/Sales.razor.rz.scp.css */
.page-shell[b-p349f3kqv7] {
    max-width: 920px;
    margin: 16px auto;
    padding: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1f2937;
    line-height: 1.4;
}

.page-header[b-p349f3kqv7] {
    margin-bottom: 14px;
}

.page-header h1[b-p349f3kqv7] {
    margin: 0;
    font-size: 1.6rem;
    color: #0f172a;
}

.subtitle[b-p349f3kqv7] {
    margin: 4px 0 0;
    color: #475569;
    font-size: 0.95rem;
}

.sales-container[b-p349f3kqv7] {
    display: grid;
    gap: 12px;
}

.sale-card[b-p349f3kqv7] {
    background: #fff;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
}

.sale-header[b-p349f3kqv7] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 12px 14px;
    background: #f6f8fb;
    border-bottom: 1px solid #e4ebf5;
}

.sale-header .label[b-p349f3kqv7] {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #64748b;
}

.sale-header .value[b-p349f3kqv7] {
    font-weight: 700;
    color: #0f172a;
}

.sale-body[b-p349f3kqv7] {
    padding: 12px 14px;
    display: grid;
    gap: 8px;
}

.item-row[b-p349f3kqv7] {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e6ebf2;
    border-radius: 8px;
    padding: 10px;
    background: #fafcff;
}

.item-image[b-p349f3kqv7] {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.item-image img[b-p349f3kqv7] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item-meta-wrapper[b-p349f3kqv7] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.item-name[b-p349f3kqv7] {
    font-weight: 600;
    color: #0f172a;
    font-size: 0.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-meta[b-p349f3kqv7] {
    color: #475569;
    font-size: 0.84rem;
}

.sale-footer[b-p349f3kqv7] {
    background: #f9fafb;
    border-top: 1px solid #e4ebf5;
    padding: 10px 14px;
    display: flex;
    justify-content: flex-end;
}

.sale-detail-btn[b-p349f3kqv7] {
    padding: 7px 14px;
    border: 1px solid #0f4ecd;
    background: #ffffff;
    border-radius: 6px;
    color: #0f4ecd;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.88rem;
}

.sale-detail-btn:hover[b-p349f3kqv7] {
    background: #f0f5ff;
}

.loading-container[b-p349f3kqv7],
.empty-state[b-p349f3kqv7],
.alert.error[b-p349f3kqv7] {
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 0.95rem;
}

.loading-container[b-p349f3kqv7] {
    background: #f8fafc;
    border: 1px solid #dbe4ef;
    color: #1e293b;
}

.empty-state[b-p349f3kqv7] {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #334155;
}

.alert.error[b-p349f3kqv7] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

@media (max-width: 720px) {
    .sale-header[b-p349f3kqv7] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .item-row[b-p349f3kqv7] {
        flex-direction: column;
        align-items: flex-start;
    }

    .item-image[b-p349f3kqv7] {
        width: 100%;
        height: 140px;
    }

    .sale-footer[b-p349f3kqv7] {
        justify-content: center;
    }
}
