@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Activity/ActivityLogger.razor.rz.scp.css */
body[b-gx1vizkuic] {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

.activity-list[b-gx1vizkuic] {
    width: 60%;
    margin: 20px auto;
    padding: 0;
}

.activity-card[b-gx1vizkuic] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.activity-header[b-gx1vizkuic] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .activity-header h3[b-gx1vizkuic] {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
    }

.activity-time[b-gx1vizkuic] {
    font-size: 14px;
    color: #888;
}

.activity-changes[b-gx1vizkuic] {
    margin-top: 10px;
}

    .activity-changes p[b-gx1vizkuic] {
        margin: 5px 0;
        font-size: 14px;
        color: #666;
    }

.current-value[b-gx1vizkuic], .previous-value[b-gx1vizkuic] {
    display: inline-block;
    width: 100%;
}

.highlight[b-gx1vizkuic] {
    background: #fbfbfb;
    color: #cd0000;
}

.highlight-green[b-gx1vizkuic] {
    background: #fbfbfb;
    color: #3a8900;
}

.modal-content[b-gx1vizkuic] {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}

.modal-body .row[b-gx1vizkuic] {
    display: flex;
    justify-content: space-between;
}

.modal-body .col-md-6.current-data[b-gx1vizkuic],
.modal-body .col-md-6.previous-data[b-gx1vizkuic] {
    width: 48%; 
    background-color: #f8f9fa;
    border: 1px solid #e3e6f0;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.modal-body h5[b-gx1vizkuic] {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.modal-body p[b-gx1vizkuic] {
    font-size: 14px;
    line-height: 1.5;
    margin: 5px 0;
}

.details-table th[b-gx1vizkuic], .details-table td[b-gx1vizkuic] {
    padding: 8px;
    text-align: left;
}

.details-table[b-gx1vizkuic] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.previous-value.highlight-changed[b-gx1vizkuic] {
    background-color: #ffc107;
    font-weight: bold;
    padding: 3px;
}


.details-table th[b-gx1vizkuic] {
    background-color: #f1f1f1;
}

.details-table td[b-gx1vizkuic], .details-table th[b-gx1vizkuic] {
    border: 1px solid #ddd;
}


.details-table tbody[b-gx1vizkuic] {
    background-color: #fff;
}

.modal-body .col-md-6[b-gx1vizkuic] {
    margin-right: 2%;
}

    .modal-body .col-md-6:last-child[b-gx1vizkuic] {
        margin-right: 0;
    }


.modal-body .row[b-gx1vizkuic] {
    display: flex;
    justify-content: space-between;
}

.col-6[b-gx1vizkuic] {
    width: 48%;
}

.table tfoot td[b-gx1vizkuic] {
    font-weight: bold;
}

/* /Pages/Bills/Bills.razor.rz.scp.css */
/* /Pages/Bills/EditBill.razor.rz.scp.css */
.form-control[b-r7id9nkkla] {
    border-radius: 5px;
    font-size: 13px;
    padding: 10px;
}

.card[b-r7id9nkkla] {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.card-header[b-r7id9nkkla] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: bold;
    font-size: 20px;
}

.card-body[b-r7id9nkkla] {
    padding: 20px;
}


.table[b-r7id9nkkla] {
    margin-top: 20px;
}

    .table th[b-r7id9nkkla] {
        background-color: #f1f1f1;
        font-weight: 700;
        text-align: center;
    }

    .table td[b-r7id9nkkla], .table th[b-r7id9nkkla] {
        padding: 12px;
        text-align: center;
        vertical-align: middle;
    }

    .table .form-control[b-r7id9nkkla] {
        padding: 5px;
        font-size: 14px;
    }

    .table .btn[b-r7id9nkkla] {
        padding: 5px 10px;
    }


.btn-primary[b-r7id9nkkla] {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
}

.btn-danger[b-r7id9nkkla] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
}

.btn-info[b-r7id9nkkla] {
    background-color: #0180cb;
    border-color: #0180cb;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
}


.card-header .btn[b-r7id9nkkla] {
    float: right;
}

.custom-control[b-r7id9nkkla] {
    font-size: 14px;
}

.card-header .btn i[b-r7id9nkkla] {
    font-size: 20px;
}


.dropdown-with-arrow[b-r7id9nkkla] {
    position: relative;
}

    .dropdown-with-arrow select[b-r7id9nkkla] {
        -webkit-appearance: none; 
        -moz-appearance: none; 
        appearance: none;
        padding-right: 30px; 
    }

    .dropdown-with-arrow[b-r7id9nkkla]::after {
        content: "\25BC"; 
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px; 
        color: grey;
        pointer-events: none;
    }
/* /Pages/Bills/ViewBill.razor.rz.scp.css */
.bill-container[b-yr878pfndw] {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px;
}

.bill-header[b-yr878pfndw] {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.bill-company h3[b-yr878pfndw] {
    margin: 0;
    font-weight: bold;
}

.bill-company p[b-yr878pfndw] {
    margin: 5px 0;
}

.bill-info p[b-yr878pfndw] {
    text-align: right;
}

.party-info[b-yr878pfndw] {
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

.bill-table table[b-yr878pfndw] {
    width: 100%;
    border-collapse: collapse;
}

.bill-table th[b-yr878pfndw], .bill-table td[b-yr878pfndw] {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

.bill-table th[b-yr878pfndw] {
    background-color: #f2f2f2;
}

.text-end[b-yr878pfndw] {
    text-align: right;
}
/* /Pages/Customer/ViewCustomer.razor.rz.scp.css */
.customer-details-container[b-r16g73uu28] {
    font-family: 'Arial', sans-serif;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header[b-r16g73uu28] {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.customer-info[b-r16g73uu28] {
    display: flex;
    align-items: center;
}

.customer-initial[b-r16g73uu28] {
    background-color: #007bff;
    color: white;
    font-size: 24px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.customer-name h2[b-r16g73uu28] {
    margin: 0;
    font-size: 24px;
}

.customer-name p[b-r16g73uu28] {
    margin: 5px 0 0;
    color: #6c757d;
    font-size: 14px;
}

.wallet-info[b-r16g73uu28] {
    font-size: 16px;
    color: #495057;
}

    .wallet-info div[b-r16g73uu28] {
        margin-bottom: 10px;
    }

.credit-limit-title[b-r16g73uu28],
.wallet-title[b-r16g73uu28] {
    font-weight: bold;
}

.edit-credit-limit-btn[b-r16g73uu28] {
    background-color: transparent;
    border: none;
    color: #007bff;
    cursor: pointer;
    margin-left: 10px;
}

    .edit-credit-limit-btn:hover[b-r16g73uu28] {
        text-decoration: underline;
    }

.edit-details-btn[b-r16g73uu28] {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .edit-details-btn:hover[b-r16g73uu28] {
        background-color: #218838;
    }

.text-right[b-r16g73uu28] {
    text-align: right;
}


.tabs[b-r16g73uu28] {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.tab[b-r16g73uu28] {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .tab.active[b-r16g73uu28] {
        background-color: #4a90e2;
        color: #fff;
    }

.table-container[b-r16g73uu28] {
    margin-top: 20px;
}

.table-bordered[b-r16g73uu28] {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

    .table-bordered th[b-r16g73uu28], .table-bordered td[b-r16g73uu28] {
        padding: 12px;
        border: 1px solid #ddd;
        text-align: left;
    }

.status-dropdown[b-r16g73uu28] {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
.customer-actions[b-r16g73uu28]{
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
}
.btn-small-rect[b-r16g73uu28] {
    padding: 5px 10px;
    font-size: 0.85rem;
    border-radius: 3px;
    width: auto;
    height: auto;
    margin-right: 18px;
}

/* /Pages/Enquiry/AddressDropdownComponent.razor.rz.scp.css */
body[b-ow6sjkcfvs] {
}

.dropdown[b-ow6sjkcfvs] {
    width: 100%;
    /* border: 1px solid black;
    border-radius: 1px;*/
}

.dropdown-menu[b-ow6sjkcfvs] {
    max-height: 20rem;
    overflow-y: auto;
}

.form-control[b-ow6sjkcfvs] {
    width: 100%;
    padding: 12px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
}

.scrollable-menu[b-ow6sjkcfvs] {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #b1b1b1;
    overflow-y: auto;
    max-height: 180px;
    border-top: 0;
    overflow-x: hidden;
    border-radius: 5px;
    padding: 10px;
}

.dropdown:focus-within .scrollable-menu[b-ow6sjkcfvs] {
    display: block;
}

.scrollable-menu[hidden][b-ow6sjkcfvs] {
    display: none;
}

.dropdown-btn[b-ow6sjkcfvs] {
    width: 100%;
    border: 1px solid #b1b1b1;
    background-color: white;
    color: #414141;
    padding: 5px;
    border-radius: 5px;
}

.selected-item[b-ow6sjkcfvs] {
    display: flex;
    margin: 5px;
    padding: 5px;
    background-color: #007bff;
    color: white;
    border-radius: 3px;
    font-size: 13px;
    line-height: 16px;
    text-align: start;
}

label.item-font.disabled[b-ow6sjkcfvs] {
    opacity: 0.5;
}

.clear-button[b-ow6sjkcfvs] {
    cursor: pointer;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 5px;
}

.checkbox-container[b-ow6sjkcfvs] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.checkbox-input[b-ow6sjkcfvs] {
    margin-right: 8px;
    appearance: none;
}

    .checkbox-input + label[b-ow6sjkcfvs]::before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        border: 1px solid black;
        border-radius: 3px;
        cursor: pointer;
        transition: background 0.3s, border-color 0.3s;
        margin-left: 5px;
        margin-right: 5px;
    }

    .checkbox-input:checked + label[b-ow6sjkcfvs]::before {
        content: '\2714';
        background-color: white;
        border-color: white;
        color: green;
    }

.radio-container[b-ow6sjkcfvs] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .radio-container input[type="radio"][b-ow6sjkcfvs] {
        margin-left: 5px;
        margin-right: 5px;
    }

.country-name[b-ow6sjkcfvs] {
    color: black;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.dropdown-header[b-ow6sjkcfvs] {
    padding: 8px;
    background-color: white;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.item-font[b-ow6sjkcfvs] {
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-left: 10px !important;
}
/* /Pages/Enquiry/Enquiry.razor.rz.scp.css */
.edit-button[b-7pal96wjx9] {
    border: none;
    background: transparent;
    padding: 0.25rem;
    cursor: pointer;
}

    .edit-button i[b-7pal96wjx9] {
        color: #007bff;
        font-size: 1rem;
    }
/* /Pages/Home.razor.rz.scp.css */

body[b-tmn8fn90d2] {
    font-family: Arial, sans-serif;
    background-color: #f3f6f9;
}

.center-heading[b-tmn8fn90d2] {
    text-align: center;
    font-size: 1.5em;
    margin: 20px 0;
    color: #4a4a4a;
}

/* Dashboard Tiles */
.dashboard-tiles[b-tmn8fn90d2] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
    padding: 20px;
}

.tile[b-tmn8fn90d2] {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

    .tile:hover[b-tmn8fn90d2] {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    }

.tile-icon[b-tmn8fn90d2] {
    font-size: 24px;
    color: #048ed7;
    margin-bottom: 10px;
}

.tile-content h4[b-tmn8fn90d2] {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.tile-content p[b-tmn8fn90d2] {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 5px 0 0 0;
}

/* Card Style */
.card[b-tmn8fn90d2] {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.card-header[b-tmn8fn90d2] {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.card-body[b-tmn8fn90d2] {
    font-size: 14px;
    color: #333;
}

/* Table Style */
table[b-tmn8fn90d2] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

    table thead[b-tmn8fn90d2] {
        background-color: #f4f6f8;
    }

    table th[b-tmn8fn90d2], table td[b-tmn8fn90d2] {
        padding: 10px;
        text-align: left;
        border: 1px solid #e4e4e4;
        font-size: 14px;
    }

    table th[b-tmn8fn90d2] {
        font-weight: bold;
        color: #333;
    }

    table tbody tr:hover[b-tmn8fn90d2] {
        background-color: #f1f9ff;
    }

/* Status Labels */
.status-active[b-tmn8fn90d2] {
    background-color: #d1ecf1;
    color: #0c5460;
    border-radius: 12px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
}

.status-shipped[b-tmn8fn90d2] {
    background-color: #d4edda;
    color: #155724;
    border-radius: 12px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
}

/* Highlight Rows */
.highlight[b-tmn8fn90d2] {
    background-color: #e7f7ff;
}

/* Custom Links */
.custom-navlink[b-tmn8fn90d2] {
    text-decoration: none;
    color: #333;
}

    .custom-navlink:hover[b-tmn8fn90d2] {
        color: #007bff;
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .dashboard-tiles[b-tmn8fn90d2] {
        grid-template-columns: repeat(2, 1fr);
    }

    .card[b-tmn8fn90d2] {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .dashboard-tiles[b-tmn8fn90d2] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Orders/GenerateOrder.razor.rz.scp.css */
.addservice[b-kpmjwyn0pg]{
    z-index:0 !important;
}
/* /Pages/Orders/ViewOrder.razor.rz.scp.css */

.grid-section[b-5fnln0wbeg] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.readonly-field[b-5fnln0wbeg] {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
}

.section-title[b-5fnln0wbeg] {
    border-bottom: 2px solid #048ed7;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
}

.table[b-5fnln0wbeg] {
    width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;
}

    .table th[b-5fnln0wbeg],
    .table td[b-5fnln0wbeg] {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th[b-5fnln0wbeg] {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
        background-color: #f8f9fa;
    }

.table-bordered[b-5fnln0wbeg] {
    border: 1px solid #dee2e6;
}

    .table-bordered th[b-5fnln0wbeg],
    .table-bordered td[b-5fnln0wbeg] {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th[b-5fnln0wbeg],
    .table-bordered thead td[b-5fnln0wbeg] {
        border-bottom-width: 2px;
    }

.assigned-user-section[b-5fnln0wbeg] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background-color: #f9f9f9;
}

    .assigned-user-section strong[b-5fnln0wbeg] {
        display: block;
        margin-bottom: 10px;
        font-size: 1.1rem;
        font-weight: 600;
    }

.btn-comn[b-5fnln0wbeg] {
    background-color: #048ed7;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

    .btn-comn:hover[b-5fnln0wbeg] {
        background-color: #0378d4;
    }

.important-fields[b-5fnln0wbeg] {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bold-label[b-5fnln0wbeg] {
    font-weight: 700;
    color: #333;
}

.bold-field[b-5fnln0wbeg] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}

.btn-edit-order[b-5fnln0wbeg] {
    color: #333;
    border: none;
    border-radius: 5px;
    padding: 7px 10px;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .btn-edit-order:hover[b-5fnln0wbeg] {
        background-color: black;
        color: white;
    }

.float-end[b-5fnln0wbeg] {
    float: right;
}
/* /Pages/Product/ProductList.razor.rz.scp.css */
/* /Pages/Purchase/PurchaseUpsert.razor.rz.scp.css */
.btn-secondary.rounded-circle[b-95i1y6ilmj] {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    min-height: 25px;
}

.disabled-input[b-95i1y6ilmj] {
    background-color: #f0f0f0; 
    color: #6c757d; 
    cursor: not-allowed; 
}


.input-container[b-95i1y6ilmj] {
    position: relative; 
}

.margin-input[b-95i1y6ilmj] {
    padding-right: 30px; 
}

.checkbox-inside[b-95i1y6ilmj] {
    position: absolute; 
    right: 10px; 
    top: 50%;
    transform: translateY(-50%); 
    cursor: pointer; 
    background-color: white;
    border: none; 
    margin: 0; 
    width: 20px; 
    height: 20px; 
}

/* /Pages/Return/AssignProducts.razor.rz.scp.css */

body[b-nge1ocq8z2] {
}

.nav-tabs[b-nge1ocq8z2] {
    border-bottom: 2px solid #dee2e6;
}

    .nav-tabs .nav-link[b-nge1ocq8z2] {
        border: 1px solid transparent;
        border-radius: 0;
        color: #495057;
        padding: 10px 15px;
    }

        .nav-tabs .nav-link.active[b-nge1ocq8z2] {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

        .nav-tabs .nav-link:hover[b-nge1ocq8z2] {
            border-color: #dee2e6 #dee2e6 #fff;
        }

.product-info[b-nge1ocq8z2] {
    display: flex;
    flex-direction: column;
}

.product-name[b-nge1ocq8z2] {
    font-weight: 600;
    margin-bottom: 4px;
}

.product-quantities[b-nge1ocq8z2] {
    display: flex;
    flex-direction: column;
}

.quantity-label[b-nge1ocq8z2] {
    margin-right: 8px;
}

.quantity-value[b-nge1ocq8z2] {
    text-align: right;
}

.container-fluid[b-nge1ocq8z2] {
    padding: 0;
}

.sidebar[b-nge1ocq8z2] {
    background-color: #003f7d;
    height: 100vh;
    color: white;
    padding: 20px;
}

    .sidebar .logo img[b-nge1ocq8z2] {
        max-width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .sidebar nav ul[b-nge1ocq8z2] {
        list-style-type: none;
        padding: 0;
    }

        .sidebar nav ul li[b-nge1ocq8z2] {
            margin-bottom: 20px;
        }

            .sidebar nav ul li a[b-nge1ocq8z2] {
                color: white;
                text-decoration: none;
            }

.product-table label[b-nge1ocq8z2] {
    cursor: pointer;
    font-weight: bold;
    display: block;
    padding: 10px;
    text-decoration: none !important;
}

    .product-table label:hover[b-nge1ocq8z2] {
        text-decoration: underline;
    }

.product-table .collapse[b-nge1ocq8z2] {
    margin-top: 10px;
}

.main-content[b-nge1ocq8z2] {
    padding: 20px;
    background-color: #f5f7fa;
}

.header[b-nge1ocq8z2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.search-bar[b-nge1ocq8z2] {
    width: 60%;
}

.create-order-btn[b-nge1ocq8z2] {
    background-color: #007bff;
    border: none;
}

.order-details .order-card[b-nge1ocq8z2],
.service-man-panel .assign-product-panel[b-nge1ocq8z2] {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 20px;
}

.order-details[b-nge1ocq8z2] {
    height: 1200px;
    overflow-y: auto;
}

.order-header[b-nge1ocq8z2] {
    background-color: #cce4f3;
    font-size: 20px;
}

.order-card-head[b-nge1ocq8z2] {
    background-color: #cce4f3;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.returnSell[b-nge1ocq8z2] {
    width: 5rem;
    margin-top: 0.2rem;
}

.order-header h5[b-nge1ocq8z2],
.panel-header h5[b-nge1ocq8z2] {
    margin-bottom: 20px;
}

.panel-header[b-nge1ocq8z2] {
    background-color: #cce4f3;
}

.panel-header-head[b-nge1ocq8z2] {
    background-color: #cce4f3;
    border-radius: 20px;
    padding: 10px;
    margin-top: 10px;
}

.order-body p[b-nge1ocq8z2] {
    margin: 0 0 10px;
}

.order-footer .form-group[b-nge1ocq8z2] {
    margin-bottom: 20px;
}

.product-table[b-nge1ocq8z2] {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

    .product-table table[b-nge1ocq8z2] {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-table p[b-nge1ocq8z2] {
        font-weight: bold;
    }

.table th[b-nge1ocq8z2], .table td[b-nge1ocq8z2] {
    vertical-align: middle;
}

.table th[b-nge1ocq8z2] {
    text-align: left;
}

.btn-outline-danger[b-nge1ocq8z2] {
    border-color: red;
    color: red;
}

    .btn-outline-danger:hover[b-nge1ocq8z2] {
        background-color: red;
        color: white;
    }

.filter-font-size[b-nge1ocq8z2] {
    font-size: 14px;
    line-height: normal;
}
/* /Pages/Return/ProductHistoryComponent.razor.rz.scp.css */
body[b-bl82wnivq5] {
}

.nav-tabs[b-bl82wnivq5] {
    border-bottom: 2px solid #dee2e6;
}

    .nav-tabs .nav-link[b-bl82wnivq5] {
        border: 1px solid transparent;
        border-radius: 0;
        color: #495057;
        padding: 10px 15px;
    }

        .nav-tabs .nav-link.active[b-bl82wnivq5] {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

        .nav-tabs .nav-link:hover[b-bl82wnivq5] {
            border-color: #dee2e6 #dee2e6 #fff;
        }
/* /Pages/Staff/ViewStaff.razor.rz.scp.css */
.btn-icon[b-4l43aix0xc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
/* /Pages/Stocks/StockList.razor.rz.scp.css */
.clickable-row[b-gdbymjzy7o] {
    cursor: pointer;
}

    .clickable-row:hover[b-gdbymjzy7o] {
        background-color: #f0f0f0; 
    }

.scrollable-table[b-gdbymjzy7o] {
    max-height: 400px;
    overflow-y: auto;
}
/* /Pages/Vendors/ViewVendor.razor.rz.scp.css */
.settlebills[b-qf3ykx7i75] {
    opacity: 0.2;
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-icon[b-qf3ykx7i75] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px; 
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
    color: inherit; 
    text-decoration: none; 
}

    .btn-icon:hover[b-qf3ykx7i75] {
        color: #007bff; 
    }
/* /Shared/BillComponent.razor.rz.scp.css */
.btn-icon[b-gt88icqyu8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

    .btn-icon:hover[b-gt88icqyu8] {
        color: #007bff;
    }
/* /Shared/DateRangePicker.razor.rz.scp.css */
.compact-date-range-picker[b-acojwvqmbr] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.date-input[b-acojwvqmbr] {
    padding: 5px;
    font-size: 0.9em;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 120px;
}

.date-separator[b-acojwvqmbr] {
    margin: 0 5px;
    color: #333;
}

.apply-button[b-acojwvqmbr] {
    padding: 5px 10px;
    font-size: 0.9em;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .apply-button:hover[b-acojwvqmbr] {
        background-color: #0056b3;
    }
/* /Shared/Filterdropdowncomp.razor.rz.scp.css */
body[b-bmmym6nqwb] {
}

.dropdown[b-bmmym6nqwb] {
    width: 100%;
    /* border: 1px solid black;
    border-radius: 1px;*/
}

.dropdown-menu[b-bmmym6nqwb] {
    max-height: 20rem;
    overflow-y: auto;
}

.form-control[b-bmmym6nqwb] {
    width: 100%;
    padding: 12px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
}

.scrollable-menu[b-bmmym6nqwb] {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #b1b1b1;
    overflow-y: auto;
    max-height: 180px;
    border-top: 0;
    overflow-x: hidden;
    border-radius: 5px;
    padding: 10px;
}

.dropdown:focus-within .scrollable-menu[b-bmmym6nqwb] {
    display: block;
}

.scrollable-menu[hidden][b-bmmym6nqwb] {
    display: none;
}

.dropdown-btn[b-bmmym6nqwb] {
    width: 100%;
    border: 1px solid #b1b1b1;
    background-color: white;
    color: #414141;
    padding: 5px;
    border-radius: 5px;
}

.selected-item[b-bmmym6nqwb] {
    display: flex;
    margin: 5px;
    padding: 5px;
    background-color: #007bff;
    color: white;
    border-radius: 3px;
    font-size: 13px;
    line-height: 16px;
    text-align: start;
}

label.item-font.disabled[b-bmmym6nqwb] {
    opacity: 0.5;
}

.clear-button[b-bmmym6nqwb] {
    cursor: pointer;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 5px;
}

.checkbox-container[b-bmmym6nqwb] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.checkbox-input[b-bmmym6nqwb] {
    margin-right: 8px;
    appearance: none;
}

    .checkbox-input + label[b-bmmym6nqwb]::before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        border: 1px solid black;
        border-radius: 3px;
        cursor: pointer;
        transition: background 0.3s, border-color 0.3s;
        margin-left: 5px;
        margin-right: 5px;
    }

    .checkbox-input:checked + label[b-bmmym6nqwb]::before {
        content: '\2714';
        background-color: white;
        border-color: white;
        color: green;
    }

.radio-container[b-bmmym6nqwb] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .radio-container input[type="radio"][b-bmmym6nqwb] {
        margin-left: 5px;
        margin-right: 5px;
    }

.country-name[b-bmmym6nqwb] {
    color: black;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.dropdown-header[b-bmmym6nqwb] {
    padding: 8px;
    background-color: white;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.item-font[b-bmmym6nqwb] {
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-left: 10px !important;
}
/* /Shared/FilterDropdownComponent.razor.rz.scp.css */
body[b-66cphmpyp4] {
}

.dropdown[b-66cphmpyp4] {
    width: 100%;
    /* border: 1px solid black;
    border-radius: 1px;*/
}

.dropdown-menu[b-66cphmpyp4] {
    max-height: 20rem;
    overflow-y: auto;
}

.form-control[b-66cphmpyp4] {
    width: 100%;
    padding: 12px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
}

.scrollable-menu[b-66cphmpyp4] {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #b1b1b1;
    overflow-y: auto;
    max-height: 180px;
    border-top: 0;
    overflow-x: hidden;
    border-radius: 5px;
    padding: 10px;
}

.dropdown:focus-within .scrollable-menu[b-66cphmpyp4] {
    display: block;
}

.scrollable-menu[hidden][b-66cphmpyp4] {
    display: none;
}

.dropdown-btn[b-66cphmpyp4] {
    width: 100%;
    border: 1px solid #b1b1b1;
    background-color: white;
    color: #414141;
    padding: 5px;
    border-radius: 5px;
}

.selected-item[b-66cphmpyp4] {
    display: flex;
    margin: 5px;
    padding: 5px;
    background-color: #007bff;
    color: white;
    border-radius: 3px;
    font-size: 13px;
    line-height: 16px;
    text-align: start;
}

label.item-font.disabled[b-66cphmpyp4] {
    opacity: 0.5;
}

.clear-button[b-66cphmpyp4] {
    cursor: pointer;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 5px;
}

.checkbox-container[b-66cphmpyp4] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.checkbox-input[b-66cphmpyp4] {
    margin-right: 8px;
    appearance: none;
}

    .checkbox-input + label[b-66cphmpyp4]::before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        border: 1px solid black;
        border-radius: 3px;
        cursor: pointer;
        transition: background 0.3s, border-color 0.3s;
        margin-left: 5px;
        margin-right: 5px;
    }

    .checkbox-input:checked + label[b-66cphmpyp4]::before {
        content: '\2714';
        background-color: white;
        border-color: white;
        color: green;
    }

.radio-container[b-66cphmpyp4] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .radio-container input[type="radio"][b-66cphmpyp4] {
        margin-left: 5px;
        margin-right: 5px;
    }

.country-name[b-66cphmpyp4] {
    color: black;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.dropdown-header[b-66cphmpyp4] {
    padding: 8px;
    background-color: white;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.item-font[b-66cphmpyp4] {
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-left: 10px !important;
}
/* /Shared/LedgerComponent.razor.rz.scp.css */
.scrollable-ledger[b-gy0vf7pk5p] {
    max-height: 400px;
    overflow-y: auto;
}

/* /Shared/MainLayout.razor.rz.scp.css */


.page[b-jgneoxvryy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jgneoxvryy] {
    flex: 1;
}

.sidebar[b-jgneoxvryy] {
    background: linear-gradient(181deg, #0089d4, #053987);
}

.top-row[b-jgneoxvryy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jgneoxvryy]  a, .top-row[b-jgneoxvryy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-jgneoxvryy]  a:hover, .top-row[b-jgneoxvryy]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-jgneoxvryy]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jgneoxvryy] {
        display: none;
    }

    .top-row.auth[b-jgneoxvryy] {
        justify-content: space-between;
    }

    .top-row[b-jgneoxvryy]  a, .top-row[b-jgneoxvryy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jgneoxvryy] {
        flex-direction: row;
    }

    .sidebar[b-jgneoxvryy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jgneoxvryy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-jgneoxvryy]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-jgneoxvryy], article[b-jgneoxvryy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/ModalComponent.razor.rz.scp.css */
body[b-z0zukjjzhq] {
}

.card[b-z0zukjjzhq] {
    position: fixed;
    /*width:400px;*/
    margin-top: -200px;
    /*margin-left: -200px;*/
    z-index: 999;
}

.bg_block[b-z0zukjjzhq] {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
}

.bg_dark[b-z0zukjjzhq] {
    background-color: #25252578;
}

.bg_block .card .card-header[b-z0zukjjzhq] {
    cursor: move;
}

.bg_block .card .card-body[b-z0zukjjzhq] {
    cursor: default;
}

.card-body[b-z0zukjjzhq] {
    user-select: text;
}

@media (max-width:1023px) and (min-width:320px) {
    .card[b-z0zukjjzhq] {
        width: 300px !important;
        margin-top: -250px;
        margin-left: -150px;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6qt3vzin4v] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6qt3vzin4v] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6qt3vzin4v] {
    font-size: 1.1rem;
}

.oi[b-6qt3vzin4v] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6qt3vzin4v] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6qt3vzin4v] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6qt3vzin4v] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6qt3vzin4v]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-6qt3vzin4v]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-6qt3vzin4v]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-6qt3vzin4v] {
        display: none;
    }

    .collapse[b-6qt3vzin4v] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PurchaseFilterDropDownComponent.razor.rz.scp.css */
body[b-3ds7v7c0yx] {
}

.dropdown[b-3ds7v7c0yx] {
    width: 100%;
    /* border: 1px solid black;
    border-radius: 1px;*/
}

.dropdown-menu[b-3ds7v7c0yx] {
    max-height: 20rem;
    overflow-y: auto;
}

.form-control[b-3ds7v7c0yx] {
    width: 100%;
    padding: 12px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
}

.scrollable-menu[b-3ds7v7c0yx] {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #b1b1b1;
    overflow-y: auto;
    max-height: 180px;
    border-top: 0;
    overflow-x: hidden;
    border-radius: 5px;
    padding: 10px;
}

.dropdown:focus-within .scrollable-menu[b-3ds7v7c0yx] {
    display: block;
}

.scrollable-menu[hidden][b-3ds7v7c0yx] {
    display: none;
}

.dropdown-btn[b-3ds7v7c0yx] {
    width: 100%;
    border: 1px solid #b1b1b1;
    background-color: white;
    color: #414141;
    padding: 5px;
    border-radius: 5px;
}

.selected-item[b-3ds7v7c0yx] {
    display: flex;
    margin: 5px;
    padding: 5px;
    background-color: #007bff;
    color: white;
    border-radius: 3px;
    font-size: 13px;
    line-height: 16px;
    text-align: start;
}

label.item-font.disabled[b-3ds7v7c0yx] {
    opacity: 0.5;
}

.clear-button[b-3ds7v7c0yx] {
    cursor: pointer;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 5px;
}

.checkbox-container[b-3ds7v7c0yx] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.checkbox-input[b-3ds7v7c0yx] {
    margin-right: 8px;
    appearance: none;
}

    .checkbox-input + label[b-3ds7v7c0yx]::before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        border: 1px solid black;
        border-radius: 3px;
        cursor: pointer;
        transition: background 0.3s, border-color 0.3s;
        margin-left: 5px;
        margin-right: 5px;
    }

    .checkbox-input:checked + label[b-3ds7v7c0yx]::before {
        content: '\2714';
        background-color: white;
        border-color: white;
        color: green;
    }

.radio-container[b-3ds7v7c0yx] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .radio-container input[type="radio"][b-3ds7v7c0yx] {
        margin-left: 5px;
        margin-right: 5px;
    }

.country-name[b-3ds7v7c0yx] {
    color: black;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.dropdown-header[b-3ds7v7c0yx] {
    padding: 8px;
    background-color: white;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.item-font[b-3ds7v7c0yx] {
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-left: 10px !important;
}
/* /Shared/StatusMessagePanel.razor.rz.scp.css */

.empty-state[b-aakg7kqxx0] {
    margin: 40px auto;
    background: #ffffff;
    box-shadow: 1px 2px 10px #e1e3ec;
    border-radius: 4px;
}

.empty-state-content[b-aakg7kqxx0] {
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.empty-state-icon[b-aakg7kqxx0] {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    border-radius: 200px;
    justify-content: center;
}

    .empty-state-icon img[b-aakg7kqxx0] {
        width: 170px;
    }
.empty-state-message[b-aakg7kqxx0] {
    color: #a2a5b9;
    font-size: 0.875rem;
}
/* /Shared/WaitIndicator.razor.rz.scp.css */
.custom-spinner[b-dcehz7e0y9] {
    width: 3rem; 
    height: 3rem;
    border-width: 0.4em; 
    color: #0090dc;
}
/* /Utils/NotificationComponent.razor.rz.scp.css */
.fade:not(.show)[b-bpo74ml1xh] {
    visibility: collapse;
}

.fade[b-bpo74ml1xh] {
    transition: visibility .15s linear, opacity .15s linear;
}

.information[b-bpo74ml1xh] {
    background-color: #50C878;
}

.warning[b-bpo74ml1xh] {
    background-color: #FCE883;
}

.error[b-bpo74ml1xh] {
    background-color: #ca3433;
}
