
#pluginAppObj_38_103_wrapper{
    z-index: 999999999999!important;
}
#pluginAppObj_38_103{
    z-index: 999999999999!important;
}
#icm_stickybuttonpluginAppObj_38_103 {
    background-color:rgba(25, 180, 161, 0.85);
    padding: 25px 25px 25px 25px;
    color:rgba(255, 255, 255, 1);
    position:fixed;
    text-align: center;
    overflow: hidden;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    border-radius: 0px 0px 5px 5px; /* Cambiamo la posizione del radius in base alla posizione della label */
    z-index: 999999999999!important;
    font:18px 'Barlow';
    font-weight: normal;
    font-style: normal;
    /* line-height:21.6px; */
    transition: transform 1s;
    transform: rotate(90deg);
}

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

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

