/* /Layout/LoginLayout.razor.rz.scp.css */

.footer[b-dkp8w93ehn] {
    margin-top: 20px;
    padding: 10px;
    background-color: #002366; /* Azul oscuro */
    color: white;
    font-size: 0.9rem;
}

.footer a[b-dkp8w93ehn] {
color: #f0f8ff; /* Azul claro */
text-decoration: none;
margin: 0 5px;
}

.footer a:hover[b-dkp8w93ehn] {
    text-decoration: underline;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-gd33as2x1x] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f5f5f5;
}

main[b-gd33as2x1x] {
    flex: 1;
    padding: 20px;
    margin-left: 50px; /* Ajusta seg�n el ancho de tu drawer */
    transition: margin-left 0.3s ease;
}

.content[b-gd33as2x1x] {
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Cuando el drawer est� abierto */
.drawer-open main[b-gd33as2x1x] {
    margin-left: 250px; /* Ajusta seg�n el ancho de tu drawer cuando est� expandido */
}

/* Responsive */
@media (max-width: 992px) {
    main[b-gd33as2x1x] {
        margin-left: 0;
    }

    .drawer-open main[b-gd33as2x1x] {
        margin-left: 0;
    }
}
/* En tu archivo CSS */
.appbar-custom[b-gd33as2x1x] {
    background-color: #666b5e !important;
    color: white !important;
}

    .appbar-custom .mud-icon-button[b-gd33as2x1x] {
        color: white !important;
    }

    .appbar-custom .mud-menu-activator[b-gd33as2x1x] {
        color: white !important;
    }

    .appbar-custom .welcome-message h3[b-gd33as2x1x] {
        color: white !important;
    }


.Menu[b-gd33as2x1x] {
    background-color: red;
}


.welcome-message[b-gd33as2x1x] {
    animation: softBounce-b-gd33as2x1x 10s ease infinite;
}

@keyframes softBounce-b-gd33as2x1x {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.welcome-message i[b-gd33as2x1x] {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}

.welcome-message:hover i[b-gd33as2x1x] {
    filter: drop-shadow(0 6px 12px rgba(138, 43, 226, 0.3));
    transform: scale(1.1);
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Estilos para el men� de navegaci�n */
.mud-nav-menu[b-p4daomegjr] {
    padding: 8px 0;
}

.mud-nav-link[b-p4daomegjr] {
    border-radius: 4px;
    margin: 4px 8px;
    transition: all 0.3s ease;
}

    .mud-nav-link:hover[b-p4daomegjr] {
        background-color: rgba(255, 255, 255, 0.1) !important;
    }

    .mud-nav-link.active[b-p4daomegjr] {
        background-color: var(--mud-palette-primary) !important;
        color: white !important;
    }

/* Estilos para los grupos del men� */
.mud-nav-group[b-p4daomegjr] {
    margin-bottom: 8px;
}

.mud-nav-group-title[b-p4daomegjr] {
    font-weight: 500;
    padding: 8px 16px;
}

/* Ajustes para el modo mini */
.mud-drawer-mini .mud-nav-link-text[b-p4daomegjr] {
    display: none;
}

.mud-drawer-mini .mud-nav-group-title[b-p4daomegjr] {
    justify-content: center;
}
/* /Pages/Consolidados.razor.rz.scp.css */
/* /Pages/Logins/Login.razor.rz.scp.css */
/* Estilos optimizados para mejor visualización */
.company-info[b-4baybntinw] {
    background-color: #ffffea;
    padding: 1rem 0; /* Reducido el padding vertical */
    margin-bottom: 0.5rem; /* Menor margen inferior */
}

.company-info strong[b-4baybntinw] {
    color: #2c3e50;
    font-size: 1.2rem; /* Tamaño de fuente ligeramente reducido */
    font-weight: 600;
    font-family:Calibri
}



.contenido-frm[b-4baybntinw] {
    min-height: calc(100vh - 180px); /* Asegura espacio para el contenido */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centra verticalmente */
    padding: 1rem 0; /* Espaciado interno equilibrado */
}

.pie-pagina[b-4baybntinw] {
    background-color: #ffffea;
    padding: 0.8rem 0; /* Reducido el padding */
    position: relative; /* Cambiado de fixed a relative */
    width: 100%;
    border-top: 1px solid #eaeaea;
    margin-top: auto; /* Empuja el footer hacia abajo */
}

.footer p[b-4baybntinw] {
    color: black;
    margin-bottom: 0.3rem; /* Reducido el margen */
    font-size: 0.85rem;
}

.footer a[b-4baybntinw] {
    color: #3498db;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

.footer a:hover[b-4baybntinw] {
    color: #2980b9;
    text-decoration: underline;
}
/* /Pages/Utilidades/BtnEstandar.razor.rz.scp.css */
.bi[b-1j3m14lcl1] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 1rem;
    font-size: 1rem;
    flex-shrink: 0; /* Evita que se comprima en pantallas pequeñas */
}

.bi bi-save[b-1j3m14lcl1] {
    font-size: 1rem;
}


bi bi-arrow-counterclockwise[b-1j3m14lcl1] {
    font-size: 1rem;
}


.botones[b-1j3m14lcl1] {
   /* background: linear-gradient(to right, var(--dark-blue), #003366);*/
    border: none;
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    width: 100%;
    margin-top: 20px;
    color: white;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 35, 102, 0.3);
    transition: var(--transition);
}

    .botones:hover[b-1j3m14lcl1] {
        background: var(--hover-bg);
        box-shadow: 0 4px 12px rgba(0, 35, 102, 0.4);
        transform: translateY(-1px);
    }
/*.btn-primary {
    background: linear-gradient(to right, var(--dark-blue), #003366);
    border: none;
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    width: 100%;
    margin-top: 20px;
    color: white;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 35, 102, 0.3);
    transition: var(--transition);
}

.btn-secondary {
    border: none;
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    width: 100%;
    margin-top: 20px;
    color: white;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 35, 102, 0.3);
    transition: var(--transition);
}

.btn-warning {
    border: none;
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    width: 100%;
    margin-top: 20px;
    color: white;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 35, 102, 0.3);
    transition: var(--transition);
}*/
/*.btn-primary:hover {
    background: var(--hover-bg);
    box-shadow: 0 4px 12px rgba(0, 35, 102, 0.4);
    transform: translateY(-1px);
}


.btn-secondary:hover {
    background: var(--hover-bg);
    box-shadow: 0 4px 12px rgba(0, 35, 102, 0.4);
    transform: translateY(-1px);
}

.btn-warning:hover {
    background: var(--hover-bg);
    box-shadow: 0 4px 12px rgba(0, 35, 102, 0.4);
    transform: translateY(-1px);
}
*/
/* /Pages/Utilidades/ComponentesBlazor/CardGenerico.razor.rz.scp.css */
/* Estilos generales para la tarjeta */
[b-b6bmepe43e] .card-contedor {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    height: 100%;
}

[b-b6bmepe43e] .card-contedor:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Estilos para la cabecera */
[b-b6bmepe43e] .card-Cabezera {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}


/* Estilos para la sección de "Leer más" */
[b-b6bmepe43e] .card-contenido-sobrante {
    padding: 0 20px 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    /* Estilos para el botón "Read more" */
    [b-b6bmepe43e] .card-contenido-sobrante .mb-4 {
        font-weight: 500;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-size: 0.75rem;
    }

/* Efecto para el botón de icono */
[b-b6bmepe43e] .card-Cabezera .mud-icon-button:hover {
    background-color: white;
    transform: scale(1.1);
}

/* Responsive design */
@media (max-width: 600px) {
    [b-b6bmepe43e] .card-Cabezera {
        padding: 12px 16px;
    }

    [b-b6bmepe43e] .card-contenido {
        padding: 16px;
    }

    [b-b6bmepe43e] .card-contenido-sobrante {
        padding: 0 16px 12px 16px;
    }
}
/* /Pages/Utilidades/FrmCampos.razor.rz.scp.css */
/* FrmCampos.razor.css */
.grupo-inputs[b-fv6ovy3htw] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    font-family:Calibri;
}
/* /Pages/Utilidades/Loading.razor.rz.scp.css */
.loading-overlay[b-qppwyr57kk] {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}

.loading-overlay .spinner-border[b-qppwyr57kk] {
    width: 3rem;
    height: 3rem;
}
/* /Pages/Utilidades/MenuRapido.razor.rz.scp.css */
/* styles.css o tu archivo de estilos */
[b-h8vd4gfh34] .nav-container {
    margin-bottom: 2rem;
    position: relative;
    padding: 1rem 0;
}

[b-h8vd4gfh34] .nav-title {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

    [b-h8vd4gfh34] .nav-title::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 50px;
        height: 4px;
        background: linear-gradient(90deg, #3b82f6, #8b5cf6);
        border-radius: 2px;
    }

[b-h8vd4gfh34] .nav-button {
    /* display: inline-block;*/
    position: relative;
    padding: 0.75rem 1.5rem;
    color: #8b5cf6;
    font-weight: 600;
    text-decoration: none;
    /*border-radius: 8px;*/
    overflow: hidden;
    /*  background: linear-gradient(135deg, #3b82f6, #6366f1);*/
    /*   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    transition: all 0.3s ease;
    z-index: 1;
}

    [b-h8vd4gfh34] .nav-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    [b-h8vd4gfh34] .nav-button .button-hover-effect {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: -1;
    }

    [b-h8vd4gfh34] .nav-button:hover .button-hover-effect {
        opacity: 1;
    }

[b-h8vd4gfh34] .nav-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent, #3b82f6, #8b5cf6, transparent);
    border: none;
    margin: 1.5rem 0;
    opacity: 0.6;
}
/* /Pages/Utilidades/Modal/ModalContainer.razor.rz.scp.css */
/* ============ VARIABLES DE TEMA ============ */
:root[b-u0apne4wfw] {
    --primary-color: #4361ee; /* Azul primario */
    --danger-color: #f72585; /* Rojo para acciones peligrosas */
    --success-color: #4cc9f0; /* Azul claro para éxito */
    --text-dark: #000000; /* Texto negro principal */
    --text-medium: #333333; /* Texto gris oscuro */
    --text-light: #555555; /* Texto gris */
    --bg-light: #f8f9fa; /* Fondo claro */
    --border-light: #e9ecef; /* Borde sutil */
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ============ BACKDROP ============ */
.custom-modal-backdrop[b-u0apne4wfw] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    opacity: 0;
    animation: fadeIn-b-u0apne4wfw 0.3s ease-out forwards;
}

/* ============ MODAL CENTRADO ============ */
.custom-modal[b-u0apne4wfw] {
    position: relative;
    max-width: 650px;
    width: 90%;
    margin: 0 auto;
}

.modal-content[b-u0apne4wfw] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: translateY(20px);
    animation: slideUp-b-u0apne4wfw 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    background-color: white;
}

/* ============ HEADER CON TEXTO NEGRO ============ */
.modal-header[b-u0apne4wfw] {
    background-color: white;
    padding: 1.5rem;
    border-bottom: 1px solid var(--border-light);
    position: relative;
    flex-shrink: 0;
}

.modal-header-content[b-u0apne4wfw] {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: calc(100% - 40px);
}

.modal-icon[b-u0apne4wfw] {
    font-size: 1.5rem;
    color: var(--text-dark); /* Ícono en color primario */
    flex-shrink: 0;
}

.modal-title[b-u0apne4wfw] {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: var(--text-dark); /* Título en negro */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============ BOTÓN CERRAR ============ */
.btn-close[b-u0apne4wfw] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: var(--text-medium); /* Color gris oscuro */
    opacity: 0.8;
    transition: var(--transition);
    cursor: pointer;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-close:hover[b-u0apne4wfw] {
        opacity: 1;
        color: var(--text-dark); /* Negro al hacer hover */
        transform: rotate(90deg);
    }

/* ============ CUERPO ============ */
.modal-body[b-u0apne4wfw] {
    padding: 2rem;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: white;
    overflow-y: auto;
    flex-grow: 1;
}

/* ============ FOOTER ============ */
.modal-footer[b-u0apne4wfw] {
    padding: 1.5rem;
    background-color: var(--bg-light);
    border-top: 1px solid var(--border-light);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-shrink: 0;
}

    .modal-footer .btn[b-u0apne4wfw] {
        padding: 0.6rem 1.5rem;
        border-radius: 8px;
        font-weight: 500;
        transition: var(--transition);
        border: none;
        font-family: 'Inter', sans-serif;
        cursor: pointer;
    }

    .modal-footer .btn-primary[b-u0apne4wfw] {
        background-color: var(--primary-color);
        color: white;
    }

    .modal-footer .btn-danger[b-u0apne4wfw] {
        background-color: var(--danger-color);
        color: white;
    }

    .modal-footer .btn-secondary[b-u0apne4wfw] {
        background-color: #e9ecef;
        color: var(--text-dark);
    }

    .modal-footer .btn:hover[b-u0apne4wfw] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

/* ============ ANIMACIONES ============ */
@keyframes fadeIn-b-u0apne4wfw {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-u0apne4wfw {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 768px) {
    .custom-modal[b-u0apne4wfw] {
        width: 95%;
        max-width: 95%;
    }

    .modal-header[b-u0apne4wfw] {
        padding: 1.2rem;
    }

    .modal-title[b-u0apne4wfw] {
        font-size: 1.3rem;
    }

    .modal-body[b-u0apne4wfw] {
        padding: 1.5rem;
    }

    .modal-footer[b-u0apne4wfw] {
        padding: 1.2rem;
        flex-wrap: wrap;
    }

        .modal-footer .btn[b-u0apne4wfw] {
            padding: 0.5rem 1.2rem;
            font-size: 0.9rem;
        }
}

@media (max-width: 480px) {
    .modal-header[b-u0apne4wfw] {
        padding: 1rem;
    }

    .modal-title[b-u0apne4wfw] {
        font-size: 1.1rem;
    }

    .modal-body[b-u0apne4wfw] {
        padding: 1rem;
    }

    .btn-close[b-u0apne4wfw] {
        width: 30px;
        height: 30px;
        top: 0.5rem;
        right: 0.5rem;
    }
}
/* /Pages/Utilidades/Notificacion/AlertNotificacion.razor.rz.scp.css */
.toast-header[b-dguuc52jjm] {
    background-color: orangered !important;
    color: white !important;
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-weight: bold !important;
}
/* /Pages/Utilidades/Tabla/MudTable/TableGeneric.razor.rz.scp.css */
/* No necesitas usar !important si usas selectores específicos */
[b-ncjdzpjvre] .columnas-thmud {
    background-color: #2c3e50 !important;
    text-transform:uppercase;
    color: white !important;
    font-weight: 600 !important;
    font-family: 'Segoe UI' !important;
}

[b-ncjdzpjvre] .celda-mudtb {
    background-color: #aeb4ac;
    text-transform:uppercase;
    color: #000000 !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-family: 'Segoe UI' !important;
}

[b-ncjdzpjvre] .celdaAccion-mudtb {
    background-color: #7f8c8d;
    color: #000000 !important;
    font-weight: 600 !important;
    font-family: 'Segoe UI' !important;
}
/* Selector para hover */
[b-ncjdzpjvre] .mud-table-row:hover .celda-mudtb {
    background-color: #007896!important;
}

[b-ncjdzpjvre] .celdaAccion-mudtb:hover {
    background-color: #7084e7;
    color:#ffffff !important;
}
/* /Pages/Utilidades/Tabla/TableRow.razor.rz.scp.css */
.bi[b-ud59zlm4o1] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 1rem;
    font-size: 1rem;
    flex-shrink: 0; /* Evita que se comprima en pantallas pequeñas */
}

.bi bi-pencil-square[b-ud59zlm4o1], bi bi-trash[b-ud59zlm4o1]{
    font-size: 1.2rem;
   
}


.btn-actions-spacing[b-ud59zlm4o1] {
    margin-right: 0.9rem; /* 8px de espacio */
}

/* O para mayor control */
/*.btn-action-edit {
    margin-right: 10px;
}*/






