:root {
  --scale: 1;
  --icon-size: 24px;
  --blue:#1CA7EC;
  --black:#354046;

}

.bottom {
  z-index: 10000 !important;
  position: fixed;
  bottom: 0 !important;
  width: 100%;
  height: 55px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* border-radius: 20px 20px 0px 0px; */
  padding: 0 15px;
  background: whitesmoke;
  overflow: hidden;
}
.bottom ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom ul li {
  list-style: none;
  width: var(--icon-size);
  height: var(--icon-size);
}
.bottom ul li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.bottom .active h3,h2{
  color: var(--blue);
}

.bottom h5 {
  font-weight: normal;
}
.bottom .active h5 {
  color: var(--blue);
}


.bottom {
  font-size: none !important;
}