@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/StatefulReconnection/StatefulReconnection.bundle.scp.css';

/* _content/Paradigm.ECommerce.Web/Components/AccountManagement/Forms/AddEditCustomerAdmin.razor.rz.scp.css */
.custom-label[b-greomz2ymg] {
    font-weight: bold;
    text-transform: none;
    margin: 1px;
}
/* _content/Paradigm.ECommerce.Web/Components/AccountManagement/Pages/ManageCompanyCustomerAccounts.razor.rz.scp.css */
.manage-company-grid[b-8xueerx2f0] {
    overflow-x: auto;
}

table[b-8xueerx2f0] {
    border-collapse: collapse;
    width: 100%;
}

td[b-8xueerx2f0], th[b-8xueerx2f0] {
    text-wrap: wrap;
}

.data-cell[b-8xueerx2f0] {
    border: 1px solid lightgrey !important;
}

.data-row:hover[b-8xueerx2f0] {
    background-color: lightsteelblue;
}

.control-row[b-8xueerx2f0] {
    background-color: white !important;
}

.empty-date[b-8xueerx2f0] {
    color: lightgrey;
}

.filter-input[b-8xueerx2f0] {
    width: 100%;
    border: 1px solid lightgrey !important;
    background-color: transparent;
    background-image: url('search.svg');
    background-position: 3% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.filter-input:disabled[b-8xueerx2f0] {
    color: lightgrey;
    background: none;
    border: none;
}

.sortable-header[b-8xueerx2f0] {
    cursor: pointer;
}
/* _content/Paradigm.ECommerce.Web/Components/AccountManagement/Pages/ManageEmployees.razor.rz.scp.css */
.manage-company-grid[b-8ht256d28x] {
    overflow-x: auto;
}

table[b-8ht256d28x] {
    border-collapse: collapse;
    width: 100%;
}

td[b-8ht256d28x], th[b-8ht256d28x] {
    text-wrap: wrap;
}

.data-cell[b-8ht256d28x] {
    border: 1px solid lightgrey !important;
}

.data-row:hover[b-8ht256d28x] {
    background-color: lightsteelblue;
}

.control-row[b-8ht256d28x] {
    background-color: white !important;
}

.empty-date[b-8ht256d28x] {
    color: lightgrey;
}

.filter-input[b-8ht256d28x] {
    width: 100%;
    border: 1px solid lightgrey !important;
    background-color: transparent;
    background-image: url('search.svg');
    background-position: 3% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

    .filter-input:disabled[b-8ht256d28x] {
        color: lightgrey;
        background: none;
        border: none;
    }

.sortable-header[b-8ht256d28x] {
    cursor: pointer;
}
/* _content/Paradigm.ECommerce.Web/Components/AccountManagement/Shared/Lists/CustomerAdminsList.razor.rz.scp.css */
.data-cell[b-q7swf22n2l] {
    border: 1px solid lightgrey !important;
}

.data-row:hover[b-q7swf22n2l] {
    background-color: lightsteelblue;
}

.control-row[b-q7swf22n2l] {
    background-color: white !important;
}

.empty-date[b-q7swf22n2l] {
    color: lightgrey;
}

.filter-input-cell[b-q7swf22n2l] {
    white-space: nowrap;
    overflow: hidden;
}

.filter-input[b-q7swf22n2l] {
    width: 100%;
    border: 1px solid lightgrey !important;
    background-color: transparent;
    background-image: url('search.svg');
    background-position: 3% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.sortable-header[b-q7swf22n2l] {
    cursor: pointer;
}
/* _content/Paradigm.ECommerce.Web/Components/Cart/Components/CurrentCart.razor.rz.scp.css */
.item-container[b-ollylejor0] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .8rem;
    background: #f8f9fa;
    display: grid;
    grid-template-columns: repeat(8, .5fr);
    grid-template-rows: auto;
    grid-template-areas:
    "product price-label price qty uom measurement buttons line-total";
    gap: 5px;
    margin: 2px;
    padding: 2px;
    border: 1px solid #ededed;
    align-content: start;
    align-items: start;
    justify-items: start;
    justify-content: start;
}

.cart-product[b-ollylejor0] {
    grid-area: product;
    min-width: 100px;
    color: #1f57a1;
    padding-left: 10px;
}
.cart-price-label[b-ollylejor0] {
    grid-area: price-label;
}
.cart-price[b-ollylejor0] {
    grid-area: price;
}
.cart-qty[b-ollylejor0] {
    grid-area: qty;
    min-width: 120px;
}
.cart-uom[b-ollylejor0] {
    grid-area: uom;
}
.cart-measurement[b-ollylejor0] {
    grid-area: measurement;
    min-width: 500px;
    margin-right: 10px;
}
.cart-buttons[b-ollylejor0] {
    grid-area: buttons;
}
.cart-line-total[b-ollylejor0] {
    grid-area: line-total;
}

/* Styling for input fields (numbers) */
input[type='number'][b-ollylejor0] {
    width: calc(50% - 22px); /* Full width minus padding and border */
    padding: 2px;
    margin-bottom: 2px;
    border: 1px solid #ddd;
    border-radius: 1px;
    box-sizing: border-box; /* Include padding and border in width calculation */
    font-size: .8rem;
}
.cart-edit-item[b-ollylejor0]::before {
    font-family: "bootstrap-icons";
    align-content: end;
    content: "\F4C8"; /* Edit Icon */
    font-size: .9rem;
    color: #5c5c5c;
    cursor: pointer;
}

.cart-delete-item[b-ollylejor0]::before {
    font-family: "bootstrap-icons";
    align-content: end;
    content: "\F78B"; /* Delete Icon */
    font-size: .9rem;
    color: #FF0000;
    cursor: pointer;
}

label[b-ollylejor0] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .8rem;
    font-weight: 600;
    padding-right: 5px;
    color: #000000;
}

.grid-container[b-ollylejor0] {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 3fr 1fr 3fr 3fr;
    background-color: #fff;
    color: #444;
}

.header[b-ollylejor0] {
    font-size: .9rem;
    font-weight: 700;
    background: var(--accent-light-gray);
    color: var(--text-black);
    padding: 5px;
}

.cardheader[b-ollylejor0] {
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize !important;
}

.grid-item[b-ollylejor0] {
    font-size: .9rem;
    padding: 5px;
}

.button-container[b-ollylejor0] {
    display: flex;
    justify-content: flex-end; /* Aligns items to the end of the row */
}

.btn-outline-secondary[b-ollylejor0] {
    --bs-btn-hover-color: var(--bs-gray-700);
    --bs-btn-hover-bg: #B0C4DE;
    --bs-btn-hover-border-color: #B0C4DE;
    --bs-btn-active-color: var(--bs-gray-700);
    --bs-btn-active-bg: #90A4BE;
    --bs-btn-active-border-color: #90A4BE;
}

.btn-secondary[b-ollylejor0] {
    --bs-btn-color: var(--bs-gray-700);
    --bs-btn-bg: #B0C4DE;
    --bs-btn-border-color: #B0C4DE;
    --bs-btn-hover-color: var(--bs-gray-700);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: var(--bs-gray-700);
}

.btn-primary[b-ollylejor0] {
    --bs-btn-color: var(--bs-black);
    --bs-btn-bg: var(--bs-yellow);
    --bs-btn-border-color: var(--bs-yellow);
    --bs-btn-hover-color: var(--bs-black);
    --bs-btn-hover-bg: var(--bs-yellow);
    --bs-btn-hover-border-color: var(--bs-yellow);
    --bs-btn-disabled-color: var(--bs-black);
    --bs-btn-disabled-bg: var(--bs-yellow);
    --bs-btn-disabled-border-color: var(--bs-yellow);
    --bs-btn-disabled-opacity: 0.4;
}
/* _content/Paradigm.ECommerce.Web/Components/Cart/Components/ItemRow.razor.rz.scp.css */
.item-container[b-206dgjwrzq] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .8rem;
    background: #f8f9fa;
    display: grid;
    grid-template-columns: repeat(8, .5fr);
    grid-template-rows: auto;
    grid-template-areas:
    "product price-label price qty uom measurement buttons line-total";
    gap: 5px;
    margin: 2px;
    padding: 2px;
    border: 1px solid #ededed;
    align-content: start;
    align-items: start;
    justify-items: start;
    justify-content: start;
}

.cart-product[b-206dgjwrzq] {
    grid-area: product;
    min-width: 100px;
    color: #1f57a1;
    padding-left: 10px;
}
.cart-price-label[b-206dgjwrzq] {
    grid-area: price-label;
}
.cart-price[b-206dgjwrzq] {
    grid-area: price;
}
.cart-qty[b-206dgjwrzq] {
    grid-area: qty;
    min-width: 120px;
}
.cart-uom[b-206dgjwrzq] {
    grid-area: uom;
}
.cart-measurement[b-206dgjwrzq] {
    grid-area: measurement;
    min-width: 500px;
    margin-right: 10px;
}
.cart-buttons[b-206dgjwrzq] {
    grid-area: buttons;
}
.cart-line-total[b-206dgjwrzq] {
    grid-area: line-total;
}

/* Styling for input fields (numbers) */
input[type='number'][b-206dgjwrzq] {
    width: calc(50% - 22px); /* Full width minus padding and border */
    padding: 2px;
    margin-bottom: 2px;
    border: 1px solid #ddd;
    border-radius: 1px;
    box-sizing: border-box; /* Include padding and border in width calculation */
    font-size: .8rem;
}
.cart-edit-item[b-206dgjwrzq]::before {
    font-family: "bootstrap-icons";
    align-content: end;
    content: "\F4C8"; /* Edit Icon */
    font-size: .9rem;
    color: #5c5c5c;
    cursor: pointer;
}

.cart-delete-item[b-206dgjwrzq]::before {
    font-family: "bootstrap-icons";
    align-content: end;
    content: "\F78B"; /* Delete Icon */
    font-size: .9rem;
    color: #FF0000;
    cursor: pointer;
}

label[b-206dgjwrzq] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .8rem;
    font-weight: 600;
    padding-right: 5px;
    color: #000000;
}

.grid-container[b-206dgjwrzq] {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 3fr 1fr 3fr 3fr;
    background-color: #fff;
    color: #444;
}

.header[b-206dgjwrzq] {
    font-size: .9rem;
    font-weight: 700;
    background: var(--accent-light-gray);
    color: var(--text-black);
    padding: 5px;
}

.cardheader[b-206dgjwrzq] {
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize !important;
}

.grid-item[b-206dgjwrzq] {
    font-size: .9rem;
    padding: 5px;
}

.button-container[b-206dgjwrzq] {
    display: flex;
    justify-content: flex-end; /* Aligns items to the end of the row */
}
/* _content/Paradigm.ECommerce.Web/Components/Cart/Components/NameCartModal.razor.rz.scp.css */
.btn-outline-secondary[b-n87cdb6nv9] {
    --bs-btn-hover-color: var(--bs-gray-700);
    --bs-btn-hover-bg: #B0C4DE;
    --bs-btn-hover-border-color: #B0C4DE;
    --bs-btn-active-color: var(--bs-gray-700);
    --bs-btn-active-bg: #90A4BE;
    --bs-btn-active-border-color: #90A4BE;
}
/* _content/Paradigm.ECommerce.Web/Components/Cart/Components/OtherCart.razor.rz.scp.css */
.btn[b-wytzfj1o3v] {
    --bs-btn-hover-color: var(--bs-gray-700);
    --bs-btn-hover-bg: #B0C4DE;
    --bs-btn-hover-border-color: #B0C4DE;
    --bs-btn-active-color: var(--bs-gray-700);
    --bs-btn-active-bg: #90A4BE;
    --bs-btn-active-border-color: #90A4BE;
}
/* _content/Paradigm.ECommerce.Web/Components/Cart/Components/OtherCarts.razor.rz.scp.css */
.item-container[b-xs4ezcgezz] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .8rem;
    background: #f8f9fa;
    display: grid;
    grid-template-columns: repeat(8, .5fr);
    grid-template-rows: auto;
    grid-template-areas:
    "product price-label price qty uom measurement buttons line-total";
    gap: 5px;
    margin: 2px;
    padding: 2px;
    border: 1px solid #ededed;
    align-content: start;
    align-items: start;
    justify-items: start;
    justify-content: start;
}

.cart-product[b-xs4ezcgezz] {
    grid-area: product;
    min-width: 100px;
    color: #1f57a1;
    padding-left: 10px;
}
.cart-price-label[b-xs4ezcgezz] {
    grid-area: price-label;
}
.cart-price[b-xs4ezcgezz] {
    grid-area: price;
}
.cart-qty[b-xs4ezcgezz] {
    grid-area: qty;
    min-width: 120px;
}
.cart-uom[b-xs4ezcgezz] {
    grid-area: uom;
}
.cart-measurement[b-xs4ezcgezz] {
    grid-area: measurement;
    min-width: 500px;
    margin-right: 10px;
}
.cart-buttons[b-xs4ezcgezz] {
    grid-area: buttons;
}
.cart-line-total[b-xs4ezcgezz] {
    grid-area: line-total;
}

/* Styling for input fields (numbers) */
input[type='number'][b-xs4ezcgezz] {
    width: calc(50% - 22px); /* Full width minus padding and border */
    padding: 2px;
    margin-bottom: 2px;
    border: 1px solid #ddd;
    border-radius: 1px;
    box-sizing: border-box; /* Include padding and border in width calculation */
    font-size: .8rem;
}
.cart-edit-item[b-xs4ezcgezz]::before {
    font-family: "bootstrap-icons";
    align-content: end;
    content: "\F4C8"; /* Edit Icon */
    font-size: .9rem;
    color: #5c5c5c;
    cursor: pointer;
}

.cart-delete-item[b-xs4ezcgezz]::before {
    font-family: "bootstrap-icons";
    align-content: end;
    content: "\F78B"; /* Delete Icon */
    font-size: .9rem;
    color: #FF0000;
    cursor: pointer;
}

label[b-xs4ezcgezz] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .8rem;
    font-weight: 600;
    padding-right: 5px;
    color: #000000;
}

.grid-container[b-xs4ezcgezz] {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 3fr 1fr 3fr 3fr;
    background-color: #fff;
    color: #444;
}

.header[b-xs4ezcgezz] {
    font-size: .9rem;
    font-weight: 700;
    background: var(--accent-light-gray);
    color: var(--text-black);
    padding: 5px;
}

.cardheader[b-xs4ezcgezz] {
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize !important;
}

.grid-item[b-xs4ezcgezz] {
    font-size: .9rem;
    padding: 5px;
}

.button-container[b-xs4ezcgezz] {
    display: flex;
    justify-content: flex-end; /* Aligns items to the end of the row */
}

.btn[b-xs4ezcgezz] {
    --bs-btn-hover-color: var(--bs-gray-700);
    --bs-btn-hover-bg: #B0C4DE;
    --bs-btn-hover-border-color: #B0C4DE;
    --bs-btn-active-color: var(--bs-gray-700);
    --bs-btn-active-bg: #90A4BE;
    --bs-btn-active-border-color: #90A4BE;
}
/* _content/Paradigm.ECommerce.Web/Components/Cart/Pages/Cart.razor.rz.scp.css */
.item-container[b-d0byuuilnq] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .8rem;
    background: #f8f9fa;
    display: grid;
    grid-template-columns: repeat(8, .5fr);
    grid-template-rows: auto;
    grid-template-areas:
    "product price-label price qty uom measurement buttons line-total";
    gap: 5px;
    margin: 2px;
    padding: 2px;
    border: 1px solid #ededed;
    align-content: start;
    align-items: start;
    justify-items: start;
    justify-content: start;
}

.cart-product[b-d0byuuilnq] {
    grid-area: product;
    min-width: 100px;
    color: #1f57a1;
    padding-left: 10px;
}
.cart-price-label[b-d0byuuilnq] {
    grid-area: price-label;
}
.cart-price[b-d0byuuilnq] {
    grid-area: price;
}
.cart-qty[b-d0byuuilnq] {
    grid-area: qty;
    min-width: 120px;
}
.cart-uom[b-d0byuuilnq] {
    grid-area: uom;
}
.cart-measurement[b-d0byuuilnq] {
    grid-area: measurement;
    min-width: 500px;
    margin-right: 10px;
}
.cart-buttons[b-d0byuuilnq] {
    grid-area: buttons;
}
.cart-line-total[b-d0byuuilnq] {
    grid-area: line-total;
}

/* Styling for input fields (numbers) */
input[type='number'][b-d0byuuilnq] {
    width: calc(50% - 22px); /* Full width minus padding and border */
    padding: 2px;
    margin-bottom: 2px;
    border: 1px solid #ddd;
    border-radius: 1px;
    box-sizing: border-box; /* Include padding and border in width calculation */
    font-size: .8rem;
}
.cart-edit-item[b-d0byuuilnq]::before {
    font-family: "bootstrap-icons";
    align-content: end;
    content: "\F4C8"; /* Edit Icon */
    font-size: .9rem;
    color: #5c5c5c;
    cursor: pointer;
}

.cart-delete-item[b-d0byuuilnq]::before {
    font-family: "bootstrap-icons";
    align-content: end;
    content: "\F78B"; /* Delete Icon */
    font-size: .9rem;
    color: #FF0000;
    cursor: pointer;
}

label[b-d0byuuilnq] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .8rem;
    font-weight: 600;
    padding-right: 5px;
    color: #000000;
}

.grid-container[b-d0byuuilnq] {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 3fr 1fr 3fr 3fr;
    background-color: #fff;
    color: #444;
}

.header[b-d0byuuilnq] {
    font-size: .9rem;
    font-weight: 700;
    background: var(--accent-light-gray);
    color: var(--text-black);
    padding: 5px;
}

.cardheader[b-d0byuuilnq] {
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize !important;
}

.grid-item[b-d0byuuilnq] {
    font-size: .9rem;
    padding: 5px;
}

.button-container[b-d0byuuilnq] {
    display: flex;
    justify-content: flex-end; /* Aligns items to the end of the row */
}
/* _content/Paradigm.ECommerce.Web/Components/Cart/Shared/CartNotification.razor.rz.scp.css */
.cart-container[b-glghqrczqg] {
    display: grid;
    position: relative; /* Establish positioning context for absolute children */
    width: 50px;
    height: 50px;
}

.cart-icon[b-glghqrczqg] {
    grid-area: overlap; /* Place icon in the 'overlap' area */
    color: #3f3e3f;
    font-size: 25px;
    z-index: 1; /* Keep icon in the background */
    /* Aligns icon within the grid container */
    place-self: center;
    cursor: pointer;
}

.cart-counter[b-glghqrczqg] {
    position: absolute; /* Position relative to .cart-container */
    top: 15px;
    right: 0;
    z-index: 2;
    /* Styling for the counter badge */
    background-color: #2b0377;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    opacity: 0.8;
    /* Offset the counter slightly from the corner */
    transform: translate(30%, -30%);
    cursor: pointer;
}  

.cart-column-1[b-glghqrczqg], .cart-column-2[b-glghqrczqg] {
    grid-area: 1 /1;
}

.cart-column-1[b-glghqrczqg] {
    background-color: #FFFF00;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    z-index: 1;
    text-align: center;
    align-content: center;
}

.cart-column-2[b-glghqrczqg] {
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    align-content: center;
}

.cart-icon-yellow[b-glghqrczqg] {
    color: #FFFF00;
}

.cart-icon-gray[b-glghqrczqg] {
    color: #c9c9c9;
}

.cart-icon-green[b-glghqrczqg] {
    color: #87c440;
}

.cart-display-none[b-glghqrczqg] {
    display: none;
}

.cart-edit-item[b-glghqrczqg]::before {
    font-family: "bootstrap-icons";
    align-content: end;
    content: "\F4C8"; /* Edit Icon */
    font-size: .9rem;
    color: #5c5c5c;
    cursor: pointer;
}

.cart-delete-item[b-glghqrczqg]::before {
    font-family: "bootstrap-icons";
    align-content: end;
    content: "\F78B"; /* Delete Icon */
    font-size: .9rem;
    color: #FF0000;
    cursor: pointer;
}

.cart-custom-close-button[b-glghqrczqg] {
    /* Example: change background color, add border-radius */
    background-color: #74964e; /* Red background */
    border-radius: 50%;
    font-size: .6rem;
    /* Other custom styles */
}

.cart-custom-title[b-glghqrczqg] {
    font-size: .9rem;
    font-weight: 600;
}

.cart-custom-body[b-glghqrczqg] {
    font-size: .9rem;
    font-weight: 400;
}

.cart-item-label[b-glghqrczqg] {
    font-size: .8rem;
    font-weight: 800;
    text-transform: capitalize;
    color: var(--text-gray);
    padding-right: 5px;
    margin: 0px;
}

.cart-total[b-glghqrczqg] {
    font-size: .9rem;
    font-weight: 800;
}

.cart .item-row[b-glghqrczqg] {
    border: 1px solid #e8e8e8;
    margin: 5px;
    padding: 5px;
}

.cart .modal[b-glghqrczqg] {
    position: absolute;
    top: 10px;
    right: 20px;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
}

.cart .modal-content[b-glghqrczqg] {
    max-height: 85vh;
}

.cart .modal-body[b-glghqrczqg] {
    overflow-y: scroll;
}

.cart .modal-header[b-glghqrczqg] {
    background-color: #f5f7fa;
    color: #052c65;
    border-bottom: 1px solid #000000;
}

.cart .modal-footer[b-glghqrczqg] {
    background-color: #f5f7fa;
    color: #052c65;
    border-top: 1px solid #000000;
}

.cart .info-tooltip[b-glghqrczqg]:after {
    position: relative;
    font-family: "bootstrap-icons";
    align-content: end;
    content: "\F431";
    font-size: .7rem;
    color: #3264a8;
    cursor: pointer;
    margin: 2px;
    top: -5px;
}

.item-container[b-glghqrczqg] {
    display: grid;
    grid-template-columns: .5fr .1fr .3fr .5fr .5fr 1fr 1fr;
    gap: 0px;
    grid-template-rows: auto;
    margin: 3px;
    padding: 3px;
    border: 1px solid #ededed;
    align-content: start;
}

/* Styling for input fields (numbers) */
input[type='number'][b-glghqrczqg] {
    width: calc(50% - 22px); /* Full width minus padding and border */
    padding: 2px;
    margin-bottom: 2px;
    border: 1px solid #ddd;
    border-radius: 1px;
    box-sizing: border-box; /* Include padding and border in width calculation */
    font-size: .8rem;
}

@media screen and (min-width: 1400px) {
    .cart .modal-dialog[b-glghqrczqg] {
        top: 90px !important;
        right: 20px !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
}
@media screen and (min-width: 1400px) {
    .modal-dialog[b-glghqrczqg] {
        max-width: 1400px; /* Custom width */
    }
}

.btn-outline-secondary[b-glghqrczqg] {
    --bs-btn-hover-color: var(--bs-gray-700);
    --bs-btn-hover-bg: #B0C4DE;
    --bs-btn-hover-border-color: #B0C4DE;
    --bs-btn-active-color: var(--bs-gray-700);
    --bs-btn-active-bg: #90A4BE;
    --bs-btn-active-border-color: #90A4BE;
}
/* _content/Paradigm.ECommerce.Web/Components/Checkout/CheckoutLayout.razor.rz.scp.css */
body[b-ubqjii4xpo] {
}

.cart-summary[b-ubqjii4xpo]
{
    height: 85vh;
}
/* _content/Paradigm.ECommerce.Web/Components/Checkout/Pages/CustomerCheckout.razor.rz.scp.css */
.btn-outline-secondary[b-s2fhap1bh9] {
    --bs-btn-hover-color: var(--bs-gray-700);
    --bs-btn-hover-bg: #B0C4DE;
    --bs-btn-hover-border-color: #B0C4DE;
    --bs-btn-active-color: var(--bs-gray-700);
    --bs-btn-active-bg: #B0C4DE;
    --bs-btn-active-border-color: #B0C4DE;
}
/* _content/Paradigm.ECommerce.Web/Components/Checkout/Shared/CartSummary.razor.rz.scp.css */
body[b-68a944ke1s] {
}

.cart-summary-inner[b-68a944ke1s] {
    height : 95%
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Pages/ProductDetails.razor.rz.scp.css */

body[b-ecss28bvi1] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .8rem;
    background: #f8f9fa;
}


.product-details-container[b-ecss28bvi1] {
    grid-template-columns: 1fr 2fr; /* One column for image, two for details */
    grid-template-rows: auto auto; /* Rows for title, price, description, etc. */
    gap: 10px; /* Space between grid items */
    grid-template-areas:
        "image title"
        "image description"
        "image price"
        "image color"
        "image measurement"
        "image quantity";
        "image buttons";
    padding: 10px;
    border-radius: 8px;
    overflow: hidden; /* For image overflow */
}

.product-image[b-ecss28bvi1] {
    grid-area: image;
    margin-right: 40px;
}

.product-title[b-ecss28bvi1] {
    grid-area: title;
    font-weight: 700;
}

.product-price[b-ecss28bvi1] {
    grid-area: price;
}

.product-description[b-ecss28bvi1] {
    grid-area: description;
}

.product-color[b-ecss28bvi1] {
    grid-area: color;
}

label[b-ecss28bvi1] {
    font-size: .8rem;
    font-weight: 600;
    color: #327fa8;
}

.product-measurement[b-ecss28bvi1] {
    grid-area: measurement;
    margin: 0px;
    padding: 0px;
}

.product-quantity[b-ecss28bvi1] {
    grid-area: quantity;
}

.product-buttons[b-ecss28bvi1] {
    grid-area: buttons;
    justify-self: start;
}


@media (max-width: 768px) {
    .product-details-container[b-ecss28bvi1] {
        grid-template-columns: 1fr; /* Single column layout on smaller screens */
        grid-template-areas:
            "title"
            "image"
            "description"
            "price"
            "color"
            "measurement"
            "quantity"
            "buttons";
    }
}


.product-detail-tabs .nav-tabs[b-ecss28bvi1] {
    border-bottom: 2px solid #e9ecef;
}

.product-detail-tabs .nav-link[b-ecss28bvi1] {
    border-bottom: 2px solid transparent;
    padding: 1rem 1.5rem;
    margin-bottom: -2px;
    font-weight: 500;
    color: #000000 !important;
    transition: all 0.3s ease;
}

    .product-detail-tabs .nav-link:hover[b-ecss28bvi1] {
        border-bottom-color: #0d6efd50;
        color: #0d6efd;
    }

    .product-detail-tabs .nav-link.active[b-ecss28bvi1] {
        border-bottom-color: #0d6efd;
        color: #0d6efd;
    }

.product-detail-tabs .tab-content[b-ecss28bvi1] {
    margin: 10px;
    font-size: .8rem;
}

/* Content Animation */
.tab-pane.fade[b-ecss28bvi1] {
    transition: all 0.2s ease-out;
}

    .tab-pane.fade.show[b-ecss28bvi1] {
        animation: fadeIn-b-ecss28bvi1 0.5s ease-out;
    }

.product-image[b-ecss28bvi1] {
    max-height: 400px;
    object-fit: cover;
}

.thumbnail[b-ecss28bvi1] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

    .thumbnail:hover[b-ecss28bvi1], .thumbnail.active[b-ecss28bvi1] {
        opacity: 1;
    }

.prodcuct-detail-row[b-ecss28bvi1] {
    display: flex;
    justify-content: left;
}

.product-tab-content-row[b-ecss28bvi1] {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.prodcuct-detail-card-item[b-ecss28bvi1] {
    height: 65vh;
}

.product-details-card-suggestions[b-ecss28bvi1] {
    height: 60vh;
}

.card-max-height .card .card-body[b-ecss28bvi1] {
    height: 50vh;
}

.custom-select[b-ecss28bvi1] {
    position: relative;
    min-width: auto; /* Adjust as needed */
}

    .custom-select select[b-ecss28bvi1] {
        appearance: none;
        width: auto;
        padding: 0.675em 2.5em 0.675em 1em; /* Adjust padding for arrow */
        background-color: #fff;
        border: 1px solid #caced1;
        border-radius: 0.25rem;
        color: #000;
        cursor: pointer;
        font-size: 1rem;
    }

    .custom-select[b-ecss28bvi1]::before,
    .custom-select[b-ecss28bvi1]::after {
        --size: 0.3rem;
        content: "";
        position: absolute;
        right: 1rem;
        pointer-events: none;
    }

    .custom-select[b-ecss28bvi1]::before {
        border-left: var(--size) solid transparent;
        border-right: var(--size) solid transparent;
        border-bottom: var(--size) solid black; /* Arrow pointing up */
        top: 40%;
    }

    .custom-select[b-ecss28bvi1]::after {
        border-left: var(--size) solid transparent;
        border-right: var(--size) solid transparent;
        border-top: var(--size) solid black; /* Arrow pointing down */
        top: 55%;
    }

    .custom-select select:focus[b-ecss28bvi1] {
        outline: none;
        border-color: #007bff; /* Example focus style */
    }

@keyframes fadeIn-b-ecss28bvi1 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Pages/ProductGroup.razor.rz.scp.css */

body[b-1j9s3s4e3s] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .8rem;
    background: #f8f9fa;
}


.product-details-container[b-1j9s3s4e3s] {
    /*display: grid;*/
    grid-template-columns: 1fr 2fr; /* One column for image, two for details */
    grid-template-rows: auto auto; /* Rows for title, price, description, etc. */
    gap: 10px; /* Space between grid items */
    grid-template-areas:
        "image title"
        "image description"
        "image price"
        "image color"
        "image measurement"
        "image quantity";
    "image buttons";
    padding: 10px;
/*    border: 1px solid #ccc;*/
    border-radius: 8px;
    overflow: hidden; /* For image overflow */
}

.product-image[b-1j9s3s4e3s] {
    grid-area: image;
    margin-right: 40px;
}

.product-title[b-1j9s3s4e3s] {
    grid-area: title;
    font-weight: 700;
}

.product-price[b-1j9s3s4e3s] {
    grid-area: price;
}

.product-description[b-1j9s3s4e3s] {
    grid-area: description;
}

.product-color[b-1j9s3s4e3s] {
    grid-area: color;
}

label[b-1j9s3s4e3s] {
    font-size: .8rem;
    font-weight: 600;
    color: #327fa8;
}

.product-measurement[b-1j9s3s4e3s] {
    grid-area: measurement;
    margin: 0px;
    padding: 0px;
}

.product-quantity[b-1j9s3s4e3s] {
    grid-area: quantity;
}

.product-buttons[b-1j9s3s4e3s] {
    grid-area: buttons;
    justify-self: start;
}


@media (max-width: 768px) {
    .product-details-container[b-1j9s3s4e3s] {
        grid-template-columns: 1fr; /* Single column layout on smaller screens */
        grid-template-areas:
            "title"
            "image"
            "description"
            "price"
            "color"
            "measurement"
            "quantity"
            "buttons";
    }
}


.product-detail-tabs .nav-tabs[b-1j9s3s4e3s] {
    border-bottom: 2px solid #e9ecef;
}

.product-detail-tabs .nav-link[b-1j9s3s4e3s] {
    border-bottom: 2px solid transparent;
    padding: 1rem 1.5rem;
    margin-bottom: -2px;
    font-weight: 500;
    color: #000000 !important;
    transition: all 0.3s ease;
}

    .product-detail-tabs .nav-link:hover[b-1j9s3s4e3s] {
        border-bottom-color: #0d6efd50;
        color: #0d6efd;
    }

    .product-detail-tabs .nav-link.active[b-1j9s3s4e3s] {
        border-bottom-color: #0d6efd;
        color: #0d6efd;
    }

.product-detail-tabs .tab-content[b-1j9s3s4e3s] {
    margin: 10px;
    font-size: .8rem;
}

/* Content Animation */
.tab-pane.fade[b-1j9s3s4e3s] {
    transition: all 0.2s ease-out;
}

    .tab-pane.fade.show[b-1j9s3s4e3s] {
        animation: fadeIn-b-1j9s3s4e3s 0.5s ease-out;
    }

.product-image[b-1j9s3s4e3s] {
    max-height: 400px;
    object-fit: cover;
}

.thumbnail[b-1j9s3s4e3s] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

    .thumbnail:hover[b-1j9s3s4e3s], .thumbnail.active[b-1j9s3s4e3s] {
        opacity: 1;
    }

.prodcuct-detail-row[b-1j9s3s4e3s] {
    display: flex;
    justify-content: left;
}

.product-tab-content-row[b-1j9s3s4e3s] {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.prodcuct-detail-card-item[b-1j9s3s4e3s] {
    height: 65vh;
}

.product-details-card-suggestions[b-1j9s3s4e3s] {
    height: 60vh;
}

.card-max-height .card .card-body[b-1j9s3s4e3s] {
    height: 50vh;
}

.custom-select[b-1j9s3s4e3s] {
    position: relative;
    min-width: auto; /* Adjust as needed */
}

    .custom-select select[b-1j9s3s4e3s] {
        appearance: none;
        width: auto;
        padding: 0.675em 2.5em 0.675em 1em; /* Adjust padding for arrow */
        background-color: #fff;
        border: 1px solid #caced1;
        border-radius: 0.25rem;
        color: #000;
        cursor: pointer;
        font-size: 1rem;
    }

    .custom-select[b-1j9s3s4e3s]::before,
    .custom-select[b-1j9s3s4e3s]::after {
        --size: 0.3rem;
        content: "";
        position: absolute;
        right: 1rem;
        pointer-events: none;
    }

    .custom-select[b-1j9s3s4e3s]::before {
        border-left: var(--size) solid transparent;
        border-right: var(--size) solid transparent;
        border-bottom: var(--size) solid black; /* Arrow pointing up */
        top: 40%;
    }

    .custom-select[b-1j9s3s4e3s]::after {
        border-left: var(--size) solid transparent;
        border-right: var(--size) solid transparent;
        border-top: var(--size) solid black; /* Arrow pointing down */
        top: 55%;
    }

    .custom-select select:focus[b-1j9s3s4e3s] {
        outline: none;
        border-color: #007bff; /* Example focus style */
    }

@keyframes fadeIn-b-1j9s3s4e3s {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/AttributeTierNavigator/AttributeTierCard.razor.rz.scp.css */
body[b-nq6vts16rp] {
}

.attribute-tier-card-container[b-nq6vts16rp] {
    position: relative;
    max-width: 300px;
    height: 150px;
    margin: 0 auto;
}

.attribute-tier-card-container img[b-nq6vts16rp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.attribute-tier-card-container .tier-card-spinner[b-nq6vts16rp] {
    position: absolute;
    top: 50%;
    left: 50%;
}

.attribute-tier-card-container .content[b-nq6vts16rp] {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;

}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/ProductDetails/ProductImageCarosel.razor.rz.scp.css */
body[b-g8vnxre2l6] {
}

.carousel-thumbnail[b-g8vnxre2l6] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/ProductMeasurement.razor.rz.scp.css */
body[b-qfftc5axd2] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .7rem !important;
}

td[b-qfftc5axd2] {
    padding: 0.25rem .5rem !important;
}

.form-control[b-qfftc5axd2] {
    border: none;
    box-shadow: none !important;
    padding: 2px;
}

    .form-control:focus[b-qfftc5axd2], .form-control:focus-within[b-qfftc5axd2] {
        background-color: lightblue;
    }

    .form-row:focus[b-qfftc5axd2], .form-row:focus-within[b-qfftc5axd2] {
        background-color: lightblue;
    }

header[b-qfftc5axd2] {
    font-size: 1.2rem;
    padding-top: 10px;
    font-weight: bold;
}

/* Chrome, Safari, Edge, Opera */
.no-arrows[b-qfftc5axd2]::-webkit-outer-spin-button,
.no-arrows[b-qfftc5axd2]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-arrows[b-qfftc5axd2] {
    -moz-appearance: textfield;
}

.measurement-grid[b-qfftc5axd2] {
    overflow-x: auto;  /*Adds horizontal scrolling for smaller screens*/ 
}

/*    .measurement-grid .addItem {
        color: green;
    }

    .measurement-grid .removeItem {
        color: red;
    }

    .measurement-grid .clearInput {
        color:
    }*/

    .measurement-grid .noteMinMaxLength span[b-qfftc5axd2] {
        color: red;
        font-size: .8rem !important;
    }


@media (min-width: 500px) {
    .measurement-grid[b-qfftc5axd2] {
        max-width: 750px;
        min-width: 500px;
    }
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/ProductMeasurementNoEdit.razor.rz.scp.css */
body[b-ccnx1dkfsd] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .7rem !important;
}

header[b-ccnx1dkfsd] {
    font-size: 1.2rem;
    padding-top: 10px;
    font-weight: bold;
}

.form-control[b-ccnx1dkfsd] {
    border: none;
    box-shadow: none !important;
    padding: 2px;
}

.measurement-grid[b-ccnx1dkfsd] {
    overflow-x: auto;  /*Adds horizontal scrolling for smaller screens*/ 
}

    .measurement-grid .removeItem[b-ccnx1dkfsd] {
        color: red;
    }

/*@media (min-width: 500px) {
    .measurement-grid {
        max-width: 750px;
        min-width: 500px;
    }
}*/
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/ProductPageFilter/AppliedFiltersPanel.razor.rz.scp.css */
body[b-jtgx7m7a4e] {
}

.applied-filter[b-jtgx7m7a4e] {
    background-color: lightgray;
    text-align: justify-all;
}

.applied-filter-button[b-jtgx7m7a4e] {
    cursor: pointer;
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/ProductPageFilter/FilterBar.razor.rz.scp.css */
body[b-446368nexb] {
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/ProductPageFilter/FilterGroup.razor.rz.scp.css */
.filter-group-body[b-rrn7a0plna]
{
    max-height: 15.5em;
    overflow-y: scroll;
}

.filter-group-head[b-rrn7a0plna] {
    font-weight: bold;
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/ProductPageFilter/FilterItem.razor.rz.scp.css */
.filter-item[b-5fx8mkoi9o] {
}

.filter-item:hover[b-5fx8mkoi9o] {
    cursor: pointer;
    background-color: lightsteelblue;
}

.filter-item-unavailable[b-5fx8mkoi9o] {
    text-decoration: line-through;
    color: lightgray;
}

.filter-item-unavailable:hover[b-5fx8mkoi9o] {
    cursor: pointer;
    background-color: lightsteelblue;
}

.filter-item-unavailable span[b-5fx8mkoi9o] {
    color: inherit;
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/ProductsList/ProductListCard.razor.rz.scp.css */
body[b-k25izul3dz] {
}

a[b-k25izul3dz] {
    text-decoration: none;
}

.product-card-item[b-k25izul3dz] {
    border: solid thin;
    border-radius: 5px;
    border-color:lightgray;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    text-decoration:none;
    text-decoration-color:red;
    min-width: 200px;
}

.product-card-item:hover[b-k25izul3dz] {
    background-color: lightsteelblue;
    border: solid thin;
    border-radius: 5px;
    border-color: lightgray;
    cursor: pointer;
}

.product-card-image-container[b-k25izul3dz] {
    padding-bottom: 1rem;
    min-height: 215px;
}

.product-card-image[b-k25izul3dz] {
    aspect-ratio: auto;
    object-fit: cover;
}

.product-card-title[b-k25izul3dz] {
    color: black;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: black;
}

.product-card-content[b-k25izul3dz] {
    background-color: inherit;
    color: black;
    text-decoration: none;
    text-decoration-line: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
}

.product-card-price[b-k25izul3dz] {
    display: flex;
    justify-content: end;
}

.product-card-body[b-k25izul3dz] {
    min-height: 1rem;
    color: black;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: red;
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/ProductsList/ProductsListGrid.razor.rz.scp.css */
body[b-4mqc85d9iz] {
}

.product-card-grid[b-4mqc85d9iz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    gap: 1rem;
}

.items-per-page[b-4mqc85d9iz] {
    display: flex;
    vertical-align: middle;
    align-content: center;
    text-align: center;
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/Tier1AttributeHeader/Tier1AttributeHeader.razor.rz.scp.css */
.tier1-header[b-rl77r7iu2r] {
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    position: relative;
    border-top: 1px solid #8D959C;
}

.tier1-header-menu[b-rl77r7iu2r] {
    display: none;
    position: absolute;
    top:100%;
    left:15%;
    max-width:70%;
    border-radius: 0px;
    padding: 5px;
    z-index: 10;
    /*background-color: #6C757D;*/ /*Bootstrap grey*/
}

    .tier1-header-item:focus + .tier1-header-menu[b-rl77r7iu2r], .tier1-header-menu:hover[b-rl77r7iu2r], .tier1-header-menu:focus[b-rl77r7iu2r]{
        display: inline;
    }

.tier1-header-choice[b-rl77r7iu2r] {
    padding: 8px;
}


.tier1-header-item[b-rl77r7iu2r] {
    padding: 3px;
    color: white;
    border-radius: 0px;
}
    .tier1-header-item:hover[b-rl77r7iu2r] {
        background-color: #8D959C; /*Lightened bootstrap grey*/
    }

/*        .tier1-header-item:hover + .tier1-header-menu {
            display: inline;
        }*/

.t1-dropdown-menu[b-rl77r7iu2r]{
    margin-left:8%;
}

.t1-dropdown-item[b-rl77r7iu2r]{
    padding:8px;
    /*Needs font change*/
}
    .t1-dropdown-item:hover[b-rl77r7iu2r] {
        background-color: #8D959C; /*Lightened bootstrap grey*/
    }

/*.t1-nested-menu {*/ /* nested menu logic */
    /*display:none;
}
    .t1-dropdown-item:focus + .t1-nested-menu, .t1-nested-menu:hover{
        display:flex;
    }*/
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/WebDisplaySet/Attachments.razor.rz.scp.css */
body[b-la3hq5p58s] {
}

a[b-la3hq5p58s] {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity));
    text-decoration: underline;
}

.attachment-button[b-la3hq5p58s] {
    cursor: pointer;
    text-decoration: underline;
}

.attachment-list li[b-la3hq5p58s] {
    list-style-type: circle;
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/WebDisplaySet/DisplaySetOption.razor.rz.scp.css */
body[b-f39264d1na] {
}

input[b-f39264d1na]{
    margin: 3px;
}

.color-square[b-f39264d1na] {
    height: 40px;
    width: 40px
}

.carousel-option[b-f39264d1na] {
    width: 60px;
}

.carousel-container[b-f39264d1na] {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
}

.carousel-card[b-f39264d1na] {
    min-width: 105px;
    border: 1px solid gray;
    border-radius: 4px;
    padding-top: 5px;
    margin: 2px;
}

.carousel-card-selected[b-f39264d1na] {
    border: 2px solid blue;
    border-radius: 4px;
}

.carousel-image-container[b-f39264d1na] {
    height: 80px;
    width: 80px;
    border: 1px solid black;
    margin-bottom: 5px;
    padding:0px;
}

    .carousel-image-container img[b-f39264d1na] {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.compact-carousel-card[b-f39264d1na] {
    border: 1px solid gray;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 3px;
    padding:2px;
}

.compact-carousel-card-selected[b-f39264d1na] {
    border: 2px solid darkturquoise;
    padding:1px;
}

.compact-carousel-card-img[b-f39264d1na] {
    margin:auto;
    width:100%;
    border-radius:3px;
    display:block;
}

.compact-carousel-image-container[b-f39264d1na]{
    position:relative;
}

.compact-tooltip[b-f39264d1na] {
    display:none;
    position: absolute;
    bottom: 32px;
    left: -3px;
    border-radius:3px;
    background-color: grey;
    color:white;
    padding:4px;
}
    .compact-carousel-image-container:hover .compact-tooltip[b-f39264d1na]{
        display: flex;
    }

.compact-unavailable[b-f39264d1na] {
    background-color: #555555aa;
    position: absolute;
    width: 32px;
    height: 32px;
    left: -3px;
    top: -3px;
    border-radius: 4px;
}

.dropdown-item:hover[b-f39264d1na], .dropdown-toggle:hover[b-f39264d1na] {
    background-color: lightgray;
}

.dropdown-menu[b-f39264d1na] {
    max-height: 200px;
    overflow-y: auto;
}

.hidden-img[b-f39264d1na]{
    display:none;
    width:200px;
    position:absolute;
    left:30px;
    top:-10px;
    border:1px solid lightgrey;
    border-radius:4px;
}

    .hover-icon:hover + .hidden-img[b-f39264d1na], .hover-icon:active + .hidden-img[b-f39264d1na]{
        display:flex;
    }

.hover-icon[b-f39264d1na]{
    display:inline;
    margin-left:5px;
    color:grey;
}
    .hover-icon:hover[b-f39264d1na], .hover-icon:active[b-f39264d1na]{
        color:black;
    }

.hover-img-container[b-f39264d1na]{
    position:relative;
    display:inline;
}

.small-img[b-f39264d1na] {
    margin: 3px;
    width: 26px;
    height: 26px;
    border: 1px solid grey;
    border-radius: 2px;
}

.swatch[b-f39264d1na] {
    margin: auto;
    border: solid 1px grey;
    border-radius: 6px;
    height: 28px;
    width:100%;
}

.invalid-option[b-f39264d1na]{
    color:lightgray;
    text-decoration:line-through;
}
/* _content/Paradigm.ECommerce.Web/Components/Inventory/Shared/WebDisplaySet/PopUpPicker.razor.rz.scp.css */
.group-body[b-i5k71xrbi0] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.group-title[b-i5k71xrbi0] {
    margin-left: 16px;
    margin-bottom: 0px;
    margin-top: 6px;
    display: inline;
}
.swatch-label[b-i5k71xrbi0] {
    text-align: left;
    text-wrap: auto;
    color: black;
}

.invalid-option[b-i5k71xrbi0] {
    color: lightgray;
    text-decoration: line-through;
}

.popup-swatch[b-i5k71xrbi0] {
    border: solid 1px grey;
    border-radius: 6px;
    height: 28px;
    width: 100%;
}

.swatch-card[b-i5k71xrbi0] {
    display: grid;
    min-width: 28px;
    padding: 5px;
    width: 100%;
    align-content: space-between;
}



/* _content/Paradigm.ECommerce.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4u1j9js47b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4u1j9js47b] {
    flex: 1;
}

.sidebar[b-4u1j9js47b] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4u1j9js47b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4u1j9js47b]  a, .top-row[b-4u1j9js47b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4u1j9js47b]  a:hover, .top-row[b-4u1j9js47b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4u1j9js47b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4u1j9js47b] {
        justify-content: space-between;
    }

    .top-row[b-4u1j9js47b]  a, .top-row[b-4u1j9js47b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4u1j9js47b] {
        flex-direction: row;
    }

    .sidebar[b-4u1j9js47b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4u1j9js47b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4u1j9js47b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4u1j9js47b], article[b-4u1j9js47b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4u1j9js47b] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-4u1j9js47b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Paradigm.ECommerce.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4lpibmuzm8] {
    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-4lpibmuzm8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-4lpibmuzm8] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4lpibmuzm8] {
    font-size: 1.1rem;
}

.bi[b-4lpibmuzm8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-4lpibmuzm8] {
    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-4lpibmuzm8] {
    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-4lpibmuzm8] {
    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-4lpibmuzm8] {
    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-4lpibmuzm8] {
    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-4lpibmuzm8] {
    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-4lpibmuzm8] {
    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-4lpibmuzm8] {
    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-4lpibmuzm8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}
    .nav-item:first-of-type[b-4lpibmuzm8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4lpibmuzm8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4lpibmuzm8]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-4lpibmuzm8]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4lpibmuzm8]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-4lpibmuzm8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4lpibmuzm8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4lpibmuzm8] {
        display: none;
    }

    .nav-scrollable[b-4lpibmuzm8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* BEGIN: Inventory Group Slider */
.custom-flyout-body[b-4lpibmuzm8] {
    margin: 1rem;
}

.custom-flyout-footer[b-4lpibmuzm8] {
    flex-flow: nowrap;
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    align-content: center;
    gap: 0.5rem;
}

.employee-group .e-photo[b-4lpibmuzm8] {
    height: 80px;
    width: 80px;
}

.employee-group .e-card[b-4lpibmuzm8] {
    padding-bottom: 1rem;
    display: flex;
    align-content: center;
    justify-content: start;
    flex: 1 1 auto;
}

.employee-group .e-info[b-4lpibmuzm8] {
    justify-content: center;
    display: flex;
    height: 100%;
    flex-direction: column;
    border-bottom: 1px solid var(--bs-gray-400);
}

.employee-group .e-main[b-4lpibmuzm8] {
    width: 100%;
}

.employee-group .e-name[b-4lpibmuzm8],
.custom-flyout-body .e-name[b-4lpibmuzm8] {
    font-weight: 400;
}
/* END: Inventory Group Slider */

.custom-flyout-body .e-details[b-4lpibmuzm8] {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 0.75rem;
    row-gap: 0.5rem;
}

.custom-title[b-4lpibmuzm8] {
    padding-bottom: 1.5rem;
    display: block;
    font-size: 1.5rem;
}
/* _content/Paradigm.ECommerce.Web/Components/Orders/Components/OrdersList.razor.rz.scp.css */
.link[b-7p38bs0yrz] {
    text-decoration: underline;
    color: steelblue;
}

@@media (max-width:992px) {
    .col-hidden[b-7p38bs0yrz] {
        display: none;
    }
}

.data-cell[b-7p38bs0yrz] {
    border: 1px solid lightgrey !important;
    height: 30px;
    padding: 5px;
}

.data-row:hover[b-7p38bs0yrz] {
    background-color: lightsteelblue;
    cursor: pointer;
}

.control-row[b-7p38bs0yrz] {
    background-color: white !important;
}

.empty-date[b-7p38bs0yrz] {
    color: lightgrey;
}

.filter-input-cell[b-7p38bs0yrz] {
    white-space: nowrap;
    overflow: hidden;
}

.filter-input[b-7p38bs0yrz] {
    width: 100%;
    border: 1px solid lightgrey !important;
    background-color: transparent;
    background-image: url('search.svg');
    background-position: 3% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.sortable-header[b-7p38bs0yrz] {
    cursor: pointer;
}
/* _content/Paradigm.ECommerce.Web/Components/Orders/Pages/ViewOrders.razor.rz.scp.css */
.order-filter-toggle[b-t0iydrsrqu] {
    display:none;
}

.order-filter[b-t0iydrsrqu] {
    display:block;
} 

.order-filter-hidden[b-t0iydrsrqu] {
    display:block;
}

@media (max-width:992px) {
    .order-filter-toggle[b-t0iydrsrqu] {
        display:block;
    }

    .order-filter[b-t0iydrsrqu] {
        width:100%;
    }
    
    .order-filter-hidden[b-t0iydrsrqu] {
        display:none;
    }
}
/* _content/Paradigm.ECommerce.Web/Components/Reporting/Shared/DownloadOrderReportButton.razor.rz.scp.css */
.btn-outline-steelblue[b-7j26b5z1mm] {
    color: steelblue;
    background-color: inherit;
    border: 1px solid steelblue;
}

    .btn-outline-steelblue:hover[b-7j26b5z1mm] {
        color: white;
        background-color: steelblue;
    }
/* _content/Paradigm.ECommerce.Web/Components/Shared/Accordion/ECollapse.razor.rz.scp.css */
body[b-y2y167vndm] {
}

.p-accordion[b-y2y167vndm] {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion-content[b-y2y167vndm] {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    border: solid;
    transition: max-height 0.5s ease-out;
}

.accordion[b-y2y167vndm] {
}

.accordion-item[b-y2y167vndm] {
    border: none;
    background-color: inherit;
    color: inherit;
}

.accordion-header[b-y2y167vndm] {
    border: none;
}

.accordion-button[b-y2y167vndm] {
    padding: 0;
    font-weight: bold;
}

.accordion-button:not(.collapsed)[b-y2y167vndm] {
    color: inherit;
    background-color: inherit;
    box-shadow: inherit;
}

.accordion-button:focus[b-y2y167vndm] {
    box-shadow: inherit;
}

.accordion-body[b-y2y167vndm] {
    padding: 0;
}
/* _content/Paradigm.ECommerce.Web/Components/Shared/AuthorizedSidebarNavLink.razor.rz.scp.css */
.nav-item[b-5accm28cmx] {
    text-decoration: none;
    text-wrap: wrap;
}
    .nav-item:hover[b-5accm28cmx] {
        cursor: pointer;
        background-color: lightsteelblue;
    }

.dropdown-item[b-5accm28cmx] {
    text-wrap: auto;
    color: black;
}
