@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/CollapsibleSidebar.razor.rz.scp.css */
/*.my-bg-topbar {
    background-color: #aca1a1 !important;*/ /* O cualquier color que desees */
/*}
.my-bg-sidebar {
    background-color: #293249 !important;
}
.my-text-menuitem{
    
}
button {
    color: #ded2cf !important;
}

.sidebar-toggle {
    background-color: transparent;
    color: #ffffff;
    border: none;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-weight: 500;
}

    .sidebar-toggle:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: greenyellow;
    }

.sidebar-subitem {*/
    /* color: greenyellow;
    border-radius: 0.375rem;
    padding: 0.4rem 0.75rem;
    transition: background-color 0.2s ease, color 0.2s ease;*/

    /*color: yellow !important;*/ /* Cambia a tu color deseado */
    /*background-color: transparent;
    border-radius: 0.375rem;
    padding: 0.4rem 0.75rem;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
}

    .sidebar-subitem:hover {
        color:yellow !important;*/ /* O el color que prefieras al pasar el mouse */
        /*background-color: rgba(255, 255, 255, 0.1);
    }
    .sidebar-subitem.active {*/
        /* background-color: rgba(255, 255, 255, 0.1);
        color:greenyellow;
        font-weight: 500;*/

        /*color:yellow !important;
        background-color: rgba(255, 255, 255, 0.2);
        font-weight: 600;
    }*/
/* Personalización de NavLink dentro del sidebar */
/*.sidebar .nav-link {
    color: #e0e0e0 !important;
    background-color: transparent;
    border-radius: 0.375rem;
    transition: background-color 0.2s, color 0.2s;
    padding: 0.4rem 0.75rem;
}*/

    /* Hover */
    /*.sidebar .nav-link:hover {
        color: #ffffff !important;
        background-color: rgba(255, 255, 255, 0.1);
    }*/

    /* Activo (cuando el NavLink coincide con la URL actual) */
    /*.sidebar .nav-link.active {
        color: #ffffff !important;
        background-color: rgba(255, 255, 255, 0.2);
        font-weight: 600;
    }
.main-content-bg-color {
    background-color: #f7efed;
}
.main-content-text-color {
    color: #293249;
}*/

.my-bg-topbar[b-d1kqvh3c06] {
    background-color: #aca1a1 !important;
}

.my-bg-sidebar[b-d1kqvh3c06] {
    background-color: #293249 !important;
}

.sidebar-toggle[b-d1kqvh3c06] {
    background-color: transparent;
    color: #ffffff;
    border: none;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .sidebar-toggle:hover[b-d1kqvh3c06] {
        background-color: rgba(255, 255, 255, 0.1);
        color: greenyellow;
    }

 Subitem del menú lateral 
.sidebar-subitem[b-d1kqvh3c06] {
    color: yellow !important;
    background-color: transparent;
    border-radius: 0.375rem;
    padding: 0.4rem 0.75rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .sidebar-subitem:hover[b-d1kqvh3c06] {
        color: yellow !important;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar-subitem.active[b-d1kqvh3c06] {
        color: yellow !important;
        background-color: rgba(255, 255, 255, 0.2);
        font-weight: 600;
    }

 NavLink general del sidebar 
.sidebar .nav-link[b-d1kqvh3c06] {
    color: #e0e0e0 !important;
    background-color: transparent;
    border-radius: 0.375rem;
    transition: background-color 0.2s, color 0.2s;
    padding: 0.4rem 0.75rem;
}

    .sidebar .nav-link:hover[b-d1kqvh3c06] {
        color: #ffffff !important;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar .nav-link.active[b-d1kqvh3c06] {
        color: #ffffff !important;
        background-color: rgba(255, 255, 255, 0.2);
        font-weight: 600;
    }

.main-content-bg-color[b-d1kqvh3c06] {
    background-color: #f7efed;
}

.main-content-text-color[b-d1kqvh3c06] {
    color: #293249;
}

/* Menú lateral ocupa todo el ancho en pantallas pequeñas */
@media (max-width: 767.98px) {
    .sidebar[b-d1kqvh3c06] {
        width: 100%;
    }
}

/* Menú lateral con ancho fijo en pantallas medianas o grandes */
@media (min-width: 768px) {
    .sidebar[b-d1kqvh3c06] {
        width: 250px;
    }
}

/* Sidebar estilo general */
.custom-sidebar[b-d1kqvh3c06] {
    width: 250px;
    overflow-y: auto;
}

/* En pantallas pequeñas, el menú se comporta como fila superior */
@media (max-width: 991.98px) {
    .custom-sidebar[b-d1kqvh3c06] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-cwg4akvnx4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cwg4akvnx4] {
    flex: 1;
}

.sidebar[b-cwg4akvnx4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cwg4akvnx4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cwg4akvnx4]  a, .top-row[b-cwg4akvnx4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-cwg4akvnx4]  a:hover, .top-row[b-cwg4akvnx4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-cwg4akvnx4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-cwg4akvnx4] {
        justify-content: space-between;
    }

    .top-row[b-cwg4akvnx4]  a, .top-row[b-cwg4akvnx4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cwg4akvnx4] {
        flex-direction: row;
    }

    .sidebar[b-cwg4akvnx4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cwg4akvnx4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cwg4akvnx4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cwg4akvnx4], article[b-cwg4akvnx4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ewscrwpmbc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ewscrwpmbc] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ewscrwpmbc] {
    font-size: 1.1rem;
}

.bi[b-ewscrwpmbc] {
    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-ewscrwpmbc] {
    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-ewscrwpmbc] {
    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-ewscrwpmbc] {
    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");
}

.nav-item[b-ewscrwpmbc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ewscrwpmbc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ewscrwpmbc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ewscrwpmbc]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ewscrwpmbc]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ewscrwpmbc]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ewscrwpmbc] {
        display: none;
    }

    .collapse[b-ewscrwpmbc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ewscrwpmbc] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/AddCompra.razor.rz.scp.css */
.font-dollars[b-khs12rk8wc]{
    font-size:13px !important;
}

/* Estilos para reemplazar la tabla */
.detalles-container[b-khs12rk8wc] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.detalles-header[b-khs12rk8wc] {
    display: flex;
    background-color: #f8f9fa;
    font-weight: bold;
    border-bottom: 2px solid #dee2e6;
}

.detalles-row[b-khs12rk8wc] {
    display: flex;
    border-bottom: 1px solid #dee2e6;
}

    .detalles-row:hover[b-khs12rk8wc] {
        background-color: rgba(0,0,0,0.05);
    }

.detalles-cell[b-khs12rk8wc] {
    padding: 0.75rem;
    display: flex;
    align-items: center;
}

 /*Configurando*/ ancho específico para cada tipo de columna 
.cell-sku[b-khs12rk8wc] {
    flex: 0 0 8%;
}

.cell-producto[b-khs12rk8wc] {
    flex: 1 1 30%;  Da más espacio al nombre del producto 
}

.cell-numeric[b-khs12rk8wc] {
    flex: 0 0 12%;
    justify-content: flex-end;
}

    .cell-numeric input[b-khs12rk8wc],
    .cell-numeric .form-control[b-khs12rk8wc] {
        width: 90%;  Hace que los inputs ocupen la mayoría del espacio de la celda 
        text-align: right !important;
    }

.cell-actions[b-khs12rk8wc] {
    flex: 0 0 10%;
    justify-content: center;
}

.text-end[b-khs12rk8wc] {
    text-align: right !important;
}

 /*Asegurar que los InputNumber estén alineados a la derecha*/ 
input[type="number"][b-khs12rk8wc] {
    text-align: right !important;
}

 /*Estilos responsivos*/ 
@media (max-width: 992px) {
    .detalles-header[b-khs12rk8wc] {
        display: none;
    }

    .detalles-row[b-khs12rk8wc] {
        flex-direction: column;
        margin-bottom: 1rem;
        padding: 0.75rem;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
    }

    .detalles-cell[b-khs12rk8wc] {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 0;
        border-bottom: 1px solid #f1f1f1;
        flex: 1 1 auto !important;  Reset de los anchos específicos 
        width: 100%;
    }

    .cell-numeric[b-khs12rk8wc] {
        justify-content: space-between;
    }

    .detalles-cell[b-khs12rk8wc]::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 1rem;
        flex: 0 0 40%;
        text-align: left;
    }

    .cell-numeric input[b-khs12rk8wc],
    .cell-numeric .form-control[b-khs12rk8wc] {
        width: 55%;
        min-width: 120px;  Asegura un ancho mínimo para el control 
        max-width: 100%;
    }

    .cell-actions[b-khs12rk8wc] {
        justify-content: flex-end;
    }

        .cell-actions[b-khs12rk8wc]::before {
            content: attr(data-label);
            font-weight: bold;
            margin-right: auto;
        }

     /*Mejoras específicas para móviles*/ 
    .form-control[b-khs12rk8wc] {
        padding: 0.375rem 0.5rem;  Reduce ligeramente el padding 
        height: auto;  Asegura que la altura se ajuste al contenido 
    }

     /*Corrige el alineamiento en modo móvil*/ 
    .cell-producto[b-khs12rk8wc] {
        flex-wrap: wrap;
    }

        .cell-producto[b-khs12rk8wc]::before {
            width: 100%;
            margin-bottom: 0.25rem;
        }

     /*Mejor distribución vertical para InputNumber*/ 
    .detalles-cell input[type="number"][b-khs12rk8wc] {
        margin: 2px 0;
        display: block;
    }
}

 /*Ajustes adicionales para pantallas muy pequeñas*/ 
@media (max-width: 576px) {
    .detalles-cell[b-khs12rk8wc]::before {
        flex: 0 0 100%;
        margin-bottom: 0.25rem;
    }

    .detalles-cell[b-khs12rk8wc] {
        flex-wrap: wrap;
    }

    .cell-numeric input[b-khs12rk8wc],
    .cell-numeric .form-control[b-khs12rk8wc] {
        width: 100%;
    }

     /*Ajustes para los campos de entrada*/ 
    .form-control[b-khs12rk8wc] {
        display: block;
        width: 100%;
    }
}
/* /Pages/AddVenta.razor.rz.scp.css */
.font-dollars[b-7lqg8ylruy] {
    font-size: 13px !important;
}
.detalles-container[b-7lqg8ylruy] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.detalles-header[b-7lqg8ylruy] {
    display: flex;
    background-color: #f8f9fa;
    font-weight: bold;
    border-bottom: 2px solid #dee2e6;
}

.detalles-row[b-7lqg8ylruy] {
    display: flex;
    border-bottom: 1px solid #dee2e6;
}

    .detalles-row:hover[b-7lqg8ylruy] {
        background-color: rgba(0,0,0,0.05);
    }

.detalles-cell[b-7lqg8ylruy] {
    padding: 0.75rem;
    display: flex;
    align-items: center;
}

/* Configurando ancho específico para cada tipo de columna */
.cell-sku[b-7lqg8ylruy] {
    flex: 0 0 8%;
}

.cell-producto[b-7lqg8ylruy] {
    flex: 1 1 30%; /* Da más espacio al nombre del producto */
}

.cell-numeric[b-7lqg8ylruy] {
    flex: 0 0 12%;
    justify-content: flex-end;
}

    .cell-numeric input[b-7lqg8ylruy],
    .cell-numeric .form-control[b-7lqg8ylruy] {
        width: 90%; /* Hace que los inputs ocupen la mayoría del espacio de la celda */
        text-align: right !important;
    }

.cell-actions[b-7lqg8ylruy] {
    flex: 0 0 10%;
    justify-content: center;
}

.text-end[b-7lqg8ylruy] {
    text-align: right !important;
}

/* Asegurar que los InputNumber estén alineados a la derecha */
input[type="number"][b-7lqg8ylruy] {
    text-align: right !important;
}

/* Estilos responsivos */
@media (max-width: 992px) {
    .detalles-header[b-7lqg8ylruy] {
        display: none;
    }

    .detalles-row[b-7lqg8ylruy] {
        flex-direction: column;
        margin-bottom: 1rem;
        padding: 0.75rem;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
    }

    .detalles-cell[b-7lqg8ylruy] {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 0;
        border-bottom: 1px solid #f1f1f1;
        flex: 1 1 auto !important; /* Reset de los anchos específicos */
        width: 100%;
    }

    .cell-numeric[b-7lqg8ylruy] {
        justify-content: space-between;
    }

    .detalles-cell[b-7lqg8ylruy]::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 1rem;
        flex: 0 0 40%;
        text-align: left;
    }

    .cell-numeric input[b-7lqg8ylruy],
    .cell-numeric .form-control[b-7lqg8ylruy] {
        width: 55%;
        min-width: 120px; /* Asegura un ancho mínimo para el control */
        max-width: 100%;
    }

    .cell-actions[b-7lqg8ylruy] {
        justify-content: flex-end;
    }

        .cell-actions[b-7lqg8ylruy]::before {
            content: attr(data-label);
            font-weight: bold;
            margin-right: auto;
        }

    /* Mejoras específicas para móviles */
    .form-control[b-7lqg8ylruy] {
        padding: 0.375rem 0.5rem; /* Reduce ligeramente el padding */
        height: auto; /* Asegura que la altura se ajuste al contenido */
    }

    /* Corrige el alineamiento en modo móvil */
    .cell-producto[b-7lqg8ylruy] {
        flex-wrap: wrap;
    }

        .cell-producto[b-7lqg8ylruy]::before {
            width: 100%;
            margin-bottom: 0.25rem;
        }

    /* Mejor distribución vertical para InputNumber */
    .detalles-cell input[type="number"][b-7lqg8ylruy] {
        margin: 2px 0;
        display: block;
    }
}

/* Ajustes adicionales para pantallas muy pequeñas */
@media (max-width: 576px) {
    .detalles-cell[b-7lqg8ylruy]::before {
        flex: 0 0 100%;
        margin-bottom: 0.25rem;
    }

    .detalles-cell[b-7lqg8ylruy] {
        flex-wrap: wrap;
    }

    .cell-numeric input[b-7lqg8ylruy],
    .cell-numeric .form-control[b-7lqg8ylruy] {
        width: 100%;
    }

    /* Ajustes para los campos de entrada */
    .form-control[b-7lqg8ylruy] {
        display: block;
        width: 100%;
    }
}
/* /Pages/Compras.razor.rz.scp.css */
.font-dollars[b-ic1n14lxy4] {
    font-size: 13px !important;
}
/* /Pages/EditarCompra.razor.rz.scp.css */
.font-dollars[b-ypwftanf9e] {
    font-size: 13px !important;
}
.detalles-container[b-ypwftanf9e] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.detalles-header[b-ypwftanf9e] {
    display: flex;
    background-color: #f8f9fa;
    font-weight: bold;
    border-bottom: 2px solid #dee2e6;
}

.detalles-row[b-ypwftanf9e] {
    display: flex;
    border-bottom: 1px solid #dee2e6;
}

    .detalles-row:hover[b-ypwftanf9e] {
        background-color: rgba(0,0,0,0.05);
    }

.detalles-cell[b-ypwftanf9e] {
    padding: 0.75rem;
    display: flex;
    align-items: center;
}

/* Configurando ancho específico para cada tipo de columna */
.cell-sku[b-ypwftanf9e] {
    flex: 0 0 8%;
}

.cell-producto[b-ypwftanf9e] {
    flex: 1 1 30%; /* Da más espacio al nombre del producto */
}

.cell-numeric[b-ypwftanf9e] {
    flex: 0 0 12%;
    justify-content: flex-end;
}

    .cell-numeric input[b-ypwftanf9e],
    .cell-numeric .form-control[b-ypwftanf9e] {
        width: 90%; /* Hace que los inputs ocupen la mayoría del espacio de la celda */
        text-align: right !important;
    }

.cell-actions[b-ypwftanf9e] {
    flex: 0 0 10%;
    justify-content: center;
}

.text-end[b-ypwftanf9e] {
    text-align: right !important;
}

/* Asegurar que los InputNumber estén alineados a la derecha */
input[type="number"][b-ypwftanf9e] {
    text-align: right !important;
}

/* Estilos responsivos */
@media (max-width: 992px) {
    .detalles-header[b-ypwftanf9e] {
        display: none;
    }

    .detalles-row[b-ypwftanf9e] {
        flex-direction: column;
        margin-bottom: 1rem;
        padding: 0.75rem;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
    }

    .detalles-cell[b-ypwftanf9e] {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 0;
        border-bottom: 1px solid #f1f1f1;
        flex: 1 1 auto !important; /* Reset de los anchos específicos */
        width: 100%;
    }

    .cell-numeric[b-ypwftanf9e] {
        justify-content: space-between;
    }

    .detalles-cell[b-ypwftanf9e]::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 1rem;
        flex: 0 0 40%;
        text-align: left;
    }

    .cell-numeric input[b-ypwftanf9e],
    .cell-numeric .form-control[b-ypwftanf9e] {
        width: 55%;
        min-width: 120px; /* Asegura un ancho mínimo para el control */
        max-width: 100%;
    }

    .cell-actions[b-ypwftanf9e] {
        justify-content: flex-end;
    }

        .cell-actions[b-ypwftanf9e]::before {
            content: attr(data-label);
            font-weight: bold;
            margin-right: auto;
        }

    /* Mejoras específicas para móviles */
    .form-control[b-ypwftanf9e] {
        padding: 0.375rem 0.5rem; /* Reduce ligeramente el padding */
        height: auto; /* Asegura que la altura se ajuste al contenido */
    }

    /* Corrige el alineamiento en modo móvil */
    .cell-producto[b-ypwftanf9e] {
        flex-wrap: wrap;
    }

        .cell-producto[b-ypwftanf9e]::before {
            width: 100%;
            margin-bottom: 0.25rem;
        }

    /* Mejor distribución vertical para InputNumber */
    .detalles-cell input[type="number"][b-ypwftanf9e] {
        margin: 2px 0;
        display: block;
    }
}

/* Ajustes adicionales para pantallas muy pequeñas */
@media (max-width: 576px) {
    .detalles-cell[b-ypwftanf9e]::before {
        flex: 0 0 100%;
        margin-bottom: 0.25rem;
    }

    .detalles-cell[b-ypwftanf9e] {
        flex-wrap: wrap;
    }

    .cell-numeric input[b-ypwftanf9e],
    .cell-numeric .form-control[b-ypwftanf9e] {
        width: 100%;
    }

    /* Ajustes para los campos de entrada */
    .form-control[b-ypwftanf9e] {
        display: block;
        width: 100%;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-s409qv94p7] {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 10px;
     background-color: #fff;
}

    .login-container div[b-s409qv94p7] {
        margin-bottom: 15px;
    }

    .login-container label[b-s409qv94p7] {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .login-container input[b-s409qv94p7] {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .login-container button[b-s409qv94p7] {
        padding: 10px 15px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

        .login-container button:hover[b-s409qv94p7] {
             background-color: #0056b3;
        }

.email-input-valid[b-s409qv94p7],
.email-input-invalid[b-s409qv94p7] {
    width: 300px;
    padding: 10px;
    font-size: 16px;
}

.error-message[b-s409qv94p7] {
    color: red;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .login-container[b-s409qv94p7] {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .login-container[b-s409qv94p7] {
        width: 90%;
    }
}
/* /Pages/Register.razor.rz.scp.css */
.register-container[b-lt8srf73rn] {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 10px;
    background-color: #fff;
}

    .register-container div[b-lt8srf73rn] {
        margin-bottom: 15px;
    }

    .register-container label[b-lt8srf73rn] {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .register-container input[b-lt8srf73rn] {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .register-container button[b-lt8srf73rn] {
        padding: 10px 15px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

        .register-container button:hover[b-lt8srf73rn] {
            background-color: #0056b3;
        }
/*.register-container email-input {
    width: 100% !important;*/ /* Puedes ajustarlo a un valor fijo como 300px si prefieres */
    /*padding: 12px;*/ /* Aumenta el padding para hacerlo más alto */
    /*font-size: 16px;*/ /* Opcional: hace el texto más grande */
/*}*/
.email-input-valid[b-lt8srf73rn],
.email-input-invalid[b-lt8srf73rn] {
    width: 300px;
    padding: 10px;
    font-size: 16px;
}
.error-message[b-lt8srf73rn] {
    color: red;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .register-container[b-lt8srf73rn] {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .register-container[b-lt8srf73rn] {
        width: 90%;
    }
}
