@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Server/Areas/Admin/Pages/BasicInfo/PriceLists/Items.cshtml.rz.scp.css */
/* _content/Server/Areas/Admin/Pages/Shared/_AdminLayout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-tlw12cdwhm] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-tlw12cdwhm] {
  color: #0077cc;
}

.btn-primary[b-tlw12cdwhm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-tlw12cdwhm], .nav-pills .show > .nav-link[b-tlw12cdwhm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-tlw12cdwhm] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-tlw12cdwhm] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-tlw12cdwhm] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-tlw12cdwhm] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-tlw12cdwhm] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/Server/Areas/Pos/Components/SearchCustomer.razor.rz.scp.css */
.search-box[b-7bijhgrshz] {
    position: relative;
}

.search-suggestions[b-7bijhgrshz] {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    overflow-y: auto;
    animation: fadeIn-b-7bijhgrshz 0.3s ease;
}


@keyframes fadeIn-b-7bijhgrshz {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/Server/Areas/Pos/Components/SearchLookup.razor.rz.scp.css */
body[b-clr1s0ir9n] {
    background-color: #f8f9fa;
}

.search-box[b-clr1s0ir9n] {
    position: relative;
}

.search-suggestions[b-clr1s0ir9n] {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    overflow-y: auto;
    animation: fadeIn-b-clr1s0ir9n 0.3s ease;
}

.suggestion-item[b-clr1s0ir9n] {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .suggestion-item:hover[b-clr1s0ir9n] {
        background-color: #f1f3f5;
    }

.suggestion-text[b-clr1s0ir9n] {
    display: flex;
    flex-direction: column;
}

.suggestion-title[b-clr1s0ir9n] {
    font-weight: 500;
}

.suggestion-category[b-clr1s0ir9n] {
    font-size: 0.85rem;
    color: #6c757d;
}

.divider[b-clr1s0ir9n] {
    height: 1px;
    background-color: #e9ecef;
    margin: 8px 0;
}

@keyframes fadeIn-b-clr1s0ir9n {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/Server/Areas/Pos/Pages/Index.razor.rz.scp.css */
body[b-f9dtg7e7pc] {
}
/* _content/Server/Areas/Pos/Pages/Shared/Layouts/MainLayout.razor.rz.scp.css */
.page[b-hphfjg8yn2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-hphfjg8yn2], article[b-hphfjg8yn2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Server/Pages/Purchase/Cart.cshtml.rz.scp.css */
.counter-box[b-5j99iy6nky] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
}

.icon-button[b-5j99iy6nky] {
    cursor: pointer;
    color: #f44336;
    font-size: 1.25rem;
}

    .icon-button.disabled[b-5j99iy6nky] {
        color: #ccc;
        cursor: not-allowed;
    }

.counter-number[b-5j99iy6nky] {
    color: #f44336;
    font-weight: bold;
    font-size: 1.25rem;
}

.counter-label[b-5j99iy6nky] {
    font-size: 0.8rem;
    color: #999;
    text-align: center;
}
/* _content/Server/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-218bh6mm2g] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-218bh6mm2g] {
  color: #0077cc;
}

.btn-primary[b-218bh6mm2g] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-218bh6mm2g], .nav-pills .show > .nav-link[b-218bh6mm2g] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-218bh6mm2g] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-218bh6mm2g] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-218bh6mm2g] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-218bh6mm2g] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-218bh6mm2g] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
