﻿/* v186: acceso a Inbox/Mensajes con badge */
html body.am-body .am-pill-inbox,
html body.am-body .am-nav-inbox,
html body.am-body .am-bottom-inbox{
    position:relative !important;
}
html body.am-body .am-inbox-nav-badge{
    min-width:18px !important;
    height:18px !important;
    padding:0 5px !important;
    border-radius:999px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:linear-gradient(135deg,#ff49bb,#53d2ff) !important;
    color:#fff !important;
    font-style:normal !important;
    font-size:10px !important;
    font-weight:950 !important;
    line-height:1 !important;
    box-shadow:0 8px 18px rgba(255,73,187,.28) !important;
}
html body.am-body .am-pill-inbox .am-inbox-nav-badge{
    margin-left:6px !important;
}
html body.am-body .am-nav-inbox .am-inbox-nav-badge{
    margin-left:5px !important;
    vertical-align:middle !important;
}
html body.am-body .am-bottom-inbox > span{
    position:relative !important;
}
html body.am-body .am-bottom-inbox .am-inbox-nav-badge{
    position:absolute !important;
    top:-7px !important;
    right:-12px !important;
    min-width:16px !important;
    height:16px !important;
    font-size:9px !important;
    padding:0 4px !important;
}
@media(max-width:760px){
    html body.am-body .am-pill-inbox .am-inbox-nav-badge,
    html body.am-body .am-nav-inbox .am-inbox-nav-badge{
        min-width:16px !important;
        height:16px !important;
        font-size:9px !important;
    }
}
