* {
    padding: 0px;
    margin: 0px;
}

:root {
  --nectica: #5c5c93;
  --nectica-oscuro: #1b0051;
  --limon: #bbf100;
  --limon2: #bbf100;
  --verde: #33cc33;
  --gris: #cccccc;
  --text-gris: #818280;
  --header-height: 3rem;
  --first-color: var(--nectica);
  --first-color-light: #afa5d9;
  --white-color: #fff;
  --body-font: 'Nunito', sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100;
  --background-app: #fffaf4;
  --text-app: #333;
  --border: #ffffff;
  --selected: #b2d6f7;
  --focused: #e7f4ff;
  --background-input: transparent;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFF;
}

.wrapper{
    zoom: 85% !important;
}

#header {
    background: black;
    padding: 10px;
}

#header ul li {
    list-style: none;
    display: inline;
    padding: 10px;
}

#header ul li a {
    color: white;
    text-decoration: none;
    padding: 10px;
}

#footer {
    background-color: #000;
    color: #fff;
}

#main {
    padding: 20px 0;
    width: 50%;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.error {
    color: #f00;
}

.mainForm {
    background: #f9f9f9;
    border-radius: 7px;
    width: 100%;
}

.card-body .titleHeadTable {
    margin-bottom: 20px;
    border-bottom: 2px solid #42a3b8;
    padding: 10px;
    font-weight: bold;
}

.field_Monto_Cobertura,
.field_Deducible {
    background-color: #cacaca;
    padding: 20px;
    margin: 8px;
    border-radius: 20px;
    border: 1px solid #42a3b8;
}
.btn-asteroid{
    color: #000;
    background-color: #bbf100;
    border-color: #939688;
    box-shadow: none;
}
.card-asteroid.card-outline {
    border-top: 3px solid #bbf100;
}
.backgroundLogin{
    background-image: url(../img/login_back.jpg);
}
.backgroundAsteroid{
    background-color: #bbf100;
}
.mainAsteroid{

    background-size: cover;
    width: 102%;
    min-height: 900px;
    margin-top: -40px;
    margin-left: -19px;
}
.headerLogo{
    height: 57px;
}
.brand-link .brand-image{
    width: none;
}
.headerLogo img{
    width:"80%";
}

 [class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: #00cb0e;
    color: #fff; 
}

.rowLanguage{
    border-bottom: 1px solid #37a745;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rowLanguage textarea{
    
    min-height: 70px;
    overflow-y: auto;
    word-wrap: break-word;
    font-size: 12px;
}
.layout-footer-fixed .wrapper .main-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
}
#saveBtn, .btnCheck, #savePaymentOrder {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
@media screen and (max-width: 500px){
    .aprobacion{
        width: 32px!important;
    }
}
.autocomplete{  
    z-index: 99999999;
    top: 7.9em; 
    left: 0.7em;
    width: 210px;
    display: flex;
    flex-direction: column;
    border-radius: 0.25rem;
}
.autocomplete > li{
    border: 1px solid #ced4da;
    border-top: 0px;
}
.show-grid :hover{
   color: rgba(103, 200, 230, 0.815);
}

.jsgrid-insert-row>.jsgrid-cell {
    background: #fff !important;
}
.jsgrid-cell>input, .jsgrid-cell>select{
    margin: 0;
}
td>input{
    margin:0;
    padding: 0;
}
.content-wrapper {
    background-color: #fff !important;
}
.ui-autocomplete-loading { 
    background:url(../images/spinner-nectica.gif) no-repeat right center;
    background-size: 20px;
}
.jsgrid-header-row>.jsgrid-header-cell {
    background-color: #00cb0e !important;
    color: white;
}
.jsgrid-edit-row>.jsgrid-cell,
.jsgrid-filter-row>.jsgrid-cell,
.jsgrid-grid-body, .jsgrid-grid-header,
.jsgrid-header-row>.jsgrid-header-cell,
.jsgrid-insert-row>.jsgrid-cell {
    border: none !important;
}

/* === DualGridManager: estilos modernos === */
.dual-grid-header {
    background: #ffffff !important;
    border-bottom: 1px solid #e9ecef !important;
    padding: 0.6rem 0.85rem;
}
.dual-grid-header h6 {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #495057;
    margin: 0;
}
.dual-grid-header .form-control {
    font-size: 0.8rem;
    border-radius: 6px 0 0 6px;
    border-color: #dee2e6;
}
.dual-grid-header .btn-outline-secondary {
    border-color: #dee2e6;
    color: #6c757d;
    border-radius: 0 6px 6px 0;
}
.dual-grid-panel {
    border: 1px solid #e9ecef !important;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.dual-grid-panel .jsgrid-header-row > .jsgrid-header-cell {
    background-color: #f8f9fa !important;
    color: #495057;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #dee2e6 !important;
}
.dual-grid-panel .jsgrid-row > .jsgrid-cell {
    background: #ffffff !important;
    border-bottom: 1px solid #f1f3f5 !important;
    font-size: 0.875rem;
    color: #212529;
    padding: 0.5em 0.6em;
}
.dual-grid-panel .jsgrid-alt-row > .jsgrid-cell {
    background: #fafbfc !important;
    border-bottom: 1px solid #f1f3f5 !important;
    font-size: 0.875rem;
    color: #212529;
    padding: 0.5em 0.6em;
}
.dual-grid-panel .jsgrid-row:hover > .jsgrid-cell,
.dual-grid-panel .jsgrid-alt-row:hover > .jsgrid-cell {
    background: #e9f0fb !important;
}
.dual-grid-panel .jsgrid-selected-row > .jsgrid-cell {
    background: #dce8fd !important;
    border-color: #dce8fd !important;
}
.dual-grid-panel .jsgrid-filter-row > .jsgrid-cell {
    background: #f8f9fa !important;
    padding: 0.3em 0.5em;
}
.dual-grid-panel .jsgrid-grid-header,
.dual-grid-panel .jsgrid-grid-body {
    border: none !important;
}

/* === grid-periodos: estilos modernos scoped === */
#grid-periodos .jsgrid-header-row>.jsgrid-header-cell,
#swal-grid-periodos .jsgrid-header-row>.jsgrid-header-cell {
    background-color: #f4f6f8 !important;
    color: #4a5568;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 2px solid #e2e8f0 !important;
}
#grid-periodos .jsgrid,
#swal-grid-periodos .jsgrid {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
}
#grid-periodos .jsgrid-row>.jsgrid-cell,
#grid-periodos .jsgrid-alt-row>.jsgrid-cell,
#swal-grid-periodos .jsgrid-row>.jsgrid-cell,
#swal-grid-periodos .jsgrid-alt-row>.jsgrid-cell {
    border-bottom: 1px solid #f0f4f8 !important;
    font-size: 0.875rem;
    color: #2d3748;
    padding: 0.55em 0.6em;
}
#grid-periodos .jsgrid-row>.jsgrid-cell,
#swal-grid-periodos .jsgrid-row>.jsgrid-cell {
    background: #ffffff !important;
}
#grid-periodos .jsgrid-alt-row>.jsgrid-cell,
#swal-grid-periodos .jsgrid-alt-row>.jsgrid-cell {
    background: #fafbfc !important;
}
#grid-periodos .jsgrid-row:hover>.jsgrid-cell,
#grid-periodos .jsgrid-alt-row:hover>.jsgrid-cell,
#swal-grid-periodos .jsgrid-row:hover>.jsgrid-cell,
#swal-grid-periodos .jsgrid-alt-row:hover>.jsgrid-cell {
    background: #eef2f7 !important;
}
#grid-periodos .jsgrid-selected-row>.jsgrid-cell,
#swal-grid-periodos .jsgrid-selected-row>.jsgrid-cell {
    background: #e8f0fe !important;
    border-color: #e8f0fe !important;
}
#grid-periodos .jsgrid-filter-row>.jsgrid-cell,
#swal-grid-periodos .jsgrid-filter-row>.jsgrid-cell {
    background: #f8fafc !important;
    padding: 0.35em 0.5em;
}
/* .jsgrid-load-panel{
    background: transparent!important;
} */

.jsgrid-load-panel {
    width: 5em!important;
    background: url(../images/spinner-nectica.gif)!important;
    background-size:contain!important;
}

.jsgrid-load-panel:before {
    border: 0!important;
    -webkit-animation: 0!important;
    animation: 0!important;
}

.jsgrid{
    min-height: 150px;
}
#jsGrid .jsgrid-header-row > .jsgrid-header-cell,
#jsGrid .jsgrid-row > .jsgrid-cell,
#jsGrid .jsgrid-alt-row > .jsgrid-cell,
#jsGrid .jsgrid-edit-row > .jsgrid-cell {
    font-size: 0.78rem;
}
#jsNotaPedidoGrid .jsgrid-grid-header table,
#jsNotaPedidoGrid .jsgrid-grid-body table {
    table-layout: fixed;
}
#jsNotaPedidoGrid .jsgrid-header-row > .jsgrid-header-cell,
#jsNotaPedidoGrid .jsgrid-row > .jsgrid-cell,
#jsNotaPedidoGrid .jsgrid-alt-row > .jsgrid-cell,
#jsNotaPedidoGrid .jsgrid-edit-row > .jsgrid-cell {
    font-size: 0.78rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#jsNotaPedidoGrid .jsgrid-header-row > .jsgrid-header-cell {
    text-align: center;
    font-weight: 600;
    padding: 6px 4px;
}
.display-codigo{
    display: none;
}
.jsgrid-row, .jsgrid-alt-row {
    cursor: pointer;
}

#rubros-table tr[data-padre] td {
  padding-left: 10px
}

.ocultar{
  display: none;
}
.hide{
    visibility: hidden;
}

.disabled-nav-links {
    position: relative;

}
.disabled-nav-links::after {

    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255 , 0.5);
    top: 0;
}
.sidebar{
    padding-left: 0rem!important;
}

.table-responsive {
    overflow: auto; max-height: 600px;
}

/* ═══════════════════════════════════════════════════════════════
   Grillas Nectica — sistema unificado
   Paleta: --nectica-oscuro #1b0051 · --nectica #5c5c93
           --first-color-light #afa5d9 · --limon #bbf100
   Jerarquía: grid-detalle (principal) > grid-historial (modal)
═══════════════════════════════════════════════════════════════ */

/* ── Base compartida ── */
#grid-detalle .jsgrid,
#grid-historial-cotizaciones .jsgrid {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(27,0,81,0.1), 0 1px 4px rgba(27,0,81,0.06);
    border: none !important;
}

#grid-detalle .jsgrid-grid-header,
#grid-historial-cotizaciones .jsgrid-grid-header,
#grid-detalle .jsgrid-grid-body,
#grid-historial-cotizaciones .jsgrid-grid-body {
    border: none !important;
}

#grid-detalle .jsgrid-header-row > .jsgrid-header-cell:last-child,
#grid-historial-cotizaciones .jsgrid-header-row > .jsgrid-header-cell:last-child {
    border-right: none !important;
}

/* ── Filas de datos (compartidas) ── */
#grid-detalle .jsgrid-row > .jsgrid-cell,
#grid-historial-cotizaciones .jsgrid-row > .jsgrid-cell {
    background: #ffffff !important;
    border-bottom: 1px solid #eeecf5 !important;
    border-right: none !important;
    font-size: 0.875rem;
    color: #1b0051;
    padding: 0.55em 0.7em;
    transition: background 0.1s;
}
#grid-detalle .jsgrid-alt-row > .jsgrid-cell,
#grid-historial-cotizaciones .jsgrid-alt-row > .jsgrid-cell {
    background: #f7f5fc !important;
    border-bottom: 1px solid #eeecf5 !important;
    border-right: none !important;
    font-size: 0.875rem;
    color: #1b0051;
    padding: 0.55em 0.7em;
    transition: background 0.1s;
}

/* ── Scrollbar (compartido) ── */
#grid-detalle .jsgrid-grid-body::-webkit-scrollbar,
#grid-historial-cotizaciones .jsgrid-grid-body::-webkit-scrollbar {
    width: 5px;
}
#grid-detalle .jsgrid-grid-body::-webkit-scrollbar-track,
#grid-historial-cotizaciones .jsgrid-grid-body::-webkit-scrollbar-track {
    background: #f7f5fc;
}
#grid-detalle .jsgrid-grid-body::-webkit-scrollbar-thumb,
#grid-historial-cotizaciones .jsgrid-grid-body::-webkit-scrollbar-thumb {
    background: #afa5d9;
    border-radius: 3px;
}
#grid-detalle .jsgrid-grid-body::-webkit-scrollbar-thumb:hover,
#grid-historial-cotizaciones .jsgrid-grid-body::-webkit-scrollbar-thumb:hover {
    background: #5c5c93;
}

/* ════════════════════════════════════
   #grid-detalle  (grilla principal)
   Header: --nectica-oscuro #1b0051
════════════════════════════════════ */
#grid-detalle .jsgrid-header-row > .jsgrid-header-cell {
    background: #1b0051 !important;
    color: #e8e4f5 !important;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 0.75em 0.7em;
    border-right: 1px solid #2d1076 !important;
    border-bottom: none !important;
}
#grid-detalle .jsgrid-grid-header { background: #1b0051; }

#grid-detalle .jsgrid-row:hover > .jsgrid-cell,
#grid-detalle .jsgrid-alt-row:hover > .jsgrid-cell {
    background: #ede9f7 !important;
    cursor: pointer;
}

/* ── Fila en edición ── */
#grid-detalle .jsgrid-edit-row > .jsgrid-cell {
    background: #f3f0fb !important;
    border-bottom: 2px solid #5c5c93 !important;
    border-right: none !important;
    padding: 0.4em 0.5em;
}
#grid-detalle .jsgrid-edit-row > .jsgrid-cell:first-child {
    border-left: 3px solid #5c5c93 !important;
}

/* ── Fila de filtro ── */
#grid-detalle .jsgrid-filter-row > .jsgrid-cell {
    background: #edeaf5 !important;
    border-bottom: 2px solid #afa5d9 !important;
    border-right: none !important;
    padding: 0.35em 0.5em;
}

/* ── Inputs en edit y filter ── */
#grid-detalle .jsgrid-edit-row input:not(.jsgrid-button),
#grid-detalle .jsgrid-edit-row select,
#grid-detalle .jsgrid-edit-row textarea,
#grid-detalle .jsgrid-filter-row input:not(.jsgrid-button),
#grid-detalle .jsgrid-filter-row select {
    border: 1px solid #c4bfe0;
    border-radius: 6px;
    padding: 0.3em 0.55em;
    font-size: 0.82rem;
    color: #1b0051;
    background: #ffffff;
    outline: none;
    width: 100%;
    transition: border-color 0.15s, box-shadow 0.15s;
}
#grid-detalle .jsgrid-edit-row input:not(.jsgrid-button):focus,
#grid-detalle .jsgrid-edit-row select:focus,
#grid-detalle .jsgrid-filter-row input:not(.jsgrid-button):focus,
#grid-detalle .jsgrid-filter-row select:focus {
    border-color: #5c5c93;
    box-shadow: 0 0 0 3px rgba(92,92,147,0.18);
}

/* ── Fila modificada ── */
#grid-detalle .row-modified > .jsgrid-cell {
    background: #fef9c3 !important;
    border-bottom: 1px solid #fde68a !important;
}
#grid-detalle .row-modified:hover > .jsgrid-cell {
    background: #fef08a !important;
}

/* ════════════════════════════════════════════
   #grid-historial-cotizaciones  (modal)
   Header: --nectica #5c5c93  (un tono más claro)
   Hover: lima #bbf100 — señala que es clickeable
════════════════════════════════════════════ */
#grid-historial-cotizaciones .jsgrid-header-row > .jsgrid-header-cell {
    background: #5c5c93 !important;
    color: #f0eef8 !important;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 0.75em 0.7em;
    border-right: 1px solid #7070a8 !important;
    border-bottom: none !important;
}
#grid-historial-cotizaciones .jsgrid-grid-header { background: #5c5c93; }

#grid-historial-cotizaciones .jsgrid-row > .jsgrid-cell,
#grid-historial-cotizaciones .jsgrid-alt-row > .jsgrid-cell {
    cursor: pointer;
}
#grid-historial-cotizaciones .jsgrid-row:hover > .jsgrid-cell,
#grid-historial-cotizaciones .jsgrid-alt-row:hover > .jsgrid-cell {
    background: #eaf5a3 !important;
}

.table-responsive thead  {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-responsive table {
     border-collapse: collapse; width: 100%; 

}

.btn-select-rubro-modal{
    background: none;
    border: none;
}

.spinner p{
    font-size: 1.7em;
    font-weight: bold;
}

.spinner{
    display: none;
}
.spinner-in-grid{
    position: absolute !important;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin-top: -3rem;
    margin-left: -3rem;
    display: none;
}

.article-title-loader {
    color: white;;
}
.article-container-loader{
    border: none;
}

.btn-arrow-modal-rubro {
    background: none;
    border: none;
}

.btn-arrow-modal-rubro img {
    width: 20px;
}

#rubros-table td button {
    font-size: 1.2em;
}

.cont-rub-table {
    max-height: 200px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: whitesmoke;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5c5c94;
  border-radius: 10px;

}

.toast-alert-error {
    background: #dc3545;
    padding: 0.6em;
    border-radius: 5px;
    color: white;
    font-size: 1.2em;
}

.toast-alert-success {
    background: #00cb0e;
    padding: 0.6em;
    border-radius: 5px;
    color: white;
    font-size: 1.2em;
}
/* all disabled inputs in grid*/
.inpt-disabled>input{
    background: #f5f5f582!important;
    opacity: 0.8;
}  

.selected>td{
    background: #c4e2ff!important;
    border-color: #c4e2ff!important;
}
.swal2-title {
    line-height: 30px;
}
.list-group{
    max-height: 30rem;
    overflow: auto;    
}    
.select2-container--disabled {
    width: 100%;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    height: 100px;
    max-height: 100px;
    width: 100%;
    overflow-y: scroll;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 100px;
    max-height: 100px;
    width: 100%;
    overflow-y: scroll;
}

.form-check-input {
    margin-left: -3em !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5c5c94 !important;
    border-color: #5c5c94 !important;
}

::-webkit-scrollbar {
    width: 5px;
}
.ui-autocomplete { 
    max-height: 12.5rem; 
    max-width: 20rem; 
    overflow-y: scroll; 
    overflow-x: hidden;

}
.btn-modal-oc{
    padding:0;
    margin-bottom: 0px; 
    border: none; 
    margin-right: 5px; 
    background: none; 
}

.indicator{
    cursor: pointer;
    margin-left: 0.40rem;
    margin-right: 0.40rem;
    padding-left: 0.20rem;
    padding-right: 0.20rem;
}
.indicator:hover{
    color: #37a745;
}
.border-invalid{
    border-color:#dc3545!important;
}
.border-valid{
    border-color:#28a745!important;
}
.bloque{
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    min-width: 0;
/*     word-wrap: break-word;
 */    margin: 0.05rem;
    margin-bottom: 1rem;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
td.comprobante:hover{
    color: #5c5c94;
    font-weight: 700;
}
#planilla-grid{
    overflow: visible;
}
.box-composicion{
    position: absolute; 
    background: white;
    left: 50%;
}
.table-composicion{
    width: 55vw;
    color: #212529;
    background-color: transparent;
}
.border-composicion{
    border: 1px solid #f3f3f3;
}
.bg-composicion{
    background-color: #00cb0e !important;
    color: white;
}
.row-composicion:hover{
    background-color: #5c5c94;
    color: white;
    cursor: pointer;
}
    :root {
        --switch-width: 50px;
        --switch-height: 30px;
        --circle-size: 22px;
        --circle-padding: 3px;
        --circle-bg: #fff;
        --circle-on-bg: #fff;
        --switch-bg: #c9c9c9;
        --switch-on-bg: #4cd864;
    }

    .switch-title {
        width: 30px !important;
        height: 15px !important;
    }

    .switch-title::before {
        width: 12px !important;
        height: 12px !important;
        /* left: 2px !important; */
    }

    .switch-input:checked+.switch-title::before {
        left: calc((30px - 12px) - 3px) !important;
    }

    .switch {
        width: var(--switch-width);
        height: var(--switch-height);
        border-radius: 100px;
        cursor: pointer;
        background: var(--switch-bg);
        display: flex;
        position: relative;
        align-items: center;
        transition: all 0.5s;
    }

    .switch::before {
        content: "";
        display: block;
        background: var(--circle-bg);
        width: var(--circle-size);
        height: var(--circle-size);
        border-radius: 50%;
        position: absolute;
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        left: var(--circle-padding);
        -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .switch-input {
        display: none;
    }

    .switch-input:checked+.switch {
        background: var(--switch-on-bg);
    }

    .switch-input:checked+.switch::before {
        background: var(--circle-on-bg);
        left: calc((var(--switch-width) - var(--circle-size)) - var(--circle-padding));
    }

    .custom-file-input:lang(en)~.custom-file-label::after {
        content: "Carpetas";
    }



.listado {
    width: 100%; /* ancho inicial */
    transition: all 1s ease-in-out; /* transición suave */
}

.listado.reducido {
  width: 30%; /* ancho reducido */
}

.listado.reducido .ocultar-reducido {
  opacity: 0; /* desvanecer elementos hijos */
  display: none;
}

@media  (max-width: 700px) {
    .list-group-item{
        border-right-style: solid!important;
        border-right: green;
        padding: 0.5rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }   
    .btn-group{
        border-left-style: solid!important;
        border-left: #6f42c1;
    }
    .fecha-factura{
        font-size: 11px;
    }
    .nombre-factura{
        font-size: 11px;
    }
    .btn-action{
        font-size: 12px;
    }
}

.list-icon{
    margin-left: 1rem;
    /*transform: scale(2);*/
}
.list-icon:hover{
    color: #d31209eb!important;
    transform: scale(1.1)!important;
}

.border-inpt{
    border-style: solid !important;
    border-color: #ced4da !important;
    border-width: 1px !important;
    border-radius: 0.25rem !important;
}



.modal-backdrop{
    width: 100%!important;
    height: 100%!important;
}
.title-input {
  color: var(--nectica-oscuro);
  padding-left: 1.5px;
  font-weight: 700;
  font-size: large;
  text-transform: capitalize;
}


.btn-nectica {
  background-color: var(--limon);
  color: var(--nectica-oscuro);
  font-weight: 600;
}

.file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}

.file-item:hover {
  background-color: #f8f9fa;
}

.file-item .file-actions {
  display: flex;
  gap: 6px;
  align-items: center;
}

.file-item button {
  color: white;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding: 0;
  transition: background 0.2s, transform 0.1s;
}

.file-item button:hover {
  transform: scale(1.1);
}

.file-item .btn-view-file {
  background: #6c757d;
}

.file-item .btn-view-file:hover {
  background: #495057;
}

.file-item .btn-remove-file {
  background: #dc3545;
}

.file-item .btn-remove-file:hover {
  background: #c82333;
}

#fileList {
  max-height: 300px;
  overflow-y: auto;
  margin: 15px 0;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.hidden {
  display: none;
}

.file-icon {
  margin-right: 8px;
  color: #6c757d;
}

.btn-add-files {
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.btn-add-files i {
  margin-right: 8px;
}