#pluginAppObj_189 {
    position: static!important;
}


#pluginAppObj_189_wrapper{
    z-index: 999999999999!important;
}
#pluginAppObj_189{
    z-index: 999999999999!important;
}
#icm_stickybuttonpluginAppObj_189 {
    background-color:rgba(205, 9, 78, 1);
    padding: 10px 40px 10px 40px;
    color:rgba(255, 255, 255, 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:22px 'Rosario';
    font-weight: normal;
    font-style: normal;
    /* line-height:26.4px; */
    transition: transform 1s;
    transform: rotate(-90deg);
}

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


#icm_stickybuttonpluginAppObj_189>img {
    display:inline-block;
    max-width:0px;
    border:0;
    height: auto;
    width:100%;
    max-height:0px;
    
    vertical-align: middle;
}