 /* Global badge for live chat  */
.askany-unread-badge {
    background: #dc3232;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    margin-left: 5px;
    min-width: 5px;
    padding: 2px 5px;
    text-align: center;
    vertical-align: top;
    margin-top: 3px;
}