.windows_SceltaLinkGuidato_sfondo {
    display: none;
    z-index: 104;
}
.windows_SceltaLinkGuidato {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px;
    z-index: 104;
    width: 500px;
    max-height: 95%;
    height: 450px;
    background-color: #fff;
    background-image: unset;
    border: solid 1px #666;
    border-radius: 5px;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    display: none;
}