/* _content/Solster.Agricure.Orderbook/Components/Pricing.razor.rz.scp.css */
.table:has(td:nth-child(4):hover)[b-flaxgkj6w3] {
    td:nth-child(4) {
        background: var(--bs-table-hover-bg);
    }
}
.table:has(td:nth-child(5):hover)[b-flaxgkj6w3] {
    td:nth-child(5) {
        background: var(--bs-table-hover-bg);
    }
}
.table:has(td:nth-child(6):hover)[b-flaxgkj6w3] {
    td:nth-child(6) {
        background: var(--bs-table-hover-bg);
    }
}
.table:has(td:nth-child(7):hover)[b-flaxgkj6w3] {
    td:nth-child(7) {
        background: var(--bs-table-hover-bg);
    }
}
.table:has(td:nth-child(8):hover)[b-flaxgkj6w3] {
    td:nth-child(8) {
        background: var(--bs-table-hover-bg);
    }
}
.table:has(td:nth-child(9):hover)[b-flaxgkj6w3] {
    td:nth-child(9) {
        background: var(--bs-table-hover-bg);
    }
}
.table:has(td:nth-child(10):hover)[b-flaxgkj6w3] {
    td:nth-child(10) {
        background: var(--bs-table-hover-bg);
    }
}
.table:has(td:nth-child(11):hover)[b-flaxgkj6w3] {
    td:nth-child(11) {
        background: var(--bs-table-hover-bg);
    }
}.table:has(td:nth-child(12):hover)[b-flaxgkj6w3] {
     td:nth-child(12) {
         background: var(--bs-table-hover-bg);
     }
 }
.table:has(td:nth-child(13):hover)[b-flaxgkj6w3] {
    td:nth-child(13) {
        background: var(--bs-table-hover-bg);
    }
}
.table:has(td:nth-child(14):hover)[b-flaxgkj6w3] {
    td:nth-child(14) {
        background: var(--bs-table-hover-bg);
    }
}
.table:has(td:nth-child(15):hover)[b-flaxgkj6w3] {
    td:nth-child(15) {
        background: var(--bs-table-hover-bg);
    }
}
  
 
/* _content/Solster.Agricure.Orderbook/Pages/Account/SignIn.cshtml.rz.scp.css */
.box[b-wtz14yi9t0] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.form-signin[b-wtz14yi9t0] {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .checkbox[b-wtz14yi9t0] {
    font-weight: 400;
}
.form-signin .form-control[b-wtz14yi9t0] {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus[b-wtz14yi9t0] {
    z-index: 2;
}
.form-signin input[type="email"][b-wtz14yi9t0] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/* _content/Solster.Agricure.Orderbook/Pages/Orders/Components/ProductComponent.razor.rz.scp.css */

.table .btn .bi[b-4o1o2pjrci] {
    visibility: hidden;
}
.table .btn:hover .bi[b-4o1o2pjrci] {
    visibility: visible;
}
/* _content/Solster.Agricure.Orderbook/Pages/Orders/Components/ProductListView.razor.rz.scp.css */
.table .btn.btn-hover .bi[b-yd5mknscqo] {
    visibility: hidden;
}
.table .btn.btn-hover:hover .bi[b-yd5mknscqo] {
    visibility: visible;
}
/* _content/Solster.Agricure.Orderbook/Pages/Orders/Components/Quantity.razor.rz.scp.css */
[contenteditable=true]:empty[b-dacq35kl96]:before{
    content: attr(value);
    pointer-events: none;
    display: inline-block;
}

[data-invalid][b-dacq35kl96] {
    color: red;
}
/* _content/Solster.Agricure.Orderbook/Pages/Products/Components/BoxsetEditor.razor.rz.scp.css */
.list-group .form-control[b-hlf28ikoh7] {
    border: none;
}
/* _content/Solster.Agricure.Orderbook/Pages/Shared/_Layout.cshtml.rz.scp.css */
.page[b-nxbeilohhx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-nxbeilohhx] {
    background-color: #fff;
    border-right: 1px solid #ddd;
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nxbeilohhx] {
        display: none;
    }

    .top-row.auth[b-nxbeilohhx] {
        justify-content: space-between;
    }

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

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

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

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

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

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

.navbar-toggler[b-nxbeilohhx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nxbeilohhx] {
    height: 3.5rem;
    background-color: #fff;
}

.navbar-brand[b-nxbeilohhx] {
    font-size: 1.1rem;
    background-image: url('leaf.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-brand .title[b-nxbeilohhx] {
    visibility: hidden;
    width: 12rem;
    display: block;
}

.oi[b-nxbeilohhx] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-nxbeilohhx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

.nav-item[b-nxbeilohhx]  a {
    color: #777;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-nxbeilohhx]  a.active {
    background-color: #63a8d9; /* rgba(61, 157, 26, 0.47); */
    color: #fff;
}

.nav-item[b-nxbeilohhx]  a:hover {
    background-color: rgba(116, 179, 158, 0.77);
    color: #fff;
}

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

    .collapse[b-nxbeilohhx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
