.bottom-bar * {
  box-sizing: border-box;
}

.bottom-bar {
  z-index: 2600;
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px 8px 0 0;
  padding-bottom: env(safe-area-inset-bottom);
}
.bottom-bar ul {
  display: flex;
  text-align: justify;
  list-style: none;
  padding: 0;
}
.bottom-bar ul:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bottom-bar li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 7px;
  text-align: center;
  font-size: 10px;
}
.bottom-bar li a {
  display: block;
  color: #171717;
  text-decoration: none;
}
.bottom-bar-item-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 3px;
}
.bottom-bar-item-link-icon {
  position: relative;
  display: block;
  margin-bottom: 7px;
  height: 26px;
  font-size: 0;
}
.bottom-bar-item-link-icon:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.bottom-bar-item-link-icon img {
  opacity: 0.5;
  max-height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.bottom-bar-item-link-icon-count {
  display: block;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: 3px;
  height: 16px;
  min-width: 16px;
  border-radius: 8px;
  background: #FFCC00;
  color: #000000;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
}
.bottom-bar-item-link-name {
  opacity: 0.5;
}
.bottom-bar-item.active .bottom-bar-item-link-icon img {
  opacity: 1;
}
.bottom-bar-item.active .bottom-bar-item-link-name {
  opacity: 1;
}
@media (min-width: 768px) {
  .bottom-bar {
    display: none;
  }
}

/*# sourceMappingURL=bar.css.map */
