/* /Pages/Administracion/Catalogo/Actividad/FormularioActividad.razor.rz.scp.css */
.actividad-shell[b-cp9tm3hk3x] {
    background: transparent;
}

[b-cp9tm3hk3x] .actividad-card {
    padding: 1.5rem;
    border-radius: 22px;
    background: linear-gradient( 180deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100% );
    border: 1px solid var(--mud-palette-divider);
}

.actividad-header[b-cp9tm3hk3x] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

[b-cp9tm3hk3x] .summary-card {
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    height: 100%;
}

.section-title[b-cp9tm3hk3x] {
    display: flex;
    align-items: center;
    color: var(--mud-palette-text-primary);
    margin-bottom: .25rem;
}

.actividad-actions[b-cp9tm3hk3x] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

[b-cp9tm3hk3x] .save-btn {
    min-width: 140px;
    min-height: 42px;
    border-radius: 12px;
    font-weight: 600;
}

[b-cp9tm3hk3x] .fw-600 {
    font-weight: 600;
}

@media (max-width: 960px) {
    [b-cp9tm3hk3x] .actividad-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .actividad-header[b-cp9tm3hk3x] {
        flex-direction: column;
        align-items: stretch;
    }

    .actividad-actions[b-cp9tm3hk3x] {
        justify-content: stretch;
    }

    [b-cp9tm3hk3x] .save-btn {
        width: 100%;
    }
}
/* /Pages/Administracion/Catalogo/Campo/FormularioCampo.razor.rz.scp.css */
.campo-shell[b-xg0h89si80] {
    background: transparent;
}

.campo-header[b-xg0h89si80] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.section-title[b-xg0h89si80] {
    display: flex;
    align-items: center;
    color: var(--mud-palette-text-primary);
    margin-bottom: .25rem;
}

.campo-actions[b-xg0h89si80] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

.fw-600[b-xg0h89si80] {
    font-weight: 600;
}

[b-xg0h89si80] .campo-card {
    padding: 1.5rem;
    border-radius: 22px;
    background: linear-gradient( 180deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100% );
    border: 1px solid var(--mud-palette-divider);
}

[b-xg0h89si80] .summary-card {
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    height: 100%;
}

[b-xg0h89si80] .save-btn {
    min-width: 140px;
    min-height: 42px;
    border-radius: 12px;
    font-weight: 600;
}

@media (max-width: 960px) {
    [b-xg0h89si80] .campo-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .campo-header[b-xg0h89si80] {
        flex-direction: column;
        align-items: stretch;
    }

    .campo-actions[b-xg0h89si80] {
        justify-content: stretch;
    }

    [b-xg0h89si80] .save-btn {
        width: 100%;
    }
}
/* /Pages/Administracion/Catalogo/Lote/FormularioLote.razor.rz.scp.css */
.lote-form-shell[b-81qjxpuqi8] {
    background: transparent;
}

[b-81qjxpuqi8] .lote-form-card {
    padding: 1.5rem;
    border-radius: 22px;
    background: linear-gradient( 180deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100% );
    border: 1px solid var(--mud-palette-divider);
}

.lote-form-header[b-81qjxpuqi8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

[b-81qjxpuqi8] .summary-card {
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    height: 100%;
}

.section-title[b-81qjxpuqi8] {
    display: flex;
    align-items: center;
    color: var(--mud-palette-text-primary);
    margin-bottom: .25rem;
}

[b-81qjxpuqi8] .destajo-box {
    padding: 1rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lote-form-actions[b-81qjxpuqi8] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

[b-81qjxpuqi8] .fw-600 {
    font-weight: 600;
}

[b-81qjxpuqi8] .save-btn {
    min-width: 140px;
    min-height: 42px;
    border-radius: 12px;
    font-weight: 600;
}

@media (max-width: 960px) {
    [b-81qjxpuqi8] .lote-form-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .lote-form-header[b-81qjxpuqi8] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Pages/Administracion/Catalogo/Proceso/FormularioProceso.razor.rz.scp.css */
.proceso-shell[b-edkqjsniym] {
    background: transparent;
}

[b-edkqjsniym] .proceso-card {
    padding: 1.5rem;
    border-radius: 22px;
    background: linear-gradient( 180deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100% );
    border: 1px solid var(--mud-palette-divider);
}

.proceso-header[b-edkqjsniym] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

[b-edkqjsniym] .summary-card {
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    height: 100%;
}

.section-title[b-edkqjsniym] {
    display: flex;
    align-items: center;
    color: var(--mud-palette-text-primary);
    margin-bottom: .25rem;
}

.proceso-actions[b-edkqjsniym] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

[b-edkqjsniym] .save-btn {
    min-width: 140px;
    min-height: 42px;
    border-radius: 12px;
    font-weight: 600;
}

[b-edkqjsniym] .fw-600 {
    font-weight: 600;
}

@media (max-width: 960px) {
    [b-edkqjsniym] .proceso-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .proceso-header[b-edkqjsniym] {
        flex-direction: column;
        align-items: stretch;
    }

    .proceso-actions[b-edkqjsniym] {
        justify-content: stretch;
    }

    [b-edkqjsniym] .save-btn {
        width: 100%;
    }
}
/* /Pages/Administracion/Catalogo/Tabulador/FormularioTabulador.razor.rz.scp.css */
.tabulador-shell[b-ejnnvyhryx] {
    background: transparent;
}

[b-ejnnvyhryx] .tabulador-card {
    padding: 1.5rem;
    border-radius: 22px;
    background: linear-gradient( 180deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100% );
    border: 1px solid var(--mud-palette-divider);
}

.tabulador-header[b-ejnnvyhryx] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

[b-ejnnvyhryx] .summary-card {
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    height: 100%;
}

.section-title[b-ejnnvyhryx] {
    display: flex;
    align-items: center;
    color: var(--mud-palette-text-primary);
    margin-bottom: .25rem;
}

[b-ejnnvyhryx] .toggle-card {
    padding: 1rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    min-height: 100%;
}

.tabulador-actions[b-ejnnvyhryx] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

[b-ejnnvyhryx] .save-btn {
    min-width: 140px;
    min-height: 42px;
    border-radius: 12px;
    font-weight: 600;
}

[b-ejnnvyhryx] .fw-600 {
    font-weight: 600;
}

@media (max-width: 960px) {
    [b-ejnnvyhryx] .tabulador-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .tabulador-header[b-ejnnvyhryx] {
        flex-direction: column;
        align-items: stretch;
    }

    .tabulador-actions[b-ejnnvyhryx] {
        justify-content: stretch;
    }

    [b-ejnnvyhryx] .save-btn {
        width: 100%;
    }
}
/* /Pages/Logistica/Pedidos/FormularioPedido.razor.rz.scp.css */
.pedido-shell[b-vpl3xrit4r] {
    background: transparent;
}

[b-vpl3xrit4r] .pedido-card {
    padding: 1.5rem;
    border-radius: 22px;
    background: linear-gradient( 180deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100% );
    border: 1px solid var(--mud-palette-divider);
}

.pedido-header[b-vpl3xrit4r] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.pedido-header-chips[b-vpl3xrit4r] {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    align-items: center;
}

[b-vpl3xrit4r] .summary-card {
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    height: 100%;
}

.section-title[b-vpl3xrit4r] {
    display: flex;
    align-items: center;
    color: var(--mud-palette-text-primary);
    margin-bottom: .25rem;
}

[b-vpl3xrit4r] .pedido-code-alert {
    min-height: 56px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

[b-vpl3xrit4r] .quick-capture-card {
    padding: 1rem;
    border-radius: 18px;
    background-color: var(--mud-palette-surface);
}

.quick-actions[b-vpl3xrit4r] {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    align-items: center;
}

.table-toolbar[b-vpl3xrit4r] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
}

[b-vpl3xrit4r] .pedido-table {
    border-radius: 18px;
    overflow: hidden;
}

    [b-vpl3xrit4r] .pedido-table .mud-table-container {
        border: 1px solid var(--mud-palette-divider);
        border-radius: 18px;
        overflow: auto;
    }

    [b-vpl3xrit4r] .pedido-table .mud-table-head .mud-table-cell {
        font-weight: 700;
        white-space: nowrap;
        background-color: var(--mud-palette-surface);
        color: var(--mud-palette-text-primary);
        border-bottom: 1px solid var(--mud-palette-divider);
        position: sticky;
        top: 0;
        z-index: 2;
    }

    [b-vpl3xrit4r] .pedido-table .mud-table-body .mud-table-row:hover {
        background-color: var(--mud-palette-action-default-hover);
    }

    [b-vpl3xrit4r] .pedido-table .mud-table-cell {
        vertical-align: top;
        padding: 10px 8px;
    }

    [b-vpl3xrit4r] .pedido-table .editor-cell,
    [b-vpl3xrit4r] .pedido-table .th-editor {
        min-width: 250px;
    }

    [b-vpl3xrit4r] .pedido-table .th-priority,
    [b-vpl3xrit4r] .pedido-table .priority-cell {
        min-width: 220px;
    }

    [b-vpl3xrit4r] .pedido-table .th-action,
    [b-vpl3xrit4r] .pedido-table .action-cell {
        min-width: 110px;
        text-align: center;
    }

.pedido-actions[b-vpl3xrit4r] {
    margin-top: 1rem;
}

[b-vpl3xrit4r] .fw-600 {
    font-weight: 600;
}

[b-vpl3xrit4r] .tr-prioridad-1 td:first-child {
    border-left: 4px solid var(--mud-palette-error);
}

[b-vpl3xrit4r] .tr-prioridad-1 {
    background-color: rgba(220, 53, 69, 0.10);
}

[b-vpl3xrit4r] .tr-prioridad-2 td:first-child {
    border-left: 4px solid var(--mud-palette-warning);
}

[b-vpl3xrit4r] .tr-prioridad-2 {
    background-color: rgba(255, 193, 7, 0.12);
}

[b-vpl3xrit4r] .tr-prioridad-3 td:first-child {
    border-left: 4px solid var(--mud-palette-success);
}

[b-vpl3xrit4r] .tr-prioridad-3 {
    background-color: rgba(40, 167, 69, 0.10);
}

@media (max-width: 960px) {
    [b-vpl3xrit4r] .pedido-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .pedido-header[b-vpl3xrit4r],
    .table-toolbar[b-vpl3xrit4r] {
        flex-direction: column;
        align-items: stretch;
    }

    .quick-actions[b-vpl3xrit4r] {
        flex-direction: column;
        align-items: stretch;
    }

    [b-vpl3xrit4r] .pedido-table .editor-cell,
    [b-vpl3xrit4r] .pedido-table .th-editor,
    [b-vpl3xrit4r] .pedido-table .th-priority,
    [b-vpl3xrit4r] .pedido-table .priority-cell {
        min-width: 220px;
    }
}
/* /Pages/RRHH/Catalogo/Categoria/FormularioCategoria.razor.rz.scp.css */
.categoria-shell[b-1zwyt6rim0] {
    padding: 1.25rem;
}

.fw-600[b-1zwyt6rim0] {
    font-weight: 600;
}

.categoria-shell[b-1zwyt6rim0]  .categoria-card {
    border-radius: 18px;
    padding: 1.5rem;
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.categoria-header[b-1zwyt6rim0] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.categoria-shell[b-1zwyt6rim0]  .mud-paper.summary-card {
    border-radius: 14px;
    padding: 1rem 1.1rem;
    height: 100%;
    background: var(--mud-palette-background-gray);
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease;
    box-shadow: none;
}

    .categoria-shell[b-1zwyt6rim0]  .mud-paper.summary-card:hover {
        transform: translateY(-1px);
    }

.section-title[b-1zwyt6rim0] {
    display: flex;
    align-items: center;
    margin-bottom: .25rem;
}

.categoria-actions[b-1zwyt6rim0] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.categoria-shell[b-1zwyt6rim0]  .mud-button-root.save-btn {
    min-width: 140px;
    min-height: 42px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: none;
    padding-inline: 1.25rem;
}

.categoria-shell[b-1zwyt6rim0]  .mud-chip {
    font-weight: 600;
}

.categoria-shell[b-1zwyt6rim0]  .mud-input-control {
    margin-bottom: .15rem;
}

.categoria-shell[b-1zwyt6rim0]  .mud-input-label {
    font-weight: 500;
}

.categoria-shell[b-1zwyt6rim0]  .mud-input-slot {
    border-radius: 12px;
}

.categoria-shell[b-1zwyt6rim0]  .mud-input-outlined-border {
    border-radius: 12px;
}

.categoria-shell[b-1zwyt6rim0]  .mud-alert {
    border-radius: 12px;
}

@media (max-width: 600px) {
    .categoria-shell[b-1zwyt6rim0] {
        padding: .75rem;
    }

        .categoria-shell[b-1zwyt6rim0]  .categoria-card {
            padding: 1rem;
            border-radius: 14px;
        }

    .categoria-header[b-1zwyt6rim0] {
        flex-direction: column;
        align-items: stretch;
    }

    .categoria-actions[b-1zwyt6rim0] {
        justify-content: stretch;
    }

    .categoria-shell[b-1zwyt6rim0]  .mud-button-root.save-btn {
        width: 100%;
    }
}
/* /Pages/RRHH/Catalogo/Concepto/FormularioConcepto.razor.rz.scp.css */
.concepto-shell[b-3m4gy9cwzb] {
    padding: 1.25rem;
}

.fw-600[b-3m4gy9cwzb] {
    font-weight: 600;
}

.concepto-shell[b-3m4gy9cwzb]  .concepto-card {
    border-radius: 18px;
    padding: 1.5rem;
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.concepto-header[b-3m4gy9cwzb] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.concepto-shell[b-3m4gy9cwzb]  .mud-paper.summary-card {
    border-radius: 14px;
    padding: 1rem 1.1rem;
    height: 100%;
    background: var(--mud-palette-background-gray);
    border: 1px solid var(--mud-palette-lines-default);
    transition: transform 0.2s ease;
    box-shadow: none;
}

    .concepto-shell[b-3m4gy9cwzb]  .mud-paper.summary-card:hover {
        transform: translateY(-1px);
    }

.section-title[b-3m4gy9cwzb] {
    display: flex;
    align-items: center;
    margin-bottom: .25rem;
}

.concepto-actions[b-3m4gy9cwzb] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.concepto-shell[b-3m4gy9cwzb]  .mud-button-root.save-btn {
    min-width: 140px;
    min-height: 42px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: none;
    padding-inline: 1.25rem;
}

.concepto-shell[b-3m4gy9cwzb]  .mud-chip {
    font-weight: 600;
}

.concepto-shell[b-3m4gy9cwzb]  .mud-input-control {
    margin-bottom: .15rem;
}

.concepto-shell[b-3m4gy9cwzb]  .mud-input-label {
    font-weight: 500;
}

.concepto-shell[b-3m4gy9cwzb]  .mud-input-slot {
    border-radius: 12px;
}

.concepto-shell[b-3m4gy9cwzb]  .mud-input-outlined-border {
    border-radius: 12px;
}

.concepto-shell[b-3m4gy9cwzb]  .mud-alert {
    border-radius: 12px;
}

@media (max-width: 600px) {
    .concepto-shell[b-3m4gy9cwzb] {
        padding: .75rem;
    }

        .concepto-shell[b-3m4gy9cwzb]  .concepto-card {
            padding: 1rem;
            border-radius: 14px;
        }

    .concepto-header[b-3m4gy9cwzb] {
        flex-direction: column;
        align-items: stretch;
    }

    .concepto-actions[b-3m4gy9cwzb] {
        justify-content: stretch;
    }

    .concepto-shell[b-3m4gy9cwzb]  .mud-button-root.save-btn {
        width: 100%;
    }
}
/* /Pages/RRHH/Catalogo/Empleado/FormularioEmpleado.razor.rz.scp.css */
.empleado-shell[b-gbu8l1jfdv] {
    background: transparent;
}

/* MudPaper */
[b-gbu8l1jfdv] .empleado-header-card,
[b-gbu8l1jfdv] .empleado-card {
    border-radius: 22px;
    background: linear-gradient( 180deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100% );
    border: 1px solid var(--mud-palette-divider);
}

[b-gbu8l1jfdv] .empleado-header-card {
    padding: 1.2rem 1.4rem;
}

[b-gbu8l1jfdv] .empleado-card {
    padding: 1.4rem;
}

/* div  */
.empleado-header[b-gbu8l1jfdv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.empleado-header-chips[b-gbu8l1jfdv] {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    align-items: center;
}

/* MudPaper */
[b-gbu8l1jfdv] .summary-card {
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    height: 100%;
}

/* div */
.section-title[b-gbu8l1jfdv] {
    display: flex;
    align-items: center;
    color: var(--mud-palette-text-primary);
    margin-bottom: .25rem;
}

.empleado-actions[b-gbu8l1jfdv] {
    margin-top: 1rem;
}

[b-gbu8l1jfdv] .fw-600 {
    font-weight: 600;
}

@media (max-width: 960px) {
    [b-gbu8l1jfdv] .empleado-header-card,
    [b-gbu8l1jfdv] .empleado-card {
        border-radius: 16px;
    }

    [b-gbu8l1jfdv] .empleado-card {
        padding: 1rem;
    }

    .empleado-header[b-gbu8l1jfdv] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Pages/Taller/Catalogo/Operador/FormularioOperador.razor.rz.scp.css */
.operador-shell[b-83ee1cnlyc] {
    background: transparent;
}

[b-83ee1cnlyc] .operador-card {
    padding: 1.5rem;
    border-radius: 22px;
    background: linear-gradient( 180deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100% );
    border: 1px solid var(--mud-palette-divider);
}

.operador-header[b-83ee1cnlyc] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

[b-83ee1cnlyc] .summary-card {
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    height: 100%;
}

.section-title[b-83ee1cnlyc] {
    display: flex;
    align-items: center;
    color: var(--mud-palette-text-primary);
    margin-bottom: .25rem;
}

.operador-actions[b-83ee1cnlyc] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

[b-83ee1cnlyc] .save-btn {
    min-width: 140px;
    min-height: 42px;
    border-radius: 12px;
    font-weight: 600;
}

[b-83ee1cnlyc] .fw-600 {
    font-weight: 600;
}

@media (max-width: 960px) {
    [b-83ee1cnlyc] .operador-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .operador-header[b-83ee1cnlyc] {
        flex-direction: column;
        align-items: stretch;
    }

    .operador-actions[b-83ee1cnlyc] {
        justify-content: stretch;
    }

    [b-83ee1cnlyc] .save-btn {
        width: 100%;
    }
}
/* /Pages/Taller/Catalogo/TipoVehiculo/FormularioTipoVehiculo.razor.rz.scp.css */
.tipo-vehiculo-shell[b-s8tpmp02xk] {
    background: transparent;
}

[b-s8tpmp02xk] .tipo-vehiculo-card {
    padding: 1.5rem;
    border-radius: 22px;
    background: linear-gradient( 180deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100% );
    border: 1px solid var(--mud-palette-divider);
}

.tipo-vehiculo-header[b-s8tpmp02xk] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

[b-s8tpmp02xk] .summary-card {
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    height: 100%;
}

.section-title[b-s8tpmp02xk] {
    display: flex;
    align-items: center;
    color: var(--mud-palette-text-primary);
    margin-bottom: .25rem;
}

[b-s8tpmp02xk] .toggle-card {
    padding: 1rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tipo-vehiculo-actions[b-s8tpmp02xk] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

[b-s8tpmp02xk] .save-btn {
    min-width: 140px;
    min-height: 42px;
    border-radius: 12px;
    font-weight: 600;
}

[b-s8tpmp02xk] .fw-600 {
    font-weight: 600;
}

@media (max-width: 960px) {
    [b-s8tpmp02xk] .tipo-vehiculo-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .tipo-vehiculo-header[b-s8tpmp02xk] {
        flex-direction: column;
        align-items: stretch;
    }

    .tipo-vehiculo-actions[b-s8tpmp02xk] {
        justify-content: stretch;
    }

    [b-s8tpmp02xk] .save-btn {
        width: 100%;
    }
}
/* /Pages/Taller/Catalogo/Vehiculo/FormularioVehiculo.razor.rz.scp.css */
.vehiculo-shell[b-apuy14ji74] {
    background: transparent;
}

[b-apuy14ji74] .vehiculo-card {
    padding: 1.5rem;
    border-radius: 22px;
    background: linear-gradient( 180deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100% );
    border: 1px solid var(--mud-palette-divider);
}

.vehiculo-header[b-apuy14ji74] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

[b-apuy14ji74] .summary-card {
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    height: 100%;
}

.section-title[b-apuy14ji74] {
    display: flex;
    align-items: center;
    color: var(--mud-palette-text-primary);
    margin-bottom: .25rem;
}

.vehiculo-actions[b-apuy14ji74] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

[b-apuy14ji74] .save-btn {
    min-width: 140px;
    min-height: 42px;
    border-radius: 12px;
    font-weight: 600;
}

[b-apuy14ji74] .fw-600 {
    font-weight: 600;
}

@media (max-width: 960px) {
    [b-apuy14ji74] .vehiculo-card {
        padding: 1rem;
        border-radius: 16px;
    }

    .vehiculo-header[b-apuy14ji74] {
        flex-direction: column;
        align-items: stretch;
    }

    .vehiculo-actions[b-apuy14ji74] {
        justify-content: stretch;
    }

    [b-apuy14ji74] .save-btn {
        width: 100%;
    }
}
/* /Shared/InputIMG.razor.rz.scp.css */
[b-ex7lucuejn] .img-upload-card {
    padding: 1.25rem;
    border-radius: 22px;
    background: linear-gradient( 180deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100% );
    border: 1px solid var(--mud-palette-divider);
}

.img-upload-header[b-ex7lucuejn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.img-upload-chips[b-ex7lucuejn] {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    align-items: center;
}

.img-upload-body[b-ex7lucuejn] {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 1.25rem;
    align-items: start;
}

[b-ex7lucuejn] .img-preview-panel {
    border-radius: 18px;
    padding: .75rem;
    background-color: var(--mud-palette-surface);
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-preview[b-ex7lucuejn] {
    width: 100%;
    max-width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    border: 1px solid var(--mud-palette-divider);
}

.img-placeholder[b-ex7lucuejn] {
    min-height: 220px;
    width: 100%;
    border-radius: 16px;
    border: 1px dashed var(--mud-palette-divider);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: var(--mud-palette-text-secondary);
    background-color: var(--mud-palette-background);
}

.img-upload-side[b-ex7lucuejn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.img-file-info[b-ex7lucuejn] {
    padding: .9rem 1rem;
    border-radius: 16px;
    background-color: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
}

.img-upload-actions[b-ex7lucuejn] {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    align-items: center;
}

.upload-btn[b-ex7lucuejn] {
    min-width: 160px;
    min-height: 42px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

[b-ex7lucuejn] .fw-600 {
    font-weight: 600;
}

[b-ex7lucuejn] .text-break {
    word-break: break-word;
}

@media (max-width: 900px) {
    .img-upload-card[b-ex7lucuejn] {
        padding: 1rem;
        border-radius: 16px;
    }

    .img-upload-body[b-ex7lucuejn] {
        grid-template-columns: 1fr;
    }

    .img-preview-panel[b-ex7lucuejn] {
        min-height: auto;
    }

    .img-preview[b-ex7lucuejn] {
        max-width: 100%;
        width: 220px;
        margin: 0 auto;
    }

    .img-upload-actions[b-ex7lucuejn] {
        flex-direction: column;
        align-items: stretch;
    }

    .upload-btn[b-ex7lucuejn] {
        width: 100%;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-bn3bdtbhbt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bn3bdtbhbt] {
    flex: 1;
}

.sidebar[b-bn3bdtbhbt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bn3bdtbhbt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bn3bdtbhbt]  a, .top-row[b-bn3bdtbhbt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bn3bdtbhbt]  a:hover, .top-row[b-bn3bdtbhbt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bn3bdtbhbt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bn3bdtbhbt] {
        display: none;
    }

    .top-row.auth[b-bn3bdtbhbt] {
        justify-content: space-between;
    }

    .top-row[b-bn3bdtbhbt]  a, .top-row[b-bn3bdtbhbt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bn3bdtbhbt] {
        flex-direction: row;
    }

    .sidebar[b-bn3bdtbhbt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bn3bdtbhbt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bn3bdtbhbt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bn3bdtbhbt], article[b-bn3bdtbhbt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b3emkyssis] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-b3emkyssis] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b3emkyssis] {
    font-size: 1.1rem;
}

.oi[b-b3emkyssis] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-b3emkyssis] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b3emkyssis] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b3emkyssis] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b3emkyssis]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-b3emkyssis]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-b3emkyssis]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b3emkyssis] {
        display: none;
    }

    .collapse[b-b3emkyssis] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-b3emkyssis] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
