/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4olm1urdd1] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}


[b-4olm1urdd1] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}


[b-4olm1urdd1] #menu-top {
    display: block;
}

    [b-4olm1urdd1] #menu-top.hidden {
        display: none;
    }

[b-4olm1urdd1] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-4olm1urdd1] .icon-menu {
    -webkit-mask-image: url("images/menu_24.svg");
    mask-image: url("images/menu_24.svg");
}

[b-4olm1urdd1] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}



[b-4olm1urdd1] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-4olm1urdd1] {
    display: flex;
    gap: 10px;
    padding: 2rem 0rem;
}
    .nav-buttons-container[b-4olm1urdd1]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-4olm1urdd1]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }
 

@media (max-width: 768px) {
    [b-4olm1urdd1] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
} 

@media (max-width: 768px) {
    [b-4olm1urdd1] #menu-top {
        display: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-i1g58v5kdl] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-white) 0%, var(--bs-gray-400) 150%);
    display: block;
}

    #sidebar.auto-expanded[b-i1g58v5kdl] {
        display: none;
    }

    #sidebar .menu-closeonclick-placeholder[b-i1g58v5kdl] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

[b-i1g58v5kdl] .sidebar-header {
    padding: 0.5rem 1rem;
}

.logo[b-i1g58v5kdl] {
    text-align: center;
}

[b-i1g58v5kdl] .menu-button-container {
 
    align-self: center;
}

.menu-button[b-i1g58v5kdl] {
    padding: 0.375rem;
    width: 1rem;
    height: 1rem;
    background-image: url("images/menu_24.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: white;
    color: black;
}

[b-i1g58v5kdl] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-i1g58v5kdl] .menu {
    background-color: inherit;
}

    [b-i1g58v5kdl] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-i1g58v5kdl] .menu-item {
    color: black;
}

[b-i1g58v5kdl] .iconMenu {
    width: 1.6rem;
    height: 1.6rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
    opacity: 0.7;
    background-color: black;    
}

[b-i1g58v5kdl] .home-icon {
    -webkit-mask-image: url("/images/icons/dashboard_fill124.svg");
    mask-image: url("/images/icons/dashboard_fill124.svg");
  
}

[b-i1g58v5kdl] .color-icon {
    
    -webkit-mask-image: url("/images/icons/color.svg");
    mask-image: url("/images/icons/color.svg");
}

[b-i1g58v5kdl] .sales-icon {
    background-image: url("images/icons/request_quote.svg");
    -webkit-mask-image: url("/images/icons/request_quote.svg");
    mask-image: url("/images/icons/request_quote.svg");
}

[b-i1g58v5kdl] .report-icon {
    background-image: url("images/icons/lab_profile.svg");
    -webkit-mask-image: url("/images/icons/lab_profile.svg");
    mask-image: url("/images/icons/lab_profile.svg");
}
[b-i1g58v5kdl] .user-icon {
    background-image: url("../images/icons/group.svg");
    -webkit-mask-image: url("/images/icons/group.svg");
    mask-image: url("/images/icons/group.svg");
}

[b-i1g58v5kdl] .config-icon {
    background-image: url("images/icons/settings.svg");
    -webkit-mask-image: url("/images/icons/settings.svg");
    mask-image: url("/images/icons/settings.svg");
}

[b-i1g58v5kdl] .mante-icon {
    background-image: url("images/icons/folder_managed.svg");
    -webkit-mask-image: url("/images/icons/folder_managed.svg");
    mask-image: url("/images/icons/folder_managed.svg");
}

[b-i1g58v5kdl] .color-icon {
    background-image: url("/icons/palette.svg");
    -webkit-mask-image: url("/images/icons/palette.svg");
    mask-image: url("/images/icons/palette.svg");
}

[b-i1g58v5kdl] .localidad-icon {
    background-image: url("images/icons/location.svg");
    -webkit-mask-image: url("/images/icons/location.svg");
    mask-image: url("/images/icons/location.svg");
}

[b-i1g58v5kdl] .producto-icon {
    background-image: url("images/icons/inventory.svg");
    -webkit-mask-image: url("/images/icons/inventory.svg");
    mask-image: url("/images/icons/inventory.svg");
}

[b-i1g58v5kdl] .linea-icon {
    background-image: url("images/icons/category.svg");
    -webkit-mask-image: url("/images/icons/category.svg");
    mask-image: url("/images/icons/category.svg");
}

[b-i1g58v5kdl] .logout-icon {
    background-image: url("images/icons/logout.svg");
    -webkit-mask-image: url("/images/icons/logout.svg");
    mask-image: url("/images/icons/logout.svg");
}

[b-i1g58v5kdl] .cliente-icon {
    background-image: url("images/icons/cliente_24.svg");
    -webkit-mask-image: url("/images/icons/cliente_24.svg");
    mask-image: url("/images/icons/cliente_24.svg");
}

[b-i1g58v5kdl] .vendedor-icon {
    background-image: url("images/icons/vendedor_24.svg");
    -webkit-mask-image: url("/images/icons/vendedor_24.svg");
    mask-image: url("/images/icons/vendedor_24.svg");
}

[b-i1g58v5kdl] .tiponegocio-icon {
    background-image: url("images/icons/store.svg");
    -webkit-mask-image: url("/images/icons/store.svg");
    mask-image: url("/images/icons/store.svg");
}

[b-i1g58v5kdl] .procedencia-icon {
    background-image: url("images/icons/procedencias24.svg");
    -webkit-mask-image: url("/images/icons/procedencias24.svg");
    mask-image: url("/images/icons/procedencias24.svg");
}

[b-i1g58v5kdl] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-i1g58v5kdl] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-i1g58v5kdl] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-i1g58v5kdl] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-i1g58v5kdl] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}


#sidebar.auto-expanded[b-i1g58v5kdl]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-i1g58v5kdl]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-i1g58v5kdl] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

        #sidebar .menu-closeonclick-placeholder[b-i1g58v5kdl] {
            display: block;
        }

        #sidebar.auto-expanded[b-i1g58v5kdl] {
            position: fixed;
            width: 100%;
            z-index: 3;
            display: block;
        }

            #sidebar.auto-expanded[b-i1g58v5kdl]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.auto-expanded .menu-button[b-i1g58v5kdl] {
                background-image: url("images/close.svg");
                width: 1.875rem;
                height: 1.875rem;
                background-color: darkgray;
                color: black;
            }

        #sidebar:not(.auto-expanded)[b-i1g58v5kdl]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-i1g58v5kdl] {
        text-align: inherit;
    }

    [b-i1g58v5kdl] .menu-button-container {
        display: block;
    }

    [b-i1g58v5kdl] .layout-item {
        display: none;
    }

    [b-i1g58v5kdl] .footer {
        display: none;
    }


  

}
/* /Components/Pages/CotizacionPage.razor.rz.scp.css */
 
 
 
[b-g58jn64vd2]  .grid-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    
    vertical-align: middle;
}
[b-g58jn64vd2] .grid-icon-new {
    -webkit-mask-image: url("/images/icons/add_circleDet.svg");
    mask-image: url("/images/icons/add_circleDet.svg");
}

[b-g58jn64vd2] .grid-icon-delete {
    background-color: indianred;
    -webkit-mask-image: url("images/icons/delete_detalle.svg");
    mask-image: url("images/icons/delete_detalle.svg");
}


[b-g58jn64vd2] .grid-icon-color {
    background-color: currentColor;
    -webkit-mask-image: url("images/icons/palette.svg");
    mask-image: url("images/icons/palette.svg");
}


[b-g58jn64vd2] .grid-icon-editDetalle {
    background-color: currentColor;
    -webkit-mask-image: url("/images/icons/design_24.svg");
    mask-image: url("/images/icons/design_24.svg");
}

.grid-toolbar-new[b-g58jn64vd2],
.grid-toolbar-delete[b-g58jn64vd2],
.grid-toolbar-save[b-g58jn64vd2],
.grid-toolbar-columns[b-g58jn64vd2],
.grid-toolbar-edit[b-g58jn64vd2],
.grid-toolbar-imprimir[b-g58jn64vd2],
.grid-toolbar-cancel[b-g58jn64vd2],
.grid-toolbar-export[b-g58jn64vd2] {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: black;
    height: 24px;
    width: 24px;
    opacity: 0.7;
}

.grid-toolbar-new[b-g58jn64vd2] {
    -webkit-mask-image: url("/images/icons/add_circle.svg");
    mask-image: url("/images/icons/add_circle.svg");
}

.grid-toolbar-edit[b-g58jn64vd2] {
    -webkit-mask-image: url("images/icons/edit.svg");
    mask-image: url("images/icons/edit.svg");
}

.grid-toolbar-delete[b-g58jn64vd2] {
    -webkit-mask-image: url("images/icons/delete_forever.svg");
    mask-image: url("images/icons/delete_forever.svg");
}

.grid-toolbar-save[b-g58jn64vd2] {
    -webkit-mask-image: url("images/icons/save.svg");
    mask-image: url("images/icons/save.svg");
}

.grid-toolbar-imprimir[b-g58jn64vd2] {
    -webkit-mask-image: url("images/icons/print_24.svg");
    mask-image: url("images/icons/print_24.svg");
} 


[b-g58jn64vd2] ::deep .grid-toolbar-cancel {
    -webkit-mask-image: url("images/icons/undo.svg");
    mask-image: url("images/icons/undo.svg");
}


[b-g58jn64vd2]   .grid-toolbar-export {
    -webkit-mask-image: url("images/icons/file_save_24.svg");
    mask-image: url("images/icons/file_save_24.svg");
}


[b-g58jn64vd2] .sello {
    position: absolute;
    top: 50%;
    right: 40%;
    padding: 10px 20px;
    font-size: 1.7em;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7); /* Blanco con transparencia */
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 5px;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: rgba(0, 0, 0, 0.5); /* Fondo negro semi-transparente */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    pointer-events: none; /* Para que no interfiera con los eventos de otros elementos */
    z-index: 1;
}

   [b-g58jn64vd2] .sello.anulado {
        background-color: rgba(255, 0, 0, 0.5); /* Fondo rojo semi-transparente */
        border-color: rgba(139, 0, 0, 0.5); /* Borde rojo oscuro semi-transparente */
    }

    [b-g58jn64vd2] .sello.aprobado {
        background-color: rgba(0, 128, 0, 0.5); /* Fondo verde semi-transparente */
        border-color: rgba(0, 100, 0, 0.5); /* Borde verde oscuro semi-transparente */
    }



.popup-footer[b-g58jn64vd2] {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
    padding-right:35px;
    border-top: 1px solid #ddd;
    background-color: #f8f8f8;
    width: calc(100% + 32px); /* Expande el ancho para cubrir completamente el footer */
    margin: 0px; /* Elimina cualquier espacio adicional */
    
}
[b-g58jn64vd2] .btn {
    height: 26px;
    margin-right: 8px;
}
/* /Components/Pages/Index.razor.rz.scp.css */
.welcome[b-kdq13d32iu] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-kdq13d32iu] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-kdq13d32iu] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-kdq13d32iu] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-kdq13d32iu] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-kdq13d32iu] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-kdq13d32iu] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-kdq13d32iu] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-kdq13d32iu] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-kdq13d32iu] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-kdq13d32iu] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-kdq13d32iu] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-kdq13d32iu] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/ProductosPage.razor.rz.scp.css */
[b-eg9bvwrmmp]   .grid-icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    min-width: 1.2rem;
    min-height: 1.2rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-bottom: -2px;
    margin-top: -9px;
}

[b-eg9bvwrmmp] .grid-icon-delete {
    -webkit-mask-image: url("/images/icons/delete_forever.svg");
    mask-image: url("/images/icons/delete_forever.svg");
}

[b-eg9bvwrmmp] .grid-icon-add {
    -webkit-mask-image: url("/images/icons/add_circle_16.svg"); 
    mask-image: url("/images/icons/add_circle_16.svg");
}

[b-eg9bvwrmmp] .grid-icon-edit {
    -webkit-mask-image: url("/images/icons/edit_16.svg");
    mask-image: url("/images/icons/edit_16.svg");
}

[b-eg9bvwrmmp]   .grid-icon-move-right {
    background-color: green;
    -webkit-mask-image: url("images/icons/right.svg");
    mask-image: url("images/icons/right.svg");
}

[b-eg9bvwrmmp]  .grid-icon-move-left {
    background-color: red;
    -webkit-mask-image: url("images/icons/left.svg");
    mask-image: url("images/icons/left.svg");
}

[b-eg9bvwrmmp] .dxbl-grid {
    height: 420px;
}

  [b-eg9bvwrmmp]  .dxbl-grid:last-child {
        margin-left: 20px;
    }
/* /FormasBases/FormaBase.razor.rz.scp.css */

[b-ypcd5gwq5h] .grid-toolbar-new,
[b-ypcd5gwq5h] .grid-toolbar-delete,
[b-ypcd5gwq5h] .grid-toolbar-save,
[b-ypcd5gwq5h] .grid-toolbar-columns,
[b-ypcd5gwq5h] .grid-toolbar-edit,
[b-ypcd5gwq5h] .grid-toolbar-cancel {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: black;
    height: 24px;
    width: 24px;
    opacity: 0.7;
}

[b-ypcd5gwq5h] .grid-toolbar-new {
    -webkit-mask-image: url("/images/icons/add_circle.svg");
    mask-image: url("/images/icons/add_circle.svg");
}

[b-ypcd5gwq5h] .grid-toolbar-delete {
    -webkit-mask-image: url("images/icons/delete_forever.svg");
    mask-image: url("images/icons/delete_forever.svg");
}

[b-ypcd5gwq5h] .grid-toolbar-save {
    -webkit-mask-image: url("images/icons/save.svg");
    mask-image: url("images/icons/save.svg");
}

[b-ypcd5gwq5h] .grid-toolbar-columns {
    -webkit-mask-image: url("images/icons/data_table.svg");
    mask-image: url("images/icons/data_table.svg");
}

[b-ypcd5gwq5h] .grid-toolbar-edit {
    -webkit-mask-image: url("images/icons/edit.svg");
    mask-image: url("images/icons/edit.svg");
}

[b-ypcd5gwq5h] ::deep .grid-toolbar-cancel {
    -webkit-mask-image: url("images/icons/undo.svg");
    mask-image: url("images/icons/undo.svg");
}

[b-ypcd5gwq5h] .grid-modified-cell {
    background-color: rgba(var(--bs-primary-rgb), 0.15) !important;
}

[b-ypcd5gwq5h] .btn-grabar {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url("images/icons/save_24.svg");
    mask-image: url("images/icons/save_24.svg");
    background-color: currentColor;
    opacity: 0.8;
}

  [b-ypcd5gwq5h] .btn-cancelar {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url("images/icons/undo_24.svg");
    mask-image: url("images/icons/undo_24.svg");
    background-color: currentColor;
    opacity: 0.8;
}

 .button-container[b-ypcd5gwq5h] {
    display: flex;
    justify-content: flex-end;
    margin-right: 0px; /* Ajusta el margen según sea necesario */
}

[b-ypcd5gwq5h] .btn {
    height: 26px;
    margin-right:8px;

}
.popup-footer[b-ypcd5gwq5h] {
    display: flex;
    justify-content: flex-end;
     
    padding: 8px;
    border-top: 1px solid #ddd;
    background-color: #f8f8f8;
    width: calc(100% + 32px); /* Expande el ancho para cubrir completamente el footer */
    margin: -16px; /* Elimina cualquier espacio adicional */
    margin-top:5px;
    
    
}


[b-ypcd5gwq5h] .btn-ico-save {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    height: 20px;
    width: 20px;
    opacity: 0.9;
    margin-right:3px;
    margin-top: -0.5rem;
    margin-bottom: -0.3rem;
    -webkit-mask-image: url("/images/icons/save.svg");
    mask-image: url("/images/icons/save.svg");
}

[b-ypcd5gwq5h] .btn-ico-undo {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    height: 20px;
    width: 20px;
    opacity: 0.9;
    margin-right: 3px;
    margin-top: -0.5rem;
    margin-bottom: -0.3rem;
    -webkit-mask-image: url("/images/icons/undo.svg");
    mask-image: url("/images/icons/undo.svg");
}
