#bottom-menu {
    z-index: 9999999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

#bottom-menu ul {
    background-color: var(--ut-primary);
    height: unset;
    display: flex;
    align-items: start;
}

#bottom-menu ul li {
    margin: 0 0 10px 0 !important;
    max-width: 120px !important;
    min-width: 90px !important;
    border-top: 4px solid var(--ut-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

#bottom-menu ul li.active {
    border-top: 4px solid var(--ut-ice-100);
    font-size: 12px;
}

#bottom-menu ul li:hover {
    border-top: 4px solid var(--ut-ice-100);
}

#bottom-menu ul li a span {
    color: var(--ut-ice-100);
    font-size: 12px;
    line-height: 14px
}

#bottom-menu ul li a .icon {
    max-width: 24px;
    max-height: 20px;
    margin-top: 10px;
    fill: var(--ut-ice-100);
}

@media (min-width: 992px) {
    .region-breadcrumb {
        anchor-name: --limitbreadcrumb;
    }

    body nav#bottom-menu {
        position: fixed;
        bottom: auto !important;
        left: unset !important;
        right: 0 !important;
        top: anchor(--limitbreadcrumb end);
        width: 76px;
        z-index: 99999;
        min-height: 320px !important;
        overflow: hidden;
    }

    #bottom-menu ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        height: 100% !important;
        z-index: 99999;
        padding: 16px 0;
    }

    #bottom-menu:before {
        display: none;
    }

    #bottom-menu ul li {
        border-right: 4px solid var(--ut-primary);
        border-top: none;
        margin: 0 !important;
        width: auto;
        height: 100%;
        max-width: auto !important;
        min-width: auto !important;
    }

    #bottom-menu ul li.active {
        border-right: 4px solid var(--ut-ice-100);
        border-top: none;
    }

    #bottom-menu ul li:hover {
        border-right: 4px solid var(--ut-ice-100);
        border-top: none;
    }

    #bottom-menu ul li a span {
        font-size: 9px;
        line-height: 11px
    }

    #bottom-menu ul li a .icon {
        max-width: 25px;
        max-height: 18px;
        margin-top: 0;
    }
}

    @media (max-height: 980px) and (min-width: 992px) {

        nav#bottom-menu {
        top: max(35%, 240px) !important;
        }
    }


@supports not (position-anchor: --limitbreadcrumb) {
    
    @media (min-width: 992px) {

        nav#bottom-menu {
        top: max(48%, 240px);
        }
    }

/* Visualizzazione di sicurezza per finestre alte meno di 980px */

    @media (max-height: 980px) and (min-width: 992px) {

        nav#bottom-menu {
        top: max(35%, 240px) !important;
        }
    }

}
