/* =========================================================
   VOXLY SAFE DM NOTIFICATIONS UI v0.9.4
   ========================================================= */

.voxly-dm-badge {
    margin-left: auto;

    min-width: 18px;
    height: 18px;

    padding: 0 5px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #6775ff;
    color: #fff;

    font-size: 10px;
    font-weight: 800;
}
