.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;


}




.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 #printA4, 
.contenedor-print-comprobantes #editarDocumento, 
.contenedor-print-comprobantes #printT, 
.contenedor-print-comprobantes #printT58, 
.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 .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: #D8DDE5!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;



}



.contenedor-print-comprobantes #printT{
    background-image: url('../img/svg/ticket.svg') !important;
    background-size: 1.4em 1.4em !important;
     background-position: center !important;
     background-repeat: no-repeat !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 #printT58{
    background-image: url('../img/svg/ticket58.svg') !important;
    background-size: 1.4em 1.4em !important;
     background-position: center !important;
     background-repeat: no-repeat !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 #xml{
    background-image: url('../img/svg/xml_cpe.svg') !important;
    background-size: 1.4em 1.4em !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
}
.contenedor-print-comprobantes #cdr{
    background-image: url('../img/svg/xml_cdr.svg') !important;
    background-size: 1.4em 1.4em !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;
}
.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 .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 #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 .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-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-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-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-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{
    position:absolute !important;
   z-index: 10000;
   background-color: rgb(58, 88, 180);
   padding: 8px !important;
   width: 95%;
   border-radius:  10px !important;
  }
  .cuotas-float label{
    color: rgb(248, 248, 248);
    
  }

  .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;

  
}


.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 */
}




/* 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 {
   padding: 35px; /* Tamaño por defecto */
    border: 0.1px solid #DFDFDF;
    border-radius: 13px;
    text-align: center; /* Centra el texto horizontalmente */
    cursor: pointer;
    background-color: #f9f9f9;
    font-size: 22px; /* Tamaño de texto más grande */
    font-weight: bold;
    transition: transform 0.3s, background-color 0.3s;
    max-width: 100%; /* Asegura que la mesa no se estire más allá del 100% */
    transition: border-color 0.3s ease;

    /* Usamos flexbox para centrar el contenido horizontalmente y alinearlo en la parte superior */
    display: flex;
    flex-direction: column;  /* Apila los elementos verticalmente */
    justify-content: flex-start;  /* Alinea el contenido desde la parte superior */
    align-items: center;  /* Centra el texto horizontalmente */
    height: 120px;  /* Asegura que la mesa tenga una altura adecuada */
    position: relative;  /* Necesario para el posicionamiento absoluto del número de personas */
    padding-top: 10px;  /* Agrega un poco de espacio en la parte superior */
}
.mesa:hover {
    border-color: #B1D6FD; /* Color de borde al pasar el mouse */

}

.mesa.libre {
      background-image: url("../img/libre.jpg");
  background-size: cover;
   
    background-position: center; !important;
    background-repeat: no-repeat !important;

}

.mesa.ocupada {
     background-image: url("../img/ocupada.jpg");
  background-size: cover;
   
    background-position: center; !important;
    background-repeat: no-repeat !important;
}

.mesa.por-salir {
     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) {
    /* El contenedor del mapa de mesas ocupa todo el ancho y ajusta el padding */
    .mesa-map {
        padding: 5px; /* Menos padding */
        width: 100%; /* Asegura que ocupe todo el ancho */
    }

    /* El salón sigue con 6 columnas, pero ajustamos la disposición */
    .salon {
        grid-template-columns: repeat(6, 1fr); /* Mantiene 6 columnas */
        gap: 10px; /* Menos espacio entre las mesas */
    }

    /* Reducir el tamaño de las mesas */
    .mesa {
        padding: 10px; /* Reduce el padding */
        font-size: 0.9em; /* Reduce el tamaño de la fuente */
        max-width: 100%; /* Asegura que las mesas no se estiren más allá del 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: #00aaff; /* 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: #255494; /* 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;
}
