/* MODAL AGREGAR ENSAYO */
.suggestions_dropdown {
    display: none; 
    position: absolute; 
    width: 100%; 
    max-height: 200px; 
    overflow-y: auto; 
    z-index: 100;
}