#result_overlay{
    max-height: 400px;
    background-color: white;
    overflow-y: auto;
    gap:0.2rem;
}
.add_shadow{
    box-shadow: 1px 4px 8px 16px black;
}
#close_w{
    background-color: rgb(225, 83, 83);
    color:white;
    padding:1rem;
    border:none;
    margin:auto;
    margin:1rem;
    
}
.cas2{
    display:flex;
    flex-direction: row;

}

.cas2 > img{
    max-height: 105px;
    padding:0.2rem;;
}

.title_fig{
    max-width: 250px;
}
.tgk{
    background-color: transparent;
    color:rgb(78, 135, 208);
    border:none;
    padding:1rem;
    text-decoration: underline;
    width:max-content;
    font-size:1rem;
    
}
.tgk:hover{
    cursor: pointer;
    background-color: yellow;

}