/*
|--------------------------------------------------------------------------
| Dosya Adı           : member-message-menu-v7-07.css
|--------------------------------------------------------------------------
*/

.caa-message-menu-unread-v707 {
    color: #fff !important;
    background: #35161b !important;
    font-weight: 900 !important;
}

.caa-account-sidebar nav a.has-unread {
    color: #fff !important;
    background: #35161b !important;
    border-color: #35161b !important;
}

.caa-account-sidebar nav a.has-unread.active,
.caa-account-sidebar nav a.has-unread:hover {
    color: #ED1C24 !important;
    background: #fff !important;
}

.caa-account-unread-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    margin-left: auto;
    padding: 0 6px;
    border-radius: 999px;
    color: #35161b;
    background: #fff;
    font-size: 11px;
}
