﻿

.footer {
    /*font-size: 14px;*/
    position: fixed;
    left: 0;
    bottom: 0;
    /*height: 11vh;*/
    width: 100%;
    background-color: white;
    color: white;
    text-align: center;
    /*font-weight: bold;*/
    border-style: inset none none none;
}

    .footer .row {
        transform: translate(0%, 20%);
    }

    .footer .setting {
        padding: 0rem 0;
    }

        

    .footer img {
        height: 3vh;
        width: auto;
    /*    -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);*/
    }

    .footer a {
        color: #999;
        text-decoration: none;
    }
.navHomeInActive {
    background-image: url('../images/icon/icon-home.png');
}
.navHomeActive {
    background-image: url('../images/icon/icon-homeactive.png') !important;
}
.navRedeemInActive {
    background-image: url('../images/icon/icon-redemp.png');
}
.navLocationInActive {
    background-image: url('../images/icon/icon-location.png');
}
.navSettingInActive {
    background-image: url('../images/icon/icon-setting.png');
}
.navSettingActive {
    background-image: url('../images/icon/icon-settingactive.png') !important;
}
