/*--------------------------------------------------------------------------*\
    Notification
\*--------------------------------------------------------------------------*/

.header__menu-notifications {
    /*box*/
    position:absolute;
    top:0px;
    left:-2px;
    padding:8px;
    height:20px;
    min-width: 20px;

    /*background*/
    background-color: var(--c-error-primary-1);

    /*border*/
    border-radius: 50%;

    /*text*/
    color:var(--c-tertiary-4);
    font-weight: var(--fw-xbold);
    font-size: 9px;
    text-align: center;
    line-height: 0.6;
}