/* /Pages/Mantenedores/Socios.razor.rz.scp.css */
#listado[b-dfe9adzvvg] {
    display: none;
}
/* /Pages/Modulos/PagoCuotaPrestamo.razor.rz.scp.css */
/* ========================================= */
/* 🎨 PORTAL DE PAGOS - PLANTILLA SKOTE    */
/* ========================================= */

.prestamo-card[b-9rwtglz71j] {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.prestamo-card:hover[b-9rwtglz71j] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.prestamo-card-header[b-9rwtglz71j] {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.prestamo-info[b-9rwtglz71j] {
    flex: 1;
}

.prestamo-numero[b-9rwtglz71j] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 8px;
}

.prestamo-detalles[b-9rwtglz71j] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    color: #666;
    font-size: 0.9rem;
}

.prestamo-estado[b-9rwtglz71j] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
}

.estado-vigente[b-9rwtglz71j] {
    background: #e8f5e9;
    color: #2e7d32;
}

.estado-atrasado[b-9rwtglz71j] {
    background: #ffebee;
    color: #c62828;
}

.expand-icon[b-9rwtglz71j] {
    transition: transform 0.3s ease;
    color: #556ee6;
}

.expand-icon.expanded[b-9rwtglz71j] {
    transform: rotate(180deg);
}

.prestamo-card-body[b-9rwtglz71j] {
    padding: 20px;
}

.cuotas-table[b-9rwtglz71j] {
    width: 100%;
    margin-top: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cuota-row[b-9rwtglz71j] {
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 0;
    display: grid;
    grid-template-columns: 50px 80px 110px 110px 110px 110px 110px 120px 80px 80px 110px 110px 110px 100px 60px;
    gap: 10px;
    align-items: center;
    transition: background 0.2s;
    font-size: 0.85rem;
    min-width: 1660px;
}

.cuota-row:hover[b-9rwtglz71j] {
    background: #f9f9f9;
}

.cuota-checkbox[b-9rwtglz71j] {
    transform: scale(1.3);
    cursor: pointer;
}

.cuota-numero[b-9rwtglz71j] {
    font-weight: 600;
    color: #212529;
}

.cuota-valor[b-9rwtglz71j] {
    font-weight: 500;
    color: #556ee6;
    text-align: right;
}

.cuota-vencimiento[b-9rwtglz71j] {
    color: #666;
    font-size: 0.85rem;
}

.cuota-estado-badge[b-9rwtglz71j] {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    text-align: center;
    white-space: nowrap;
}

.cuota-pendiente[b-9rwtglz71j] {
    background: #fff3cd;
    color: #856404;
}

.cuota-pagada[b-9rwtglz71j] {
    background: #d4edda;
    color: #155724;
}

.cuota-vencida[b-9rwtglz71j] {
    background: #f8d7da;
    color: #721c24;
}

.resumen-panel[b-9rwtglz71j] {
    background: #f8f9fa;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.resumen-grid[b-9rwtglz71j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.resumen-item[b-9rwtglz71j] {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e2e2e2;
}

.resumen-label[b-9rwtglz71j] {
    font-weight: 500;
    color: #666;
}

.resumen-valor[b-9rwtglz71j] {
    font-weight: 600;
    color: #212529;
}

.total-section[b-9rwtglz71j] {
    background: #fff;
    border: 2px solid #34c38f;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-label[b-9rwtglz71j] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #666;
}

.total-valor[b-9rwtglz71j] {
    font-size: 2rem;
    font-weight: 700;
    color: #34c38f;
}

.btn-pagar[b-9rwtglz71j] {
    background: #556ee6;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-pagar:hover:not(:disabled)[b-9rwtglz71j] {
    background: #485ec4;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(85, 110, 230, 0.3);
}

.btn-pagar:disabled[b-9rwtglz71j] {
    background: #ccc;
    cursor: not-allowed;
}

.no-cuotas-seleccionadas[b-9rwtglz71j] {
    text-align: center;
    color: #999;
    padding: 40px 20px;
    font-style: italic;
}

.badge-cuotas-seleccionadas[b-9rwtglz71j] {
    background: #556ee6;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-left: 10px;
    display: inline-block;
}

.input-editable[b-9rwtglz71j] {
    width: 100%;
    max-width: 120px;
    text-align: right;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 0.85rem;
    transition: all 0.3s;
}

.input-editable:focus[b-9rwtglz71j] {
    border-color: #556ee6;
    box-shadow: 0 0 0 0.2rem rgba(85, 110, 230, 0.25);
    outline: none;
}

.input-editable:disabled[b-9rwtglz71j] {
    background: #f5f5f5;
    cursor: not-allowed;
}

.cuota-valor.editable[b-9rwtglz71j] {
    padding: 0;
}

.btn-edit-row[b-9rwtglz71j] {
    background: transparent;
    border: 1px solid #f1b44c;
    color: #f1b44c;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.75rem;
}

.btn-edit-row:hover[b-9rwtglz71j] {
    background: #f1b44c;
    color: white;
}

.btn-edit-row.editing[b-9rwtglz71j] {
    background: #f46a6a;
    border-color: #f46a6a;
    color: white;
}

.btn-edit-row.editing:hover[b-9rwtglz71j] {
    background: #e05555;
    border-color: #e05555;
}

.btn-edit-row:disabled[b-9rwtglz71j] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ============================================ */
/* 🎯 FOOTER FIJO TIPO PORTAL DE PAGOS       */
/* ============================================ */
.payment-footer[b-9rwtglz71j] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fafafa;
    border-top: 2px solid #c6c6c6;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    display: none; /* Oculto por defecto */
}

.payment-footer.active[b-9rwtglz71j] {
    display: block; /* Se muestra cuando hay cuotas seleccionadas */
}

.payment-footer-content[b-9rwtglz71j] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 30px;
    align-items: center;
}

.payment-summary[b-9rwtglz71j] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payment-summary-title[b-9rwtglz71j] {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
}

.payment-summary-amount[b-9rwtglz71j] {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.payment-summary-label[b-9rwtglz71j] {
    font-size: 0.9rem;
    color: #666;
}

.payment-summary-value[b-9rwtglz71j] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #34c38f;
}

.payment-footer-separator[b-9rwtglz71j] {
    width: 2px;
    height: 60px;
    background: #c6c6c6;
}

.payment-footer-actions[b-9rwtglz71j] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

/* Espaciado inferior para evitar que el contenido quede oculto */
body.has-payment-footer[b-9rwtglz71j] {
    padding-bottom: 120px;
}

@media (max-width: 768px) {
    .payment-footer-content[b-9rwtglz71j] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .payment-footer-separator[b-9rwtglz71j] {
        display: none;
    }

    .payment-footer-actions[b-9rwtglz71j] {
        flex-direction: column;
    }
}
/* /Pages/Modulos/PrePagoCuotaPrestamo.razor.rz.scp.css */
/* ========================================= */
/* 🎨 PORTAL DE PAGOS - PLANTILLA SKOTE    */
/* ========================================= */

.prestamo-card[b-1929w4o2y8] {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

    .prestamo-card:hover[b-1929w4o2y8] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.prestamo-card-header[b-1929w4o2y8] {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.prestamo-info[b-1929w4o2y8] {
    flex: 1;
}

.prestamo-numero[b-1929w4o2y8] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 8px;
}

.prestamo-detalles[b-1929w4o2y8] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    color: #666;
    font-size: 0.9rem;
}

.prestamo-estado[b-1929w4o2y8] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
}

.estado-vigente[b-1929w4o2y8] {
    background: #e8f5e9;
    color: #2e7d32;
}

.estado-atrasado[b-1929w4o2y8] {
    background: #ffebee;
    color: #c62828;
}

.expand-icon[b-1929w4o2y8] {
    transition: transform 0.3s ease;
    color: #556ee6;
}

    .expand-icon.expanded[b-1929w4o2y8] {
        transform: rotate(180deg);
    }

.prestamo-card-body[b-1929w4o2y8] {
    padding: 20px;
}

.cuotas-table[b-1929w4o2y8] {
    width: 100%;
    margin-top: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cuota-row[b-1929w4o2y8] {
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 0;
    display: grid;
    grid-template-columns: 50px 80px 110px 110px 110px 110px 110px 120px 80px 80px 110px 110px 110px 100px 60px;
    gap: 10px;
    align-items: center;
    transition: background 0.2s;
    font-size: 0.85rem;
    min-width: 1660px;
}

    .cuota-row:hover[b-1929w4o2y8] {
        background: #f9f9f9;
    }

.cuota-checkbox[b-1929w4o2y8] {
    transform: scale(1.3);
    cursor: pointer;
}

.cuota-numero[b-1929w4o2y8] {
    font-weight: 600;
    color: #212529;
}

.cuota-valor[b-1929w4o2y8] {
    font-weight: 500;
    color: #556ee6;
    text-align: right;
}

.cuota-vencimiento[b-1929w4o2y8] {
    color: #666;
    font-size: 0.85rem;
}

.cuota-estado-badge[b-1929w4o2y8] {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    text-align: center;
    white-space: nowrap;
}

.cuota-pendiente[b-1929w4o2y8] {
    background: #fff3cd;
    color: #856404;
}

.cuota-pagada[b-1929w4o2y8] {
    background: #d4edda;
    color: #155724;
}

.cuota-vencida[b-1929w4o2y8] {
    background: #f8d7da;
    color: #721c24;
}

.resumen-panel[b-1929w4o2y8] {
    background: #f8f9fa;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.resumen-grid[b-1929w4o2y8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.resumen-item[b-1929w4o2y8] {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e2e2e2;
}

.resumen-label[b-1929w4o2y8] {
    font-weight: 500;
    color: #666;
}

.resumen-valor[b-1929w4o2y8] {
    font-weight: 600;
    color: #212529;
}

.total-section[b-1929w4o2y8] {
    background: #fff;
    border: 2px solid #34c38f;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-label[b-1929w4o2y8] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #666;
}

.total-valor[b-1929w4o2y8] {
    font-size: 2rem;
    font-weight: 700;
    color: #34c38f;
}

.btn-pagar[b-1929w4o2y8] {
    background: #556ee6;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
}

    .btn-pagar:hover:not(:disabled)[b-1929w4o2y8] {
        background: #485ec4;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(85, 110, 230, 0.3);
    }

    .btn-pagar:disabled[b-1929w4o2y8] {
        background: #ccc;
        cursor: not-allowed;
    }

.no-cuotas-seleccionadas[b-1929w4o2y8] {
    text-align: center;
    color: #999;
    padding: 40px 20px;
    font-style: italic;
}

.badge-cuotas-seleccionadas[b-1929w4o2y8] {
    background: #556ee6;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-left: 10px;
    display: inline-block;
}

.input-editable[b-1929w4o2y8] {
    width: 100%;
    max-width: 120px;
    text-align: right;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 0.85rem;
    transition: all 0.3s;
}

    .input-editable:focus[b-1929w4o2y8] {
        border-color: #556ee6;
        box-shadow: 0 0 0 0.2rem rgba(85, 110, 230, 0.25);
        outline: none;
    }

    .input-editable:disabled[b-1929w4o2y8] {
        background: #f5f5f5;
        cursor: not-allowed;
    }

.cuota-valor.editable[b-1929w4o2y8] {
    padding: 0;
}

.btn-edit-row[b-1929w4o2y8] {
    background: transparent;
    border: 1px solid #f1b44c;
    color: #f1b44c;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.75rem;
}

    .btn-edit-row:hover[b-1929w4o2y8] {
        background: #f1b44c;
        color: white;
    }

    .btn-edit-row.editing[b-1929w4o2y8] {
        background: #f46a6a;
        border-color: #f46a6a;
        color: white;
    }

        .btn-edit-row.editing:hover[b-1929w4o2y8] {
            background: #e05555;
            border-color: #e05555;
        }

    .btn-edit-row:disabled[b-1929w4o2y8] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* ============================================ */
/* 🎯 FOOTER FIJO TIPO PORTAL DE PAGOS       */
/* ============================================ */
.payment-footer[b-1929w4o2y8] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fafafa;
    border-top: 2px solid #c6c6c6;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    display: none; /* Oculto por defecto */
}

    .payment-footer.active[b-1929w4o2y8] {
        display: block; /* Se muestra cuando hay cuotas seleccionadas */
    }

.payment-footer-content[b-1929w4o2y8] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 30px;
    align-items: center;
}

.payment-summary[b-1929w4o2y8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payment-summary-title[b-1929w4o2y8] {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.payment-summary-amount[b-1929w4o2y8] {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.payment-summary-label[b-1929w4o2y8] {
    font-size: 0.9rem;
    color: #666;
}

.payment-summary-value[b-1929w4o2y8] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #34c38f;
}

.payment-footer-separator[b-1929w4o2y8] {
    width: 2px;
    height: 60px;
    background: #c6c6c6;
}

.payment-footer-actions[b-1929w4o2y8] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

/* ============================================ */
/* 🎨 ESTILOS PARA PREPAGO                   */
/* ============================================ */

/* Clases de colores para cuotas */
.por-vencer[b-1929w4o2y8] {
    background-color: #fff9e6 !important;
}

.sin-interes[b-1929w4o2y8] {
    background-color: #e8f5e9 !important;
}

.interes-cero[b-1929w4o2y8] {
    color: #28a745;
    font-weight: 600;
}

/* Sección de comisión prepago */
.comision-prepago-section[b-1929w4o2y8] {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

/* Input de gastos */
.input-gastos[b-1929w4o2y8] {
    width: 100%;
    text-align: right;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 0.95rem;
    transition: all 0.3s;
}

    .input-gastos:focus[b-1929w4o2y8] {
        border-color: #556ee6;
        box-shadow: 0 0 0 0.2rem rgba(85, 110, 230, 0.25);
        outline: none;
    }

    .input-gastos:disabled[b-1929w4o2y8] {
        background: #f5f5f5;
        cursor: not-allowed;
    }

/* Clase no-cuotas para mensaje de carga */
.no-cuotas[b-1929w4o2y8] {
    text-align: center;
    color: #999;
    padding: 40px 20px;
    font-style: italic;
}

/* Espaciado inferior para evitar que el contenido quede oculto */
body.has-payment-footer[b-1929w4o2y8] {
    padding-bottom: 120px;
}

@media (max-width: 768px) {
    .payment-footer-content[b-1929w4o2y8] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .payment-footer-separator[b-1929w4o2y8] {
        display: none;
    }

    .payment-footer-actions[b-1929w4o2y8] {
        flex-direction: column;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ueeflgqjip] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ueeflgqjip] {
    flex: 1;
}

.sidebar[b-ueeflgqjip] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ueeflgqjip] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ueeflgqjip]  a, .top-row[b-ueeflgqjip]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ueeflgqjip]  a:hover, .top-row[b-ueeflgqjip]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ueeflgqjip]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ueeflgqjip] {
        display: none;
    }

    .top-row.auth[b-ueeflgqjip] {
        justify-content: space-between;
    }

    .top-row[b-ueeflgqjip]  a, .top-row[b-ueeflgqjip]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ueeflgqjip] {
        flex-direction: row;
    }

    .sidebar[b-ueeflgqjip] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ueeflgqjip] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ueeflgqjip]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ueeflgqjip], article[b-ueeflgqjip] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9bz72riiph] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9bz72riiph] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9bz72riiph] {
    font-size: 1.1rem;
}

.oi[b-9bz72riiph] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9bz72riiph] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9bz72riiph] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9bz72riiph] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9bz72riiph]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9bz72riiph]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9bz72riiph]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9bz72riiph] {
        display: none;
    }

    .collapse[b-9bz72riiph] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-9bz72riiph] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

