
#pluginAppObj_49_23_wrapper{
    z-index: 999999999999!important;
}
#pluginAppObj_49_23{
    z-index: 999999999999!important;
}
#icm_stickybuttonpluginAppObj_49_23 {
    background-color:rgba(227, 234, 244, 1);
    padding: 10px 10px 10px 10px;
    color:rgba(0, 0, 0, 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:28px 'Palatino Linotype';
    font-weight: bold;
    font-style: italic;
    /* line-height:33.6px; */
    transition: transform 1s;
    transform: rotate(90deg);
}

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

#icm_stickybuttonpluginAppObj_49_23>img {
    display:inline-block;
    max-width:40px;
    border:0;
    height: auto;
    max-height:40px;
    margin-right: 6px;
    vertical-align: middle;
}