

#LSCookiePolicyPopup{

    position: fixed;
    
    left: 0;
    right: 0;
    background: #222;
    color: white;
    padding: 10px 20px;
    z-index: 100000;
    font-size: 14px;

}   


#LSCookiePolicyPopup a{

    color: inherit;
    text-decoration: underline;

}

#LSCookiePolicyPopup #LSCookiePolicyPopupBottone{

    padding: 2px 10px;

    background: #55aaff; 

    float: right;
    color: black;
    text-decoration: none;

}


#LSCookiePolicyEstesaIframe{

    display: none;
    position: absolute;
    bottom: 20%;
    left: 10%;

    width: 80%;
    height: 60%;

    background: white;

    z-index: 100000;
    box-shadow: 0 0 30px black;
    position: fixed;
}

#LSCookiePolicyEstesaIframe iframe{

    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
    background: white;
    display: block;

}

#bottone-chiudiPopupCookiePolicyEstesa{

    position: absolute;
    top: -20px;
    right: -20px;
    background: white;
    box-shadow: 0 0 30px black;
    width: 40px;
    height: 40px;

    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 28px;
    font-family: helvetica, sans-serif;
    text-decoration: none;
    line-height: 32px;
    color: black;
    border: 4px solid black;

    border-radius: 100px;
}

#bottone-chiudiPopupCookiePolicyEstesa:hover{

    background: black;
    color: white;
    border-color: white;
}








body.policyestesa{
    
    padding: 20px;

    font-family: helvetica, sans-serif;

}




