﻿

.footerM {
    position: fixed;
    /*width: 100%;*/
    bottom: 7px;
    left: 7px;
    right: 7px;
    padding: 5px 4px;
    margin-right: 5px;
    margin-left: 5px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px #0099A9;
    box-shadow: 0 0 10px rgba(0, 80, 89, 0.25);
    z-index: 99;
    /*    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;*/
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 2rem;
    backdrop-filter: blur(.5rem);
}


    .footerM .col-5 {
        padding-left: 1px;
        padding-right: 1px;
        text-align: center;
        display: inline-block;
        position: relative;
        float: right;
        width: 20%;
    }

.row {
    margin-left: 0;
    margin-right: 0;
}

.footerM a {
    color: #0099A9;
    font-weight: 500;
    font-size: .8rem;
    padding: 5px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    float: right;
    width: 20%;
    text-align: center;
    line-height: 30px;
}

.footerM a span {
   display: none;
}

    .footerM a.active {
        width: 40%;
        background-color: rgb(0 153 169 / 0.18);
    }

        .footerM a.active span {
            display: inline-block;
            padding-right: 5px;
            line-height: 10px;
        }

        .footerM a.active i {
            display: inline-block;
        }


.footerM i {
    display: block;
    text-align: center;
    font-size: 1.5rem;
}


.btnAddNew {
    z-index: 999;
}