body {
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
    font-family:'Roboto Condensed', 'PT Sans Narrow', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#dragandrophandler{
border:2px dotted #0B85A1;
color:#92AAB0;
text-align:left;vertical-align:middle;
padding:20px;
margin-bottom:10px;
font-size:200%;
background-color: aliceblue;
}

.ok{
    background-color: darkseagreen;
}

#status1{
    background-color: beige;
    width: 40%;
    height: 400px;
    overflow: auto;
}

#status2 {
    overflow: hidden;
    max-height: 470px;
}

#registro{
    max-height: 400px;
    overflow: auto;
    margin-top:70px;
  
}

.img{
    width: 100px;
    margin:10px;
}

.bi-file-earmark-check-fill{
    color: green; /* Cambia el color a verde para el icono de "check" */
}
.bi-file-excel-fill {
    color: #9b9b9b; /* Cambia el color a naranja para el icono de Excel */
}
.noVer { 
    display: none; 
}
