/* hide the original widget - that there were no two labels on the screen*/
#jivo_chat_widget {
    display: none;
}

/* the default style - for offline messages if no one is online */
#jivo_custom_widget {
    position: fixed;
    width: 60px;
    z-index: 9;
    cursor: pointer;
    bottom: 30px;
    right: 30px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/iconChatJivo.svg);
}

/* when you hover the label should be shifted to the right by 3px */
#jivo_custom_widget:hover {
    transform: scale(1.1);
}

/* if there are operators online - show other label*/
#jivo_custom_widget.jivo_online {
    height: 60px;
    background-image: url(images/iconChatJivo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.cssLeaf__OmBPK {
    display: none;
}
