.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  height: 60px;
  box-shadow: 0 -2px 5px -2px #333;
  background-color: #fff;
}

.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-bottom-nav__item--active {
  /* color: red; */
  color: black;
}

.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
}

.material-icons {
  font-size: 25px;
}

.bottom_icon {
  text-decoration: none !important;
  color: gray;
}

.bottom_icon_active {

  /* color: #333; */
  color: #17a2b8;
}

.bottom_icon:hover {
  /* color: #ff512f; */
  /* color: #333; */
  color: #17a2b8;
}