@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Menu/MenuItem.razor.rz.scp.css */
i[b-0by9ltmd79] {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/PriceList/Category.razor.rz.scp.css */
thead[b-zu2c4nx1xu], thead tr:hover[b-zu2c4nx1xu] {
    background-color: black !important;
}

    thead tr td[b-zu2c4nx1xu] {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
/* /Components/PriceList/Item.razor.rz.scp.css */
tr td[b-ia23uixva8] {
    padding: 0 !important;
}
/* /Components/TypeAhead/TypeAheadTemplate.razor.rz.scp.css */
.dropdown-menu[b-m5w7jyw34n] {
    z-index: 51;
}
/* /Features/CreditNotes/CreditNoteItems.razor.rz.scp.css */
/*#creditnote-items {
    min-height: 15rem;
}*/

#creditnote-items tbody tr td:not(:has(button))[b-94fuxki6tx] {
    padding: 0 !important;
}
/* /Features/Order/Add.razor.rz.scp.css */
/*#order-items {
    min-height: 15rem;
}*/

#order-items tbody tr td:not(:has(button))[b-lw23txvvki] {
    padding: 0 !important;
}
/* /Features/Purchase/PurchaseBase.razor.rz.scp.css */
#purchase-items tbody tr td:not(:has(button))[b-wqie8omfr5] {
    padding: 0 !important;
}
/* /Shared/AppRoot.razor.rz.scp.css */
#app[b-qjr3zhp3v8] {
    position: relative;
    display: grid;
    grid: "header header" "sidebar main";
    grid-template-rows: 3rem auto;
    grid-template-columns: 10rem auto;
}

    #app.sidebar-minified[b-qjr3zhp3v8] {
        grid-template-columns: 5rem auto;
    }

    #app.sidebar-mobile[b-qjr3zhp3v8] {
        grid: "header" "main";
        grid-template-rows: auto auto;
        grid-template-columns: auto;
    }
/* /Shared/Header.razor.rz.scp.css */
#header[b-rohjuferrh] {
    grid-area: header;
    display: grid;
    grid: "brand notification profile";
    grid-template-rows: minmax(auto, 3rem);
    grid-template-columns: auto minmax(auto, 100%) minmax(auto, 3fr);
    box-shadow: 0 0 16px rgb(0 0 0 / 15%);
}

#header.header-mobile[b-rohjuferrh] {
    grid-template-areas: 
        "brand profile"
        "notification notification";
}

    #header #logo[b-rohjuferrh] {
        grid-area: brand;
    }

    #header #notification[b-rohjuferrh] {
        grid-area: notification;
    }

    #header #profile[b-rohjuferrh] {
        grid-area: profile;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
#main[b-s29s4s63jm] {
    grid-area: main;
    /*max-height: calc(100% - 3rem);*/
    overflow: auto;
}

#app.sidebar-hovered #main[b-s29s4s63jm] {
    margin-left: 3rem;
}
/* /Shared/SideBar.razor.rz.scp.css */
#sidebar[b-14ryxynyk4] {
    grid-area: sidebar;
}

#app.sidebar-mobile-hidden #sidebar[b-14ryxynyk4] {
    display: none;
}

#app.sidebar-mobile-shown #sidebar[b-14ryxynyk4] {
    position: absolute;
    top: 3rem;
    height: calc(100% - 3rem);
    width: 10rem;
    z-index: 20;
}
