/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-gclfl5p99b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gclfl5p99b] {
    flex: 1;
}

.sidebar[b-gclfl5p99b] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gclfl5p99b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gclfl5p99b]  a, .top-row[b-gclfl5p99b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gclfl5p99b]  a:hover, .top-row[b-gclfl5p99b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gclfl5p99b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gclfl5p99b] {
        justify-content: space-between;
    }

    .top-row[b-gclfl5p99b]  a, .top-row[b-gclfl5p99b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gclfl5p99b] {
        flex-direction: row;
    }

    .sidebar[b-gclfl5p99b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gclfl5p99b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gclfl5p99b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gclfl5p99b], article[b-gclfl5p99b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dm4adhvgco] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dm4adhvgco] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dm4adhvgco] {
    font-size: 1.1rem;
}

.bi[b-dm4adhvgco] {
    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-dm4adhvgco] {
    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-dm4adhvgco] {
    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-dm4adhvgco] {
    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-dm4adhvgco] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dm4adhvgco] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dm4adhvgco] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dm4adhvgco]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dm4adhvgco]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-dm4adhvgco]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dm4adhvgco] {
        display: none;
    }

    .collapse[b-dm4adhvgco] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-dm4adhvgco] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/ModelBrandPage/IndexModelBrand.razor.rz.scp.css */
<style >
/* Estilos generales responsive */
.responsive-card[b-tab414jivz] {
    border-radius: 12px;
}

/* Contenedor de tabla */
.table-container[b-tab414jivz] {
    overflow-x: auto;
    border-radius: 8px;
    background: white;
}

.custom-responsive-table[b-tab414jivz] {
    min-width: 500px;
    width: 100%;
}

/* Estilos para cards móviles */
.mobile-cards-container[b-tab414jivz] {
    max-width: 100%;
}

.mobile-card[b-tab414jivz] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e0e0e0;
}

    .mobile-card:hover[b-tab414jivz] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

/* Mejoras de espaciado responsive */
@@media (max-width: 768px) {
    .responsive-card[b-tab414jivz] {
        margin: 0 -8px;
        border-radius: 0;
    }

    .mobile-cards-container[b-tab414jivz] {
        padding: 0 4px;
    }

    .mobile-card[b-tab414jivz] {
        margin: 4px 0;
    }
}

@@media (max-width: 600px) {
    .d-flex.justify-center.gap-1[b-tab414jivz] {
        gap: 4px;
    }

    .mobile-card .mud-card-content[b-tab414jivz] {
        padding: 12px;
    }
}

/* Mejoras visuales para la tabla */
.mud-table-header .mud-th[b-tab414jivz] {
    font-weight: 600;
    background-color: #f5f5f5;
}

.mud-table-row:hover[b-tab414jivz] {
    background-color: #f8f9fa;
}

/* Ajustes para botones de acción */
.mud-icon-button[b-tab414jivz] {
    transition: transform 0.2s ease;
}

    .mud-icon-button:hover[b-tab414jivz] {
        transform: scale(1.1);
    }

/* Responsive para textos */
@@media (max-width: 480px) {
    .mud-typography-h4[b-tab414jivz] {
        font-size: 1.5rem;
    }

    .mobile-card .mud-typography-h6[b-tab414jivz] {
        font-size: 1.1rem;
    }
}

/* Scroll suave */
.table-container[b-tab414jivz]::-webkit-scrollbar {
    height: 6px;
}

.table-container[b-tab414jivz]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.table-container[b-tab414jivz]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

    .table-container[b-tab414jivz]::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }

</style[b-tab414jivz] >
/* /Pages/RmaPage/IndexRma.razor.rz.scp.css */

<style >
/* Estilos para hacer la tabla responsive */
.table-container[b-9c2hv8wski] {
    overflow-x: auto;
    width: 100%;
}

/* Colores para filas archivadas y no archivadas */
.archived-row[b-9c2hv8wski] {
    background-color: rgba(76, 175, 80, 0.1) !important; /* Verde muy claro */
    border-left: 4px solid #4caf50;
}

.not-archived-row[b-9c2hv8wski] {
    background-color: rgba(255, 152, 0, 0.1) !important; /* Naranja muy claro */
    border-left: 4px solid #ff9800;
}

.archived-row:hover[b-9c2hv8wski] {
    background-color: rgba(76, 175, 80, 0.2) !important; /* Verde más oscuro al pasar el mouse */
}

.not-archived-row:hover[b-9c2hv8wski] {
    background-color: rgba(255, 152, 0, 0.2) !important; /* Naranja más oscuro al pasar el mouse */
}

/* Asegurar que el texto sea visible en ambos temas */
.text-color[b-9c2hv8wski] {
    color: var(--mud-palette-text-primary) !important;
}

/* Indicador de estado */
.status-indicator[b-9c2hv8wski] {
    text-align: center;
    width: 50px;
}

/* Para pantallas pequeñas, convertimos la tabla en tarjetas */
@@media screen and (max-width: 768px) {
    .responsive-table thead[b-9c2hv8wski] {
        display: none;
    }

    .responsive-table tr[b-9c2hv8wski] {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid var(--mud-palette-lines-default);
        border-radius: 8px;
        padding: 0.75rem;
    }

    .responsive-table td[b-9c2hv8wski] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border: none;
        padding: 0.5rem;
        position: relative;
        padding-left: 50%;
    }

        .responsive-table td[b-9c2hv8wski]:before {
            content: attr(data-label);
            position: absolute;
            left: 0.5rem;
            width: 45%;
            font-weight: bold;
            text-align: left;
            color: var(--mud-palette-text-primary);
        }
    /* Excepción para la celda de acciones */
    .responsive-table .actions-cell[b-9c2hv8wski] {
        display: flex !important;
        justify-content: center !important;
        padding-left: 0.5rem !important;
    }

        .responsive-table .actions-cell[b-9c2hv8wski]:before {
            display: none;
        }
    /* Excepción para el indicador de estado */
    .responsive-table .status-indicator[b-9c2hv8wski] {
        display: flex !important;
        justify-content: center !important;
        padding-left: 0.5rem !important;
    }

        .responsive-table .status-indicator[b-9c2hv8wski]:before {
            display: none;
        }
}

/* Ajustes para pantallas muy pequeñas */
@@media screen and (max-width: 576px) {
    .responsive-table td[b-9c2hv8wski] {
        padding-left: 40%;
    }

        .responsive-table td[b-9c2hv8wski]:before {
            width: 35%;
        }

    .d-flex.gap-1[b-9c2hv8wski] {
        flex-direction: column;
    }
}

/* Estilos para la leyenda de colores */
.color-legend[b-9c2hv8wski] {
    font-size: 0.9rem;
}

.color-box[b-9c2hv8wski] {
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

.archived-color[b-9c2hv8wski] {
    background-color: rgba(76, 175, 80, 0.1);
    border-left: 3px solid #4caf50;
}

.not-archived-color[b-9c2hv8wski] {
    background-color: rgba(255, 152, 0, 0.1);
    border-left: 3px solid #ff9800;
}

/* Ajustes específicos para tema oscuro */
.mud-theme-dark .archived-row[b-9c2hv8wski] {
    background-color: rgba(76, 175, 80, 0.2) !important;
    border-left: 4px solid #81c784;
}

.mud-theme-dark .not-archived-row[b-9c2hv8wski] {
    background-color: rgba(255, 152, 0, 0.2) !important;
    border-left: 4px solid #ffb74d;
}

.mud-theme-dark .archived-row:hover[b-9c2hv8wski] {
    background-color: rgba(76, 175, 80, 0.3) !important;
}

.mud-theme-dark .not-archived-row:hover[b-9c2hv8wski] {
    background-color: rgba(255, 152, 0, 0.3) !important;
}

.mud-theme-dark .archived-color[b-9c2hv8wski] {
    background-color: rgba(76, 175, 80, 0.2);
    border-left: 3px solid #81c784;
}

.mud-theme-dark .not-archived-color[b-9c2hv8wski] {
    background-color: rgba(255, 152, 0, 0.2);
    border-left: 3px solid #ffb74d;
}

</style[b-9c2hv8wski] >
/* /Pages/RmaPage/ListClosedRma.razor.rz.scp.css */

<style >
/* Estilos para hacer la tabla responsive */
.table-container[b-57ts7wfizt] {
    overflow-x: auto;
    width: 100%;
}

/* Colores para filas archivadas y no archivadas */
.archived-row[b-57ts7wfizt] {
    background-color: rgba(76, 175, 80, 0.1) !important; /* Verde muy claro */
    border-left: 4px solid #4caf50;
}

.not-archived-row[b-57ts7wfizt] {
    background-color: rgba(255, 152, 0, 0.1) !important; /* Naranja muy claro */
    border-left: 4px solid #ff9800;
}

.archived-row:hover[b-57ts7wfizt] {
    background-color: rgba(76, 175, 80, 0.2) !important; /* Verde más oscuro al pasar el mouse */
}

.not-archived-row:hover[b-57ts7wfizt] {
    background-color: rgba(255, 152, 0, 0.2) !important; /* Naranja más oscuro al pasar el mouse */
}

/* Asegurar que el texto sea visible en ambos temas */
.text-color[b-57ts7wfizt] {
    color: var(--mud-palette-text-primary) !important;
}

/* Indicador de estado */
.status-indicator[b-57ts7wfizt] {
    text-align: center;
    width: 50px;
}

/* Para pantallas pequeñas, convertimos la tabla en tarjetas */
@@media screen and (max-width: 768px) {
    .responsive-table thead[b-57ts7wfizt] {
        display: none;
    }

    .responsive-table tr[b-57ts7wfizt] {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid var(--mud-palette-lines-default);
        border-radius: 8px;
        padding: 0.75rem;
    }

    .responsive-table td[b-57ts7wfizt] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border: none;
        padding: 0.5rem;
        position: relative;
        padding-left: 50%;
    }

        .responsive-table td[b-57ts7wfizt]:before {
            content: attr(data-label);
            position: absolute;
            left: 0.5rem;
            width: 45%;
            font-weight: bold;
            text-align: left;
            color: var(--mud-palette-text-primary);
        }
    /* Excepción para la celda de acciones */
    .responsive-table .actions-cell[b-57ts7wfizt] {
        display: flex !important;
        justify-content: center !important;
        padding-left: 0.5rem !important;
    }

        .responsive-table .actions-cell[b-57ts7wfizt]:before {
            display: none;
        }
    /* Excepción para el indicador de estado */
    .responsive-table .status-indicator[b-57ts7wfizt] {
        display: flex !important;
        justify-content: center !important;
        padding-left: 0.5rem !important;
    }

        .responsive-table .status-indicator[b-57ts7wfizt]:before {
            display: none;
        }
}

/* Ajustes para pantallas muy pequeñas */
@@media screen and (max-width: 576px) {
    .responsive-table td[b-57ts7wfizt] {
        padding-left: 40%;
    }

        .responsive-table td[b-57ts7wfizt]:before {
            width: 35%;
        }

    .d-flex.gap-1[b-57ts7wfizt] {
        flex-direction: column;
    }
}

/* Estilos para la leyenda de colores */
.color-legend[b-57ts7wfizt] {
    font-size: 0.9rem;
}

.color-box[b-57ts7wfizt] {
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

.archived-color[b-57ts7wfizt] {
    background-color: rgba(76, 175, 80, 0.1);
    border-left: 3px solid #4caf50;
}

.not-archived-color[b-57ts7wfizt] {
    background-color: rgba(255, 152, 0, 0.1);
    border-left: 3px solid #ff9800;
}

/* Ajustes específicos para tema oscuro */
.mud-theme-dark .archived-row[b-57ts7wfizt] {
    background-color: rgba(76, 175, 80, 0.2) !important;
    border-left: 4px solid #81c784;
}

.mud-theme-dark .not-archived-row[b-57ts7wfizt] {
    background-color: rgba(255, 152, 0, 0.2) !important;
    border-left: 4px solid #ffb74d;
}

.mud-theme-dark .archived-row:hover[b-57ts7wfizt] {
    background-color: rgba(76, 175, 80, 0.3) !important;
}

.mud-theme-dark .not-archived-row:hover[b-57ts7wfizt] {
    background-color: rgba(255, 152, 0, 0.3) !important;
}

.mud-theme-dark .archived-color[b-57ts7wfizt] {
    background-color: rgba(76, 175, 80, 0.2);
    border-left: 3px solid #81c784;
}

.mud-theme-dark .not-archived-color[b-57ts7wfizt] {
    background-color: rgba(255, 152, 0, 0.2);
    border-left: 3px solid #ffb74d;
}

</style[b-57ts7wfizt] >
/* /Pages/RmaPage/ListOpenRma.razor.rz.scp.css */
body[b-j6a9yi5hgs] {
}
<style >
/* Estilos para hacer la tabla responsive */
.table-container[b-j6a9yi5hgs] {
    overflow-x: auto;
    width: 100%;
}

/* Colores para filas archivadas y no archivadas */
.archived-row[b-j6a9yi5hgs] {
    background-color: rgba(76, 175, 80, 0.1) !important; /* Verde muy claro */
    border-left: 4px solid #4caf50;
}

.not-archived-row[b-j6a9yi5hgs] {
    background-color: rgba(255, 152, 0, 0.1) !important; /* Naranja muy claro */
    border-left: 4px solid #ff9800;
}

.archived-row:hover[b-j6a9yi5hgs] {
    background-color: rgba(76, 175, 80, 0.2) !important; /* Verde más oscuro al pasar el mouse */
}

.not-archived-row:hover[b-j6a9yi5hgs] {
    background-color: rgba(255, 152, 0, 0.2) !important; /* Naranja más oscuro al pasar el mouse */
}

/* Asegurar que el texto sea visible en ambos temas */
.text-color[b-j6a9yi5hgs] {
    color: var(--mud-palette-text-primary) !important;
}

/* Indicador de estado */
.status-indicator[b-j6a9yi5hgs] {
    text-align: center;
    width: 50px;
}

/* Para pantallas pequeñas, convertimos la tabla en tarjetas */
@@media screen and (max-width: 768px) {
    .responsive-table thead[b-j6a9yi5hgs] {
        display: none;
    }

    .responsive-table tr[b-j6a9yi5hgs] {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid var(--mud-palette-lines-default);
        border-radius: 8px;
        padding: 0.75rem;
    }

    .responsive-table td[b-j6a9yi5hgs] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border: none;
        padding: 0.5rem;
        position: relative;
        padding-left: 50%;
    }

        .responsive-table td[b-j6a9yi5hgs]:before {
            content: attr(data-label);
            position: absolute;
            left: 0.5rem;
            width: 45%;
            font-weight: bold;
            text-align: left;
            color: var(--mud-palette-text-primary);
        }
    /* Excepción para la celda de acciones */
    .responsive-table .actions-cell[b-j6a9yi5hgs] {
        display: flex !important;
        justify-content: center !important;
        padding-left: 0.5rem !important;
    }

        .responsive-table .actions-cell[b-j6a9yi5hgs]:before {
            display: none;
        }
    /* Excepción para el indicador de estado */
    .responsive-table .status-indicator[b-j6a9yi5hgs] {
        display: flex !important;
        justify-content: center !important;
        padding-left: 0.5rem !important;
    }

        .responsive-table .status-indicator[b-j6a9yi5hgs]:before {
            display: none;
        }
}

/* Ajustes para pantallas muy pequeñas */
@@media screen and (max-width: 576px) {
    .responsive-table td[b-j6a9yi5hgs] {
        padding-left: 40%;
    }

        .responsive-table td[b-j6a9yi5hgs]:before {
            width: 35%;
        }

    .d-flex.gap-1[b-j6a9yi5hgs] {
        flex-direction: column;
    }
}

/* Estilos para la leyenda de colores */
.color-legend[b-j6a9yi5hgs] {
    font-size: 0.9rem;
}

.color-box[b-j6a9yi5hgs] {
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

.archived-color[b-j6a9yi5hgs] {
    background-color: rgba(76, 175, 80, 0.1);
    border-left: 3px solid #4caf50;
}

.not-archived-color[b-j6a9yi5hgs] {
    background-color: rgba(255, 152, 0, 0.1);
    border-left: 3px solid #ff9800;
}

/* Ajustes específicos para tema oscuro */
.mud-theme-dark .archived-row[b-j6a9yi5hgs] {
    background-color: rgba(76, 175, 80, 0.2) !important;
    border-left: 4px solid #81c784;
}

.mud-theme-dark .not-archived-row[b-j6a9yi5hgs] {
    background-color: rgba(255, 152, 0, 0.2) !important;
    border-left: 4px solid #ffb74d;
}

.mud-theme-dark .archived-row:hover[b-j6a9yi5hgs] {
    background-color: rgba(76, 175, 80, 0.3) !important;
}

.mud-theme-dark .not-archived-row:hover[b-j6a9yi5hgs] {
    background-color: rgba(255, 152, 0, 0.3) !important;
}

.mud-theme-dark .archived-color[b-j6a9yi5hgs] {
    background-color: rgba(76, 175, 80, 0.2);
    border-left: 3px solid #81c784;
}

.mud-theme-dark .not-archived-color[b-j6a9yi5hgs] {
    background-color: rgba(255, 152, 0, 0.2);
    border-left: 3px solid #ffb74d;
}

</style[b-j6a9yi5hgs] >
