#jivo_chat_widget {
    display: none;
}

#jivo_custom_widget {
    position: fixed;
    right: 20px;
    bottom: 12px;
    width: 56px;
    height: 56px;
    z-index: 300000;
    cursor: pointer;
    background: #F9763D url(jivosite.svg) no-repeat center;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    border-radius: 50%;
}

#jivo_custom_widget:hover {
}

#jivo_custom_widget.jivo_online {
    background: #F9763D url(jivosite.svg) no-repeat center;
}

@media (min-width: 1200px) {
    #jivo_custom_widget {
        right: 40px;
        bottom: 20px;
    }
}