@import '_content/BlazorCalendar/BlazorCalendar.gkat6etyn7.bundle.scp.css';
@import '_content/siga.Framework.Blazor/siga.Framework.Blazor.1mus63gs5a.bundle.scp.css';

/* /Layouts/LoginLayout.razor.rz.scp.css */
.login[b-lr9rpy9a0i] {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 100vh;
}

@media (min-width: 768px) {
    .login[b-lr9rpy9a0i] {
        padding-left: 30%;
        padding-right: 30%;
    }
}
/* /Layouts/PosLayout.razor.rz.scp.css */
.pos-layout[b-6aob8v0iqo] {
    margin-top: 48px;
    padding: 10px;
}
/* /Pages/Account/SetTenant.razor.rz.scp.css */
.company-item[b-35gzrncvn4] {
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.company-item-image[b-35gzrncvn4] {
    width: 100px;
    height: 100px;
}
/* /Pages/Home.razor.rz.scp.css */
a[b-2br4tvc2pk], .btn-link[b-2br4tvc2pk] {
    color: white;
}

.w-area[b-2br4tvc2pk] {
    display: flex;
    flex-wrap: wrap;
}

.w-card[b-2br4tvc2pk] {
    min-width: 350px;
    color: white;
    padding: 5px;
    flex: 1;
    display: flex;
}

.w-card-content[b-2br4tvc2pk] {
    flex: 1;
}

.w-card-header[b-2br4tvc2pk], .w-card-actions[b-2br4tvc2pk], .w-card-content[b-2br4tvc2pk] {
    color: white;
}

.card-receive .w-card-header[b-2br4tvc2pk], .card-receive .w-card-actions[b-2br4tvc2pk] {
    background-color: #059905;
}

.card-receive .w-card-content[b-2br4tvc2pk] {
    background-color: #059905ad;
}

.card-pay .w-card-header[b-2br4tvc2pk], .card-pay .w-card-actions[b-2br4tvc2pk] {
    background-color: #ff8b00;
}

.card-pay .w-card-content[b-2br4tvc2pk] {
    background-color: #ff8b00ad;
}

.card-offers .w-card-header[b-2br4tvc2pk], .card-offers .w-card-actions[b-2br4tvc2pk] {
    background-color: #004d40;
    color: white;
}

.card-offers .w-card-content[b-2br4tvc2pk] {
    background-color: #004d40a6;
    color: white;
    flex: 1;
    text-align: center;
    font-size: 40px;
    display: inline-flex;
    align-items: center;
}


.card-purchases .w-card-header[b-2br4tvc2pk], .card-purchases .w-card-actions[b-2br4tvc2pk] {
    background-color: #0845b4;
    color: white;
}

.card-purchases .w-card-content[b-2br4tvc2pk] {
    background-color: #0845b4a6;
    color: white;
    flex: 1;
    text-align: center;
    font-size: 40px;
    display: inline-flex;
    align-items: center;
}

/* /Pages/Poses/Pos.razor.rz.scp.css */
.pos-items-list[b-8g9wv0oic5] {
    width: 100%;
}

.pos-item[b-8g9wv0oic5] {
    cursor: pointer;
}

    .pos-item:hover[b-8g9wv0oic5] {
        filter: brightness(95%);
    }

.pos-grid-card[b-8g9wv0oic5] {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 1.25rem;
    height: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    overflow-wrap: anywhere;
    flex-wrap: wrap;
    font-weight: 600;
}

.pos-header[b-8g9wv0oic5] {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.pos-title-text[b-8g9wv0oic5] {
    font-weight: 500;
    font-size: 18px;
}
/* /Pages/Poses/PosOrder.razor.rz.scp.css */
.pos-menu[b-fuje5f1nke]{
    width: 100%;
    position: fixed;
    top: 48px;
    right: 0;
    left: 0;
    padding: 10px;
    background-color: white;
    z-index: 10;
}

.pos-item[b-fuje5f1nke] {
    cursor: pointer;
}

    .pos-item:hover[b-fuje5f1nke] {
        filter: brightness(95%);
    }

.pos-grid-card[b-fuje5f1nke] {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(190 190 190);
    margin-bottom: 10px;
}

.pos-item-name[b-fuje5f1nke] {
    font-size: 15px;
    text-align: center;
    margin: 5px 0 5px;
}

.pos-grid-card-header[b-fuje5f1nke] {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(190 190 190);
    justify-content: space-around;
    text-align: center;
    color: var(--mud-palette-info);
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    display: flex;
    flex-wrap: wrap;
    min-height: 73px;
    align-items: center;
}

.pos-grid-card-body[b-fuje5f1nke] {
    min-height: 206px;
    display: inline-flex;
    padding: 1.25rem;
    width: 100%;
    flex-wrap: wrap;
    align-content: space-between;
}

.pos-grid-card-body-prt[b-fuje5f1nke] {
    min-height: 350px;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.pos-item-img[b-fuje5f1nke] {
    max-width: 200px;
    height: 200px;
}

.pos-item-unit[b-fuje5f1nke] {
    align-items: center;
    justify-content: flex-end;
    display: inline-flex;
    width: 100%;
    margin-top: 10px;
}

.pos-orders[b-fuje5f1nke] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 375px;
    margin-bottom: 35px;
}

.pos-control[b-fuje5f1nke] {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.pos-title-text[b-fuje5f1nke] {
    font-weight: 500;
}

.pos-header-group[b-fuje5f1nke] {
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}

.pos-header[b-fuje5f1nke] {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.pos-title-name[b-fuje5f1nke] {
    margin-left: 5px;
    font-weight: 500;
    color: white;
}

.pos-order-menu[b-fuje5f1nke] {
    padding-bottom: 10px;
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
}

.pos-item-amount[b-fuje5f1nke] {
    font-size: 24px;
    font-weight: 700;
    color: green;
}

.pos-footer[b-fuje5f1nke] {
    font-weight: 600;
}

.pos-grid-card-body-header[b-fuje5f1nke] {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.pos-item-info[b-fuje5f1nke] {
    font-size: 18px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    text-align: right;
}

.pos-line-info[b-fuje5f1nke] {
    width: 100%;
    font-size: 18px;
    padding: 5px 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.pos-items-title[b-fuje5f1nke] {
    width: 100%;
    align-items: center;
    background-color: var(--mud-palette-info);
    color: white;
    font-weight: 600;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    margin-top: 112px;
    margin-bottom: 10px;
}
/* /Pages/Poses/PosOrderPayment.razor.rz.scp.css */

.pos-control[b-kkwigeoie8] {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.pos-title-text[b-kkwigeoie8] {
    font-weight: 500;
}

.pos-header-group[b-kkwigeoie8] {
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}

.pos-header[b-kkwigeoie8] {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.pos-title-name[b-kkwigeoie8] {
    margin-left: 5px;
    font-weight: 500;
    color: white;
}

.pos-payment-menu[b-kkwigeoie8] {
    padding-bottom: 10px;
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
}

.pos-items-title[b-kkwigeoie8] {
    width: 100%;
    align-items: center;
    background-color: var(--mud-palette-info);
    color: white;
    font-weight: 600;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 10px;
}

.pos-payments[b-kkwigeoie8] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.pos-item[b-kkwigeoie8] {
    cursor: pointer;
}

.pos-item:hover[b-kkwigeoie8] {
    filter: brightness(95%);
}

.pos-grid-card[b-kkwigeoie8] {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(190 190 190);
    margin-bottom: 10px;
}

.pos-grid-card-header[b-kkwigeoie8] {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
}

.pos-grid-card-header-title[b-kkwigeoie8] {
    text-align: center;
    color: var(--mud-palette-info);
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    min-height: 40px;
}

.pos-item-amount[b-kkwigeoie8] {
    font-size: 24px;
    font-weight: 700;
    color: green;
    width: 100%;
    text-align: right;
}

.pos-footer[b-kkwigeoie8] {
    font-weight: 600;
    text-align: center;
}

.pos-line-info[b-kkwigeoie8] {
    width: 100%;
    font-size: 18px;
    padding: 5px 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
/* /Pages/Poses/PosOrders.razor.rz.scp.css */
.pos-items-list[b-3wf8s9i5df] {
    width: 100%;
}

.pos-item[b-3wf8s9i5df] {
    cursor: pointer;
}

    .pos-item:hover[b-3wf8s9i5df] {
        filter: brightness(95%);
    }

.pos-grid-card[b-3wf8s9i5df] {
    width: 100%;
    margin-bottom: 10px;
    color: var(--mud-palette-black);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(190 190 190);
}

.pos-item-name[b-3wf8s9i5df] {
    font-size: 15px;
    text-align: center;
    margin: 5px 0 5px;
}

.pos-grid-card-header[b-3wf8s9i5df] {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(190 190 190);
    align-items: flex-start;
    justify-content: space-around;
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    color: var(--mud-palette-info);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.pos-grid-card-body[b-3wf8s9i5df] {
    display: inline-flex;
    padding: 1.25rem;
    min-height: 160px;
    width: 100%;
    flex-wrap: wrap;
    align-content: space-between;
}

.pos-item-amount[b-3wf8s9i5df] {
    text-align: right;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: green;
}

.pos-item-date[b-3wf8s9i5df] {
    text-align: center;
    width: 100%;
}

.pos-control[b-3wf8s9i5df] {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.pos-title-text[b-3wf8s9i5df] {
    font-weight: 500;
    font-size: 18px;
}

.pos-header-group[b-3wf8s9i5df] {
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}

.pos-header[b-3wf8s9i5df] {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.pos-title-name[b-3wf8s9i5df] {
    margin-left: 5px;
    font-weight: 500;
    color: white;
}

.pos-new-order[b-3wf8s9i5df] {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--mud-palette-primary);
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
}
