#intercom-io-unread-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e0582f;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
#intercom-io {
    position: fixed;
    width: 0px;
    height: 0px;
    bottom: 0px;
    right: 13px;
    z-index: 2147483647;
}
#intercom-io-btn  {

    display: block ;
    text-align: center;
    font-size: 34px;
    background-color: #047eb3;
    background-image: url('https://app.convo.com/assets/img/chat/intercom_question_bubble1x.png');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 10px 11px;
    border-style: solid;
    border-color: #035376;
    border-radius: 50%;
    position: absolute;
    right: 1px;
    top: -60px;
    text-decoration: none;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    width: 44px;
    height: 44px;
    margin-top: 6px;
    margin-right: 2px;
    border-width: 1px;
    padding: 2px 0 0 0;
    font-weight: 600;
}