/* ============================================================
   GD SIGNIN ICON FIX v1
   Fix: authorization-link in gd-header-right
   Mancava: list-style, font-size:0, ::before con SVG
   ============================================================ */

/* Rimuove bullet e dimensiona il wrapper li */
.page-header .header.content .gd-header-right > li.authorization-link,
.page-header .header.content .gd-header-right > .authorization-link,
.page-header .header.content .gd-header-right > li.link.authorization-link {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    overflow: visible !important;
}

/* Nasconde il testo del link */
.page-header .header.content .gd-header-right > li.authorization-link > a,
.page-header .header.content .gd-header-right > .authorization-link > a,
.page-header .header.content .gd-header-right > li.link.authorization-link > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    position: relative !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Aggiunge l icona SVG tramite ::before */
.page-header .header.content .gd-header-right > li.authorization-link > a::before,
.page-header .header.content .gd-header-right > .authorization-link > a::before,
.page-header .header.content .gd-header-right > li.link.authorization-link > a::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-image: url('../images/gd/gd_user_gian.svg') !important;
    text-indent: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}
