<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#imFooter_pluginAppObj_28_wrapper{
    z-index: 999999999999!important;
}
#imFooter_pluginAppObj_28{
    z-index: 999999999999!important;
}
#icm_stickybuttonimFooter_pluginAppObj_28 {
    background-color:rgba(255, 225, 46, 1);
    padding: 5px 5px 5px 5px;
    color:rgba(35, 35, 35, 1);
    position:fixed;
    text-align: center;
    overflow: hidden;
    
    border-radius: 0px 0px 10px 10px; /* Cambiamo la posizione del radius in base alla posizione della label */
    z-index: 999999999999!important;
    font:16px 'Times New Roman';
    font-weight: bold;
    font-style: normal;
    /* line-height:19.2px; */
    transition: transform 1s;
    transform: rotate(90deg);
}

#icm_stickybuttonimFooter_pluginAppObj_28.icm_stickybuttonhidden {
    transform: translate(200%,0) rotate(90deg); /*Top negativo*/
}

#icm_stickybuttonimFooter_pluginAppObj_28&gt;img {
    display:inline-block;
    max-width:45px;
    border:0;
    height: auto;
    max-height:45px;
    margin-left: 6px;
    vertical-align: middle;
}

</pre></body></html>