
#pluginAppObj_925_wrapper{
    z-index: 999999999999!important;
}
#pluginAppObj_925{
    z-index: 999999999999!important;
}
#icm_stickybuttonpluginAppObj_925 {
    background-color:rgba(6, 86, 130, 1);
    padding: 3px 10px 3px 10px;
    color:rgba(243, 243, 243, 1);
    position:fixed;
    text-align: center;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    border-radius: 8px 8px 0px 0px; /* Cambiamo la posizione del radius in base alla posizione della label */
    z-index: 999999999999!important;
    font:12px 'Verdana';
    font-weight: normal;
    font-style: normal;
    /* line-height:14.4px; */
    transition: transform 1s;
    
}

#icm_stickybuttonpluginAppObj_925.icm_stickybuttonhidden {
    transform: translate(0,200%); /*Top negativo*/
}

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