<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
next cookie bar style
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');

.next-cookie-bar{
    position:fixed;
    width:50%;
    box-shadow: 0px 0px 0px 5000px #00000099 !important;
    padding:2%;
    z-index:9999999999;
    font-family: 'Lato', sans-serif;

}


/* BAR POSITION */

p{
    line-height: 1.5 !important;
}

.topbar{
    top:10px;
}

.bottombar{
    bottom:10px;
}

.leftbar{
    left:0px;
}
.rightbar{
    left:50%;
}

.middlebar{
    top:30%;
}
/* BAR ELEMENTS */
.centerbar{
    left:25%;
}

#linkinfo {
    padding-right: 10px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    padding-right: 40px;
    display: none;
}

#btn_action{
     margin-right: 10px;
    border: none;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 0.8vw;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    border-radius:5px;
    display: inline;
    padding:0px;
    cursor:pointer;
}
#dettagli_btn {
    border: none;
    margin-right: 20px;
    margin-left:10px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8vw;
    border: 1px #ccc solid;
    border-radius:5px;
    display: inline;
    cursor:pointer;
}
.bar_message{
    padding:10px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 0.9vw;
    font-weight: 300;
}


.cookie_png{
    float:left;
    width:15%;
}
.content_bar{
    float:left;
    overflow-x: hidden !important;
    width:80%;
}
#logo_detail img {
  max-width:300px;
}

button#btn_chiudi{
    float: right;
    margin-right: 20px;
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8vw;
    border: 1px #ccc solid;
    border-radius: 5px;
    cursor:pointer;
}

button#btn_action_salva{
    float: right;
    width: 100px !important;
    /*height: 100px;*/
    border:0;
    border-radius: 5px;  
    font-size: 0.8vw !important;
    font-weight:bolder;
    display: block;
    margin:auto;
    cursor:pointer;
}




/* MEDIA QUERY */


@media (max-width:1220px){
    .bar_message {
    padding: 10px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 1.2vw;
    font-weight: 300;
    width: 90%;
    margin-left: 5%;
    
}
    
}

@media (max-width:1000px){
    .bar_message {
    padding: 10px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 1.4vw;
    font-weight: 300;
    width: 100%;
    margin-left: 10%;
}
    
}

@media (max-width:768px){
 
    .next-cookie-bar{
        position:fixed;
        width:100%;
        box-shadow: 6px 8px 10px #aaa;
        padding:2%;
        left:0px !important;
        height: auto !important;
        padding-bottom:20px;

    }

    img#cookieico {
        display: none;
    }
    
    img#cookieico_detail{
        width:50px !important;
        padding-left: 20px;
    }

    button#btn_action_salva{
      padding: 20px;
      font-size:12px !important;
    }
    
    button#btn_chiudi{
      padding: 20px;
      font-size:12px !important;
    }

    .bar_message {
        padding: 10px;
        font-family: 'Lato', sans-serif;
        color: #ffffff;
        font-size: 4.5vw !important;
        font-weight: 300;
        width: 100%;
        margin-left: 0% !important;
    }
    
    button#dettagli_btn {
        font-size: 3vw;
        letter-spacing:1px;
        padding: 20px;
        float: left;
    }
    
    button#btn_action {
        font-size: 3vw;
        letter-spacing:2px;
        padding: 20px;
        float: right;
    }
    
    .topbar{
        top:0px;
    }

    .bottombar{
        bottom:0px;
    }
    .content_bar {

        width: 100%;
    }

    #linkinfo{
        font-size: 2vw;
        margin-right: 70%;
        display: none;
    }
    
    .middlebar {
        top: 10%;
    }
}

@media (max-width:720px){
    button#btn_action_salva{
      padding: 10px;
      font-size:12px !important;
    }
    
    button#btn_chiudi{
      padding: 10px;
      font-size:12px !important;
    }
    
    
}</pre></body></html>