﻿/*-------------------------------------------------------------------------------*/
/* elementi di stile per footer */
/*-------------------------------------------------------------------------------*/

.footer {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 0px;
    background-color: var(--footerBg);
    color: var(--footerColor);
    width: 100vw;
    height: 50px;
    padding: 5px;
    z-index:1;
    border-top-style: solid;
    border-top-width:10px;
    border-top-color: var(--baseBg);
}

.footerIco {
    position: absolute;
    right: 30px;
}

.PFI {
    padding-right: 10px;
}

.PFI:hover {
    cursor: pointer;
    color: var(--baseColor);
}