/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ma7gxoh8cv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ma7gxoh8cv] {
    flex: 1;
}

.sidebar[b-ma7gxoh8cv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ma7gxoh8cv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ma7gxoh8cv]  a, .top-row[b-ma7gxoh8cv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ma7gxoh8cv]  a:hover, .top-row[b-ma7gxoh8cv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ma7gxoh8cv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ma7gxoh8cv] {
        justify-content: space-between;
    }

    .top-row[b-ma7gxoh8cv]  a, .top-row[b-ma7gxoh8cv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ma7gxoh8cv] {
        flex-direction: row;
    }

    .sidebar[b-ma7gxoh8cv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ma7gxoh8cv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ma7gxoh8cv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ma7gxoh8cv], article[b-ma7gxoh8cv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/Tools/Carrusel.razor.rz.scp.css */
.carrusel-container[b-ut224ynule] {
    position: relative;
    width: 100%;
    /* max-width: 2200px; Ajusta el ancho del carrusel seg&uacute;n sea necesario */
    margin: auto;
}

.carrusel[b-ut224ynule] {
    display: flex;
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.carrusel-item[b-ut224ynule] {
    flex: 0 0 auto;
    width: 100%;
    display: none;
}

.carrusel-item.active[b-ut224ynule] {
    display: block;
}

.carrusel-item img[b-ut224ynule] {
    width: 100%;
    height: auto;
}
/* /Layout/Tools/CarruselTestimonials.razor.rz.scp.css */
.carrusel-container[b-i71yq2g6t7] {
    position: relative;
    width: 100%;
    /* max-width: 2200px; Ajusta el ancho del carrusel seg&uacute;n sea necesario */
    margin: auto;
}

.carrusel[b-i71yq2g6t7] {
    display: flex;
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.carrusel-item[b-i71yq2g6t7] {
    flex: 0 0 auto;
    width: 100%;
    display: none;
}

    .carrusel-item.active[b-i71yq2g6t7] {
        display: block;
    }

    .carrusel-item img[b-i71yq2g6t7] {
        width: 100%;
        height: auto;
    }
/* /Layout/Tools/Carrusel_clients.razor.rz.scp.css */
.carrusel-container[b-tcsq3i9ytz] {
    position: relative;
    width: 100%;
    /* max-width: 2200px; Ajusta el ancho del carrusel seg&uacute;n sea necesario */
    margin: auto;
}

.carrusel[b-tcsq3i9ytz] {
    display: flex;
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.carrusel-item[b-tcsq3i9ytz] {
    flex: 0 0 auto;
    width: 100%;
    display: none;
}

.carrusel-item.active[b-tcsq3i9ytz] {
    display: block;
}

.carrusel-item img[b-tcsq3i9ytz] {
    width: 100%;
    height: auto;
}
/* /Layout/Tools/Modal.razor.rz.scp.css */
.nodal[b-yilxoc4tj0] {
    position: fixed;
    z-index: 1;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0,4);
} 

.modal-content[b-yilxoc4tj0] {
    background-color: white;
    margin: 6% auto;
    padding: 14px;
    border: 1px solid #888;
    width: 60%;
    height: 74%;
}

.close[b-yilxoc4tj0] {
    color: #aaa;
    float: right;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover[b-yilxoc4tj0], .close:focus[b-yilxoc4tj0] {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* /Pages/Home.razor.rz.scp.css */
.carousel[b-l3vuwn35ru] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slide[b-l3vuwn35ru] {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* position: absolute; */
  animation: slide-b-l3vuwn35ru 50s infinite; /* 5 slides * 10 seconds per slide = 50 seconds */
}

@keyframes slide-b-l3vuwn35ru {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}
/* /Pages/InvoiceViewIncome.razor.rz.scp.css */
/* Estilos generales del componente */
[b-h10v0p6r2u] .card {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

[b-h10v0p6r2u] .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 15px 20px;
    font-weight: 600;
    color: #495057;
}

/* Secci�n Datos Le�dos */
.datos-leidos-section[b-h10v0p6r2u] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
}

.datos-leidos-title[b-h10v0p6r2u] {
    color: #495057;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
}

[b-h10v0p6r2u] .form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

/* Estilos para los campos de texto y fecha */
[b-h10v0p6r2u] .dx-textbox {
    border-radius: 4px;
    border: 1px solid #ced4da;
}

    [b-h10v0p6r2u] .dx-textbox.dx-state-readonly {
        background-color: #e9ecef;
        color: #6c757d;
    }

[b-h10v0p6r2u] .dx-datebox {
    border-radius: 4px;
    border: 1px solid #ced4da;
}

/* Checkbox de recargo de equivalencia */
[b-h10v0p6r2u] .dx-check-box {
    margin: 15px 0;
}

[b-h10v0p6r2u] .dx-check-box-switch {
    margin-right: 10px;
}

/* Tabla de impuestos */
.tax-table-container[b-h10v0p6r2u] {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.tax-table-header[b-h10v0p6r2u] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    padding: 15px 20px;
    font-weight: 600;
    color: #495057;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tax-table[b-h10v0p6r2u] {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

    .tax-table th[b-h10v0p6r2u] {
        background-color: #e9ecef;
        color: #495057;
        font-weight: 600;
        padding: 12px 8px;
        text-align: center;
        border-bottom: 2px solid #dee2e6;
        font-size: 0.9rem;
    }

    .tax-table td[b-h10v0p6r2u] {
        padding: 10px 8px;
        border-bottom: 1px solid #dee2e6;
        vertical-align: middle;
    }

    .tax-table tr:hover[b-h10v0p6r2u] {
        background-color: #f8f9fa;
    }

/* Estilos para los controles dentro de la tabla */
[b-h10v0p6r2u] .dx-textbox {
    width: 100%;
    min-width: 80px;
}

[b-h10v0p6r2u] .dx-combo-box {
    width: 100%;
    min-width: 100px;
}

/* Bot�n eliminar */
[b-h10v0p6r2u] .dx-button {
    padding: 4px 8px;
    border-radius: 4px;
    border: none;
    background-color: #dc3545;
    color: white;
    font-size: 0.8rem;
}

    [b-h10v0p6r2u] .dx-button:hover {
        background-color: #c82333;
    }

    [b-h10v0p6r2u] .dx-button:disabled {
        background-color: #6c757d;
        opacity: 0.6;
    }

/* Secci�n de totales */
.total-section[b-h10v0p6r2u] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

    .total-section .row[b-h10v0p6r2u] {
        align-items: end;
    }

    .total-section .form-label[b-h10v0p6r2u] {
        font-weight: 600;
        color: #495057;
        margin-bottom: 10px;
    }

/* Bot�n Guardar */
.btn-guardar[b-h10v0p6r2u] {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 15px;
}

    .btn-guardar:hover[b-h10v0p6r2u] {
        background-color: #0056b3;
        border-color: #0056b3;
    }

    .btn-guardar:disabled[b-h10v0p6r2u] {
        background-color: #6c757d;
        border-color: #6c757d;
        opacity: 0.6;
    }

/* Responsive */
@media (max-width: 768px) {
    .datos-leidos-section[b-h10v0p6r2u] {
        padding: 15px;
    }

    .tax-table-container[b-h10v0p6r2u] {
        overflow-x: auto;
    }

    .tax-table[b-h10v0p6r2u] {
        min-width: 600px;
    }

    .btn-agregar[b-h10v0p6r2u] {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
}

/* Estilos para campos calculados (solo lectura) */
.calculated-field[b-h10v0p6r2u] {
    background-color: #e9ecef;
    color: #495057;
    font-weight: 500;
    text-align: right;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

/* Estilos para el checkbox procesado */
[b-h10v0p6r2u] .dx-check-box {
    margin-top: 10px;
}

/* Mejoras en el espaciado */
.row[b-h10v0p6r2u] {
    margin-bottom: 15px;
}

.col-md-3[b-h10v0p6r2u], .col-md-6[b-h10v0p6r2u] {
    margin-bottom: 10px;
}

/* Estilos para los contenedores de botones */
.contenedor-btn[b-h10v0p6r2u] {
    margin: 10px;
    text-align: right;
}

/* Estilos para los botones de acci�n */
[b-h10v0p6r2u] .dx-button {
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Estilos para el visor de documentos */
.image-zoom[b-h10v0p6r2u] {
    position: relative;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.zoom-image[b-h10v0p6r2u] {
    max-width: 100%;
    height: auto;
    display: block;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.element-img[b-h10v0p6r2u] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

/* Estilos para la tabla de impuestos */
.tax-table[b-h10v0p6r2u] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

    .tax-table th[b-h10v0p6r2u] {
        background-color: #f8f9fa;
        color: #495057;
        font-weight: 600;
        padding: 12px 8px;
        text-align: center;
        border-bottom: 2px solid #dee2e6;
        font-size: 0.9rem;
    }

    .tax-table td[b-h10v0p6r2u] {
        padding: 8px;
        border-bottom: 1px solid #e9ecef;
        vertical-align: middle;
        text-align: center;
    }

    .tax-table tbody tr:hover[b-h10v0p6r2u] {
        background-color: #f8f9fa;
    }

    .tax-table tfoot tr[b-h10v0p6r2u] {
        background-color: #e9ecef;
        font-weight: bold;
    }

    .tax-table tfoot th[b-h10v0p6r2u] {
        border-top: 2px solid #dee2e6;
        background-color: #e9ecef;
    }

    /* Estilos para los controles en la tabla */
    .tax-table[b-h10v0p6r2u]  .dx-spin-edit {
        width: 100%;
        min-width: 80px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        padding: 4px 8px;
    }

    .tax-table[b-h10v0p6r2u]  .dx-combo-box {
        width: 100%;
        min-width: 80px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        padding: 4px 8px;
    }

    .tax-table[b-h10v0p6r2u]  .dx-button {
        padding: 4px 8px;
        font-size: 0.8rem;
        border-radius: 4px;
        transition: all 0.2s ease;
    }

        .tax-table[b-h10v0p6r2u]  .dx-button:hover {
            background-color: #c82333;
            border-color: #bd2130;
            transform: translateY(-1px);
        }

/* Estilos para la secci�n de datos le�dos */
.datos-leidos-section[b-h10v0p6r2u] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.datos-leidos-title[b-h10v0p6r2u] {
    color: #495057;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 8px;
}

/* Estilos para el contenedor de la tabla */
.tax-table-container[b-h10v0p6r2u] {
    margin-top: 15px;
    overflow-x: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tax-table[b-h10v0p6r2u] {
        font-size: 0.8rem;
    }

        .tax-table th[b-h10v0p6r2u],
        .tax-table td[b-h10v0p6r2u] {
            padding: 6px 4px;
        }

        .tax-table[b-h10v0p6r2u]  .dx-spin-edit,
        .tax-table[b-h10v0p6r2u]  .dx-combo-box {
            font-size: 0.8rem;
            padding: 2px 4px;
        }

    .datos-leidos-section[b-h10v0p6r2u] {
        padding: 15px;
    }
}


@media (max-width: 576px) {
    /* En pantallas muy peque�as */
    .document-viewer-section[b-h10v0p6r2u] {
        order: 1 !important;
        margin-bottom: 20px;
    }

    .form-section[b-h10v0p6r2u] {
        order: 2 !important;
        margin-top: 0;
    }

    .image-zoom[b-h10v0p6r2u] {
        margin-bottom: 15px;
    }

    .zoom-image[b-h10v0p6r2u] {
        max-height: 300px;
    }

    iframe[b-h10v0p6r2u] {
        height: 300px !important;
    }

    /* Ajustar el t�tulo principal */
    h1[b-h10v0p6r2u] {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 15px;
    }

    /* Mejorar espaciado de los textos informativos */
    .info-texts[b-h10v0p6r2u] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .info-text-item[b-h10v0p6r2u] {
        width: 100% !important;
        margin: 5px 0 !important;
        text-align: center;
    }

    /* Ajustar secciones de datos */
    .datos-leidos-section[b-h10v0p6r2u] {
        padding: 12px;
        margin-bottom: 12px;
    }

    .datos-leidos-title[b-h10v0p6r2u] {
        font-size: 1rem;
        text-align: center;
    }

    /* Ajustar botones */
    .float-end[b-h10v0p6r2u] {
        float: none !important;
        text-align: center;
        margin-top: 10px;
    }

        .float-end .dx-button[b-h10v0p6r2u] {
            margin: 5px !important;
            width: auto;
        }

    /* Ajustar checkboxes */
    .row.mb-3 .col-6[b-h10v0p6r2u] {
        text-align: center;
        margin-bottom: 10px;
    }

    /* Ajustar tabla de impuestos */
    .tax-table[b-h10v0p6r2u] {
        font-size: 0.75rem;
        min-width: 500px;
    }

        .tax-table th[b-h10v0p6r2u],
        .tax-table td[b-h10v0p6r2u] {
            padding: 6px 4px;
        }

        .tax-table[b-h10v0p6r2u]  .dx-spin-edit,
        .tax-table[b-h10v0p6r2u]  .dx-combo-box {
            font-size: 0.75rem;
            padding: 2px 4px;
        }
}



/* Estilos para el iframe de PDF */
iframe[b-h10v0p6r2u] {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Estilos para el bot�n de descarga */
.element-img[b-h10v0p6r2u]  .dx-button {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    transition: all 0.2s ease;
}

    .element-img[b-h10v0p6r2u]  .dx-button:hover {
        background-color: #0056b3;
        border-color: #0056b3;
        transform: scale(1.05);
    }

/* Responsive para datos-leidos-section */
@media (max-width: 768px) {
    .datos-leidos-section[b-h10v0p6r2u] {
        padding: 15px;
    }

        .datos-leidos-section[b-h10v0p6r2u]  .dx-textbox,
        .datos-leidos-section[b-h10v0p6r2u]  .dx-date-edit,
        .datos-leidos-section[b-h10v0p6r2u]  .dx-memo {
            font-size: 12px;
            padding: 6px 8px;
        }
}

/* Estilos espec�ficos para la secci�n de datos de factura de ingreso */
.datos-leidos-section[b-h10v0p6r2u]  .dx-spin-edit {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

    .datos-leidos-section[b-h10v0p6r2u]  .dx-spin-edit:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

/* Estilos para campos de solo lectura en datos de factura */
.datos-leidos-section[b-h10v0p6r2u]  .dx-textbox.dx-state-readonly {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
}

/* Estilos para campos num�ricos */
.datos-leidos-section[b-h10v0p6r2u]  .dx-spin-edit .dx-texteditor-input {
    text-align: right;
    font-family: 'Courier New', monospace;
    font-weight: 500;
}

/* Estilos para etiquetas de campos num�ricos */
.datos-leidos-section .form-label:has(+ div .dx-spin-edit)[b-h10v0p6r2u] {
    color: #007bff;
    font-weight: 600;
}

/* Estilos para campos de porcentaje */
.datos-leidos-section .form-label:contains("%")[b-h10v0p6r2u] {
    color: #28a745;
    font-weight: 600;
}

/* Estilos para campos de totales */
.datos-leidos-section .form-label:contains("Total")[b-h10v0p6r2u] {
    color: #dc3545;
    font-weight: 700;
    font-size: 1.1em;
}

/* Estilos para campos de estado */
.datos-leidos-section .form-label:contains("Estado")[b-h10v0p6r2u] {
    color: #ffc107;
    font-weight: 600;
}

/* Estilos para textos informativos */
.info-texts[b-h10v0p6r2u] {
    margin-bottom: 20px;
}

.info-text-item[b-h10v0p6r2u] {
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 10px;
}

    .info-text-item p[b-h10v0p6r2u] {
        margin: 0;
        font-size: 0.9rem;
        color: #495057;
        line-height: 1.4;
    }

/* Estilos para las secciones principales */
.document-viewer-section[b-h10v0p6r2u] {
    margin-bottom: 20px;
}

.form-section[b-h10v0p6r2u] {
    margin-top: 20px;
}

/* Responsive para campos de datos de factura */
@media (max-width: 768px) {
    .datos-leidos-section[b-h10v0p6r2u]  .dx-spin-edit {
        font-size: 12px;
        padding: 6px 8px;
    }

    .datos-leidos-section .form-label[b-h10v0p6r2u] {
        font-size: 0.9rem;
    }
}
/* /Pages/InvoiceViewSpent.razor.rz.scp.css */
/* Estilos generales del componente */
[b-qd7ybr7i5b] .card {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

[b-qd7ybr7i5b] .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 15px 20px;
    font-weight: 600;
    color: #495057;
}

/* Secci�n Datos Le�dos */
.datos-leidos-section[b-qd7ybr7i5b] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
}

.datos-leidos-title[b-qd7ybr7i5b] {
    color: #495057;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
}

[b-qd7ybr7i5b] .form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

/* Estilos para los campos de texto y fecha */
[b-qd7ybr7i5b] .dx-textbox {
    border-radius: 4px;
    border: 1px solid #ced4da;
}

    [b-qd7ybr7i5b] .dx-textbox.dx-state-readonly {
        background-color: #e9ecef;
        color: #6c757d;
    }

[b-qd7ybr7i5b] .dx-datebox {
    border-radius: 4px;
    border: 1px solid #ced4da;
}

/* Checkbox de recargo de equivalencia */
[b-qd7ybr7i5b] .dx-check-box {
    margin: 15px 0;
}

[b-qd7ybr7i5b] .dx-check-box-switch {
    margin-right: 10px;
}

/* Tabla de impuestos */
.tax-table-container[b-qd7ybr7i5b] {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.tax-table-header[b-qd7ybr7i5b] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    padding: 15px 20px;
    font-weight: 600;
    color: #495057;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tax-table[b-qd7ybr7i5b] {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

    .tax-table th[b-qd7ybr7i5b] {
        background-color: #e9ecef;
        color: #495057;
        font-weight: 600;
        padding: 12px 8px;
        text-align: center;
        border-bottom: 2px solid #dee2e6;
        font-size: 0.9rem;
    }

    .tax-table td[b-qd7ybr7i5b] {
        padding: 10px 8px;
        border-bottom: 1px solid #dee2e6;
        vertical-align: middle;
    }

    .tax-table tr:hover[b-qd7ybr7i5b] {
        background-color: #f8f9fa;
    }

/* Estilos para los controles dentro de la tabla */
[b-qd7ybr7i5b] .dx-textbox {
    width: 100%;
    min-width: 80px;
}

[b-qd7ybr7i5b] .dx-combo-box {
    width: 100%;
    min-width: 100px;
}

/* Bot�n eliminar */
[b-qd7ybr7i5b] .dx-button {
    padding: 4px 8px;
    border-radius: 4px;
    border: none;
    background-color: #dc3545;
    color: white;
    font-size: 0.8rem;
}

    [b-qd7ybr7i5b] .dx-button:hover {
        background-color: #c82333;
    }

    [b-qd7ybr7i5b] .dx-button:disabled {
        background-color: #6c757d;
        opacity: 0.6;
    }

/* Secci�n de totales */
.total-section[b-qd7ybr7i5b] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

    .total-section .row[b-qd7ybr7i5b] {
        align-items: end;
    }

    .total-section .form-label[b-qd7ybr7i5b] {
        font-weight: 600;
        color: #495057;
        margin-bottom: 10px;
    }

/* Bot�n Guardar */
.btn-guardar[b-qd7ybr7i5b] {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 15px;
}

    .btn-guardar:hover[b-qd7ybr7i5b] {
        background-color: #0056b3;
        border-color: #0056b3;
    }

    .btn-guardar:disabled[b-qd7ybr7i5b] {
        background-color: #6c757d;
        border-color: #6c757d;
        opacity: 0.6;
    }

/* Responsive */
@media (max-width: 768px) {
    .datos-leidos-section[b-qd7ybr7i5b] {
        padding: 15px;
    }

    .tax-table-container[b-qd7ybr7i5b] {
        overflow-x: auto;
    }

    .tax-table[b-qd7ybr7i5b] {
        min-width: 600px;
    }

    .btn-agregar[b-qd7ybr7i5b] {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
}

/* Estilos para campos calculados (solo lectura) */
.calculated-field[b-qd7ybr7i5b] {
    background-color: #e9ecef;
    color: #495057;
    font-weight: 500;
    text-align: right;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

/* Estilos para el checkbox procesado */
[b-qd7ybr7i5b] .dx-check-box {
    margin-top: 10px;
}

/* Mejoras en el espaciado */
.row[b-qd7ybr7i5b] {
    margin-bottom: 15px;
}

.col-md-3[b-qd7ybr7i5b], .col-md-6[b-qd7ybr7i5b] {
    margin-bottom: 10px;
}

/* Estilos para los contenedores de botones */
.contenedor-btn[b-qd7ybr7i5b] {
    margin: 10px;
    text-align: right;
}

/* Estilos para los botones de acci�n */
[b-qd7ybr7i5b] .dx-button {
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Estilos para el visor de documentos */
.image-zoom[b-qd7ybr7i5b] {
    position: relative;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.zoom-image[b-qd7ybr7i5b] {
    max-width: 100%;
    height: auto;
    display: block;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.element-img[b-qd7ybr7i5b] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

/* Estilos para la tabla de impuestos */
.tax-table[b-qd7ybr7i5b] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

    .tax-table th[b-qd7ybr7i5b] {
        background-color: #f8f9fa;
        color: #495057;
        font-weight: 600;
        padding: 12px 8px;
        text-align: center;
        border-bottom: 2px solid #dee2e6;
        font-size: 0.9rem;
    }

    .tax-table td[b-qd7ybr7i5b] {
        padding: 8px;
        border-bottom: 1px solid #e9ecef;
        vertical-align: middle;
        text-align: center;
    }

    .tax-table tbody tr:hover[b-qd7ybr7i5b] {
        background-color: #f8f9fa;
    }

    .tax-table tfoot tr[b-qd7ybr7i5b] {
        background-color: #e9ecef;
        font-weight: bold;
    }

    .tax-table tfoot th[b-qd7ybr7i5b] {
        border-top: 2px solid #dee2e6;
        background-color: #e9ecef;
    }

    /* Estilos para los controles en la tabla */
    .tax-table[b-qd7ybr7i5b]  .dx-spin-edit {
        width: 100%;
        min-width: 80px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        padding: 4px 8px;
    }

    .tax-table[b-qd7ybr7i5b]  .dx-combo-box {
        width: 100%;
        min-width: 80px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        padding: 4px 8px;
    }

    .tax-table[b-qd7ybr7i5b]  .dx-button {
        padding: 4px 8px;
        font-size: 0.8rem;
        border-radius: 4px;
        transition: all 0.2s ease;
    }

        .tax-table[b-qd7ybr7i5b]  .dx-button:hover {
            background-color: #c82333;
            border-color: #bd2130;
            transform: translateY(-1px);
        }

/* Estilos para la secci�n de datos le�dos */
.datos-leidos-section[b-qd7ybr7i5b] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.datos-leidos-title[b-qd7ybr7i5b] {
    color: #495057;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 8px;
}

/* Estilos para el contenedor de la tabla */
.tax-table-container[b-qd7ybr7i5b] {
    margin-top: 15px;
    overflow-x: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tax-table[b-qd7ybr7i5b] {
        font-size: 0.8rem;
    }

        .tax-table th[b-qd7ybr7i5b],
        .tax-table td[b-qd7ybr7i5b] {
            padding: 6px 4px;
        }

        .tax-table[b-qd7ybr7i5b]  .dx-spin-edit,
        .tax-table[b-qd7ybr7i5b]  .dx-combo-box {
            font-size: 0.8rem;
            padding: 2px 4px;
        }

    .datos-leidos-section[b-qd7ybr7i5b] {
        padding: 15px;
    }
}


@media (max-width: 576px) {
    /* En pantallas muy peque�as */
    .document-viewer-section[b-qd7ybr7i5b] {
        order: 1 !important;
        margin-bottom: 20px;
    }

    .form-section[b-qd7ybr7i5b] {
        order: 2 !important;
        margin-top: 0;
    }

    .image-zoom[b-qd7ybr7i5b] {
        margin-bottom: 15px;
    }

    .zoom-image[b-qd7ybr7i5b] {
        max-height: 300px;
    }

    iframe[b-qd7ybr7i5b] {
        height: 300px !important;
    }

    /* Ajustar el t�tulo principal */
    h1[b-qd7ybr7i5b] {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 15px;
    }

    /* Mejorar espaciado de los textos informativos */
    .info-texts[b-qd7ybr7i5b] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .info-text-item[b-qd7ybr7i5b] {
        width: 100% !important;
        margin: 5px 0 !important;
        text-align: center;
    }

    /* Ajustar secciones de datos */
    .datos-leidos-section[b-qd7ybr7i5b] {
        padding: 12px;
        margin-bottom: 12px;
    }

    .datos-leidos-title[b-qd7ybr7i5b] {
        font-size: 1rem;
        text-align: center;
    }

    /* Ajustar botones */
    .float-end[b-qd7ybr7i5b] {
        float: none !important;
        text-align: center;
        margin-top: 10px;
    }

        .float-end .dx-button[b-qd7ybr7i5b] {
            margin: 5px !important;
            width: auto;
        }

    /* Ajustar checkboxes */
    .row.mb-3 .col-6[b-qd7ybr7i5b] {
        text-align: center;
        margin-bottom: 10px;
    }

    /* Ajustar tabla de impuestos */
    .tax-table[b-qd7ybr7i5b] {
        font-size: 0.75rem;
        min-width: 500px;
    }

        .tax-table th[b-qd7ybr7i5b],
        .tax-table td[b-qd7ybr7i5b] {
            padding: 6px 4px;
        }

        .tax-table[b-qd7ybr7i5b]  .dx-spin-edit,
        .tax-table[b-qd7ybr7i5b]  .dx-combo-box {
            font-size: 0.75rem;
            padding: 2px 4px;
        }
}



/* Estilos para el iframe de PDF */
iframe[b-qd7ybr7i5b] {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Estilos para el bot�n de descarga */
.element-img[b-qd7ybr7i5b]  .dx-button {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    transition: all 0.2s ease;
}

    .element-img[b-qd7ybr7i5b]  .dx-button:hover {
        background-color: #0056b3;
        border-color: #0056b3;
        transform: scale(1.05);
    }

/* Responsive para datos-leidos-section */
@media (max-width: 768px) {
    .datos-leidos-section[b-qd7ybr7i5b] {
        padding: 15px;
    }

        .datos-leidos-section[b-qd7ybr7i5b]  .dx-textbox,
        .datos-leidos-section[b-qd7ybr7i5b]  .dx-date-edit,
        .datos-leidos-section[b-qd7ybr7i5b]  .dx-memo {
            font-size: 12px;
            padding: 6px 8px;
        }
}

/* Estilos espec�ficos para la secci�n de datos de factura de ingreso */
.datos-leidos-section[b-qd7ybr7i5b]  .dx-spin-edit {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

    .datos-leidos-section[b-qd7ybr7i5b]  .dx-spin-edit:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

/* Estilos para campos de solo lectura en datos de factura */
.datos-leidos-section[b-qd7ybr7i5b]  .dx-textbox.dx-state-readonly {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
}

/* Estilos para campos num�ricos */
.datos-leidos-section[b-qd7ybr7i5b]  .dx-spin-edit .dx-texteditor-input {
    text-align: right;
    font-family: 'Courier New', monospace;
    font-weight: 500;
}

/* Estilos para etiquetas de campos num�ricos */
.datos-leidos-section .form-label:has(+ div .dx-spin-edit)[b-qd7ybr7i5b] {
    color: #007bff;
    font-weight: 600;
}

/* Estilos para campos de porcentaje */
.datos-leidos-section .form-label:contains("%")[b-qd7ybr7i5b] {
    color: #28a745;
    font-weight: 600;
}

/* Estilos para campos de totales */
.datos-leidos-section .form-label:contains("Total")[b-qd7ybr7i5b] {
    color: #dc3545;
    font-weight: 700;
    font-size: 1.1em;
}

/* Estilos para campos de estado */
.datos-leidos-section .form-label:contains("Estado")[b-qd7ybr7i5b] {
    color: #ffc107;
    font-weight: 600;
}

/* Estilos para textos informativos */
.info-texts[b-qd7ybr7i5b] {
    margin-bottom: 20px;
}

.info-text-item[b-qd7ybr7i5b] {
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 10px;
}

    .info-text-item p[b-qd7ybr7i5b] {
        margin: 0;
        font-size: 0.9rem;
        color: #495057;
        line-height: 1.4;
    }

/* Estilos para las secciones principales */
.document-viewer-section[b-qd7ybr7i5b] {
    margin-bottom: 20px;
}

.form-section[b-qd7ybr7i5b] {
    margin-top: 20px;
}

/* Responsive para campos de datos de factura */
@media (max-width: 768px) {
    .datos-leidos-section[b-qd7ybr7i5b]  .dx-spin-edit {
        font-size: 12px;
        padding: 6px 8px;
    }

    .datos-leidos-section .form-label[b-qd7ybr7i5b] {
        font-size: 0.9rem;
    }
}
/* /Pages/Registers.razor.rz.scp.css */
.form-control[b-5k7367pepf] {
    color: #070707 !important;
}
