*{
    margin: 0;
    padding: 0;
    list-style: none;
    
}
@page {
    size: A4;
}
#folha{
    width: 210mm;
    height: 297mm;
    box-sizing: border-box;
    padding: 5mm 4mm;
    border: 1px #dcdcdc solid;
    margin: 0 auto;
    font-family: monospace;
    font-size: 12pt;
    page-break-before: always;
}
.conteiner-registro .span{
    height: 50px;
    width: 100%;
    position: absolute;
    right: 2%;
}
.conteiner-registro .span .bt {
    background-color: blue; /* Set the background color to blue */
    color: white; /* Set the text color to white */
    border: none; /* Remove the border */
    position: relative;
    float: right;
    cursor: pointer; /* Change the cursor to a pointer when hovering over the button */
    width: 120px;
    height: 35px;
    border-radius: 3px;
    margin: 20px 5px;
    font-weight: 600;
}
.conteiner-registro .span .bt:hover{
    background-color: #006666;
}
.etiqueta{
    width: 98mm;
    height: 33mm;
    float: left;
    border: 1px #dcdcdc solid;
    margin: 0mm 0.6mm 1mm; 
    padding: 1mm  0 0 1mm ;
}
.etiqueta > li{
    height: 11mm;
    width: 50%;
    float: left;
}
.campo-input{
    border: none;
    font-weight: 600;
    color: #696969;
    outline: none;
}
.etiqueta > li > label{
    font-weight: 700;
    color: #0000cc;
}
@media print{
    .no-print{
        display: none;
    }
}