/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.footer-navbar ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.footer-navbar li {
    display: inline-block;
}
nav.navbar.footer-navbar {
    display: block;
    width: 65%;
    text-align: center;
    margin: 0 auto;
}
nav.navbar.footer-navbar a.nav-link.active {
    color: #6b94ee;
}
nav.navbar.footer-navbar i {
    color: #727E8C;
}
nav.navbar.footer-navbar a.nav-link.active i {
     color: #6b94ee;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
    z-index: 99999999;
    bottom: 0;
    width: calc(100% - 17.5rem);
    background: white;
    padding: 1rem;
   
}
html body.navbar-sticky .app-content .content-wrapper {
    padding: 0rem 0rem 80px !important
   }
@media only screen and (max-width: 768px){
    html body.navbar-sticky .app-content .content-wrapper {
    padding: 0rem 0rem 60px !important
   }
   nav.navbar.footer-navbar {
    display: block;
    width:100%;
    text-align: center;
    margin: 0 auto;
} 
footer.footer {
    padding: 0;
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    width: 100%;
    background: white;
}
}