/* _content/SheilaSales/Components/CustomerOrder/CustomerOrderPayments.razor.rz.scp.css */
.repayment_item[b-juzsumtiiv] {
    font-size: 20px;
}

.all_repayments[b-juzsumtiiv] {
    height: 510px;
    max-height: 510px;
    overflow-y: scroll;
}
/* _content/SheilaSales/Components/CustomerOrder/CustomerSearchforOrder.razor.rz.scp.css */
.remove_customer:hover[b-byo7ff4993] {
    cursor: pointer;
}

.customer_selected[b-byo7ff4993] {
    border: 1px solid rgba(0,0,0,.125);
    height: 50px;
    margin-top: 5px;
    border-radius: 5px;
}

    .customer_selected > div:first-child[b-byo7ff4993] {
        width: 92%;
        padding: 5px 0 0 10px;
        font-size: 22px;
        font-weight: 100;
    }

    .customer_selected i[b-byo7ff4993] {
        display: inline-block;
        width: 45px;
        font-size: 33px;
        margin-bottom: 5px;
        color: red;
    }
/* _content/SheilaSales/Components/Draft/AddToDraft.razor.rz.scp.css */
.log_console[b-rztij9idwl] {
    border-radius: 2px;
    color: red;
}

    .log_console > .error[b-rztij9idwl] {
        color: red;
    }

.search-cpnt[b-rztij9idwl] {
    margin-bottom: 20px;
}

.table-heading > div[b-rztij9idwl] {
    margin-right: 20%;
}

.table-heading span:first-child[b-rztij9idwl] {
    margin-right: 70px;
}

.selected-items[b-rztij9idwl] {
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
    max-height: 500px;
    height: 500px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.item_row[b-rztij9idwl] {
    height: 77px;
    border-bottom: 1px solid rgba(0,0,0,.126);
    padding: 20px 10px 0 10px;
    font-size: 20px;
}

.supplier[b-rztij9idwl] {
    font-size: small;
    margin-left: 30px;
}
/* _content/SheilaSales/Components/Reports/Orders/InvoiceAgingReport.razor.rz.scp.css */
div.scrollable-table[b-umv0m3kzzt] {
    width: 100%;
    max-height: 567px;
    height: 567px;
    overflow: auto;
    margin-bottom: 20px;
}

w-100[b-umv0m3kzzt] {
    width: 100%;
}

.customer-name[b-umv0m3kzzt]{
    max-width: 400px;
}
/* _content/SheilaSales/Components/Reports/Orders/InvoiceAgingReportSummary.razor.rz.scp.css */
.scrollable-table[b-c8533r5etx] {
    overflow-x: auto;
    width: 100%;
    background: white;
}

.bottom-0[b-c8533r5etx] {
    bottom: -185px !important;
}
/* _content/SheilaSales/Components/Reports/Orders/InvoiceStatementReport.razor.rz.scp.css */
.statement-container[b-p695uxb4t6]{
    width: 50%;
}

.search-cpnt[b-p695uxb4t6] {
    margin-bottom: 20px;
}

.customer[b-p695uxb4t6] {
    height: 60px;
    background: #dbd7d775;
    border: 1px solid transparent;
    border-radius: 5px;
    align-content: center;
    margin-bottom: 42px;
    padding: 10px;
    font-size: 25px;
}

.date_range_input[b-p695uxb4t6]{
    width: 65%;
}
/* _content/SheilaSales/Components/Shared/FloatSearch.razor.rz.scp.css */
/*made this relative because search_results(absolute)
    works based on the nearest ancestor
*/
.search[b-l1y6urq9s7]{
    position: relative;
    width: 100%
}

.search_results[b-l1y6urq9s7] {
    border: 1px solid rgba(0,0,0,.125);
    background-color: white;
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 350px;
    overflow-y: auto;
}

    .search_results div:hover[b-l1y6urq9s7] {
        cursor: pointer;
        background-color: lightgray;
    }

.search_result[b-l1y6urq9s7] {
    /*font-size: 21px;
    margin-left: 12px*/
    height: 75px;
    padding: 10px 10px;
    border-bottom: 1px solid gray
}

    .search_result > p:first-child[b-l1y6urq9s7]{
        font-size: 20px;
    }

    span[b-l1y6urq9s7] {
        position: relative;
        top: 4px;
    }
/* _content/SheilaSales/Components/StockOrder/AddToStockOrder.razor.rz.scp.css */
.log_console[b-irkwasuwy2] {
    border-radius: 2px;
    color: red;
}

    .log_console > .error[b-irkwasuwy2] {
        color: red;
    }

.search-cpnt[b-irkwasuwy2] {
    margin-bottom: 20px;
}

.table-heading > div[b-irkwasuwy2] {
    margin-right: 20%;
}

.table-heading span:first-child[b-irkwasuwy2] {
    margin-right: 70px;
}

.selected-items[b-irkwasuwy2] {
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
    max-height: 500px;
    height: 500px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.item_row[b-irkwasuwy2] {
    height: 77px;
    border-bottom: 1px solid rgba(0,0,0,.126);
    padding: 20px 10px 0 10px;
    font-size: 20px;
}

input[b-irkwasuwy2] {
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.125);
}

.input_fields input:first-child[b-irkwasuwy2] {
    width: 130px;
}

.input_fields input:nth-child(2)[b-irkwasuwy2] {
    width: 150px;
}

.supplier[b-irkwasuwy2] {
    font-size: small;
    margin-left: 30px;
}
/* _content/SheilaSales/Pages/CreateDraft.razor.rz.scp.css */
.card-body[b-asne7xyj2t] {
    height: 870px;
}

.display_message[b-asne7xyj2t] {
    margin-left: 200px;
}

div > section:first-child[b-asne7xyj2t] {
    width: 65%
}

div > section:last-child[b-asne7xyj2t] {
    width: 30%
}

.section_2 > div[b-asne7xyj2t] {
    padding: 20px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
}

.section_2 div:first-child[b-asne7xyj2t] {
    height: 20%;
}

.section_2 > div:last-child[b-asne7xyj2t] {
    height: 40%;
}

.calculations p[b-asne7xyj2t] {
    font-size: 35px;
}

.search-cpnt[b-asne7xyj2t] {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}

    .search-cpnt > div:first-child[b-asne7xyj2t] {
        width: 60% !important;
    }

.search-cpnt_draft-name > div:first-child[b-asne7xyj2t] {
    width: 55%;
}

.draft_info[b-asne7xyj2t] {
    text-align: end;
    width: 45%;
}

    .draft_info > p[b-asne7xyj2t] {
        font-size: 23px;
    }

    .draft_info > p[b-asne7xyj2t], input[b-asne7xyj2t] {
        display: inline-block;
    }

    .draft_info input[b-asne7xyj2t] {
        width: 66%;
    }

.selected-items[b-asne7xyj2t] {
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
    max-height: 650px;
    height: 650px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.item_row[b-asne7xyj2t] {
    height: 77px;
    border-bottom: 1px solid rgba(0,0,0,.126);
    padding: 20px 10px 0 10px;
    font-size: 20px;
}

.supplier[b-asne7xyj2t] {
    font-size: small;
    margin-left: 30px;
}

.table-heading span:first-child[b-asne7xyj2t] {
    margin-right: 86px;
}

.table-heading > div[b-asne7xyj2t] {
    margin-right: 14%;
}

.log_console[b-asne7xyj2t] {
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
    max-height: 250px;
    height: 250px;
    overflow-y: auto;
    color: red;
}

    .log_console > p[b-asne7xyj2t] {
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

    .log_console > .error[b-asne7xyj2t] {
        color: red;
    }

    .log_console > .notification[b-asne7xyj2t] {
        color: blue
    }
/* _content/SheilaSales/Pages/DraftDetails.razor.rz.scp.css */

/* _content/SheilaSales/Pages/ForwardBalance.razor.rz.scp.css */
.forward_balance_container[b-q0zsg7bvug] {
    width: 50%;
}

.search-cpnt[b-q0zsg7bvug] {
    margin-bottom: 20px;
}

.customer_selected[b-q0zsg7bvug] {
    height: 60px;
    background: #dbd7d775;
    border: 1px solid transparent;
    border-radius: 5px;
    align-content: center;
    margin-bottom: 42px;
    padding: 10px;
    font-size: 25px;
}

    .customer_selected > div:first-child[b-q0zsg7bvug] {
        width: 92%;
        font-weight: 100;
    }

    .customer_selected i[b-q0zsg7bvug] {
        display: inline-block;
        width: 45px;
        font-size: 33px;
        margin-top: -5px;
        color: red;
    }

.remove_customer:hover[b-q0zsg7bvug] {
    cursor: pointer;
}
/* _content/SheilaSales/Pages/Index.razor.rz.scp.css */
.dashboard > div[b-keyg8uoh4s] {
    margin-bottom: 30px;
    width: 64%;
}

.dashboard p[b-keyg8uoh4s] {
    font-size: 25px;
    font-weight: 200;
    color: darkslategrey
}

.dashboard h5[b-keyg8uoh4s] {
    font-size: 4.25rem !important;
}
/* _content/SheilaSales/Pages/Purchase.razor.rz.scp.css */
.card-body[b-85euq1jne6] {
    height: 870px;
}

.display_message[b-85euq1jne6] {
    margin-left: 200px;
}

div > section:first-child[b-85euq1jne6] {
    width: 65%
}

div > section:last-child[b-85euq1jne6] {
    width: 30%
}

.section_2 > div[b-85euq1jne6] {
    padding: 20px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
}

.calculations p[b-85euq1jne6] {
    font-size: 35px;
}

.section_2 div:first-child[b-85euq1jne6] {
    height: 10%;
    padding: 5px 0 0 20px;
    font-size: 18px;
}

.section_2 > div:nth-child(2)[b-85euq1jne6] {
    height: 40%;
}
.section_2 > div:last-child[b-85euq1jne6] {
    height: 40%;
}

.search-cpnt[b-85euq1jne6] {
    margin-bottom: 20px;
}

    .search-cpnt > div:first-child[b-85euq1jne6] {
        width: 82%
    }

.selected-items[b-85euq1jne6] {
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
    max-height: 650px;
    height: 650px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.item_row[b-85euq1jne6] {
    height: 77px;
    border-bottom: 1px solid rgba(0,0,0,.126);
    padding: 20px 10px 0 10px;
    font-size: 20px;
}

.supplier[b-85euq1jne6] {
    font-size: small;
    margin-left: 30px;
}

/* .item_row span, .item_row div{
        position: relative;
        top: 10px;
    }*/

input[b-85euq1jne6] {
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.125);
}

.input_fields input:first-child[b-85euq1jne6] {
    width: 130px;
}

.input_fields input:nth-child(2)[b-85euq1jne6] {
    width: 150px;
}

.table-heading span:first-child[b-85euq1jne6] {
    margin-right: 71px;
}

.table-heading > div[b-85euq1jne6] {
    margin-right: 11%;
}

.log_console[b-85euq1jne6] {
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
    max-height: 250px;
    height: 250px;
    overflow-y: auto;
    color: red;
}

    .log_console > p[b-85euq1jne6] {
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

    .log_console > .error[b-85euq1jne6] {
        color: red;
    }

    .log_console > .notification[b-85euq1jne6] {
        color: blue
    }
/* _content/SheilaSales/Pages/PurchaseDetails.razor.rz.scp.css */

div > section:first-child[b-yhekqetu9z] {
    width: 70%
}

div > section:last-child[b-yhekqetu9z] {
    width: 25%
}

.section_2 > div[b-yhekqetu9z] {
    padding: 20px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
}

.section_2 div:first-child[b-yhekqetu9z] {
    height: 40%;
}

.section_2 > div:last-child[b-yhekqetu9z] {
    height: 40%;
}

.calculations p[b-yhekqetu9z] {
    font-size: 35px;
}

/* _content/SheilaSales/Pages/Reports.razor.rz.scp.css */
/* _content/SheilaSales/Pages/SaleDetails.razor.rz.scp.css */

div > section:first-child[b-4eazb636gu] {
    width: 60%
}

div > section:last-child[b-4eazb636gu] {
    width: 35%
}

.section_2 > div[b-4eazb636gu] {
    padding: 20px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
}

.section_2 div:first-child[b-4eazb636gu] {
    height: 26%;
}

.section_2 > div:last-child[b-4eazb636gu] {
    height: 72%;
}

.calculations p[b-4eazb636gu] {
    font-size: 20px;
}
/* _content/SheilaSales/Pages/Sell.razor.rz.scp.css */
.card-body[b-y1y8xmcuz3] {
    height: 870px;
}

.display_message[b-y1y8xmcuz3] {
    margin-left: 200px;
}

div > section:first-child[b-y1y8xmcuz3] {
    width: 65%
}

div > section:last-child[b-y1y8xmcuz3] {
    width: 30%
}

.section_2 > div[b-y1y8xmcuz3] {
    padding: 20px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
}

.set_sell_date[b-y1y8xmcuz3] {
    height: 10%;
    padding: 5px 0 0 20px !important;
    font-size: 18px;
}

.calculations p[b-y1y8xmcuz3], .pay_balance[b-y1y8xmcuz3] {
    font-size: 22px;
}

    .pay_balance span[b-y1y8xmcuz3] {
        font-size: 35px;
    }

    .pay_balance input[b-y1y8xmcuz3] {
        width: 69%;
    }

.section_2 div:first-child[b-y1y8xmcuz3] {
    height: 40%;
}

.section_2 > div:last-child[b-y1y8xmcuz3] {
    height: 25%;
}

.search-cpnt[b-y1y8xmcuz3] {
    margin-bottom: 20px;
}

.selected-items[b-y1y8xmcuz3] {
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
    max-height: 650px;
    height: 650px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.item_row[b-y1y8xmcuz3] {
    height: 77px;
    border-bottom: 1px solid rgba(0,0,0,.126);
    padding: 20px 10px 0 10px;
    font-size: 20px;
}

.supplier[b-y1y8xmcuz3] {
    font-size: small;
    margin-left: 30px;
}

/* .item_row span, .item_row div{
        position: relative;
        top: 10px;
    }*/

input[type=checkbox][b-y1y8xmcuz3] {
    margin: 4px 0 0 4px;
    line-height: normal;
    width: 20px;
    height: 20px;
}

input[b-y1y8xmcuz3] {
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.125);
}

.input_fields input:first-child[b-y1y8xmcuz3] {
    width: 130px;
}

.input_fields input:nth-child(2)[b-y1y8xmcuz3] {
    width: 150px;
}

.table-heading span:first-child[b-y1y8xmcuz3] {
    margin-right: 71px;
}

.table-heading > div[b-y1y8xmcuz3] {
    margin-right: 11%;
}

.log_console[b-y1y8xmcuz3] {
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.125);
    max-height: 200px;
    height: 200px;
    overflow-y: auto;
    color: red;
}

    .log_console > p[b-y1y8xmcuz3] {
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

    .log_console > .error[b-y1y8xmcuz3] {
        color: red;
    }

    .log_console > .notification[b-y1y8xmcuz3] {
        color: blue
    }
/* _content/SheilaSales/Pages/Suppliers.razor.rz.scp.css */
body[b-p5hw6wq3sc] {
}
/* _content/SheilaSales/Shared/MainLayout.razor.rz.scp.css */
.page[b-xy5abyewjq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-xy5abyewjq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

    .top-row[b-xy5abyewjq]  a, .top-row .btn-link[b-xy5abyewjq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

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

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

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

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

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

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

    .top-row[b-xy5abyewjq], article[b-xy5abyewjq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SheilaSales/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yx37eldgzu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-yx37eldgzu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yx37eldgzu] {
    font-size: 1.1rem;
}

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

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

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

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

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

.nav-item[b-yx37eldgzu]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-yx37eldgzu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-yx37eldgzu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-yx37eldgzu] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
