.MuestraCreditos {
    position: relative;
    z-index: 99999;
}


.card .form-group {
  margin-bottom: 0 !important;
}

.btnEstado {
    padding: 5px 12px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 4px;
}

.btnEstado.activo {
    background: #007bff;
    color: white;
    border-color: #007bff;
}



@media (max-width: 767px) {
  .tablaInventarioJK {
    table-layout: fixed !important; /* Obliga a respetar los anchos */
    width: 100% !important;
  }

  /* COLUMNA PRODUCTO */
  .tablaInventarioJK th:nth-child(1),
  .tablaInventarioJK td:nth-child(1) {
    width: 70% !important;          /* Producto ocupa 70% */
    white-space: normal !important; /* Permite saltos de línea */
    word-wrap: break-word;          /* Divide el texto largo */
  }

  /* COLUMNA STOCK ACTUAL */
  .tablaInventarioJK th:last-child,
  .tablaInventario td:last-child {
    width: 30% !important;          /* Stock actual ocupa 30% */
    text-align: right;
    white-space: nowrap;            /* Evita salto en stock */
  }

  /* OCULTAR LAS DEMÁS COLUMNAS EN CELULAR */
  .tablaInventario th.hidden-xs,
  .tablaInventario td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #filtrosAvanzados {
    display: block !important;
  }
  .btn-filtros {
    display: none !important;
  }
}

/* ✅ En pantallas pequeñas: ocultos por defecto, se muestran al abrir */
@media (max-width: 767px) {
  #filtrosAvanzados.collapse {
    display: none;
  }
  #filtrosAvanzados.collapse.in,
  #filtrosAvanzados.collapse.show {
    display: block;
  }
}

.btn-filtros {
  background: linear-gradient(90deg, #bfc3c7, #d8dbde);
  color: #333;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  width: 100%;
  height: 42px; /* más bajo */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  transition: all 0.3s ease;
    font-weight: bold;
}
.btn-filtros i {
  margin-right: 6px;

}
.btn-filtros:hover {
  background: linear-gradient(90deg, #d8dbde, #bfc3c7);
  transform: scale(1.01);
}






.asist-header {
  text-align: center;
  margin-bottom: 20px;
}

.asist-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2a4d69;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.asist-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #2a9df4, #005792);
}




.asist-header h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2a4d69;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.asist-header h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #2a9df4, #005792);
}





.selectnum {
  border: 1px solid #d1d9e6;
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 14px;
  color: #2a4d7c;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.selectnum:hover {
  border-color: #2a9df4;
  box-shadow: 0 0 5px rgba(42,157,244,0.2);
}

.selectnum:focus {
  outline: none;
  border-color: #2a9df4;
  box-shadow: 0 0 6px rgba(42,157,244,0.25);
}

.filas-label {
  font-weight: bold;
  margin-left: 8px;
  color: #2a4d7c;
}


/* Contenedor */
.table-responsive.tabla-resumenesJK {
  margin: 1px auto;
  padding: 1px;
  max-width: 98%;
  overflow-x: auto;
  background: transparent; 
  border-radius: 4px;
}

/* Tabla limpia */
.tabla-cleanJK {
  width: 100%;
  border-collapse: collapse; 
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 14px;
  color: #333;
}

/* Cabecera */
.tabla-cleanJK thead th {
background-image: linear-gradient(105.3deg, #3d6fa8, #3d6fa8);

  color: #fff;
  padding: 12px 16px;
  font-weight: 600;
  text-align: center;
  border: none;
}
/* filas impares */

/* Filas tipo card */
.tabla-cleanJK tbody tr {
  background: #fff;
  margin-bottom: 8px;
  display: table-row;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover */
.tabla-cleanJK tbody tr:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Celdas */
.tabla-cleanJK td {
  padding: 8px 10px;
  text-align: center;
  border: none; /* elimina el borde de cada celda */
}

/* Bordes redondeados SOLO a los extremos de la fila */
.tabla-cleanJK tbody tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tabla-cleanJK tbody tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}


.tabla-cleanJK tbody tr:nth-child(odd) {
  background: #fff; 
}

.tabla-cleanJK tbody tr:nth-child(even) {
  background: #f0f7fc; 
}




/* contenedor de la fila */
.filas-busqueda-row {
  display: flex;
  flex-wrap: wrap; /* para que en móviles bajen uno debajo del otro */
  align-items: center;
  margin-top: 10px;
}

/* contenedor del select */
.filas-col {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

/* label de filas */
.filas-label {
  font-weight: bold;
  color: #2a4d7c;
}

/* botón buscar */
#BtnBuscarJK {
  background: linear-gradient(135deg, #2a9df4, #005792);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  padding: 8px 18px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#BtnBuscarJK:hover {
  background: linear-gradient(135deg, #005792, #2a9df4);
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

/* versión móvil */
@media (max-width: 767px) {
  .filas-busqueda-row {
    flex-direction: column; /* en móviles se apilan */
    align-items: stretch;
  }

  .filas-col {
    justify-content: flex-start;
  }

  #BtnBuscarJK {
    width: 100%; /* botón ocupa todo el ancho en móvil */
    text-align: center;
    margin-top: 5px;
  }
}









/*DOCUMENTOS NO ENVIADOS*/
@keyframes oscilacion {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-15deg); }
  50% { transform: rotate(15deg); }
  75% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}

.animada {
  animation: oscilacion 0.5s ease-in-out infinite;
}

.no-enviados {
  background: #F3442C!important; /* Forzar fondo rojo desde el inicio */

}


.no-enviados-pendiente{
  position: relative;
width: 100%;
margin: 0 auto;
  outline: 0;
  border-style: none;
  padding: 5px;
 background-color: #EBB95E;
  
  font-weight: 600;
  font-size: .9em;
  color: white!important;
   text-align: LEFT!important;
}

.no-enviados-proceso{
  position: relative;
width: 100%;
margin: 0 auto;
  outline: 0;
  border-style: none;
  padding: 5px;
 background-color: #00BB77;
  
  font-weight: 600;
  font-size: .9em;
  color: white!important;
   text-align: LEFT!important;
}


.no-enviados-error{
  position: relative;
width: 100%;
margin: 0 auto;
  outline: 0;
  border-style: none;
  padding: 5px;
 background-color: #9D72EA;
  color:white;
  font-weight: 600;
  font-size: .9em;
  text-align: LEFT!important;
}


.no-enviados-rechazado{
  position: relative;
width: 100%;
margin: 0 auto;
  outline: 0;
  border-style: none;
  padding: 5px;
 background-color: #DC3545;
  color:white;
  font-weight: 600;
  font-size: .9em;
  text-align: LEFT!important;
}


.alerta-roja {
  color: white;
  background: #F3442C!important;
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
  animation: pulso 1s infinite ease-in-out;
}

@keyframes pulso {
  0% { transform: scale(1); box-shadow: 0 0 15px rgba(255, 0, 0, 0.8); }
  50% { transform: scale(1.1); box-shadow: 0 0 25px rgba(255, 0, 0, 1); }
  100% { transform: scale(1); box-shadow: 0 0 15px rgba(255, 0, 0, 0.8); }
}


/*DOCUMENTOS NO ENVIADOS
*/

.modal-forms .modal-content {
    border-radius: 15px !important;
}


.modal-footer button{
  
    border-radius: 5px !important;

    letter-spacing: 1px !important;
}






/* KENYO  02/04/2024 */
.input-group input{
   
    border-radius:  0px 5px 5px 0px;

   
}

.input-group-addon input{
   
    border-radius:  5px 5px 5px 4px;

   
}


.input-group h1{
   
    border-radius:  5px 5px 5px 5px;

   
}


.form-group h7 {
     /*aqui no  */
 
    border-radius: 5px 0px 0px 5px!important;
   border-right: 5px !important;
}

.buttonSunat{
     /*aqui no  */
 

    border-radius: 0px 5px 5px 0px!important;
    border: 0px !important;
 background-image: url('../img/svg/sunat.svg') !important;




    /* background-color: #fff !important; */
    border-radius: 100% !important;

    background-size: 25px 25px !important;
    background-position: right; !important;
    background-repeat: no-repeat !important;


}


.buttonSunatPeque{


    border-radius: 0px 5px 5px 0px!important;
    border: 0px !important;
 background-image: url('../img/svg/sunat.svg') !important;


    /* background-color: #fff !important; */
    border-radius: 100% !important;

    background-size: 20px 18px !important;
    background-position: right; !important;
    background-repeat: no-repeat !important;


}


.buttonSunatPeque2{
    

    border-radius: 5px 5px 5px 5px!important;
    border: 0px !important;
    background-image: url('../img/svg/sunat.svg') !important;
    font-weight: bold;
    background-color: #CFDFFF;!important;
    background-size: 20px 18px !important;
    background-position: left; !important;
    background-repeat: no-repeat !important;
    color:blue;
}


.buttonSunatPeque3{
    border-radius: 5px 5px 5px 5px!important;
    border: 0px !important;
    font-weight: bold;
    background-color: #CFDFFF;!important;
    background-size: 20px 18px !important;
    background-position: left; !important;
    background-repeat: no-repeat !important;
    color:blue;
}


.buttonSunatPeque2:hover {
  background: #CFDFFF;
   color:blue;
  transform: translateY(-4px);
}


.buttonSunatPeque3:hover {
  background: #CFDFFF;
   color:blue;
  transform: translateY(-4px);
}




.form-group h3 {
     /*aqui no  */
 
    border-radius: 5px 0px 0px 5px!important;
    border-right: 0px !important;
}

.form-group select {
     font-weight: bold !important;
}


.form-group input {
     font-weight: bold !important;
}



.input-group select{
   
    border-radius:  0px 5px 5px 0px;
   
}
.input-group2 select{
   
    border-radius: 5px !important;
   
}



.modal-forms form input,.modal-forms select{
 
   
    border-radius: 15px !important;
    border: 1px solid #CDC9C3 !important;  
    font-weight: bold !important;
  

}
.modal-forms form input,.modal-forms form select{
    border-radius:  0px 5px 5px 0px !important;
    /* border-left: 0px !important; */
  font-weight: bold;
    font-size: 1.0em;
    
}
#modalAgregarCliente form .modal-forms select,
#modalEditarCliente form .modal-forms select{
    border-radius:  0px 5px 5px 0px !important;
    /* border-left: 0px !important; */
    font-weight: normal !important;
    font-size: 1.2em;
}
.resultadoCliente, .resultadoClienteNombre,.resultadoSerie, .resultadoProveedor, .resultadoProveedorNombre {
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    width: 100% !important;
    z-index: 1000 !important;
    padding: 5px;
    background-color: #fff !important;
    font-weight: bold !important;
}
.resultado-ubigeos-partida {
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    width: 100% !important;
    z-index: 1000 !important;
    padding: 15px;
    background-color: rgb(255, 255, 255) !important;
    font-weight: bold !important;
}
.resultado-ubigeos-llegada {
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    width: 100% !important;
    z-index: 1000 !important;
    padding: 15px;
    background-color: rgb(255, 255, 255) !important;
    font-weight: bold !important;
}
.resultadoSerie{
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    width: 100% !important;
    z-index: 1000 !important;
    padding: 5px;
    background-color: #fff !important;
    font-weight: bold !important;
    font-size:  1.3em;
}
.resultado-serie{
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    width: 100% !important;
    z-index: 1000 !important;
    padding: 5px;
    background-color: #fff !important;
    font-weight: bold !important;
}
.box{
    border-top:  0px !important;
}


.btn-primary{
 
    background-color: #435B82 !important;

    
  
}

.btn-danger{
 
    background-color: #F33923 !important;

    
  
}



.btn-select{
    outline: 0 !important;
    border-style: none !important;
    border-radius: 15px !important;
    background-color: #fff !important;
    border: 1px solid rgb(124, 124, 124) !important;
}

.btn-select + .dropdown-menu li{
    outline: 0 !important;
    border-style: none !important;
    border: 1px solid rgb(236, 236, 236) !important;
}
.formVenta input[type=radio]{
   
    width: 25px !important;
    height:  25px !important;
    cursor: pointer;
}
.radio-envio{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}
.radio-envio div{
    width: 280px;
    margin: 0px !important;
    padding: 0px !important;
   padding-left: 12px !important;
   }
.radio-envio input[type=radio]{
   
    width: 25px !important;
    height:  25px !important;
    cursor: pointer;
}

.radio-envio label{
    position: absolute;
    font-weight: normal;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-left: 4px;
    top:5px;
    text-transform: uppercase;
    cursor: pointer;
}
/* ==============================
CSS CONFIGURAR EMPRESA
*/
.contenedor-archivo{
display:flex;
width: 100%;
flex-flow: column;
align-items: center;
}
.contenedor-archivo input[type=file]{
    display: inline;
}
.contenedor-archivo label{
    width: 60px;
    height: 60px;
    border-radius: 100%;
  /*border: 1px solid rgb(235, 235, 235); */
    background-color: rgb(44, 113, 216);
    background-image: url("../img/svg/certificado.svg");
    background-size: 2.5em 2.5em;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
#formEmpresa input, #formEmpresa select{
    border-radius:  0px 5px 5px 0px;
    border: 1px solid rgba(170, 160, 255, 0.7) !important;
    font-size: 1.2em
}
#formEmpresa span{
    border-radius:  5px 0px 0px 5px;
    border: 1px solid rgba(170, 160, 255, 0.7) !important;
    border-right: 0px !important;
}
/* =============================== */
/* FIN BOTÓNES IMPRIMIR */
.contenedor-print-comprobantes{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
   
    
}
.contenedor-print-comprobantes #cdrDoc, 
.contenedor-print-comprobantes #xmlDoc, 
.contenedor-print-comprobantes #printA4, 
.contenedor-print-comprobantes #editarDocumento, 
.contenedor-print-comprobantes #NotaCredito, 
.contenedor-print-comprobantes #btnBaja, 

.contenedor-print-comprobantes #Validar, 
.contenedor-print-comprobantes #xml,
.contenedor-print-comprobantes #cdr,
.contenedor-print-comprobantes .s-success,
.contenedor-print-comprobantes .s-rechazo, 
.contenedor-print-comprobantes .anulado, 
.contenedor-print-comprobantes .option-menu, 
.contenedor-print-comprobantes .senda4, 
.contenedor-print-comprobantes .sendwsa4,
.contenedor-print-comprobantes .cdrDoc, 
.contenedor-print-comprobantes .xmlDoc, 
.contenedor-print-comprobantes .printT57, 
.contenedor-print-comprobantes .printT, 
.contenedor-print-comprobantes .printTCierre, 
.contenedor-print-comprobantes .whatsapp, 
.contenedor-print-comprobantes .editarDoc, 
.contenedor-print-comprobantes .eliminarDoc, 
.contenedor-print-comprobantes .anulada-nota, 
.contenedor-print-comprobantes .anular-nota, 
.contenedor-print-comprobantes .s-getcdr{
    position: relative;
    padding: 0px;
   width: 30px;
   height: 30px;
   
   margin: 0px;
   background-color: #fff;
   cursor: pointer;


/* border: .5px solid rgb(235, 235, 235) !important; */
/* box-shadow: 1px 1px 5px rgba(214, 214, 214, 0.7) !important; */
}
#a4, #tk{
    display: none;
}
.contenedor-print-comprobantes #printA4,  .btn-print-compra{
    background-image: url('../img/svg/pdf_cpe.svg') !important;

    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;

     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;



}

.contenedor-print-comprobantes #printA4:hover{
    background-color: #EDEEEE!important;
}


.contenedor-print-comprobantes #senda4x, {
    background-image: url('../img/svg/pdf_cpe.svg') !important;

    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;

     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;



}





.xmlcdrDocx {
    background-color: transparent!important;
    border: none!important;
    cursor: pointer!important;
    text-decoration: none!important;
    display: block!important;
    padding-left: 44px!important;
    width: 100%!important;
    text-align: left!important;
}

.xmlcdrDocx:hover {
 background-color: #EDEEEE!important;
}



.contenedor-print-comprobantes #xml{
    background-image: url('../img/svg/xml.png') !important;
    background-size: 2em 2em !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
}
.contenedor-print-comprobantes #cdr{
    background-image: url('../img/svg/cdr.png') !important;
    background-size: 2em 2em !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
}


.contenedor-print-comprobantes .s-success{
    background-image: url('../img/svg/success.svg') !important;
    background-size: 1.4em 1.4em !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
}
.contenedor-print-comprobantes .s-rechazo{
    background-image: url('../img/svg/rechazo.svg') !important;
    background-size: 1.4em 1.4em !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
}
.contenedor-print-comprobantes .s-getcdr{
    background-image: url('../img/svg/get_cdr.svg') !important;
       background-size: 1.4em 1.4em !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
     background: transparent;
}
.contenedor-print-comprobantes .anulado{
    background-image: url('../img/svg/error.svg') !important;
     background-size: 1.4em 1.4em !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
}
.contenedor-print-comprobantes .senda4{
  
     background-image: url('../img/svg/send_mail.svg') !important;

    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;
     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;
}


.contenedor-print-comprobantes .xmlDoc{
  
     background-image: url('../img/svg/xml.png') !important;

    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;
     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;
}


.contenedor-print-comprobantes .cdrDoc{
  
     background-image: url('../img/svg/cdr.png') !important;

    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;
     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;
}



.contenedor-print-comprobantes .printT{
    background-image: url('../img/svg/ticket.svg') !important;
   background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;
     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;

}


.contenedor-print-comprobantes .printTCierre{
    background-image: url('../img/svg/ticket.svg') !important;
   background-size: 1.3em 1.3em !important;
     background-position: center!important;
    
   
 
background-position-y: 10px!important;
 background-color: transparent!important;
     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     

}




.contenedor-print-comprobantes .printT57{
    background-image: url('../img/svg/ticket57.svg') !important;
  background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;
     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;

}



.contenedor-print-comprobantes .whatsapp{
  
     background-image: url('../img/svg/whatsapp.svg') !important;

    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;
     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;
}





.contenedor-print-comprobantes #editarDocumento {
    background-image: url('../img/svg/editar.svg') !important;

    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;

     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;



}


.contenedor-print-comprobantes #editarDocumento:hover{
    background-color: #D8DDE5!important;
}





.contenedor-print-comprobantes #NotaCredito {


    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;

     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;



}



.contenedor-print-comprobantes #NotaCredito:hover {
    background-color: #D8DDE5!important;
}




.contenedor-print-comprobantes #btnBaja {


    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;

     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;



}



.contenedor-print-comprobantes #btnBaja:hover {
    background-color: #D8DDE5!important;
}



.contenedor-print-comprobantes #OpValidarDoc {

 background-image: url('../img/svg/sunat.svg') !important;
    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;

     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;



}


.contenedor-print-comprobantes #OpValidarDoc:hover{
    background-color: #D8DDE5!important;
}



.contenedor-print-comprobantes #editarReceta{
    background-image: url('../img/svg/receta7.svg') !important;

    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;

     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;



}


.contenedor-print-comprobantes #editarReceta:hover{
    background-color: #D8DDE5!important;
}


.contenedor-print-comprobantes #btnEliminarProducto{
  

    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;

     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;



}


.contenedor-print-comprobantes #btnEliminarProducto:hover{
    background-color: #D8DDE5!important;
}


.contenedor-print-comprobantes #btnCodigoBarra{
  

    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;

     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;



}


.contenedor-print-comprobantes #btnCodigoBarra:hover{
    background-color: #D8DDE5!important;
}


.contenedor-print-comprobantes #btnEtiquetaPrecio{
  

    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;

     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;



}


.contenedor-print-comprobantes #btnEtiquetaPrecio:hover{
    background-color: #D8DDE5!important;
}



.contenedor-print-comprobantes .eliminarDoc{

    background-size: 1.4em 1.4em !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
      text-align:center!important;
          color:red;
}



.contenedor-print-comprobantes .option-menu{
    width: 2.2em !important;
    height: 2.2em !important;
    padding: 3px !important;
    border-style: none !important;
    outline: 0 !important;
    /* box-shadow: 0px 0px 0px !important; */
    background-image: url('../img/svg/menu.svg') !important;
    background-size: 1.8em 1.8em !important;
     background-position: 0.7em 0.5em !important;
     background-repeat: no-repeat !important;
     
}
/* FIN BOTÓNES IMPRIMIR */
/* =============================== */
.nav .notifications-menu.open>a, .nav .notifications-menu.open>a:focus, .nav .notifications-menu.open>a:hover {
    background-color: #0c75ff !important;
   z-index: 0;
   
}
.nav .user-menu.open>a, .nav .user-menu.open>a:focus, .nav .user-menu.open>a:hover {
    background-color: #3675ff !important;
   z-index: 0;
   
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ffffff !important;
   z-index: 0;
   
}
.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
    color: black;
    background: #ffffff;
    z-index: 0;
}
.contenedor-print-comprobantes .nav li a span{
    font-size: 1.2em !important;
}
.contenedor-print-comprobantes .nav li a{
    padding-top:  8px;
    padding-bottom: 8px;
  
}




.contenedor-print-comprobantes .navbar,
.contenedor-print-comprobantes .nav,
.contenedor-print-comprobantes .dropdown, 
.contenedor-print-comprobantes .navbar-static-top
{
    width: 40px !important;
    height: 40px !important;
    margin: 0px !important;
 padding: 0px !important;
    z-index: inherit !important;
}
.contenedor-print-comprobantes .form button,
.contenedor-print-comprobantes  button{
    padding-top:  4px;
    padding-bottom: 4px;
    border-style: none !important;
    outline: 0 !important;
    width: 100%;
    background-color: rgb(255, 255, 255);
    font-size: 1.2em;
    color: rgb(88, 88, 88);
    text-align: left;

}
.contenedor-print-comprobantes .form button:hover,
.contenedor-print-comprobantes  button:hover{
    
    background-color: rgb(238, 238, 238);
    

}
.contenedor-print-comprobantes .form button i,
.contenedor-print-comprobantes button i{
   margin-left: 8px;
   top: 8px;
   color: rgb(255, 94, 94);
}
.contenedor-print-comprobantes .form button span,
.contenedor-print-comprobantes button span{
   margin-left: 8px;
   top: 8px;

}

/* CSS RESUMEN INPUTS */
.resumen-diario input[type=text]{

    outline: 0 !important;
    border-style: none !important;
    border: 0.3px solid rgb(194, 194, 194) !important;
    border-radius: 0px 15px 15px 0px !important;
    padding: 4px !important;
    font-size: 1.2em !important;
}
.resumen-diario span{

    outline: 0 !important;
    border-style: none !important;
    border: 0.3px solid rgb(194, 194, 194) !important;
    border-radius: 15px 0px 0px 15px !important;
    border-right: 0px !important;
 
}
/* BOTÓN VER BOLETAS| */
.btn-ver_boletas button{
    outline: 0 !important;
    border-style: none !important;
    border-radius: 30px;
    background: white;
    font-weight: 850 !important;
    letter-spacing: 1px !important;
    font-size: 12px;
}
.btn-ver_boletas button:hover{
    border-radius: 30px;
    background-image: linear-gradient( 105.3deg,  rgb(111, 111, 155) 21.8%, rgb(118, 156, 253) 100.2% ) !important;

}
.btn-ver_boletas button i{
    padding-right:  4px;
}

.btn-ver_detalles button{
    outline: 0 !important;
    border-style: none !important;
    border-radius: 30px;
    background: white;
    font-weight: 850 !important;
    letter-spacing: 1px !important;
    font-size: 12px;
}
.btn-ver_detalles button:hover{
    border-radius: 30px;
    background:#F7F6F6;

}
.btn-ver_detalles button i{
    padding-right:  4px;
}


/* RESUMEN DIARIO INPUTS  */
.contenedor-busqueda{
   position: relative;
   width: 100%;
   padding: 5px;

}
.contenedor-busqueda .input-group-search{
    width: 100% !important;
   display: flex;
   flex-flow:  row;
   justify-content: flex-start;
   align-items: center;

}
.contenedor-busqueda .input-group-search .input-search{
   margin: 8px;
   width: 95%;
   padding-right:  10px;

}
.contenedor-busqueda .input-group-search .input-search input{
   outline: 0 !important;
    border: 1px solid rgb(192, 192, 192);
    border-radius:  5px 0px 0px 5px;
    padding: 5px;
    padding-left: 12px;
    border-right: 0px;
    width: 100% ;
    text-transform: uppercase;

}
.contenedor-busqueda .input-group-search .input-search span{
    position: absolute;
    padding:5px;                                                                       ;     
    border: 1px solid rgb(148, 148, 148);
    border-radius: 0px 5px 5px 0px;
    background-image: linear-gradient( 105.3deg,  rgb(69, 79, 160) 21.8%, rgb(118, 156, 253) 100.2% ) !important;
    color: #fff !important;

}
/* TABLA DE RESUMENES DIARIOS  */
.tabla-resumenes{
    border: 0px !important;
    overflow-x: inherit;
}
.tabla-resumenes table{
    border: 0px solid rgb(148, 148, 148);
}
.tabla-resumenes table th{
    text-transform: uppercase;
    text-align: center;
    border: 0px !important;
    color: white;!important;
    letter-spacing: 0.1px !important;
    font-size: 13PX;
    font-weight: 600;

    
}





.tabla-resumenesJK{
    border: 0px !important;
    overflow-x: inherit;
}
.tabla-resumenesJK table{
    border: 0px solid rgb(148, 148, 148);
}
.tabla-resumenesJK table th{
    text-transform: uppercase;
    text-align: center;
    border: 0px !important;
    color: white;!important;
    letter-spacing: 0.1px !important;
    font-size: 13PX;
    font-weight: 600;

    
}


.tabla-resumenes2{
    border: 0px !important;
    overflow-x: inherit;
}

.tabla-resumenes2 table{
    border: 0px solid rgb(148, 148, 148);
}
.tabla-resumenes2 table th{
    text-transform: uppercase;
    text-align: center;
    border: 0px !important;
    color: black!important;
    letter-spacing: 1px !important;
    font-size: 13PX;
    font-weight: 600;

    
}

/* KENYO CABECERA DE TOTALES Y DETALLES EN VENTA   background:#2D2E2C;*/
.tabla-resumenes table thead tr{
  
     background:black;
   /*   background:#237C37;   verde*/

}

.tabla-resumenesJK table thead tr{
  
     background:green;
   /*   background:#237C37;   verde*/

}


.tabla-resumenesCierreCaja{
    border: 0px !important;
    overflow-x: inherit;
}
.tabla-resumenesCierreCaja table{
    border: 0px solid rgb(148, 148, 148);
}
.tabla-resumenesCierreCaja table th{
    text-transform: uppercase;
    text-align: center;
    border: px !important;
    color: black!important;
    letter-spacing: 0.1px !important;
    font-size: 13PX;
    font-weight: 600;

    
}
/* KENYO CABECERA DE TOTALES Y DETALLES EN VENTA   background:#2D2E2C;*/
.tabla-resumenesCierreCaja table thead tr{
  
     background:white;
   /*   background:#237C37;   verde*/

}




.tabla-resumenes2 table thead tr{
   background:black!important;
  
  /* background:#237C37;   verde*/
}

.tabla-resumenes table thead tr th:first-child{
    border-radius: 7px 0px 0px 7px;
}
.tabla-resumenes table thead tr th:last-child{
    border-radius: 0px 7px 7px 0px;
}
.tabla-resumenesJK table thead tr th:first-child{
    border-radius: 7px 0px 0px 7px;
}
.tabla-resumenesJK table thead tr th:last-child{
    border-radius: 0px 7px 7px 0px;
}


.tabla-resumenes2 table thead tr th:first-child{
    border-radius: 7px 0px 0px 7px;
}
.tabla-resumenes2 table thead tr th:last-child{
         border-radius: 0px 7px 7px 0px;
}

.tabla-resumenes table tbody tr td{
   border: 0px !important;
   border-left: 0px !important;
   /* border-bottom: 1px solid #eee !important; */
}
.tabla-resumenesJK table tbody tr td{
   border: 0px !important;
   border-left: 0px !important;
   /* border-bottom: 1px solid #eee !important; */
}

.tabla-resumene2 table tbody tr td{
   border: 0px !important;
   border-left: 0px !important;
   /* border-bottom: 1px solid #eee !important; */
}


.t-md{
   font-size: 1.1em;
}
* SUBIR IMÁGEN CSS */
.img-contenedor,
.img-contenedor-logo{
    position: relative !important;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center !important;
    align-items: center;

}

.img-contenedor img{
  
 cursor: pointer;
    
}

.img-contenedor input[type=file],
.img-contenedor-logo input[type=file]{
    display: none;
}
.img-contenedor label{
    width: 60px;
    height: 60px;
    border-radius: 100%;
  /*border: 1px solid rgb(235, 235, 235); */
    /* background-color: rgb(44, 113, 216); */
    background-image: url("../img/svg/camara5.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.img-contenedor-logo label{
    width: 150px;
    border-radius: 100%;
  /*border: 1px solid rgb(235, 235, 235); */
    /* background-color: rgb(44, 113, 216); */
    background-image: url("../img/svg/camara5.svg");
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.contenedor-radios{
    position: relative;
    width: 100%;
    display: flex;
    flex-flow:  row wrap;
    justify-content: start;
    align-items: center;
    align-content: center;
    /* background-image: linear-gradient(105.3deg, rgb(67, 97, 180) 21.8%, rgb(94, 130, 221) 100.2% ); */
    color: rgb(255, 255, 255);
    padding: 0px;
    border-radius: 25px;
    padding-left: 12px;

}.contenedor-radios input{
    display: none;

}
.contenedor-radios label{
margin: 0;
 position: relative;
padding: 11px;
cursor: pointer;
text-transform: uppercase;
font-weight: 400;
text-align: center;
font-size: 12px;
font-weight: 500;
letter-spacing: 1px;
background-color: rgb(62, 91, 252);
padding-top: 6px;
padding-bottom: 6px;
}
.contenedor-radios label:nth-child(1){
    background:rgb(99, 117, 252);
}
.contenedor-radios label:nth-child(3){
    background:rgb(255, 110, 110);
}
.contenedor-radios label:nth-child(5){
    background:rgb(111, 104, 175);
}
.contenedor-radios label:nth-child(7){
    background:rgb(255, 205, 68);
}
.contenedor-radios label:nth-child(9){
    background:rgb(238, 77, 211);
}
.contenedor-radios label:nth-child(11){
    background:rgb(72, 130, 255);
}
/* REPORTES FECHAS */
.fechas-reportes{
    margin-bottom: 10px;


}
.fechas-reportes input{
    border-style: none !important;
    outline: none !important;
    border: 1px solid #ccc !important;
    font-size: 1.2em !important;
    padding: 6px !important;
    padding-left: 12px !important;
    border-radius: 0px 5px 5px 0px;
    
}

.fechas-reportes2{
    margin-bottom: 0px;


}
.fechas-reportes2 input{
    border-style: none !important;
    outline: none !important;
    border: 1px solid #ccc !important;
    font-size: 1.2em !important;
    padding: 6px !important;
    padding-left: 12px !important;

    border-radius: 5px 5px 5px 5px;
  
    
}

.result-report{
    position: relative;
    width: 100%;
    padding: 5px;
    font-size: 0.8em;
    background-color: rgb(255, 104, 104);
    z-index: inherit;
    display: none;
    color: #fff;
}
/* FIN===================== */
@media (max-width: 767px){
.contenedor-radios label{
    margin-bottom: 5px
}
.img-contenedor-logo{
    position: relative !important;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: start !important;
    align-items: start
}
}
@media (max-width: 990px){

.fechas-reportes .input-group{
    margin-bottom: 5px !important;
}
}
.panel-medio .box-header-calendar{
    font-size: 1em !important;
}

#formConsulta input, 
#formConsulta select{
    border-style: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 35px !important;
    font-size: 1.2em !important;
    border: 1px solid rgb(162, 164, 255) !important;
    border-radius: 0px 5px 5px 0px !important;


}
.btn-container-consultar{
    text-align: center;
}
.btn-container-consultar button{
    width: 220px !important;
    font-size: 1.3em !important;
    padding: 5px !important;
    letter-spacing: 1px !important;
    border-radius: 5px !important;
     /*aqui no  */
    background-image: linear-gradient( 105.3deg,  rgb(69, 79, 160) 21.8%, rgb(118, 156, 253) 100.2% ) !important;
   
}
#resultConsulta{
    font-size: 1.5em;
    letter-spacing: 1px;
    padding: 25px;
    text-transform: uppercase;
}
.contenedor-btn-reportes .btn{
    border-style:  none !important;
    outline: none !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.contenedor-reportes-email{
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content:center;
    align-content: center;
    align-items:center;
}
.contenedor-reportes-email input{
    width: 100%;
    font-size: 1.1em;
    outline: none;
    border-style:  none;
    border: 1px solid #616bff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}
.contenedor-reportes-email button{
    width: 100%;
    font-size: 1.1em;
    outline: none;
    border-style:  none;
    border: 1px solid #616bff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    background-image: linear-gradient( 
105.3deg, rgb(69, 79, 160) 21.8%, rgb(118, 156, 253) 100.2% ) !important;
}


.contenedor-reportes-whatsapp button{
    width: 100%;
    font-size: 1.1em;
    outline: none;
    border-style:  none;
    border: 1px solid #616bff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
 background-image: linear-gradient( 
105.3deg, rgb(42, 192, 83) 21.8%, rgb(36, 180, 73) 100.2% ) !important;
}





.contenedor-reportes-email .respuesta-envio-reporte{
    padding: 10px;
    font-size: 1.1em;
    color: #fff;
    width: 100%;
    
}

#formItems  input, #formItems select{
    outline: none;
    border-style: none !important;

    border: 1px solid #ccc !important;
 

}


#formItems2  input, #formItems2 select{
    outline: none;
    border-style: none !important;
    font-size: 1.1em !important;
    border: 1px solid #ccc !important;
    height: auto !important;

}


/*Full screen Modal 
*/
#formItems span {
    
    margin-left: 12px ;
    text-transform: uppercase ;
    letter-spacing: 1px;

}

#formItems2 span {
    font-size: 1.0em !important;
    margin-left: 10px ;
    text-transform: uppercase ;
    letter-spacing: 1px;

}


  @media (min-width: 768px) {
    .fullscreen-modal .modal-dialog {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .fullscreen-modal .modal-dialog {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
       width: 1170px;
    }
  }
  legend{
      font-size: 1em !important;
      font-weight: 600 !important;
      text-transform: uppercase !important;
  }
  .c-productos{
    position: relative !important;
  }
  .c-productos .p-productos{
    position: absolute;
    padding: 7px;
    width: 100%;
    background-color: rgb(253, 253, 253);
    z-index: 1000;
  }
  .lbl-text{
      text-transform: uppercase;
      font-weight: 600 !important;
      margin-left: 5px;
      color: rgb(4, 81, 182);
  }

  #serieCorrelativoReferencial{
    font-size: 1.5em !important;
    text-transform: uppercase;
    border-radius: 5px !important;

  }
  .resultado-serie legend a,
  .resultado-ubigeos-partida legend a,
  .resultado-ubigeos-llegada legend a
  {
    font-size: 1.2em !important;
  }
  .formGuia legend{
    color:rgb(26, 64, 145);
  }
  
  .cuotas-float{
 
   background-color: #5681D9;
   padding: 8px !important;
   width: 95%;
   border-radius:  10px !important;
  }
 

  .contenedor-pie-chart{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .pro-mas-v ul a span{
   font-size: 16px !important;
}
  .pro-mas-v ul li a{
  margin: 0 !important;
  padding: 6px !important;
}


.img-circleX {
  border-radius: 15%;
}

.btn-successX{
color:black;
font-weight: bold;
  font-size: 10px; 
background:#143DD4;

}



.botonxxx{
padding-left:1px;
padding-right:1px;
width: 40px;
/*background:#F1E0D4;
*/
border-color: #857F12;
background:#F6F4C9;



  
  
    border-radius: 6px;

  


}

.botonxxx:hover{

/*background-color:#DBB59A!important;
*/

background:#E8E038;
}


.formatoexcel{


font-weight:bold!important; 
border:1px solid #eee!important;
color:darkblue!important;
background-color:rgb(242,242,242)!important;
}


.formatoexcel:td{


font-weight:bold!important; 
border:1px solid #eee!important;
color:darkblue!important;
background-color:rgb(242,242,242)!important;
}

.formatoexcel td{


font-weight:bold!important; 
border:1px solid #eee!important;
color:darkblue!important;
background-color:rgb(242,242,242)!important;
}



.number-guiar {
  position: relative;
  padding: 10px;

  background-color: #417926;
  border-radius: 60%;
  width: 25px !important;
  height: 25px;
  text-align: center;
  top: 10px;
}
.number-guiar h3 {
  position: absolute;
  font-size: 0.8em;
  bottom: -15%;
  left: 37%;
  color: #fff;
  font-weight: bold;
}


.number-guiar2 {
  position: relative;
  padding: 10px;

  background-color: #347F2F;
  border-radius: 60%;
  width: 25px !important;
  height: 25px;
  text-align: center;
  top: 10px;
}
.number-guiar2 h3 {
  position: absolute;
  font-size: 1.1em;
  bottom: -25%;
  left: 35%;

  
  color: #fff;
  font-weight: bold;
}

.number-guiar3 {
  position: relative;
  padding: 10px;

  background-color: #143DD4;
  border-radius: 60%;
  width: 25px !important;
  height: 25px;
  text-align: center;
  top: 10px;
}

.number-guiar3 h3 {
  position: absolute;
  font-size: 1.1em;
  bottom: -27%;
  left: 40%;

  
  color: #fff;
  font-weight: bold;
}





.contenedor-boton-busqueda button{
 

    outline: none;
  
    padding-left: 12px;
    border-radius: 6px;

  font-weight:bold;
  background:#143DD4;
  font-size:15px;

  background: #237C37;
 

  
  border-color: #0B6A22;
  height: 35PX;


  
}


.color-totales
{ 

  font-weight:bold!important;  
  font-size:15px;
 
  
}

.color-totales  td
{ 

  font-weight:bold!important;  
  font-size:15px;

  
}


    /* Contenedor del toggle */
.total-venta-box {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* espacio entre texto y monto */
  
  background: #f4f9ff;

  border-radius: 12px;
  padding: 6px 14px;
  font-size: 20px;
  font-weight: bold;
  color: #007bff;

}

.monto-total {
  color: green;
  font-size: 22px;
  font-weight: bold;
}

.label-total {
  display: block;
  font-size: 14px;
  font-weight: 750;
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-weight: bold;

}

.monto-total {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #28a745; /* verde */

}

.toggle-dscto {
  display: inline-flex;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #007bff;
  box-shadow: 0 4px 8px rgba(0,0,0,.15);
}

/* Botones unidos */
.toggle-btn {
  flex: 1;
  padding: 12px 25px;
  border: none;
  background: #f8f9fa;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #007bff;
}
.toggle-btn:first-child {
  border-right: 1px solid #007bff;
}
.toggle-btn.active {
  background: #007bff;
  color: #fff;
}
.toggle-btn:hover:not(.active) {
  background: #e9ecef;
}



/* Tabs */
.tabs-dscto {
  margin-bottom: 15px;
}
.tab-btn {
  background: #e9ecef;
  border: none;
  padding: 10px 25px;
  margin: 0 5px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: all .2s;
}
.tab-btn.active {
  background: #007bff;
  color: white;
  box-shadow: 0 4px 8px rgba(0,0,0,.2);
}
.tab-btn:hover:not(.active) {
  background: #d6d8db;
}

/* Inputs Dscto */
.dscto-group label {
  font-weight: bold;
  margin-bottom: 5px;
}
.dscto-input{
  
  text-align: center;
  border-radius: 10px !important;
  border: 2px solid #ddd;
  font-size: 26px!important;
  font-weight: bold;
  
  max-width: 60%;         /* más compacto al centro */
  margin: 0 auto;

color: green;
}


/* Total */
.total-info {
  margin: 15px 0;
  font-size: 20px;
  font-weight: bold;
  color: green;
}

/* Contenedor */
.tecladodscto-container {
  display: flex;
  flex-direction: column;   /* siempre teclado arriba, botones abajo */
  align-items: center;
  justify-content: center;
  gap: 20px;
   
}

/* Teclado */
.tecladodscto {
  display: flex;
  justify-content: center;
    background: #fdfdfd;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  width: 230px;
}
.teclas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.teclas button {
  padding: 18px;
  font-size: 22px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  background: linear-gradient(to bottom, #ffffff, #e6e9f0);
  color: #222;
  font-weight: bold;
  transition: all 0.2s;
  box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}
.teclas button:hover {
  background: #4a90e2;
  color: #fff;
  transform: scale(1.05);
}
.teclas .cr {
  background: #ffd5d5;
  color: #b00020;
}
.teclas .cr:hover {
  background: #f44336;
  color: #fff;
}

/* Acciones */
.acciones {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 18px;
  min-width: 160px;
}
.total {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  color: #222;
}
.total strong {
  color: #28a745;
  font-size: 28px;
  display: block;
  margin-top: 5px;
}
.acciones button {
  padding: 16px;
  font-size: 20px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all .2s;
  box-shadow: 0 5px 8px rgba(0,0,0,0.2);
    flex: 1;  
}
.acciones .ok {
  background: linear-gradient(to bottom, #4caf50, #388e3c);
  color: white;
}
.acciones .ok:hover {
  background: #43a047;
  transform: translateY(-2px);
}


.acciones .descuento {
  background: linear-gradient(to bottom, #00838f, #006064);
  color: white;
}
.acciones .descuento:hover {
  background: #00838f;
  transform: translateY(-2px);
}



.acciones .cancel {
  background: linear-gradient(to bottom, #f44336, #c62828);
  color: white;
}
.acciones .cancel:hover {
  background: #d32f2f;
  transform: translateY(-2px);
}


@media (max-width: 768px) {
  .tecladodscto-container {
    flex-direction: column;
    min-height: auto;
  }

  .acciones {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .acciones button {
    flex: 1;
    font-size: 16px;
  }
}
#modalDescuentos .modal-dialog {
  max-width: 450px;   /* prueba también con 450px */
  margin: auto;
}

.formVenta   .cantidaditem {
  outline: none !important;
  border-style: none !important;
  padding: 0px 10px 0px 10px !important;
  text-align: center !important;
  width: 100px;
  height: 28px !important;
  border: 1px solid #258A24 !important;
}

#formVenta  .preciounitarioco {
  outline: none !important;
  border-style: none !important;
  padding: 0px 10px 0px 10px !important;
  text-align: center !important;
  width: 120px;
  height: 28px !important;
 border: 1px solid #258A24 !important;
}

#formVenta   .totalitem {
  outline: none !important;
  border-style: none !important;
  padding: 0px 10px 0px 10px !important;
  text-align: center !important;
  width: 120px;
  height: 28px !important;
 border: 1px solid #258A24 !important;
}

#formVenta   .lote-item {
  outline: none !important;
  border-style: none !important;
  padding: 0px 10px 0px 10px !important;
  text-align: center !important;
  width: 120px;
  height: 28px !important;
 border: 1px solid #258A24 !important;
}

#formVenta   .fechav-item {
  outline: none !important;
  border-style: none !important;
  padding: 0px 10px 0px 10px !important;
  text-align: center !important;
  width: 120px;
  height: 28px !important;
 border: 1px solid #258A24 !important;
}


 .formVentaReceta  .cantidaditem {
  outline: none !important;
  border-style: none !important;
  padding: 0px 10px 0px 10px !important;
  text-align: center !important;
  width: 100px;
  height: 28px !important;
  border: 1px solid #258A24 !important;
}

 #formVentaReceta .preciounitarioco {
  outline: none !important;
  border-style: none !important;
  padding: 0px 10px 0px 10px !important;
  text-align: center !important;
  width: 120px;
  height: 28px !important;
 border: 1px solid #258A24 !important;
}

 #formVentaReceta  .totalitem {
  outline: none !important;
  border-style: none !important;
  padding: 0px 10px 0px 10px !important;
  text-align: center !important;
  width: 120px;
  height: 28px !important;
 border: 1px solid #258A24 !important;
}






.select2-selection {

  border-radius:  0px 5px 5px 0px !important;
 height: auto; 
 height: 34px!important;
 font-weight: bold;
 border-color: #D3CFCF!important;

}

.select2-container {
    width: 100% !important; /* Asegura que el select ocupe todo el ancho disponible */
}
.select2-selection__rendered {
    line-height: 1.5; /* Ajustar el espacio en línea */
}



.select2-container--open {
    z-index: 99999 !important; /* Ajustar el índice z para asegurarse de que el campo de búsqueda sea accesible */
}




.botonAgregarX{

  
border: none; width: 20px; height: 20px;
 background-color: transparent;
text-align:left;


}



.botonAgregarFamilia{

  
border: none; width: 20px; height: 20px;
 background-color: transparent;
text-align:left;


}






        .custom-legend {
            color: #333;
            border-bottom: 0.1px ridge #6291E7 !important;
            padding-bottom:2px;
            display: inline-block;

        }


  .custom-legendAncho {
            color: #333;
            border-bottom: 4px ridge #6291E7 !important;
            padding-bottom:2px;
            display: inline-block;

        }


  .custom-legendAnchoVerde {
            color: green;
            border-bottom: 2px ridge green !important;
            padding-bottom:2px;
            display: inline-block;

        }


        .custom-legendCorto {
        
            border-bottom: 1.5px ridge  !important;
            padding-bottom:2px;
            display: inline-block;
            /*width: 74%!important;*/
           width: 100%!important;

margin-left:0px; 

letter-spacing: 0.2px;
font-weight: bold!important;




        }


        .textos_ventasObligatorio h7{

    font-size: 15px;
    font-weight:bold;
    color:red   ;

}

.textos_ventas h7{

    font-size: 15px;
    font-weight:bold;
    color:#143DD4;

}


.textos_ventasNegrita h7{

    font-size: 15px;
    font-weight:bold;


}





.textos_ventas legend{

    font-size: 16px!important ;
    font-weight:bold!important ;
    color:#143DD4;
    letter-spacing: 1px!important ;

}


.textos_ventasx h7{

    font-size: 15px;
    font-weight:bold;
    color:#D53629;

}


.textos_ventas ul li a{
background-color: green;
    font-size: 1px;
}


.textos_ventasy h7{
 font-size: 16px!important ;
    font-weight:bold!important ;
text-decoration: underline;
    color:#143DD4;
    letter-spacing: 1px!important ;

}



.textoTitulos span{
 font-size: 16px!important ;
    font-weight:bold!important ;

    color:#143DD4!important;
    letter-spacing: 1px!important ;

}



.textos_TitoloRojoPrincipal h3{

    font-size: 20px;
    font-weight:bold;
    color:red   ;
    text-align: center;


border-bottom: 0.1px solid #FF9C94; 
padding-bottom: 0.1px;
margin-left: 5%;
}


.textos_TitoloVerdePrincipal h3{

    font-size: 20px;
    font-weight:bold;
    color:green   ;
    text-align: center;
    


border-bottom: 0.1px solid #B3EB9A; 
padding-bottom: 0.1px;
margin-left: 5%;
}



.textos_TitoloRojo h3{

    font-size: 20px;
    font-weight:bold;
    color:red   ;
    text-align: center;
    

}


.textos_TitoloAzul h3{

    font-size: 20px;
    font-weight:bold;
    color:green   ;
    text-align: center;

}



  .custom-legendSedes{
        
            border-bottom: 1px ridge  !important;
            padding-bottom:0px;
            display: inline-block;
           
           width: 100%!important;



letter-spacing: 20px;
font-weight: bold!important;




        }


.form-controlxxxx {
    background-color: #f8f9fa; /* Fondo claro */
    border: 0.5px solid #97B7F2; /* Borde azul */
    border-radius: 5px; /* Bordes redondeados */
    font-size: 16px; /* Tamaño de fuente */
    width: 100%;
    font-weight: bold;
  height: 90%!important;
  margin-top: 2px;
}

.form-controlxxxx:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}





.series-sucursales thead{
  background-color: #363636;
  padding: 10px;
 
}
.series-sucursales thead th{
 color: #f8f8f8;
  padding: 10px;
  text-align: center; 
  
}
.series-sucursales thead th:first-child {
  border-radius: 5px 0px 0px 5px;
}.series-sucursales thead th:last-child{
  border-radius: 0px 5px 5px 0px;
}
.series-sucursales tbody tr td input:nth-child(1){
  width:80px;
  height: 37px !important;
  margin: 5px;
  padding: 10px;
  font-weight: 600;
  text-align: center;
    border-radius: 5px 5px 5px 5px!important;
}
.series-sucursales tbody tr td:first-child {
 font-weight: 600;
}
.advertencia-sucursal{
  color: #fc4747;
  text-align: center;
  padding: 12px;
}



.series-sucursales  table{
    border: 0px solid rgb(148, 148, 148);
}
.series-sucursales  table th{
    text-transform: uppercase;
    text-align: center;
    border: 0px !important;
    color: white;!important;
    letter-spacing: 0.1px !important;
    font-size: 13PX;
    font-weight: 600;

    
}


.small-checkbox {
    transform: scale(0.5); /* Cambia el tamaño del checkbox (0.8 = 80% del tamaño original) */
    margin: 0px; /* Ajusta el espacio alrededor si es necesario */
}

.series-sucursales {
    border-collapse: collapse; /* Fusiona bordes */
    border-spacing: 0; /* Asegúrate de eliminar todo el espacio */
    width: 100%;

}
.series-sucursales td{
     border-bottom: 1px solid #ccc; /* Línea delgada solo debajo de las celdas */

    padding: 8px; /* Espacio interno */
    text-align: left; /* Alineación del texto */

}

.series-sucursales td input {
    margin: 0; /* Quita margen en los inputs */
    padding: 0; /* Quita relleno en los inputs */
}
.series-sucursales tr:last-child td {
    border-bottom: none; /* Elimina la línea en la última fila */
}

.categoria {
    background-color: #515254;
    color: white;
    font-weight: bold;
}

.tabla-contenedor {
    max-height: 400px; /* Ajusta la altura máxima según tus necesidades */
    overflow-y: auto; /* Habilita el scroll vertical */
    overflow-x: hidden; /* Oculta el scroll horizontal si no es necesario */
    border: 0.1px solid white; /* Opcional: añade un borde para delimitar el área de la tabla */
}


.acceso {
    text-align: center;
}

.small-checkbox {
    transform: scale(1.2); /* Ajustar tamaño del checkbox */
}




.info-box {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    color: white;
    border-radius: 8px;
    display: flex;
    padding: 0px;
    align-items: center;
}

.info-box-icon {
    font-size: 40px;
    margin-right: 15px;
    background-color: transparent;
}

.info-box-title {
    font-weight: bold;
    font-size: 22px;
    margin: 0;
}

.info-box-text {
    font-size: 16px;
    margin: 5px 0 0;
}




.pagina-buttons {
    display: flex;
    justify-content: center;  /* Centra horizontalmente */
    align-items: center;      /* Centra verticalmente */
    gap: 15px;                /* Espacio entre las pestañas */
    flex-wrap: wrap;          /* Permite que las pestañas se ajusten si son muchas */
    margin-top: 20px;         /* Espacio superior */
    margin-bottom: 20px;      /* Espacio inferior */
    text-align: center;       /* Centra el texto dentro de cada botón */
    width: 100%;              /* Asegura que el contenedor ocupe el 100% del espacio disponible */
}

/* Estilo para los botones de las páginas (pestañas) */
.btn-pagina {
  padding: 8px 15px;  /* Ajusta el padding para hacer el botón más grande pero con la fuente más pequeña */
   background-color: #EBEDF1;
    color: black;
 border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px; /* Fuente más pequeña */
  transition: background-color 0.3s ease;
  text-align: center;
  margin-right: 10px; /* Espacio entre los botones */
}


.btn-pagina.active {
     background-color: #B4B4B8;
 
 
}


.salon-buttons {
    display: flex;
    justify-content: center; /* Centrar los botones de los salones */
    gap: 10px;
    margin-bottom: 20px;
}

.btn-salon {
    padding: 10px 20px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff; /* Fondo blanco por defecto */
    color: #333; /* Texto oscuro */
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.btn-salon:hover {
    background-color: #e6f7ff; /* Azul claro al pasar el mouse */
}

.btn-salon.active {
    background-color: #007bff; /* Azul medio */
    color: white; /* Texto blanco cuando está activo */
    border-color: #0056b3; /* Borde más oscuro */
}

#labelSalonMesa {
    background-color: #E3EEFF;
padding-top: 4px!important;
font-size: 16px;
}

/* Estilo general para el mapa de mesas */
.mesa-map {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centrar horizontalmente */
    gap: 15px;
    padding: 10px;
    width: 70%; /* Aseguramos que ocupe el 100% del espacio */
    margin: 0 auto;
    box-sizing: border-box;
}

/* Estilo para el salón (6 columnas en pantallas grandes) */
.salon {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 columnas */
    gap: 15px; /* Espacio entre mesas */
    width: 100%;

}

.mesa {
    width: 100%;
    height: 70px;  
    border: 0.1px solid #DFDFDF;
    border-radius: 16px;
    background-color: #f9f9f9;
    cursor: pointer;
    font-size: 28px; 
    font-weight: bold;
    transition: transform 0.3s, background-color 0.3s, border-color 0.3s ease;


    display: flex;
    align-items: center;     
    justify-content: center; 

    position: relative; 
}



.mesa:hover {
    border-color: #B1D6FD; 

}

.mesa.libre {
      /*background-image: url("../img/libre.jpg");*/
      background-color: white;
  background-size: cover;
   
    background-position: center; !important;
    background-repeat: no-repeat !important;

}

.mesa.ocupada {
    /* background-image: url("../img/ocupada.jpg");*/
background-color: #78CF78;
  background-size: cover;
   
    background-position: center; !important;
    background-repeat: no-repeat !important;
}

.mesa.por-salir {
            background-color: #FFFA94;
    /* background-image: url("../img/porsalir.jpg");*/
  background-size: cover;
   
    background-position: center; !important;
    background-repeat: no-repeat !important;
}



/* Estilo para pantallas pequeñas */
@media (max-width: 480px) {
   
    .mesa-map {
        padding: 5px; 
        width: 100%; 
    }

    .salon {
        grid-template-columns: repeat(4, 1fr); 
        gap: 10px;
    }

  
    .mesa {
        padding: 1px; 
        font-size: 24px;
        max-width: 100%; 
        padding-top: 0px!important;
    }
}


.leyenda-estados {
  display: flex;
  justify-content: center;  /* Centra la leyenda en la pantalla */
  align-items: center;      /* Centra verticalmente */
  margin-bottom: 20px;
}

.leyenda-item {
  display: flex;
 
  gap: 7px;                      /* Ajusta el espacio entre los elementos */
  align-items: center;            /* Alinea verticalmente los elementos */
}

.leyenda-boton {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0px;
  border-radius: 50%;
}

.leyenda-boton.libre {
  background-color: #F7F7F7; /* Celeste */
}

.leyenda-boton.ocupado {
  background-color: #4caf50; /* Verde */
}

.leyenda-boton.por-salir {
  background-color: #ffeb3b; /* Amarillo */
}






  .table-wrapper {
        margin: 20px auto; /* Centra horizontalmente */
        width: 80%; /* La tabla ocupará el 80% del ancho */
    }

    /* Estilo para la tabla */
    #tabla-stock-locales {
        border-radius: 8px; /* Bordes redondeados */
        overflow: hidden; /* Oculta bordes internos de celdas redondeadas */
        background-color: #f8f9fa; /* Fondo claro */
        width: 100%; /* La tabla ocupa el 100% del contenedor */
        border-collapse: separate; /* Asegura que las líneas sean visibles */
        border-spacing: 0; /* Elimina espacios entre celdas */

    }

    /* Encabezados de la tabla */
    #tabla-stock-locales thead th {
        background-color: #5B80C6; /* Fondo azul */
        color: white; /* Texto blanco */
        text-transform: uppercase; /* Encabezados en mayúsculas */
        font-weight: bold; /* Resalta texto */
        text-align: center; /* Centra el texto */
        padding: 5px; /* Reduce espacio interno */
        border-bottom: 2px solid #dee2e6; /* Línea separadora entre encabezado y cuerpo */
    }

    /* Estilo para las celdas */
    #tabla-stock-locales tbody td {
        vertical-align: middle; /* Centra verticalmente el contenido */
        padding: 5px 8px; /* Reduce espacio interno (alto de las filas) */
        border-bottom: 1px solid #dee2e6; /* Línea separadora entre filas */
    }

    /* Resalta fila al pasar el cursor */
    #tabla-stock-locales tbody tr:hover {
        background-color: #e9ecef; /* Fondo claro al pasar cursor */
    }

    /* Estilo para los inputs */
    #tabla-stock-locales input {
        max-width: 120px; /* Limita el ancho de los inputs */
        text-align: center; /* Centra el texto en los inputs */
        margin: auto; /* Centra el input dentro de la celda */
        height: 25px; /* Ajusta la altura del input */
        padding: 2px; /* Reduce el espacio interno */
    }


    /**PV */

    #categorias button {
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#categorias button:hover {
    background-color: #0056b3;
}

#productos .producto {
    width: 150px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#productos .producto img {
    max-width: 100%;
    border-radius: 5px;
}




#monto_pagado,
#total_vuelto {
  font-size: 1.3em;
  height: 40px;
  border-radius: 5px !important;
  text-align: center;
}

#total_vuelto {
  background-color: #fff;
  color: rgb(235, 52, 52);
}


#searchpc,
#searchpcPos {
 
}


/* BOTÓNES MODALES FOOTER  */
.modal-footer button,
.modal-footer label {
  outline: 0 !important;
  border-radius: 5px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.product #nuevoCodigo,
.product #editarCodigo {
  border-radius: 0px 5px 5px 0px !important;
}
.product #nuevoCodigo {
  border-radius: 0px 0px 0px 0px !important;
}
.product span {
  border-color: #7696f6 !important;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.bar-code-btn i {
  color: #ffffff !important;
  -webkit-animation: 2s rotate linear infinite;
  animation: 2s rotate linear infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.bar-code-btn {
  border-radius: 0px 25px 25px 0px !important;
  background-color: #625fff !important;
  cursor: pointer;
}


.numero-personas {
  position: absolute;
    top: -10px;
    right: -10px;
  
    color: black;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
  
}

.fondo-ocupado {
    background-color: #3C842A; /* Rojo para mesa ocupada */
}

.fondo-porsalir {
    background-color: #FFD700; /* Amarillo para mesa por salir */
}





.tableDocumentos thead th {
  background-color: #255494 !important; 
  color: white !important;
  text-align: center !important;
}

.tableDocumentos table thead tr th:first-child{
    border-radius: 7px 0px 0px 7px;
}
.tableDocumentos table thead tr th:last-child{
    border-radius: 0px 7px 7px 0px;
}

.btn-pago {
    width: 70px;  /* Tamaño fijo */
    height: 50px; /* Tamaño fijo */
     border: 1px solid white; /* Borde de 2px en color negro (#333) */

    border-radius: 10px!important;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0; /* Elimina espacios internos */
    background-color: #EFF1B0;
 
  
}

.btn-pago:hover {
transform: scale(1.15);

 
  
}
 
/* Asegura que la imagen ocupe el 100% del botón */
.img-boton {
    width: 100%;
    height: 100%;
 
}



/*OPCIONES DEL SISTEMA */
.btnOpciones,.btnOpciones2 {
    width: 80px;  /* Ajuste de tamaño */
    height: 47px; 
    border: 1px solid white;
    border-radius: 10px!important;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
 background-color: #D9F9D5 !important; /* Gris claro */
  
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);

}


.btnOpciones:hover ,.btnOpciones2:hover  {
     transform: scale(1.12);
}


/*OPCIONES DEL SISTEMA */
.btnColor1 {
 background: linear-gradient(105.3deg, rgb(200, 220, 250) 0%, rgb(80, 150, 220) 100%) !important;

}

.btnColor2 {
  background: linear-gradient(105.3deg, rgb(230, 240, 255) 0%, rgb(180, 190, 250) 100%) !important;

}
.btnColor3 {
  background: linear-gradient(105.3deg, rgb(150, 200, 255) 0%, rgb(80, 200, 120) 100%) !important;

}
.btnColor4 {
    background: linear-gradient(105.3deg, rgb(150, 200, 255) 0%, rgb(255, 240, 200) 100%) !important;

}
 
.texto-boton {
    font-size: 13px;
    font-weight: bold;
    text-align: center;

    word-wrap: break-word; /* Permite que el texto se divida en varias líneas */
    white-space: normal; /* Permite el salto de línea */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Asegura que ocupe todo el botón */
    padding: 1px; /* Añade un pequeño margen interno */
}   

.mensajeerrorSunat {
   margin-left: 15px; 
   font-size: 18px !important;
   font-weight: bold;
   color: #F83724;
}  


.texto-grande {
    color: #1340A1 !important;
     

}

.tituloGrande  {
    font-size: 20PX!important; 
    font-weight:bold;
    color:darkred  ; 

}



.btnAtributos {

    border: 1px solid white;
    border-radius: 10px!important;
    margin: 5px;

    align-items: center;
    justify-content: center;
    padding: 10px;
 background-color: #79A589;
 
    font-size: 13px;
    font-weight: bold;
    color:white;
  

}


.btnAtributos:hover {
     transform: scale(1.12);
}


.select2-container {
  width: 100% !important; 
  max-width: 100%!important;
  
}

.select2-selection__rendered {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}








/* INICIO DE GUIDO*/
.module {
    background-color: #f0f0f0;
    padding: 10px; /* Aumentar el padding para hacerlos más grandes */
    border-radius: 20%; /* Mantenerlos circulares */
    text-align: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s;
    height: 85px; /* Ajustar el tamaño más pequeño */
    width: 80px; /* Asegurarse de que el ancho sea igual a la altura */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
}


.modules-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    justify-items: center;
    color:white;
         
}

.module:hover {
    background-color: #ddd;
}

.module i {
    font-size: 25px;
    color: white; 
    
}

.module h4 {
  
    font-size: 13px;
    color: white; 

}

.module p {
    font-size: 14px;
    color: white;
}

.contenedor-envio-ws input {
  width: 100%;
  font-size: 1.3em;
  outline: none;
  border-style: none;
  border: 1px solid #616bff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 1px;
}
.contenedor-envio-ws .btn-enviar-ws {
  width: 80px;
  font-size: 1.1em;
  outline: none;
  border-style: none;
  border: 1px solid #616bff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 1px;
  margin-top: 5px;
  background-image: linear-gradient(
    105.3deg,
    rgb(32, 152, 32) 21.8%,
    rgb(71, 175, 48) 100.2%
  ) !important;
}
.contenedor-envio-ws button {
  width: 100%;
  font-size: 1.1em;
  outline: none;
  border-style: none;
  /* border: 1px solid #616bff; */
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 1px;
  
}

.contenedor-print-comprobantes .sendwsa4 {
  background-image: url('../img/svg/whatsapp.svg') !important;

    background-size: 1.4em 1.4em !important;
     background-position: left !important;
     
     background-position-x: 16px!important;
background-position-y: 00px!important;
 background-color: transparent;
     background-repeat: no-repeat !important;
     font-size: 17PX!important;
     color: #77797D!important;
}


.detalle-anulacion {
  margin: 10px 0;
}

.detalle-item {
  margin: 5px 0;
}

.detalle-label {
  display: inline-block;
  width: 150px; 
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
}

.detalle-valor {
  font-size: 16px;
}





    .card {
      background: #fff;
      padding: 15px;
      border-radius: 15px;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    }


    .camera-container {
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }

    video {
      width: 48%;
      border-radius: 15px;
      object-fit: cover;
    }

    canvas {
      width: 48%;
      border-radius: 15px;
      background: #e0e0e0;
      border: 2px dashed #999;
    }

    .info {
      margin: 15px 0;
      text-align: left;
      font-size: 14px;
      color: #444;
    }

    .btn-container {
      display: flex;
      justify-content: space-around;
      margin-top: 15px;
        gap: 12px;   
    }

#TituloConDiseño {
  display: block;
  text-align: center;
  margin-top: 10px;            
  padding: 10px 15px;          
  border-radius: 12px;          
  color: #1E3A8A; /* Azul elegante, oscuro pero brillante */
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  background: linear-gradient(135deg, #dbeafe, #93c5fd); /* suave degradado azul */
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}


#NombrePersonal {
  display: block;      
  text-align: center;  
  margin-top: 2px;    
  background-color: #e8f0fe;  
  padding: 6px 10px;           
  border-radius: 8px;          
  color: #333;                  
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
#direccionA {
  display: block;      
  text-align: justify;  
  margin-top: 2px;    
  background-color: #e8f0fe;  
  padding: 6px 10px;           
  border-radius: 8px;          
  color: #333;                  
  font-size: 14px;
  line-height: 1.4;
}



#horaA {
  display: block;      
  text-align: justify;  
  margin-top: 2px;    
  background-color: #e8f0fe;  
  padding: 6px 10px;           
  border-radius: 8px;          
  color: #333;                  
  font-size: 14px;
  line-height: 1.4;  
}

    #btnTomarFoto {
  background: #007bff;          
  color: white;                  
  font-weight: bold;            
  font-size: 16px;               
  padding: 12px 20px;            
  border: none;                 
  border-radius: 12px;           
  cursor: pointer;             
  display: flex;                
  align-items: center;           
  justify-content: center;      
  gap: 8px;                      
  transition: background 0.3s, transform 0.2s;
  width: 60%;                  
  max-width: 200px;             
  margin: 0 auto;               
}

#btnActualizarDireccion {
  background: #007bff;          
  color: white;                  
  font-weight: bold;            
  font-size: 11px;               
            
         
  border-radius: 10px;           
  cursor: pointer;             
    
                        
  transition: background 0.3s, transform 0.2s;
            
}


#btnTomarFoto:hover {
  background: #0056b3;         
}

#btnTomarFoto:active {
  transform: scale(0.96);        
}
/* === BOTÓN ENTRADA === */
#btnEntrada {
  background: #28a745;   /* Verde */
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.3s, transform 0.2s;
  width: 100%;
  max-width: 260px;
}

#btnEntrada:hover {
  background: #1e7e34;
}

#btnEntrada:active {
  transform: scale(0.96);
}

/* === BOTÓN SALIDA === */
#btnSalida {
  background: #dc3545;   /* Rojo */
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.3s, transform 0.2s;
  width: 100%;
  max-width: 260px;
}

#btnSalida:hover {
  background: #a71d2a;
}

#btnSalida:active {
  transform: scale(0.96);
}



/* ========== MODAL DE IMAGEN ========= */
.modal-imagen {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-contenido {
  max-width: 90%;
  max-height: 80%;
  border-radius: 30px;
  box-shadow: 0 0 15px #000;
}

.cerrarImagen {
  position: absolute;
  top: 15px; right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.cerrarImagen:hover { color: red; }

/* ========== CONTENEDOR ASISTENCIA ========= */
.asist-wrapper {
  background:#fff;
  padding:10px;
  border-radius:12px;
  box-shadow:0 5px 20px rgba(0,0,0,0.1);
}










.asist-header i { margin-right:8px; }
.asist-subtitle {
  font-size:14px;
  margin-top:5px;
  font-style:italic;
  color:#e0e0e0;
}

.asist-mensaje {
  text-align:center;
  color:#444;
  font-style:italic;
}

/* FILTROS */
.asist-filtros {
  display:flex;
  flex-wrap:wrap;
  gap:15px;
  margin-bottom:20px;
}
.asist-col {flex:1; min-width:100px;}
.asist-col-small {max-width:90px;}
.asist-col-btn {display:flex; align-items:flex-end;}

/* FILAS INLINE */
.asist-row-inline {
  display:flex;
  align-items:flex-end;
  gap:10px;
  flex-wrap:nowrap; /* nunca se apilan */
  width:100%;
}
.asist-row-inline .asist-col-small {flex:0 0 90px;}
.asist-row-inline .asist-col {flex:1;}

.asist-select, .asist-date {
  border-radius:8px;
  border:1px solid #ccc;
  padding:8px;
}
.asist-btn {
  background:#28a745;
  color:#fff;
  border-radius:8px;
  padding:8px 15px;
  font-weight:bold;
  transition:.3s;
}
.asist-btn:hover {background:#218838;}

/* TABLA */
.asist-table {width:100%; font-size:14px;}
.asist-table thead {color:#fff;}
.asist-table th, .asist-table td {
  text-align:center;
  vertical-align:middle;
}
.asist-green {background:#e9f9ef; color:#28a745; font-weight:bold;}
.asist-red {background:#fde9e9; color:#dc3545; font-weight:bold;}

/* ========== MODAL DETALLE ========= */
.asist-modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 9999;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.6); 
  align-items: center;
  justify-content: center;
  padding: 10px; /* margen interno para evitar que choque con bordes */
}

/* Contenido del modal */
.asist-modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  max-width: 600px; /* límite en pantallas grandes */
  width: 80%;      /* que se adapte */
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  position: relative;
  animation: fadeInDown 0.3s ease;
  box-sizing: border-box;
}

/* Botón de cerrar */
.asist-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

/* Ajustes para pantallas pequeñas */
@media (max-width: 480px) {
  .asist-modal-content {
    padding: 15px;
    border-radius: 12px;
    font-size: 14px;
  }

  .asist-modal-content img {
    max-width: 100%; /* que las imágenes no se desborden */
    height: auto;
    display: block;
    margin: 0 auto;
  }



.asist-modal-img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  animation: zoomIn 0.3s ease;
}

.asist-close {
  position: absolute;
  top: 10px; 
  right: 15px;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.asist-close:hover {
  color: #e74c3c;
  transform: scale(1.2);
}

/* Animaciones */
@keyframes fadeInDown {
  from {opacity: 0; transform: translateY(-40px);}
  to {opacity: 1; transform: translateY(0);}
}

@keyframes zoomIn {
  from {transform: scale(0.8); opacity: 0;}
  to {transform: scale(1); opacity: 1;}
}

/* Responsive */
@media (max-width: 768px) {
  .asist-direccion {
    max-width: 90px;
    font-size: 12px;
  }
  .col-detalle {display: none;}
}







/* ====== CONTENEDOR PRINCIPAL ====== */
.asis-wrapper {
  background: #f8f9fc;
  min-height: 100vh;
  padding: 20px;
}

.asis-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  padding: 25px;
  margin-bottom: 20px;
}

/* ====== TITULO ====== */
.asis-header {
  text-align: center;
  margin-bottom: 20px;
}
.asis-header h3 {
  font-weight: 800;
  color: #143DD4;
  font-size: 28px;
  text-transform: uppercase;
}

/* ====== FILTROS ====== */
.asis-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

.asis-input,
.asis-select {
  border-radius: 8px !important;
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid #dcdfe3;
  transition: all 0.2s ease;
}
.asis-input:focus,
.asis-select:focus {
  border-color: #143DD4;
  box-shadow: 0 0 5px rgba(20,61,212,0.3);
}

/* ====== FILTROS EN FILA ====== */
.asis-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.asis-col {
  flex: 1;
  min-width: 180px;
}
.asis-col-small {
  flex: 0 0 120px;
}

/* ====== BOTONES ====== */
.asis-btn {
  border-radius: 8px;
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 600;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
.asis-btn-primary {
  background: #007bff;
  color: #fff;
}
.asis-btn-primary:hover {
  background: #0069d9;
}
.asis-btn-success {
  background: #28a745;
  color: #fff;
}
.asis-btn-success:hover {
  background: #218838;
}
.asis-btn-icon {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

/* ====== TABLA ====== */
.asis-table {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 20px;
}
.asis-table thead {
  background: #143DD4;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.asis-table tbody tr:hover {
  background: #f4f7ff;
  cursor: pointer;
}
.asis-table td {
  text-align: center;
  font-size: 13px;
  padding: 10px;
}

/* ====== MODAL ====== */
.asis-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.asis-modal-content {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  animation: asisFadeIn 0.3s ease;
}
.asis-close {
  float: right;
  font-size: 22px;
  cursor: pointer;
  color: #666;
}
.asis-close:hover { color: #000; }
.asis-modal-img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}
@keyframes asisFadeIn {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
  .asis-header h3 { font-size: 22px; }
  .asis-table thead { font-size: 12px; }
  .asis-table td { font-size: 12px; padding: 6px; }
}





