.listaasistentes {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-radius:10px;
    height: auto;
    overflow-y: scroll;
    max-height: 50vh;
    min-height: 50vh;

}
.item_asistente {
    margin: 0px;
    padding: 6px;
    background-color: var( --e-global-color-primary );
    margin-bottom: 2px;
    line-height: 0.4;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius:10px;
    cursor: pointer;
}
.data_asist {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
ul.listaasistentes {
    width: 100%;
}
.colfull1 {
    width: 75%;
    display: flex;
    align-items: center;
}
.colfull2 {
    display: flex;
}
.col0_list {
display: flex;
    flex-direction: column;
    max-width: 40px;
    min-width: 40px;
    border-right: solid 2px #000000;
    margin-right: 10px;
    gap: 4px;
    
}
.col1_list {
    display: flex;
    flex-direction: row;
    max-width: 40px;
    min-width: 40px;
    gap: 2px;
    align-content: stretch;
    align-items: center;
    margin-right:10px;

}
.col2_list {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 2px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.col3_list {
    display: flex;
    flex-direction: row;
    max-width: 40px;
    min-width: 40px;
    gap: 2px;
    align-content: stretch;
    align-items: center;
}
.img_editar:hover{
filter: grayscale(50%)!important;
    
}
.img_espera:hover{
filter: grayscale(50%)!important;
    
}
p.item_name {
    line-height: 20px;
}