//
// Extended from bootstrap
//


// Badge dot

.badge-dot{
    font-size: 0;
    vertical-align: middle;
    padding: 0;
    border-radius: 50%;
    line-height: 1;
    height: .5rem;
    min-height: .5rem;
    width: .5rem;
    min-width: .5rem;
    display: inline-block !important;

}

// Badge light for notification count
.badge-light {
    background-color: #dc3545;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    line-height: 1;
}