#caja-pagina-control-muestras{
    height: calc(100vh - 200px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#caja-adjuntar-albaran{
    width: fit-content;
    height: fit-content;
    justify-content: center;
}

.caja-input-albaran{
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}

.contenedor-info-inputs-control-muestras{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px;
}

#file-select-albaran {
    position: relative;
    display: inline-block;
}
  
#file-select-albaran::before {
    background-color: #f2d6c3;
    border: 1px solid black;
    border-radius: 50px;
    width: auto;
    font-size: 22px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    content: 'Seleccionar archivo';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#file-albaran{
    opacity: 0;
    width: 100%;
    height: 32px;
    display: inline-block;
    cursor: pointer !important;
}

#submit-albaran{
    text-align: center;
    font-size: 22px;
    margin-top: 30px;
    border: 1px solid black;
    background-color: #f2d6c3;
    border-radius: 50px;
    padding: 5px 15px;
}

.report {
    margin-top: 40px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.report h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.report ul {
    list-style-type: none;
    padding: 0;
}

.report li {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 6px;
}

.report li:nth-child(odd) {
    background-color: #f0f0f0;
}

.report li:nth-child(even) {
    background-color: #e8e8e8;
}

.report li strong {
    font-weight: bold;
}

.report li:before {
    content: '';
    margin-right: 10px;
}
