#jivo_custom_widget {
    position: fixed;
    right: 24px;
    bottom: 0;

    min-width: 300px;
    height: 48px;

    box-sizing: border-box;

    display: none;
    align-items: center;

    padding: 0 24px 0 52px;

    border-radius: 24px 24px 0 0;

    cursor: pointer;
    z-index: 300000;

    font-family: 'Rawline', sans-serif;

    background:
        url("images/mail.svg") no-repeat 18px center / 21px auto,
        linear-gradient(90deg, #008C62 0%, #3DE685 100%);
}

#jivo_custom_widget.jivo_online {
    background:
        url("images/chat.svg") no-repeat 18px center / 19px auto,
        linear-gradient(90deg, #008C62 0%, #3DE685 100%);
}

.jivo_custom_widget_text {
    font-family: 'Rawline', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}