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

/* if there are operators online - show label */
.jivo_custom_widget_online {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    z-index: 300000;
    cursor: pointer;
    border-radius: 50%;
    background: linear-gradient(95deg, rgb(34, 106, 241) 20%, rgb(34, 106, 241) 80%);
    box-shadow: 0 19px 38px 0 rgb(34 36 43 / 30%);
}

/* svg element for the button */
.jivo_svgElement {
    position:absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    height: 31px;
    width: 31px;
    background-image: url('./../assets/chat_bubble.svg');
}

.service-graph .jivo_custom_widget_online,
.service-graph .jivo-iframe-container {
    display: none !important;
}

body[data-jivo-button-position='left'] .jivo_custom_widget_online {
    left: 20px;
    bottom: 90px;
}

.jivo_technoBrendLogo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    z-index: 300000;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 19px 38px 0 rgb(34 36 43 / 30%);
    background: linear-gradient(95deg, rgb(47, 50, 74) 20%, rgb(66, 72, 103) 80%) !important;
}
