 body {
            font-family: Arial, sans-serif;
            margin: 10px;
         }
         /* Estilo del cartel */
        #cartelAlerta {
            position: fixed;
            top: 300px;
            left: 728px;
            transform: translate(-50%, -50%);
            width: 280px;
            padding: 20px;
            background-color: rgba(255, 0, 0, 0.9);
            color:white;
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            border-radius: 10px;
            display: none; /* Oculto por defecto */
            z-index: 1000;
        }
        #cartelAlertaCopias{
            position: fixed;
            top:65px;
            left:1050px;
            transform: translate(-50%, -50%);
            width: 200px;
            padding: 20px;
            background-color: rgba(255, 0, 0, 0.9);
            color:white;
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            border-radius: 10px;
            display: none;
            z-index: 1000;
        }
    
        .container-principal {
            display: flex; 
            flex-direction: column;
            width: 16cm;
            height: 10cm; 
            border: 2px solid black;
            background-color: white;
            padding: 9px;
            box-sizing: border-box;
        }
        .header {
            text-align:center;
            font-weight: bold;
            font-size: 100%;
            margin-bottom: 10px;
        }
        .andreani img{
            float: left;
            height:40%;
            width: 20%;
        }
        .section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0px;
            border: 2px solid black;
            padding: 10px;
        }
        .section input{
            text-align: center;
        }
    
        .section div {
            flex: 1;
            text-align: center;
            font-size: 65%;
            font-weight: bold;
        }
        .temporada{
           font-size:30px;
           text-align: center;
           position: fixed;
           top: 200px;
           left:663px;
           height:90px;
           width: 200px;
        }
        #fecha{
            width: 28%;
            margin: 1%;
            font-weight: bold;  /*hace la letra negrita*/
            color: black;
        }
        #hora{
            width: 25%;
            margin: 1%;
            font-weight: bold;  /*hace la letra negrita*/
            color: black;
        }
          
        .letra2{
            font-size: 70%;
            margin: 1.7%;
        }
        .responsable,#responsable{
          font-weight: bold;
          margin:1%;
        }
        #responsable{
            text-align: center;
        }
        .contingencia{
            font-size: 85%;
            margin: auto;
            text-align: center;
            color: black;
        }
        .renglon {
            border-bottom: 2px solid black;
            margin-bottom: 0.75%;
        }
        .print-button {
            margin-top: 20px;
        }
     button {
            padding: 10px 20px;
            font-size: 16px;
            background-color: #086d46;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            margin: 5px;
            box-shadow: 0 4px grey;
            transition: all 0.2s ease;
        }
        
        button:hover {
            background-color: red;
        }
        
        button:active {
            transform: translateY(2px);
            box-shadow: 0 2px #043c27;
        }
        button:disabled {
            background-color: #ccc; /* Color gris para indicar deshabilitación */
            color: #666; /* Texto más claro */
            cursor: not-allowed; /* Cursor de prohibido */
            opacity:0.9; /* Reducir opacidad */
        }

        .imprimir-button {
            position: fixed;
            top: 120px;
            left: 660px;
            height: 60px;
            width: 200px;
            padding: 0 15px;
            font-size: 20px;
            font-weight: 600;
            color: #fff;
            background: linear-gradient(145deg, #007bff, #0056b3);
            border: none;
            border-radius: 12px;
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
            cursor: pointer;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: all 0.3s ease;
          }
          
          .imprimir-button:hover {
            background: linear-gradient(145deg, #0056b3,red);
            transform: scale(1.03);
          }
          
          .imprimir-button:active {
            transform: scale(0.98);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
          }

        #copias{/*label input cantidad de copias*/
           font-size:25px;
           font-weight:bold; 
           text-align: center;
           position: fixed;
           top: 122px;
           left:1010PX;
           height:60px;
           width:60px;
        }
        .copias{/* estilo palabra cantidad copias*/
           color: rgb(18, 11, 122);
           font-size:25px;
           position: fixed;
           top: 141px;
           left:873PX;
           height:60px;
           width:60px;
        }

         .oculto-moderna-pfizer{
         display: none;    /*oculta el formato de etiqueta moderna/pfizer */
        }
         
        .rofina-button {
            background-color: #FF5733;
        }
    
        button.rofina-button:hover {
            background-color:#4CAF50;
        }
    
        .ts80-button {
            background-color: #2196F3;
        }
    
        button.ts80-button:hover {
            background-color: #4CAF50;
        }
    
        .labVarios-button {
            background-color: #0a0b55;
        }
    
        button.labVarios-button:hover {
            background: #4CAF50;
        }
    
        .ts61-button {
            background-color: #FFC107;
        }
    
        button.ts61-button:hover {
            background-color:#4CAF50;
        }
        .propess-button{
            background-color: #e61919;
        }
    
        button.propess-button:hover{
            background-color: #4CAF50;
        }
        .pfizer-button{
            background-color: #5f0981;
        }
        button.pfizer-button:hover{
            background-color: black;
        }
        .value-input {
            font-size: 18px;
            font-weight: bold; /*hace la letra negrita*/
            color: black;
        }
    
        input[type="checkbox"] {
            width: 14px; /* Mantiene el tamaño estándar */
            height: 14px;
            content: '\2714';
            border: 0.8px solid black; /* Define el borde del checkbox */
            appearance: none; /* Permite personalizar el checkbox */
            box-shadow: 0 0 0 1px black; /* Engruesa visualmente el borde */
        }
         /* Agrega la tilde cuando el checkbox está marcado */
        input[type="checkbox"]:checked::after {
            content: '\2714'; /* Código Unicode de la tilde */
            font-size:17px;
            color: black;
            font-weight:bold ;
            position: absolute;
            transform: translate(-55%,-30%);
    }
    
       
        .info-box {
            margin-top:40px;
            padding: 20px;
            border: 4px solid #ccc;
            background-color: #f9f9f9;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
        }
        .info-box span {
            color: red;
        }
        .message {
            display: block;
            text-align: center;
            padding: 10px;
            margin: 15px;
            font-size: 20px;
            border-radius: 5px;
        }
    
        .message.success {
            background-color: #ddffdd;
            color:#076807;
        }
        #loading-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            font-size: 18px;
            font-family: sans-serif;
        }
        
        .loader-box {
            background: #fff;
            padding: 20px 30px;
            border-radius: 12px;
            box-shadow: 0 0 10px rgba(18, 226, 18, 0.945);
            display: flex;
            align-items: center;
        }
        
        .spinner {
            width: 24px;
            height: 24px;
            border: 3px solid #ccc;
            border-top: 3px solid #11e909f5;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin-right: 12px;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
    
        @media print {
            .container-principal {
                width: 16cm;
                height: 10cm;
                page-break-before: always; /* Forzar un salto de página antes de cada etiqueta */
            }
    
            .container-principal:first-of-type{
                display: none; /* Ocultar la primera etiqueta al imprimir */
            }
    
            .print-button, .info-box,.message,.temporada,.imprimir-button,.copias,#copias,#cartelAlerta,#cartelAlertaCopias,#loading-overlay,
            .loader-box,button{
                display: none; /* Ocultar botones y mensajes */
            }
         /*saca el borde en la impresion*/
            /*.container-principal {
                  border-color: transparent;
              }*/
        }
    
        @media screen {
            .etiqueta-generada {
                display: none; /* Ocultar etiquetas generadas en pantalla */
            }
        }
