﻿/* AFTERMAN v478 - Cerrar sesión siempre visible en header superior
   Regla: socios, chicas, administradores de local y super admin no deben perder
   el acceso para cerrar sesión, especialmente en móvil. */

html body.am-body .am-topbar .am-top-actions .am-logout-top,
html body.am-body .am-topbar .am-top-actions a[href$="Logout.aspx"]{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    visibility:visible!important;
    opacity:1!important;
    flex:0 0 auto!important;
    min-width:auto!important;
    position:relative!important;
    z-index:999!important;
    order:-10!important;
    border-color:rgba(236,72,213,.62)!important;
    color:#ffffff!important;
    background:linear-gradient(135deg,rgba(236,72,213,.28),rgba(56,189,248,.16))!important;
    box-shadow:0 0 0 1px rgba(255,255,255,.05) inset,0 10px 24px rgba(236,72,213,.12)!important;
}

html body.am-body .am-topbar .am-top-actions .am-logout-top:hover,
html body.am-body .am-topbar .am-top-actions a[href$="Logout.aspx"]:hover{
    border-color:rgba(236,72,213,.9)!important;
    transform:translateY(-1px);
}

html body.am-body .am-topbar .am-top-actions .am-logout-short{
    display:none!important;
}

html body.am-body .am-topbar .am-top-actions .am-logout-text,
html body.am-body .am-topbar .am-top-actions .am-logout-short{
    line-height:1!important;
    white-space:nowrap!important;
}

@media(max-width:520px){
    html body.am-body .am-topbar .am-top-actions{
        min-width:0!important;
        max-width:58vw!important;
        display:flex!important;
        align-items:center!important;
    }

    html body.am-body .am-topbar .am-top-actions .am-logout-top,
    html body.am-body .am-topbar .am-top-actions a[href$="Logout.aspx"]{
        display:inline-flex!important;
        min-height:34px!important;
        padding:7px 12px!important;
        font-size:12px!important;
        border-radius:999px!important;
    }

    html body.am-body .am-topbar .am-top-actions .am-logout-text{
        display:none!important;
    }

    html body.am-body .am-topbar .am-top-actions .am-logout-short{
        display:inline!important;
    }
}

@media(max-width:420px){
    /* Sobrescribe reglas antiguas que ocultaban todos los pills no-admin en móvil. */
    html body.am-body .am-top-actions .am-logout-top,
    html body.am-body .am-top-actions a[href$="Logout.aspx"],
    html body.am-body.am-admin-body.am-local-admin-shell .am-top-actions .am-logout-top,
    html body.am-body.am-admin-body .am-topbar .am-top-actions .am-logout-top,
    html body.am-body.am-admin-body .am-topbar .am-top-actions a[href$="Logout.aspx"]{
        display:inline-flex!important;
    }

    html body.am-body .am-brand{
        max-width:44vw!important;
    }

    html body.am-body .am-topbar .am-top-actions{
        max-width:56vw!important;
        overflow-x:auto!important;
        scrollbar-width:none!important;
    }

    html body.am-body .am-topbar .am-top-actions::-webkit-scrollbar{
        display:none!important;
    }
}
