/* hide the original widget - that there were no two labels on the screen*/
#jivo_chat_widget {
    display: none;
}
.headerBox__m7hxI {
    background: var(--sand, #c2913a) !important;
}
/* Заголовок в шапке чата */
#jcont [class*="agentName__"] {
    font-family: "Golos Text", sans-serif !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
}

/* Текст сообщений */
#jcont [class*="message__"] [class*="text__"] {
    font-family: "Golos Text", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
}

/* Текст в поле ввода */
#jcont textarea[name="jinput"] {
    font-family: "Golos Text", sans-serif !important;
    font-size: 15px !important;
}
.cssLeaf__qac_r {
    display: none !important;
}

.agentName__LCX8_ {
    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;
}
