/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24 Jun 2020, 04:06:31
    Author     : enkhzolsanchir
*/

.naviconFooter{
    float:left;
    width:24.9999%;
    text-align:center;
    border-top: 3px solid white;
}

.naviconFooter:active{
    border-top: 3px solid #116aa8;
}

.footerIcon img{
    height: 29px;
    width: auto;
}

.footerText{
    font-size:9px;
    /*color: #116aa8;*/
    color:black;
}
a {
	text-decoration: none ;
}



.footerNav {
  position: fixed;
  background:white;
  /*border-top: 1px solid #ed3e9e;*/
  bottom: 2;
  height: 53px;
  height: calc(50px + env(safe-area-inset-bottom));
  width: 100%;
  display: flex;
}

.footerNavActive {
    border-top: 3px solid #116aa8;
}