.input-group-xs>.input-group-prepend>.input-group-text,
.input-group-xs>.form-control,.input-group-xs>.custom-select{
    height: 28px;
    padding: 1px 5px;
    font-size: 20px;
    line-height: 1.5;
}

.output80{
    width: 80mm; 
    height: 100%;     
    margin-left: -10px;
}

.output58{
    width: 58mm; 
    height: 100%;     
    margin-left: -10px;
}

.label-font-size{
    font-size: xx-small;
    margin-bottom: 0!important;
}

#outPut1 {
    display: block;
    page-break-after: always;
    position: relative;
}

.card-border{
    background-clip: border-box;
    border: 1px solid #adb5bd;
    border-radius: .25rem;
}

body {
    background: #343a40;
    color: #adb5bd;    
}

canvas{
    padding: 0;
    margin: auto;
    display: block;
}

table {
    border-collapse: collapse;
    width: 100%; /* Ancho total de la tabla */
    table-layout: fixed; /* Distribución simétrica */
}

td,th {
    padding: 0 !important;
    background-color: white; 
    border: 1px solid black;
    text-align: center;
    width: 25%; /* Ancho total de la tabla */
    }

/*Mobile*/
.mobile-header {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
}

.mobile-header h1 {
    /*color: #3f51b5;*/
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.mobile-header p {
    color: #6c757d;
    font-size: 1rem;
}

.button-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 12px;
    padding: 25px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #212529;
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
    height: 140px;
}

.menu-button:hover, .menu-button:focus {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
}

.vender .icon {
    background-color: #e9f1fd;
    color: #4a6fa5;
}

.estado .icon {
    background-color: #e9f1fd;
    color: #4a6fa5;
}

.canjear .icon {
    background-color: #e9f1fd;
    color: #4a6fa5;
}

.cuentas .icon {
    background-color: #e9f1fd;
    color: #4a6fa5;
}

.config .icon {
    background-color: #e9f1fd;
    color: #4a6fa5;
}

.salir .icon {
    background-color: #e9f1fd;
    color: #4a6fa5;
}

.menu-button span {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
}

.footer {
    text-align: center;
    padding: 20px 0;
    color: #6c757d;
    font-size: 0.85rem;
}

/* Íconos SVG integrados */
.icon svg {
    width: 26px;
    height: 26px;
}

/* Web Cam*/
#scanner-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  #video {
    width: 100%;
    max-width: 500px;
    border: 3px solid white;
  }
  
  #close-scanner {
    margin-top: 20px;
    padding: 10px 20px;
    background: #f44336;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
  }

  /*UX - status*/
  
  
@media print {
    @page {
      size: auto;
      margin: 0;
    }
    .print-style{
        background: white !important;
        border-color: #000000!important;
        color: #000000;
        border: 3px;        
    }
    .pa{
        position: absolute;
    }
  }