/* This file is reserved for overriding and extending the template styles. */

/* Unread-count badge for the header notification icons (pesanan baru / lainnya) */
.notif-count-badge {
    top: -6px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-weight: 600;
}
