@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* _content/Darsec2/Components/Layout/MainLayout.razor.rz.scp.css */
.content[b-d4uej528bk] {
    padding: 0;
}
/* _content/Darsec2/Components/Pages/Otros/ModalForm.razor.rz.scp.css */
.modal[b-wb9jwe3lgo] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999
}

.modal-background[b-wb9jwe3lgo] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-content[b-wb9jwe3lgo] {
    position: relative;
    z-index: 2;
    margin: auto;
    background: white;
    border-radius: 8px;
    padding: 20px;
    width: 80%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    overflow-x:auto;
}

.modal-close[b-wb9jwe3lgo] {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
}
/* _content/Darsec2/Components/Pos/ArticuloGrupoPos.razor.rz.scp.css */
.btn-cat-item[b-3dx44xb2zn] {
    width: 202px !important;
    min-width: 202px;
    height: 100%;
    background: white;
    border-radius: 4px;
    border: 2px #9C26BC solid;
    color: #9C26BC;
    font-size: 20px;
    font-weight: 700;
    &:hover

{
    cursor: pointer;
    background-color: #9C26BC;
    color: white;
    transition: 0.3s;
}
}
/* _content/Darsec2/Components/Pos/ArticuloPos.razor.rz.scp.css */
.articulo[b-hpemt0m5y5] {
    width: 180px;
    height: 160px;
    background: white;
    border-radius: 4px;
    border: 1px #989898 solid;
    border-bottom: 2px #989898 solid;
    position: relative;
    font-family: 'Exo2';
    .detalles-articulo

{
    position: absolute;
    bottom: 0;
    margin-left: 2px;
    margin-bottom: 2px;
}

.imagen[b-hpemt0m5y5] {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 75px;
}

.saldo-tag[b-hpemt0m5y5] {
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: #E82E2E;
    color: white;
    bottom: 2px;
    right: 2px;
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
}

.green[b-hpemt0m5y5] {
    background-color: #3ADE00;
}

.price-tag[b-hpemt0m5y5] {
    width: 87px;
    height: 28px;
    position: absolute;
    background-color: #9C26BC;
    color: white;
    top: 2px;
    right: 2px;
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 600;
}

p[b-hpemt0m5y5] {
    margin: 0;
    font-family: 'Exo2';
}

.nombre[b-hpemt0m5y5] {
    color: #484848;
    font-size: 16px;
    font-weight: 700;
}

.codigo[b-hpemt0m5y5] {
    color: #7C7C7C;
    font-size: 14px;
    font-weight: 700;
}

&:hover[b-hpemt0m5y5] {
    cursor: pointer;
    outline: 4px #9b26bc2c solid
}
}
/* _content/Darsec2/Components/Pos/PagoPos.razor.rz.scp.css */

.metodos-pago[b-0v86r684fk] {
    width: 100%;
    height: 80px;
    display: flex;
    gap: 5px;
    overflow-x: auto;
    padding: 5px;
    .card {
        width: auto;
        padding: 5px;
        min-width: 120px;
        height: 100%;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        background-color: #ffffff;
        color: #1b6ec2;
        box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.12);
        &:hover {
            outline: 3px rgba(27, 110, 194, 0.19) solid;
        }
    }
}

.pagos[b-0v86r684fk] {
    margin: 10px 0;
    width: 100%;
    height: 40px;
    display: flex;
    overflow-x: auto;
    gap: 10px;
    .item {
        border-bottom: 3px #1b6ec2 solid;
        width: auto;
        padding: 2px;
        height: auto;
        display: flex;
        color: #1b6ec2;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
        p {
            margin: 0;
        }
        .info[b-0v86r684fk] {
            display: flex;
            gap: 10px;
            align-items: center;
            width: auto;
            justify-content: center;
            p {
                height: 100%;
                font-size: 15px;
            }
            .cantidad[b-0v86r684fk] {
                font-weight: 600;
            }
            .metodo[b-0v86r684fk] {
                font-weight: 400;
                white-space: nowrap;
            }
        }
        .btn-close[b-0v86r684fk] {
            border: none;
            background-color: transparent;
            font-size: 20px;
            font-weight: 700;
        }
    }
}

.btn-aceptar[b-0v86r684fk] {
    padding: 6px 14px;
    background-color: #41ac03;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    &:hover {
        background-color: #2b9300;
    }
}

.info-pago[b-0v86r684fk] {
    height: 50px;
    width: 100%;
    display: flex;
    margin: 10px 0;
    border-top: 3px #2F2F2F solid;
    gap: 30px;
    overflow-x: auto;
    .item {
        display: flex;
        gap: 5px;
        color: #2F2F2F;
        align-items: center;
        justify-content: center;
        margin: 10px 0;
        p {
            height: 100%;
            font-size: 18px;
        }
        .titulo[b-0v86r684fk] {
            font-weight: 700;
            white-space: nowrap;
        }
        .subtitulo[b-0v86r684fk] {
            font-weight: 400;
        }
    }
}

.extra-config[b-0v86r684fk] {
    margin: 10px 0;
    display:flex;
    flex-wrap:wrap;
    padding: 10px;
    gap: 5px;
}

.keyboard-container[b-0v86r684fk] {
    height: 267px;
    width: auto;
    background-color: #E0E0E0;
    padding: 8px;
}

.keyboard[b-0v86r684fk] {
    height: 100%;
    display: flex;
    border-collapse: collapse;
    border: 1px #b8b8b8 solid;
    border-radius: 8px;
    overflow: hidden;
    .col-button {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
        border-right: 1px #989898 solid;
        button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            background-color: transparent;
            border: none;
            color: #484848;
            font-size: 32px;

            font-weight: 700;
            border-bottom: 1px #989898 solid;
            &:last-child {
                border-bottom: none;
            }
            &:hover[b-0v86r684fk] {
                color: #9C26BC;
                cursor: pointer;
                transition: 0.5s;
                background-color: #d3c3d8;
            }
        }
        &:last-child[b-0v86r684fk] {
            border-right: none;

        }
    }
}

.pago-pos[b-0v86r684fk] {
    display: flex;
    gap: 10px
}

.pago-main[b-0v86r684fk] {
    display: flex;
    flex-direction: column;
    width: 50%;
}

@media (max-width: 768px) {
    .pago-pos[b-0v86r684fk] {
        flex-direction: column;
    }
    .pago-main[b-0v86r684fk] {
        width: 100%;
    }
}
/* _content/Darsec2/Components/Pos/PosPage.razor.rz.scp.css */

.main-container[b-otfq987uy2] {
    width: 100%;
    height: calc(100dvh - 50px);
    display: flex;
}

.invoice-container[b-otfq987uy2] {
    width: 458px;
    max-height: calc(100vh - 50px);
    border-right: 3px #907489 solid;
    display: flex;
    flex-direction: column;
}

.tbl-container[b-otfq987uy2] {
    background-color: #F9F9F9;
    height: 350px;
    overflow-y: auto;
    flex-grow: 1;
    overflow-y: auto;
}

.tbl-invoice[b-otfq987uy2] {
    width: 100%;
    border-collapse: collapse;
    background-color: #F9F9F9;
    .tr-header

{
    height: 30px;
    border-bottom: 2px #989898 solid;
    color: #484848;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

.td-title[b-otfq987uy2] {
    color: #4C4C4C;
    font-size: 18px;
    font-weight: 700;
    padding-left: 5px;
}

.invoice-item-details[b-otfq987uy2] {
    border-bottom: 1px #CDCDCD solid;
    span

{
    width: 100%;
    display: block;
    text-align: center;
    color: #939393;
    font-size: 16px;
    font-weight: 600;
}

}

td[b-otfq987uy2] {
    height: 20px;
}

}

.invoice-resumen[b-otfq987uy2] {
    width: auto;
    display: flex;
    padding: 5px;
    gap: 10px;
    height: 83px;
    border-bottom: 3px #9C26BC solid;
    .info

{
    width: 50%;
}

.client-info[b-otfq987uy2] {
    background: rgba(156, 38, 188, 0.12);
    border-radius: 4px;
    p

{
    margin: 4px;
    color: #9C26BC;
    font-size: 16px;
    font-weight: 600;
}

}

.total-info[b-otfq987uy2] {
    border-top: 3px #7E7E7E solid;
    display: flex;
    flex-direction: column;
    .total-i

{
    display: flex;
    width: auto;
    justify-content: space-between;
    p

{
    color: #2F2F2F;
    font-size: 20px;
    font-weight: 700;
}

p[b-otfq987uy2] {
    margin: 0;
}

}
}
}

.keyboard-container[b-otfq987uy2] {
    height: 267px;
    width: auto;
    background-color: #E0E0E0;
    padding: 8px;
}

.keyboard[b-otfq987uy2] {
    height: 100%;
    display: flex;
    border-collapse: collapse;
    border: 1px #b8b8b8 solid;
    border-radius: 8px;
    overflow: hidden;
    .col-button

{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-right: 1px #989898 solid;
    button

{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    color: #484848;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px #989898 solid;
    &:last-child

{
    border-bottom: none;
}

&:hover[b-otfq987uy2] {
    color: #9C26BC;
    cursor: pointer;
    transition: 0.5s;
    background-color: #d3c3d8;
}

}

&:last-child[b-otfq987uy2] {
    border-right: none;
}

}
}

.combo-botones[b-otfq987uy2] {
    display: flex;
    height: 100%;
    border-bottom: 1px #989898 solid;
    button

{
    border: none !important;
    &:last-child

{
    border-left: 1px #989898 solid !important;
}

}
}

.btn-pendiente[b-otfq987uy2] {
    padding: 0 !important;
    font-size: 14px !important;
}

.btn-pagar[b-otfq987uy2] {
    background-color: #B8DABD !important;
}

.btn-eliminar[b-otfq987uy2] {
    background-color: #E3C8C8 !important;
}

.btn-eliminar[b-otfq987uy2],
.btn-pagar[b-otfq987uy2] {
    &:hover

{
    filter: brightness(0.9);
}

}

/* Articles Design */

.articles-container[b-otfq987uy2] {
    width: calc(100% - 458px);
    display: flex;
    flex-direction: column;
}

.buscador-contenedor[b-otfq987uy2] {
    background-color: #E8E8E8;
    height: 79px;
    min-height: 79px;
    width: 100%;
    display: flex;
    border-bottom: 3px #9C26BC solid;
}

.btn-todos[b-otfq987uy2] {
    height: 100%;
    width: 79px;
    border: none;
    border-right: 1px #989898 solid;
    background: transparent;
}

.busqueda-tipo[b-otfq987uy2] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    .search-input

{

    margin-left: 20px !important;
    width: auto !important;
    height: auto !important;
    background: white !important;
    border-radius: 4px !important;
    border: none !important;
    align-self: center !important;
    &::placeholder

{
    color: #939393 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

&:focus[b-otfq987uy2] {
    outline: 2px #9b26bc6e solid !important;
}

}

.btn-todos[b-otfq987uy2],
.btn-fav[b-otfq987uy2] {
    &:hover

{
    cursor: pointer;
    background-color: #E8E8E8;
    filter: brightness(0.9);
}

}

button[b-otfq987uy2] {
    height: 100%;
    width: 79px;
    border: none;
    border-left: 1px #989898 solid;
    background: transparent;
}

}

.categorias-contenedor[b-otfq987uy2] {
    min-height: 127px;
    max-height: calc(100vh - 250px);
    width: 100%;
    background-color: #FAF3FC;
    border-bottom: 3px #9C26BC solid;
    overflow-x: auto;
    padding: 10px;
    display: flex;
    gap: 10px;
}

.listado-articulos[b-otfq987uy2] {
    width: 100%;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.derecha1[b-otfq987uy2] {
    background: gray;
    color: white !important;
    transition: 0.3s;
}

@media screen and (max-width: 800px) {
    .main-container[b-otfq987uy2] {
        flex-direction: column;
        height: 100%;
    }

    .articles-container[b-otfq987uy2],
    .invoice-container[b-otfq987uy2] {
        width: 100%;
    }
}
/* _content/Darsec2/Components/Pos/Teclado.razor.rz.scp.css */
.col-button[b-rgd0hen3k9] {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-right: 1px #989898 solid;
    button

{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    color: #484848;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px #989898 solid;
    &:last-child

{
    border-bottom: none;
}

&:hover[b-rgd0hen3k9] {
    color: #9C26BC;
    cursor: pointer;
    transition: 0.5s;
    background-color: #d3c3d8;
}

}

&:last-child[b-rgd0hen3k9] {
    border-right: none;
}
}
