.helper-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;

    z-index: 4900;
    
    display: none;

    background-color: rgba(0,0,0,0.9);
}

.helper-wrapper .helper {
    position: absolute;
    
    top: 0;
    left: 0;
    visibility: hidden;
    
    padding: 10px;
    /* margin: 10px; */
    
    /* max-width: 80%; */
    /* max-height: 80%; */
    
    background-color: black;
    border: 1px solid white;
    
    box-sizing: border-box;
}

.helped {
    position: relative;
    z-index: 10000;
}

/* ridica-adederit-venustos%*-anniculi22 */
