
.badge.rounded-pill.text-bg-primary::before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    margin-right: 8px;
    border-radius: 100%;
    background-color: #0BBBEF;
}

.badge.rounded-pill.text-bg-primary {
    color: #000000!important;
    border: 0.4px solid #bcc2c6!important;
    display: inline-flex;
    background: transparent;
    top: -3px;
    align-items: center!important;
    border-radius: 28px;
    font-size: 12px!important;
    padding: 0 16px;
    margin: 3px 0!important;
    height: 18px;
    font-weight: normal!important;
}

.bodywrapper .badge {
    display: inline-flex;
}
