﻿




.sticky-navbar {
    display: flex;
    position: fixed;
    bottom: 0px;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    visibility: visible;
    z-index: 2222 !important;
}

    .sticky-navbar.fixed {
       bottom:0px;
    }

.mmenu-active .sticky-navbar.fixed,
.sidebar-opened .sticky-navbar.fixed {
    left: 260px;
   bottom: 0px


}

.sticky-navbar .sticky-info {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 1rem 0
}

    .sticky-navbar .sticky-info:not(:last-child) {
        border-right: 1px solid #e7e7e7
    }

    .sticky-navbar .sticky-info a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #222529;
        
        font-size: 9px;
        font-weight: 600;
        text-transform: uppercase
    }

    .sticky-navbar .sticky-info i {
        font-size: 27px;
          
    }

        .sticky-navbar .sticky-info i span {
            font-style: normal;
           
        }
