@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/Avital.InventoryApp_11/Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
.row[b-0g7c2dyswj] {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}

.col-md-4[b-0g7c2dyswj] {
    padding: 2rem 1.5rem;
    border-radius: 4px;
}
/* _content/Avital.InventoryApp_11/Components/Account/Pages/Login.razor.rz.scp.css */
.row[b-oecijpd998] {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}.col-md-4[b-oecijpd998] {
    padding: 2rem 1.5rem;
    border-radius: 4px;
}
/* _content/Avital.InventoryApp_11/Components/Account/Pages/Register.razor.rz.scp.css */
.row[b-6gobded5hs] {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}

.col-md-4[b-6gobded5hs] {
    padding: 2rem 1.5rem;
    border-radius: 4px;
}
/* _content/Avital.InventoryApp_11/Components/Account/Pages/ResendEmailConfirmation.razor.rz.scp.css */
.row[b-cowjhdcokg] {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}

.col-md-4[b-cowjhdcokg] {
    padding: 2rem 1.5rem;
    border-radius: 4px;
}
/* _content/Avital.InventoryApp_11/Components/Account/Shared/AccountLayout.razor.rz.scp.css */
main[b-99h9iu0369] {
    padding: 2rem;
    text-align: center;
}
/* _content/Avital.InventoryApp_11/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
/* _content/Avital.InventoryApp_11/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8r5ds31dci] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8r5ds31dci] {
    flex: 1;
}

.sidebar[b-8r5ds31dci] {
    background-image: linear-gradient(180deg, rgb(0 0 0 / 15%) 50%,rgb(0 0 0 / 25%) 100%)
}

.top-row[b-8r5ds31dci] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8r5ds31dci]  a, .top-row[b-8r5ds31dci]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-8r5ds31dci]  a:hover, .top-row[b-8r5ds31dci]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-8r5ds31dci]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-8r5ds31dci] {
        justify-content: space-between;
    }

        .top-row[b-8r5ds31dci]  a, .top-row[b-8r5ds31dci]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-8r5ds31dci] {
        flex-direction: row;
    }

    .sidebar[b-8r5ds31dci] {
        width: 250px;
        /*  height: 100vh;*/
        position: sticky;
        top: 0;
    }

    .top-row[b-8r5ds31dci] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-8r5ds31dci]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-8r5ds31dci], article[b-8r5ds31dci] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (min-height: 700px) {
    .sidebar[b-8r5ds31dci] {
        height: 100vh;
    }
}

#blazor-error-ui[b-8r5ds31dci] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-8r5ds31dci] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Avital.InventoryApp_11/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-frlnr2kweu] {
    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-frlnr2kweu] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-frlnr2kweu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-frlnr2kweu] {
    font-size: 1.1rem;
}

.bi[b-frlnr2kweu] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    margin-left: 1rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-frlnr2kweu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-frlnr2kweu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-frlnr2kweu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-frlnr2kweu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-frlnr2kweu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-frlnr2kweu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-frlnr2kweu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-frlnr2kweu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-frlnr2kweu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-frlnr2kweu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-frlnr2kweu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-frlnr2kweu]  .nav-link {
        color: black;
        background: none;
        border: none;
        border-radius: 4px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-frlnr2kweu]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-frlnr2kweu]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-frlnr2kweu] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-frlnr2kweu] {
    display: block;
}

/*@media (min-height:680px) {
    .flex-column {
        height: calc(100vh - 56px);
    }
}
*/

@media (min-width: 641px) {
    .navbar-toggler[b-frlnr2kweu] {
        display: none;
    }

    .nav-scrollable[b-frlnr2kweu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Avital.InventoryApp_11/Components/Pages/Invoices/HomePage/InvoiceCardComponents/InvoiceCardComponent.razor.rz.scp.css */
.ventas-card-grid > div[b-zgmv06dszl] {
    text-align: center;
    border-top: 1px solid var(--bs-body-color);
}


    .ventas-card-grid > div:nth-child(2)[b-zgmv06dszl] {
        text-align: center;
        border-left: 1px solid var(--bs-body-color);
        border-right: 1px solid var(--bs-body-color);
    }
/* _content/Avital.InventoryApp_11/Components/Pages/Items/HomePage/GridComponents/ItemsTotalComponent.razor.rz.scp.css */
[b-w9nlgcw0g4] .quickgrid {
    /* font-family: 'Roboto', Helvetica, Arial, sans-serif;*/
    width: 100%
}


    [b-w9nlgcw0g4] .quickgrid .col-title {
        gap: 0.4rem; /* Separate the sort indicator from title text */
        font-weight: bold``````;
        text-transform: uppercase;
    }

[b-w9nlgcw0g4] .col-options {
    border-radius: 4px;
}


[b-w9nlgcw0g4] th {
    width: 13rem;
    max-width: 19rem;
}

[b-w9nlgcw0g4] .page-size-chooser select {
    border: 1px solid rgb(6 21 31 / .25);
    border-radius: 6px;
}

[b-w9nlgcw0g4] td {
    width: 13rem;
    max-width: 19rem;
}

    [b-w9nlgcw0g4] td a {
        color: black;
    }

    [b-w9nlgcw0g4] td.user-name a:hover {
        color: blue;
        font-weight: 500;
    }


    [b-w9nlgcw0g4] td a:hover {
        /*     color: #ef443b;*/
        font-weight: 500;
        cursor: pointer
    }


[b-w9nlgcw0g4] tr {
    height: 5rem;
    border-bottom: 1px solid rgb(6 21 31 / .25); /* --brand-text in rgb values with opacity at 25%;*/
    outline: 1px solid rgb(6 21 31 / .25);
}


[b-w9nlgcw0g4] td.type {
    text-transform: capitalize;
}



[b-w9nlgcw0g4] thead > tr:first-child {
    height: 1rem !important;
    outline: 1px solid rgb(6 21 31 / .25);
    border-bottom: 1px solid transparent;
}


[b-w9nlgcw0g4] thead:after {
    background: red;
}


[b-w9nlgcw0g4] .col-header-content {
    padding: 10px 0px;
    justify-content: center;
}




[b-w9nlgcw0g4] th.first-column .col-header-content {
    justify-content: flex-end;
    flex-direction: row-reverse;
}

    [b-w9nlgcw0g4] th.first-column .col-header-content button.col-title {
        gap: 0px;
    }

[b-w9nlgcw0g4] th.second-column .col-header-content button.col-title {
    gap: 0px;
}

[b-w9nlgcw0g4] th.user-name .col-header-content button.col-title {
    gap: 0px;
}


[b-w9nlgcw0g4] th.col-sort-asc .col-header-content button.col-title .sort-indicator {
    background-image: url("/Images/arrow.svg");
    background-position: center;
}

[b-w9nlgcw0g4] th.col-sort-desc .col-header-content button.col-title .sort-indicator {
    background-image: url("/Images/arrow.svg");
    background-position: center;
}

[b-w9nlgcw0g4] th.user-name.col-sort-asc .col-header-content button.col-title .sort-indicator {
    transform: translateX(26px) translateY(-1px) scaleY(-1);
    background-image: url("/Images/arrow.svg");
    background-position: center;
}

[b-w9nlgcw0g4] th.user-name.col-sort-desc .col-header-content button.col-title .sort-indicator {
    transform: translateX(26px) translateY(-1px);
    background-image: url("/Images/arrow.svg");
    background-position: center;
}


[b-w9nlgcw0g4] th.second-column.col-sort-asc .col-header-content button.col-title .sort-indicator {
    transform: translateX(12px) translateY(-1px) scaleY(-1);
    background-image: url("/Images/arrow.svg");
    background-position: center;
}

[b-w9nlgcw0g4] th.second-column.col-sort-desc .col-header-content button.col-title .sort-indicator {
    transform: translateX(12px) translateY(-1px);
    background-image: url("/Images/arrow.svg");
    background-position: center;
}



[b-w9nlgcw0g4] th.first-column.col-sort-asc .col-header-content button.col-title .sort-indicator {
    transform: translateX(26px) translateY(-1px) scaleY(-1);
    background-image: url("/Images/arrow.svg");
    background-position: center;
}

[b-w9nlgcw0g4] th.first-column.col-sort-desc .col-header-content button.col-title .sort-indicator {
    transform: translateX(26px);
    background-image: url("/Images/arrow.svg");
    background-position: center;
}

/* Subtle stripe effect */
/*    ::deep tr:nth-child(even) {
        background: rgba(198,212,222,0.5) !important;
    }*/

[b-w9nlgcw0g4] td.first-column {
    padding-left: 16px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .15px;
    width: 25px;
}

[b-w9nlgcw0g4] td.second-column {
    padding-left: 16px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .15px;
    width: 25px;
}

[b-w9nlgcw0g4] th.first-column {
    padding-left: 16px;
    font-weight: 700;
    width: 25px;
}

[b-w9nlgcw0g4] th.second-column {
    padding-left: 16px;
    font-weight: 700;
    width: 25px;
}



[b-w9nlgcw0g4] td.first-column.status {
    padding: 0 16px;
}




@media (min-width: 985px) {
    [b-w9nlgcw0g4] td.first-column {
        font-size: 16px;
    }

    [b-w9nlgcw0g4] td.second-column {
        font-size: 16px;
    }
}

[b-w9nlgcw0g4] td.mantt-date {
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 14px;
    /*    padding-left: 2px*/
}

@media (min-width: 985px) {
    [b-w9nlgcw0g4] td.mantt-date {
        font-size: 15px;
    }
}


.grid-controlers-header[b-w9nlgcw0g4] {
    height: 3rem;
    border-bottom: 1px solid rgb(6 1 31 / .25);
    display: flex;
    align-items: center;
    padding: 26px 16px;
    justify-content: space-between;
}



.grid-controlers-header-left[b-w9nlgcw0g4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*width: 6.25rem;*/
}

    .grid-controlers-header-left span[b-w9nlgcw0g4] {
        font-size: 1.65rem;
        cursor: pointer;
        transition: color .25s ease-out;
    }

        .grid-controlers-header-left span:hover[b-w9nlgcw0g4] {
            color: blue;
            transition: color .25s ease-in;
        }

    .grid-controlers-header-left button[b-w9nlgcw0g4] {
        /* default styles for the button*/
        color: #3ba28f;
        background: rgb(19 112 25 / .125); /* --brand-secondary in rgb values with opacity at .125%;*/
        border: 0px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        padding: 6px 10px;
    }


    .grid-controlers-header-left.enabled button[b-w9nlgcw0g4] {
        color: #e32044;
        background: rgb(204 2 56 / .125); /* --brand-red in rgb values with opacity at .125%;*/
    }

    .grid-controlers-header-left.disabled button[b-w9nlgcw0g4] {
        color: #3ba28f;
        background: rgb(19 112 25 / .125); /* --brand-secondary in rgb values with opacity at .125%;*/
    }


.items-grid[b-w9nlgcw0g4] {
    height: 83.5vh;
    overflow-y: auto;
}


.container[b-w9nlgcw0g4] {
    /*    max-height: calc(100vh - 2.25rem);
    height: calc(100vh - 2.25rem);*/
    border-radius: 8px;
    width: 100%;
    /*background: var(--plain-white);*/
    background: white;
    padding: .75rem 0 1rem 1rem;
    overflow-y: hidden;
    padding: 0px;
    /*   box-shadow: 0px 2px 4px 0 rgba(220,220,220,.50);*/
    border: 2px solid rgb(220, 220, 220);
    margin: 0px
}

@media (min-width: 1620px) {
    div.container[b-w9nlgcw0g4] {
        width: 100%;
        margin-left: 80px;
        margin-right: 80px;
    }
}



/* Sticky header while scrolling */
[b-w9nlgcw0g4] thead {
    position: sticky;
    top: 0;
    background-color: #F9FBFC;
    font-size: 14px;
    font-weight: 600;
    /*    outline: 1px solid gray;*/
}

    [b-w9nlgcw0g4] thead .col-title-text {
        color: rgba(6 21 31 / .65); /* --brand-text in rgb values with opacity at 65%;*/
        text-transform: capitalize;
    }

[b-w9nlgcw0g4] .col-title {
    flex-grow: 0;
}

.paginator-container[b-w9nlgcw0g4] {
    /*    height: 2.25rem;*/
    padding: 4px 16px;
    background-color: #F9FBFC;
}


.paginator-content[b-w9nlgcw0g4] {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.paginator-content-column[b-w9nlgcw0g4] {
    display: inline-flex;
    gap: 1.25rem
}

    .paginator-content-column i[b-w9nlgcw0g4] {
        cursor: pointer;
    }


[b-w9nlgcw0g4] .paginator {
    padding: 0 16px;
    margin: 0px
}

.page-size-chooser[b-w9nlgcw0g4] {
    /* position: absolute;
    bottom: 0.25rem;
    left: 7.5rem;*/
}


/* For WebKit browsers like Chrome and Safari */
[b-w9nlgcw0g4]::-webkit-scrollbar {
    width: 2px;
}

[b-w9nlgcw0g4]::-webkit-scrollbar-thumb {
    background-color: rgb(6 21 31 / 5%);
    border-radius: 0px;
    box-shadow: none;
}

[b-w9nlgcw0g4]::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: none;
    margin-top: 26px;
}




.searchbox[b-w9nlgcw0g4] {
    background-color: white;
    background: transparent;
    padding: 0px 15px;
    font-size: 17px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    width: 3rem;
    transition: width 500ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    border: 1px solid rgb(6 21 31 / .25); /* --brand-text in rgb values with opacity at 25%;*/
    /*   cursor: pointer;*/
    position: relative;
    overflow: hidden;
    height: 33px;
}

    .searchbox.using[b-w9nlgcw0g4] {
        width: 15rem;
        transition: width 500ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
        justify-content: flex-start;
    }

        .searchbox.using i[b-w9nlgcw0g4] {
            margin-right: 0px;
            margin-top: 1px;
            /* transition: margin-right 500ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;*/
        }

        .searchbox.using input[b-w9nlgcw0g4] {
            padding-left: 28px;
            padding-right: 28px;
            width: 13rem;
        }



    .searchbox:focus-within[b-w9nlgcw0g4] {
        width: 15rem;
        transition: width 500ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
        justify-content: flex-start;
    }



    .searchbox input[b-w9nlgcw0g4] {
        width: 15rem;
        position: absolute;
        padding-left: 3rem;
    }


    .searchbox:focus-within input[b-w9nlgcw0g4] {
        padding-left: 28px;
        padding-right: 28px;
        display: inline-block;
    }

    .searchbox i[b-w9nlgcw0g4] {
        cursor: pointer;
        /* transition: margin-right 500ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;*/
        /* margin-right: -49px;*/
    }

    .searchbox:focus-within i[b-w9nlgcw0g4] {
        margin-right: 0px;
        /*  transition: margin-right 500ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;*/
    }



    .searchbox input[b-w9nlgcw0g4] {
        background-color: transparent;
        color: black;
        border: none;
        outline: none;
        height: 31px;
        width: 100%;
        cursor: pointer;
    }

    .searchbox.options[b-w9nlgcw0g4] {
        justify-content: center;
        padding: 0px 10px;
        overflow: hidden;
        margin-left: .5rem;
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE 10+ */
        user-select: none; /* Standard syntax */
    }

        .searchbox.options:focus-within[b-w9nlgcw0g4] {
            justify-content: flex-start;
            padding: 0px 10px;
            padding-right: 4px;
            width: 18rem;
        }


        .searchbox.options i[b-w9nlgcw0g4] {
            margin: 0px
        }



    .searchbox.using-options[b-w9nlgcw0g4] {
        width: 18rem;
        justify-content: flex-start;
        padding-right: 4px;
    }

        .searchbox.using-options i[b-w9nlgcw0g4] {
            margin: 0px
        }



    .searchbox input:focus[b-w9nlgcw0g4] {
        cursor: text;
    }

        .searchbox input:focus[b-w9nlgcw0g4]::placeholder {
            opacity: 1;
            transition: opacity 0.5s, color 0.5s, ease;
            color: rgb(6 21 31 / 50%);
        }


    .searchbox input[b-w9nlgcw0g4]::placeholder {
        font-size: 1rem;
        font-style: italic;
        opacity: 0;
        color: transparent;
    }

i .search-icon[b-w9nlgcw0g4] {
    font-size: 1.75rem;
    font-size: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 2px;
    color: black;
}





.grid-controlers-header-right[b-w9nlgcw0g4] {
    padding-right: 1rem;
    display: flex;
    align-items: center;
    column-gap: .5rem;
}


.columns-options-container[b-w9nlgcw0g4] {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 20px;
    position: relative;
    border-radius: 6px;
    width: 0px;
    /*    border: 0px;*/
    height: 24px;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
}

.searchbox:focus-within div.columns-options-container[b-w9nlgcw0g4] {
    width: 100%;
    border: 1px solid rgb(6 21 31 / .35);
    margin-left: 4px;
    transition: background 0.45s ease;
}

.searchbox.using-options div.columns-options-container[b-w9nlgcw0g4] {
    width: 100%;
    margin-left: 4px;
    border: 1px solid rgb(6 21 31 / .35);
    transition: background 0.45s ease;
}



.columns-options-container label[b-w9nlgcw0g4] {
    font-size: 10.5px;
    font-weight: 500;
    color: black;
    letter-spacing: 0.15px;
    padding: 0px;
    width: 100%;
    opacity: 0;
}


.searchbox:focus-within div.columns-options-container label[b-w9nlgcw0g4] {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}


.searchbox.using-options div.columns-options-container[b-w9nlgcw0g4] {
    width: 100%;
    margin-left: 4px;
    border: 1px solid rgb(6 21 31 / .35);
    transition: background 0.45s ease;
}

    .searchbox.using-options div.columns-options-container label[b-w9nlgcw0g4] {
        opacity: 1;
        transition: opacity 1s ease-in-out;
    }



span.material-symbols-outlined[b-w9nlgcw0g4] {
    color: black;
    transform: rotate(0deg);
    font-size: 20px;
    margin-left: -14px;
    transition: color 0.45s ease, transform 0.45s ease;
    height: 20px;
    cursor: pointer;
}

    span.material-symbols-outlined.checked[b-w9nlgcw0g4] {
        color: white;
        transform: rotate(45deg);
        transition: color 0.45s ease, transform 0.45s ease;
    }

.btn-check + .btn-primary[b-w9nlgcw0g4], .btn-primary[b-w9nlgcw0g4] {
    background-color: transparent;
}


    .btn-check:focus + .btn-primary[b-w9nlgcw0g4], .btn-primary:focus[b-w9nlgcw0g4] {
        background-color: transparent;
        color: black;
        box-shadow: none;
    }


.btn-check:active + .btn-primary[b-w9nlgcw0g4] {
    color: black;
}

.btn-check:checked + .btn-primary[b-w9nlgcw0g4] {
    color: white;
    background: transparent;
    transition: color 0.45s ease, background 0.45s ease;
}


.btn-primary[b-w9nlgcw0g4] {
    border: none;
}

input.btn-check[b-w9nlgcw0g4] {
    height: 18px;
}



[b-w9nlgcw0g4] .descripcion-articulo .col-header-content {
    justify-content: flex-end;
    flex-direction: row-reverse;
}

/* Magnifying glass */
[b-w9nlgcw0g4] .descripcion-articulo .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
    transform: translateX(-27px);
    z-index: 5;
}


[b-w9nlgcw0g4] .modelo-articulo .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
    transform: translateX(-27px);
    z-index: 5;
}

[b-w9nlgcw0g4] .modelo-articulo .col-header-content {
    justify-content: flex-end;
    flex-direction: row-reverse;
}

[b-w9nlgcw0g4] .variante-articulo .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
    transform: translateX(86px);
    z-index: 5;
}

[b-w9nlgcw0g4] .talla-articulo .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
    transform: translateX(62px);
    z-index: 5;
}

[b-w9nlgcw0g4] .bodega-articulo .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
    transform: translateX(83px);
    z-index: 5;
}


[b-w9nlgcw0g4] .cantidad-articulo .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
    transform: translateX(92px);
    z-index: 5;
}



[b-w9nlgcw0g4] td.cantidad-articulo {
   font-weight:600 !important;
}
/* _content/Avital.InventoryApp_11/Components/Pages/Items/HomePage/ItemsGridComponent.razor.rz.scp.css */
[b-euylzpdhwf] .quickgrid {
    /* font-family: 'Roboto', Helvetica, Arial, sans-serif;*/
    width: 100%
}


    [b-euylzpdhwf] .quickgrid .col-title {
        gap: 0.4rem; /* Separate the sort indicator from title text */
        font-weight: bold;
        text-transform: uppercase;
    }

[b-euylzpdhwf] .col-options {
    border-radius: 4px;
}


[b-euylzpdhwf] th {
    width: 13rem;
    max-width: 19rem;
}

[b-euylzpdhwf] .page-size-chooser select {
    border: 1px solid rgb(6 21 31 / .25);
    border-radius: 6px;
}

[b-euylzpdhwf] td {
    width: 13rem;
    max-width: 19rem;
}

    [b-euylzpdhwf] td a {
        color: black;
    }

    [b-euylzpdhwf] td.user-name a:hover {
        color: blue;
        font-weight: 500;
    }


    [b-euylzpdhwf] td a:hover {
        color: #ef443b;
        font-weight: 500;
        cursor: pointer
    }


[b-euylzpdhwf] tr {
    height: 5rem;
    border-bottom: 1px solid rgb(6 21 31 / .25); /* --brand-text in rgb values with opacity at 25%;*/
    outline: 1px solid rgb(6 21 31 / .25);
}


[b-euylzpdhwf] td.type {
    text-transform: capitalize;
}

/* Magnifying glass */
[b-euylzpdhwf] .user-name .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
    transform: translateX(68px);
    z-index: 5;
}

[b-euylzpdhwf] .first-column .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
    transform: translateX(-12.5px);
    z-index: 5;
}


[b-euylzpdhwf] thead > tr:first-child {
    height: 1rem !important;
    outline: 1px solid rgb(6 21 31 / .25);
    border-bottom: 1px solid transparent;
}


[b-euylzpdhwf] thead:after {
    background: red;
}


[b-euylzpdhwf] .col-header-content {
    padding: 10px 0px;
    justify-content: center;
}




[b-euylzpdhwf] th.first-column .col-header-content {
    justify-content: flex-end;
    flex-direction: row-reverse;
}

    [b-euylzpdhwf] th.first-column .col-header-content button.col-title {
        gap: 0px;
    }

[b-euylzpdhwf] th.second-column .col-header-content button.col-title {
    gap: 0px;
}

[b-euylzpdhwf] th.user-name .col-header-content button.col-title {
    gap: 0px;
}


[b-euylzpdhwf] th.col-sort-asc .col-header-content button.col-title .sort-indicator {
    background-image: url("/Images/arrow.svg");
    background-position: center;
}

[b-euylzpdhwf] th.col-sort-desc .col-header-content button.col-title .sort-indicator {
    background-image: url("/Images/arrow.svg");
    background-position: center;
}

[b-euylzpdhwf] th.user-name.col-sort-asc .col-header-content button.col-title .sort-indicator {
    transform: translateX(26px) translateY(-1px) scaleY(-1);
    background-image: url("/Images/arrow.svg");
    background-position: center;
}

[b-euylzpdhwf] th.user-name.col-sort-desc .col-header-content button.col-title .sort-indicator {
    transform: translateX(26px) translateY(-1px);
    background-image: url("/Images/arrow.svg");
    background-position: center;
}


[b-euylzpdhwf] th.second-column.col-sort-asc .col-header-content button.col-title .sort-indicator {
    transform: translateX(12px) translateY(-1px) scaleY(-1);
    background-image: url("/Images/arrow.svg");
    background-position: center;
}

[b-euylzpdhwf] th.second-column.col-sort-desc .col-header-content button.col-title .sort-indicator {
    transform: translateX(12px) translateY(-1px);
    background-image: url("/Images/arrow.svg");
    background-position: center;
}



[b-euylzpdhwf] th.first-column.col-sort-asc .col-header-content button.col-title .sort-indicator {
    transform: translateX(26px) translateY(-1px) scaleY(-1);
    background-image: url("/Images/arrow.svg");
    background-position: center;
}

[b-euylzpdhwf] th.first-column.col-sort-desc .col-header-content button.col-title .sort-indicator {
    transform: translateX(26px);
    background-image: url("/Images/arrow.svg");
    background-position: center;
}

/* Subtle stripe effect */
/*    ::deep tr:nth-child(even) {
        background: rgba(198,212,222,0.5) !important;
    }*/

[b-euylzpdhwf] td.first-column {
    padding-left: 16px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .15px;
    width: 25px;
}

[b-euylzpdhwf] td.second-column {
    padding-left: 16px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .15px;
    width: 25px;
}

[b-euylzpdhwf] th.first-column {
    padding-left: 16px;
    font-weight: 700;
    width: 25px;
}

[b-euylzpdhwf] th.second-column {
    padding-left: 16px;
    font-weight: 700;
    width: 25px;
}



[b-euylzpdhwf] td.first-column.status {
    padding: 0 16px;
}




@media (min-width: 985px) {
    [b-euylzpdhwf] td.first-column {
        font-size: 16px;
    }

    [b-euylzpdhwf] td.second-column {
        font-size: 16px;
    }
}

[b-euylzpdhwf] td.mantt-date {
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 14px;
    /*    padding-left: 2px*/
}

@media (min-width: 985px) {
    [b-euylzpdhwf] td.mantt-date {
        font-size: 15px;
    }
}


.grid-controlers-header[b-euylzpdhwf] {
    height: 3rem;
    border-bottom: 1px solid rgb(6 1 31 / .25);
    display: flex;
    align-items: center;
    padding: 26px 16px;
    justify-content: space-between;
}



.grid-controlers-header-left[b-euylzpdhwf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*width: 6.25rem;*/
}

    .grid-controlers-header-left span[b-euylzpdhwf] {
        font-size: 1.65rem;
        cursor: pointer;
        transition: color .25s ease-out;
    }

        .grid-controlers-header-left span:hover[b-euylzpdhwf] {
            color: blue;
            transition: color .25s ease-in;
        }

    .grid-controlers-header-left button[b-euylzpdhwf] {
        /* default styles for the button*/
        color: #3ba28f;
        background: rgb(19 112 25 / .125); /* --brand-secondary in rgb values with opacity at .125%;*/
        border: 0px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        padding: 6px 10px;
    }


    .grid-controlers-header-left.enabled button[b-euylzpdhwf] {
        color: #e32044;
        background: rgb(204 2 56 / .125); /* --brand-red in rgb values with opacity at .125%;*/
    }

    .grid-controlers-header-left.disabled button[b-euylzpdhwf] {
        color: #3ba28f;
        background: rgb(19 112 25 / .125); /* --brand-secondary in rgb values with opacity at .125%;*/
    }


.items-grid[b-euylzpdhwf] {
    height: 83.5vh;
    overflow-y: auto;
}


.container[b-euylzpdhwf] {
/*    max-height: calc(100vh - 2.25rem);
    height: calc(100vh - 2.25rem);*/
    border-radius: 8px;
    width: 100%;
    background: var(--plain-white);
    padding: .75rem 0 1rem 1rem;
    overflow-y: hidden;
    padding: 0px;
    /*   box-shadow: 0px 2px 4px 0 rgba(220,220,220,.50);*/
    border: 2px solid rgb(220, 220, 220);
    margin: 0px
}

@media (min-width: 1620px) {
    div.container[b-euylzpdhwf] {
        width: 100%;
        margin-left: 80px;
        margin-right: 80px;
    }
}



/* Sticky header while scrolling */
[b-euylzpdhwf] thead {
    position: sticky;
    top: 0;
    background-color: #F9FBFC;
    font-size: 14px;
    font-weight: 600;
    /*    outline: 1px solid gray;*/
}

    [b-euylzpdhwf] thead .col-title-text {
        color: rgba(6 21 31 / .65); /* --brand-text in rgb values with opacity at 65%;*/
        text-transform: capitalize;
    }

[b-euylzpdhwf] .col-title {
    flex-grow: 0;
}

.paginator-container[b-euylzpdhwf] {
    /*    height: 2.25rem;*/
    padding: 4px 16px;
    background-color: #F9FBFC;
}


.paginator-content[b-euylzpdhwf] {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.paginator-content-column[b-euylzpdhwf] {
    display: inline-flex;
    gap: 1.25rem
}

    .paginator-content-column i[b-euylzpdhwf] {
        cursor:pointer;
    }


[b-euylzpdhwf] .paginator {
    padding: 0 16px;
    margin: 0px
}

.page-size-chooser[b-euylzpdhwf] {
    /* position: absolute;
    bottom: 0.25rem;
    left: 7.5rem;*/
}


/* For WebKit browsers like Chrome and Safari */
[b-euylzpdhwf]::-webkit-scrollbar {
    width: 2px;
}

[b-euylzpdhwf]::-webkit-scrollbar-thumb {
    background-color: rgb(6 21 31 / 5%);
    border-radius: 0px;
    box-shadow: none;
}

[b-euylzpdhwf]::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: none;
    margin-top: 26px;
}




.searchbox[b-euylzpdhwf] {
    background-color: white;
    background: transparent;
    padding: 0px 15px;
    font-size: 17px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    width: 3rem;
    transition: width 500ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    border: 1px solid rgb(6 21 31 / .25); /* --brand-text in rgb values with opacity at 25%;*/
    /*   cursor: pointer;*/
    position: relative;
    overflow: hidden;
    height: 33px;
}

    .searchbox.using[b-euylzpdhwf] {
        width: 15rem;
        transition: width 500ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
        justify-content: flex-start;
    }

        .searchbox.using i[b-euylzpdhwf] {
            margin-right: 0px;
            margin-top: 1px;
            /* transition: margin-right 500ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;*/
        }

        .searchbox.using input[b-euylzpdhwf] {
            padding-left: 28px;
            padding-right: 28px;
            width: 13rem;
        }



    .searchbox:focus-within[b-euylzpdhwf] {
        width: 15rem;
        transition: width 500ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
        justify-content: flex-start;
    }



    .searchbox input[b-euylzpdhwf] {
        width: 15rem;
        position: absolute;
        padding-left: 3rem;
    }


    .searchbox:focus-within input[b-euylzpdhwf] {
        padding-left: 28px;
        display: inline-block;
    }

    .searchbox i[b-euylzpdhwf] {
        cursor: pointer;
        /* transition: margin-right 500ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;*/
        /* margin-right: -49px;*/
    }

    .searchbox:focus-within i[b-euylzpdhwf] {
        margin-right: 0px;
        /*  transition: margin-right 500ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;*/
    }



    .searchbox input[b-euylzpdhwf] {
        background-color: transparent;
        color: black;
        border: none;
        outline: none;
        height: 31px;
        width: 100%;
        cursor: pointer;
    }

    .searchbox.options[b-euylzpdhwf] {
        justify-content: center;
        padding: 0px 10px;
        overflow: hidden;
        margin-left: .5rem;
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE 10+ */
        user-select: none; /* Standard syntax */
    }

        .searchbox.options:focus-within[b-euylzpdhwf] {
            justify-content: flex-start;
            padding: 0px 10px;
            padding-right: 4px;
            width: 18rem;
        }


        .searchbox.options i[b-euylzpdhwf] {
            margin: 0px
        }



    .searchbox.using-options[b-euylzpdhwf] {
        width: 18rem;
        justify-content: flex-start;
        padding-right: 4px;
    }

        .searchbox.using-options i[b-euylzpdhwf] {
            margin: 0px
        }



    .searchbox input:focus[b-euylzpdhwf] {
        cursor: text;
    }

        .searchbox input:focus[b-euylzpdhwf]::placeholder {
            opacity: 1;
            transition: opacity 0.5s, color 0.5s, ease;
            color: rgb(6 21 31 / 50%);
        }


    .searchbox input[b-euylzpdhwf]::placeholder {
        font-size: 1rem;
        font-style: italic;
        opacity: 0;
        color: transparent;
    }

i .search-icon[b-euylzpdhwf] {
    font-size: 1.75rem;
    font-size: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 2px;
    color: black;
}





.grid-controlers-header-right[b-euylzpdhwf] {
    padding-right: 1rem;
    display: flex;
}


.columns-options-container[b-euylzpdhwf] {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 20px;
    position: relative;
    border-radius: 6px;
    width: 0px;
    /*    border: 0px;*/
    height: 24px;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
}

.searchbox:focus-within div.columns-options-container[b-euylzpdhwf] {
    width: 100%;
    border: 1px solid rgb(6 21 31 / .35);
    margin-left: 4px;
    transition: background 0.45s ease;
}

.searchbox.using-options div.columns-options-container[b-euylzpdhwf] {
    width: 100%;
    margin-left: 4px;
    border: 1px solid rgb(6 21 31 / .35);
    transition: background 0.45s ease;
}



.columns-options-container label[b-euylzpdhwf] {
    font-size: 10.5px;
    font-weight: 500;
    color: black;
    letter-spacing: 0.15px;
    padding: 0px;
    width: 100%;
    opacity: 0;
}


.searchbox:focus-within div.columns-options-container label[b-euylzpdhwf] {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}


.searchbox.using-options div.columns-options-container[b-euylzpdhwf] {
    width: 100%;
    margin-left: 4px;
    border: 1px solid rgb(6 21 31 / .35);
    transition: background 0.45s ease;
}

    .searchbox.using-options div.columns-options-container label[b-euylzpdhwf] {
        opacity: 1;
        transition: opacity 1s ease-in-out;
    }



span.material-symbols-outlined[b-euylzpdhwf] {
    color: black;
    transform: rotate(0deg);
    font-size: 20px;
    margin-left: -14px;
    transition: color 0.45s ease, transform 0.45s ease;
    height: 20px;
    cursor: pointer;
}

    span.material-symbols-outlined.checked[b-euylzpdhwf] {
        color: white;
        transform: rotate(45deg);
        transition: color 0.45s ease, transform 0.45s ease;
    }

.btn-check + .btn-primary[b-euylzpdhwf], .btn-primary[b-euylzpdhwf] {
    background-color: transparent;
}


    .btn-check:focus + .btn-primary[b-euylzpdhwf], .btn-primary:focus[b-euylzpdhwf] {
        background-color: transparent;
        color: black;
        box-shadow: none;
    }


.btn-check:active + .btn-primary[b-euylzpdhwf] {
    color: black;
}

.btn-check:checked + .btn-primary[b-euylzpdhwf] {
    color: white;
    background: transparent;
    transition: color 0.45s ease, background 0.45s ease;
}


.btn-primary[b-euylzpdhwf] {
    border: none;
}

input.btn-check[b-euylzpdhwf] {
    height: 18px;
}
/* _content/Avital.InventoryApp_11/Components/Pages/Purchases/HomePage/PurchaseCardComponents/PurchaseCardComponent.razor.rz.scp.css */
.compras-card-grid > div[b-4xzufkudd6]{
    text-align: center;
    border-top: 1px solid var(--bs-body-color);
}


.compras-card-grid > div:nth-child(2)[b-4xzufkudd6] {
    text-align: center;
    border-left: 1px solid var(--bs-body-color);
    border-right: 1px solid var(--bs-body-color);
}
/* _content/Avital.InventoryApp_11/Components/Pages/Purchases/HomePage/PurchaseCardComponents/PurchaseDetailsComponent.razor.rz.scp.css */
.drawer-mask[b-kbj2wzva0b] {
    visibility: hidden;
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.drawer-wrapper.slide > .drawer-mask[b-kbj2wzva0b] {
    opacity: .5;
    visibility: visible;
}

.drawer[b-kbj2wzva0b] {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35em;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    border-left: 0.063em solid gray;
    z-index: 100;
    transform: translateX(110%);
    transition: transform 0.3s ease, width 0.3s ease;
}

.drawer-wrapper.slide > .drawer[b-kbj2wzva0b] {
    transform: translateX(0);
    
}

.drawer-content[b-kbj2wzva0b] {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.trail-details[b-kbj2wzva0b] {
    padding: 20px;
}

.drawer-controls[b-kbj2wzva0b] {
    padding: 20px;
    background-color: #ffffff;
}
