.app-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  min-height: 3.5rem;
  background-color: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  padding-bottom: env(safe-area-inset-bottom);
}
@media (min-width: 1024px) {
  .app-bottom-nav {
    display: none;
  }
}
.app-bottom-nav > ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 3.5rem;
}
.app-bottom-nav > ul > li {
  flex: 1;
  position: relative;
  height: 100%;
}
.app-bottom-nav > ul > li[is-divider] {
  display: flex;
  align-items: center;
}
.app-bottom-nav > ul > li[is-divider] > a, .app-bottom-nav > ul > li[is-divider] ul {
  display: none;
}
.app-bottom-nav > ul > li[is-divider]::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.75rem;
  background-color: #dee2e6;
}
.app-bottom-nav > ul > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.75rem 0.5rem;
  color: #343a40;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  transition: 0.2s ease;
}
.app-bottom-nav > ul > li > a.app-bottom-nav-icon {
  flex-direction: column;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
}
.app-bottom-nav > ul > li > a.app-bottom-nav-icon > ion-icon {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  vertical-align: middle;
  --ionicon-stroke-width: 2.5rem;
}
.app-bottom-nav > ul > li > a:hover {
  color: #495057;
  background-color: #e9ecef;
}
.app-bottom-nav > ul > li.active > a {
  color: #000000;
  font-weight: 600;
  border-bottom-color: #000000;
}
.app-layout-bottom-nav {
  min-height: 3.5rem;
  padding-bottom: env(safe-area-inset-bottom);
}
@media (min-width: 1024px) {
  .app-layout-bottom-nav {
    display: none;
  }
}
/*# sourceMappingURL=eb266716b1e723e93330355f708e0c6685b0c7c7.bottom-nav.scss.map */
