
#pluginAppObj_38_169_wrapper{
    z-index: 999999999999!important;
}
#pluginAppObj_38_169{
    z-index: 999999999999!important;
}
#icm_stickybuttonpluginAppObj_38_169 {
    background-color:rgba(227, 202, 71, 1);
    padding: 10px 10px 10px 10px;
    color:rgba(0, 0, 0, 1);
    position:fixed;
    text-align: center;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    border-radius: 0px 0px 10px 10px; /* Cambiamo la posizione del radius in base alla posizione della label */
    z-index: 999999999999!important;
    font:16px 'Poppins';
    font-weight: normal;
    font-style: normal;
    /* line-height:19.2px; */
    transition: none;
    transform: rotate(-90deg);
}

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

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