.dashboard-message-menu {
    width: min(360px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
}

.dashboard-message-list {
    max-height: 320px;
    overflow-y: auto;
}

.dashboard-message-item {
    position: relative;
}

.dashboard-message-item.is-unread strong::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    border-radius: 50%;
    background: #ef4444;
    vertical-align: middle;
}

.dashboard-message-time {
    margin-top: 2px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #94a3b8;
}

.dashboard-message-count {
    margin-left: 6px;
    color: #ef4444;
    font-size: 0.72rem;
    font-weight: 800;
}

.dashboard-icon-badge.js-dashboard-messages-badge,
.nk-badge.js-dashboard-messages-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: auto;
    height: 16px;
    padding: 0 5px;
    border-radius: 999px;
    color: #fff;
    font-size: 0.63rem;
    font-weight: 800;
    line-height: 1;
}

.js-dashboard-messages-badge.d-none {
    display: none !important;
}
